1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2025-01-07 09:08:45 +00:00
code-server-2/src/node/routes
Joe Previte 0cdbd33b46
refactor: make authenticated async everywhere
Since this checks if they are authenticated using the hash/password and it's
async, we need to update authenticated to be async, which means we have to
update it everywhere it's used.
2021-06-08 14:33:14 -07:00
..
apps.ts plugin: Fixes for CI 2020-11-06 10:13:01 -05:00
domainProxy.ts refactor: make authenticated async everywhere 2021-06-08 14:33:14 -07:00
health.ts Fix health socket not getting client messages 2021-02-16 15:01:46 -06:00
index.ts Add logout route 2021-05-04 13:29:39 -05:00
login.ts refactor: make authenticated async everywhere 2021-06-08 14:33:14 -07:00
logout.ts Add logout route 2021-05-04 13:29:39 -05:00
pathProxy.ts Provide WsRouter to plugins 2021-02-09 13:09:27 -06:00
static.ts refactor: make authenticated async everywhere 2021-06-08 14:33:14 -07:00
update.ts vscode: Show notification when upgrade is available 2020-11-24 12:13:21 -05:00
vscode.ts refactor: make authenticated async everywhere 2021-06-08 14:33:14 -07:00