18 Commits

Author SHA1 Message Date
8b2c78c4a4 Re-enable update tests 2021-05-04 13:29:42 -05:00
a48ac5080b Share common util code with VS Code
This lets us re-use the normalized base path so when we expire/clear the
cookie we use the same base path.
2021-05-04 13:29:40 -05:00
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
7d02f34f71 Merge pull request #1934 from cdr/plugin
Add plugin system for adding http endpoints
2020-08-13 16:59:44 -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
d192726e80 Simplify dashboard 2020-03-16 15:14:50 -05:00
963ebaca5b Register a service worker
To make installing as a PWA possible. Fixes #1181.
2020-02-27 16:37:00 -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
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