Commit graph

19 commits

Author SHA1 Message Date
Danny Coates
807ecff471
updated sentry libs from raven to @sentry 2019-08-09 11:06:21 -07:00
Danny Coates
527040afef
updated ws dependency and slightly improved client side error handling, hung uploads will error instead of hang forever 2019-08-06 14:47:21 -07:00
Danny Coates
f603f40f43 added agent to server metrics () 2019-05-03 12:25:12 -04:00
Danny Coates
5d19a9d696
fixed dev android for longer file ids 2019-03-31 13:04:15 -07:00
Danny Coates
3df32e2a22
removed /download from android routes in dev.js since it has no ui 2019-01-10 15:00:03 -08:00
Donovan Preston
52b4c382cb Make ANDROID=1 npm start work again, as it broke at some point 2019-01-10 15:08:16 -05:00
Donovan Preston
d217ac14fc Fix npm run android by removing the <base href> when running under the dev server 2018-12-13 11:44:28 -05:00
Danny Coates
1e62aa976d reimplemented l10n using dynamic import() ()
this should greatly reduce the complexity of the l10n code
and build pipeline and eliminate the most common error
seen in sentry logs (no translate function)
2018-11-20 09:50:59 -05:00
Danny Coates
99f6f53e40
renamed android's index.html to android.html 2018-11-06 11:21:14 -08:00
Danny Coates
eb79ce1835
wip on using shared ui in android 2018-11-02 16:33:16 -07:00
Danny Coates
a997a44a23
renamed auth route 2018-09-26 12:22:51 -07:00
Donovan Preston
8b21a54ab4
Add the options route to the dev server 2018-09-25 11:14:17 -07:00
Danny Coates
20528eb0d1
added ANDROID environment variable to dev server for hosting the android html 2018-09-10 10:56:59 -07:00
Danny Coates
17ee4e0058 load android ui in dev when browsing to /android () 2018-09-07 13:08:01 -04:00
Danny Coates
71b24b05d0
added http logging to the console in dev 2018-09-04 12:09:03 -07:00
Danny Coates
1a78f57515
don't set cache header on serviceWorker.js 2018-07-12 20:48:07 -07:00
Danny Coates
ebf6bda467
updated to webpack 4 2018-07-12 13:16:02 -07:00
Emily
f98bc0878c saves stream to file 2018-07-06 15:49:50 -07:00
Danny Coates
c157e4d31c
created server/bin/ for server entrypoints
- added server/bin/test.js for the frontend test runner
2018-06-22 13:34:34 -07:00