26 Commits

Author SHA1 Message Date
d3074278ca app.ts: Fix createApp to log all http server errors
cc @code-asher
2021-01-20 02:06:43 -05:00
d14c2e5bb7 Swap negative check for positive check 2020-12-18 11:21:06 -06:00
58c1be57fa Implement callback endpoints
VS Code uses these during the authentication flow.
2020-12-17 15:49:36 -06:00
959497067c Document HttpError
Also type the status.
2020-11-05 17:07:58 -06:00
8252c372af Provide a way to tell when event handlers are finished
This lets us actually wait for disposal before a graceful exit.
2020-11-05 15:08:07 -06:00
112eda4605 Convert routes to Express 2020-10-26 17:56:13 -05:00
7d02f34f71 Merge pull request #1934 from cdr/plugin
Add plugin system for adding http endpoints
2020-08-13 16:59:44 -05:00
a0ff2014c3 Add Callback type
Adds a reusable Callback type that is applied to emitter.ts for improved
readability/simplicity.
2020-08-10 21:41:46 -05:00
6e27869c09 Add str param to plural util
Adds a str param to common/util::plural for pluralizing a string.
Applies plural to entry.ts.
2020-08-09 00:06:18 -05:00
3badf6bf7b Use ?? for base default 2020-08-05 13:00:36 -05:00
10c2b956ac Remove leading slash trim in base resolver
It's not necessary since we return early if the path starts with a
slash.
2020-08-05 13:00:35 -05:00
361e7103ea Enable loading external plugins 2020-07-31 17:42:48 -05:00
e86c066438 Add helper functions to make some code clearer 2020-07-30 12:14:31 -05:00
c67d31580f Include details if any in JSON requests 2020-07-29 18:48:05 -05:00
2819fd51e2 Remove unused endpoints
- dashboard
- app api
2020-07-27 12:00:42 -05:00
d192726e80 Simplify dashboard 2020-03-16 15:14:50 -05:00
c146457de4 Add recents section 2020-03-02 11:52:39 -06:00
963ebaca5b Register a service worker
To make installing as a PWA possible. Fixes #1181.
2020-02-27 16:37:00 -06:00
8793110941 Implement endpoint for getting recent directories 2020-02-18 14:13:22 -06:00
b8fa7da972 Simplify frontend
Just a login form and a list of applications. No modals or anything like
that.
2020-02-13 20:10:14 -06:00
6cebfa469d Generalize initial app logic 2020-02-05 18:47:00 -06:00
4cc181cedc Make routing base path agnostic 2020-02-05 17:38:21 -06:00
8cc11d1688 Improve routing 2020-02-05 13:07:07 -06:00
b29346ecdf Implement new structure 2020-02-04 14:31:44 -06:00
a89d83cbba Fix other incorrect usages of split 2019-10-28 14:03:13 -05:00
548d095611 Add support for running extensions in the browser 2019-10-04 18:14:19 -05:00