Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/src/node/routes
Asher d49b3bf159
Fix query string being double-encoding over path proxy
Instead of trying to piece together the original URL and re-encode what
needs to be re-encoded, strip out the base from the original URL.

Fixes #6307.
2024-01-11 12:26:06 -09:00
..
apps.ts plugin: Fixes for CI 2020-11-06 10:13:01 -05:00
domainProxy.ts Add --disable-proxy option (#6349) 2023-07-21 15:23:21 -08:00
errors.ts Do not log < 500 on web sockets as errors 2023-05-04 10:48:30 -08:00
health.ts Fix health socket not getting client messages 2021-02-16 15:01:46 -06:00
index.ts Make sure heartbeat isActive resolves 2023-02-08 11:43:40 -09:00
login.ts Run formatter 2023-09-11 09:27:28 -08:00
logout.ts Fix relative paths (#4594) 2021-12-08 15:52:15 -06:00
pathProxy.ts Fix query string being double-encoding over path proxy 2024-01-11 12:26:06 -09:00
update.ts Implement last opened functionality (#4633) 2021-12-17 13:06:52 -06:00
vscode.ts Modify manifest for window control overlay support (#6468) 2023-10-02 18:03:37 +00:00