5a1f62a8fb
Support permessage-deflate web socket extension ( #2846 )
2021-03-10 13:14:24 -06:00
4d3d1b844d
Handle permessage-deflate on sockets
...
With this the extension host is working again.
2021-03-02 17:18:49 -06:00
5f7f7f1a92
Simplify query concatenation in URL callback
...
Cases in URLs like ?&a=b or ?a=b& appear to be handled just fine.
2020-12-18 11:31:25 -06:00
58c1be57fa
Implement callback endpoints
...
VS Code uses these during the authentication flow.
2020-12-17 15:49:36 -06:00
cc18175ce3
cli: Add --disable-update-check flag
...
Closes #2361
2020-11-30 15:30:06 -05:00
4574593664
Refactor vscode init to use async
...
Hopefully is a bit easier to read.
2020-11-10 18:21:20 -06:00
71850e312b
Avoid setting ?to=/
...
That's the default so it's extra visual noise.
2020-11-10 18:14:18 -06:00
7b2752a62c
Move websocket routes into a separate app
...
This is mostly so we don't have to do any wacky patching but it also
makes it so we don't have to keep checking if the request is a web
socket request every time we add middleware.
2020-11-05 15:08:09 -06:00
34225e2bdf
Use ensureAuthenticated as middleware
2020-11-04 17:07:40 -06:00
210fc049c4
Document VS Code endpoints
2020-11-04 17:07:39 -06:00
e5c8e0aad1
Remove useless ||
2020-11-04 17:07:38 -06:00
6422a8d74b
Fix webview resource path
2020-10-27 17:17:05 -05:00
112eda4605
Convert routes to Express
2020-10-26 17:56:13 -05:00
9f25cc6d5d
Move providers from app
to routes
2020-10-20 16:18:27 -05:00