code-server/src/node
Asher 305348f0ac
Improve proxy fallthrough logic
- Use accept header.
- Match /login and /login/ exactly.
- Match /static/ (trailing slash).
- Use req.path. Same result but feels more accurate to me.
2020-10-27 17:31:37 -05:00
..
routes Fix error handler types 2020-10-27 17:20:13 -05:00
app.ts Convert routes to Express 2020-10-26 17:56:13 -05:00
cli.ts Strip config file password from debug log 2020-10-20 16:18:28 -05:00
coder-cloud.ts cloud: Add mention of cloud repo 2020-10-09 12:57:48 -04:00
constants.ts Add file for global constants 2020-10-26 17:56:12 -05:00
entry.ts Convert routes to Express 2020-10-26 17:56:13 -05:00
heart.ts Move heart and AuthType out of http 2020-10-20 16:18:24 -05:00
http.ts Convert routes to Express 2020-10-26 17:56:13 -05:00
plugin.ts Switch to Express 2020-10-26 17:56:11 -05:00
proxy.ts Improve proxy fallthrough logic 2020-10-27 17:31:37 -05:00
settings.ts Convert routes to Express 2020-10-26 17:56:13 -05:00
socket.ts Read most recent socket path from file 2020-10-09 16:57:43 -05:00
update.ts Convert routes to Express 2020-10-26 17:56:13 -05:00
util.ts Read most recent socket path from file 2020-10-09 16:57:43 -05:00
vscode.ts Convert routes to Express 2020-10-26 17:56:13 -05:00
wrapper.ts Fix wrapper.start not actually waiting for anything 2020-10-09 16:57:41 -05:00