FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/node/http.ts - coder/code-server · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
coder
/
code-server
Public
Notifications
You must be signed in to change notification settings
Fork
6.8k
Star
79.1k
Code
Issues
144
Pull requests
7
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
code-server
src
node
http.ts
on
v3.11.1
User selector
Datepicker
Commit history
Commits on Jul 1, 2021
fix(http): escape req.query.to in replaceTemplates
jsjoeio
committed
c0e123a
View commit details
Copy full SHA for c0e123a
View code at this point
Browse repository at this point
docs: clarify redirect function in http.ts usage
jsjoeio
committed
2ba03c3
View commit details
Copy full SHA for 2ba03c3
View code at this point
Browse repository at this point
Commits on Jun 8, 2021
fix: sanitize password and cookie key
jsjoeio
committed
3b50bfc
View commit details
Copy full SHA for 3b50bfc
View code at this point
Browse repository at this point
refactor: parse options with multiple = in cli
Show description for 8c2bb61
jsjoeio
committed
8c2bb61
View commit details
Copy full SHA for 8c2bb61
View code at this point
Browse repository at this point
docs: update FAQ with new hashing instructions
jsjoeio
committed
517aaf7
View commit details
Copy full SHA for 517aaf7
View code at this point
Browse repository at this point
refactor: password logic in http w/ isCookieValid
jsjoeio
committed
923761c
View commit details
Copy full SHA for 923761c
View code at this point
Browse repository at this point
refactor: make authenticated async everywhere
Show description for 0cdbd33
jsjoeio
committed
0cdbd33
View commit details
Copy full SHA for 0cdbd33
View code at this point
Browse repository at this point
refactor: add functions to check hash password
jsjoeio
committed
aaf0447
View commit details
Copy full SHA for aaf0447
View code at this point
Browse repository at this point
Commits on Feb 9, 2021
Move global express args definition
Show description for 36aad9b
code-asher
committed
36aad9b
View commit details
Copy full SHA for 36aad9b
View code at this point
Browse repository at this point
Commits on Dec 18, 2020
cli: hashedPassword -> hashed-password (#2454)
Show description for 60c270a
nhooyr
authored
60c270a
View commit details
Copy full SHA for 60c270a
View code at this point
Browse repository at this point
Commits on Dec 8, 2020
Add hashedPassword config (#2409)
Show description for 1dd7e4b
SPGoding
authored
1dd7e4b
View commit details
Copy full SHA for 1dd7e4b
View code at this point
Browse repository at this point
Commits on Nov 11, 2020
Clarify some points around the cookie domain
Show description for 79478eb
code-asher
committed
79478eb
View commit details
Copy full SHA for 79478eb
View code at this point
Browse repository at this point
Commits on Nov 5, 2020
Move websocket routes into a separate app
Show description for 7b2752a
code-asher
committed
7b2752a
View commit details
Copy full SHA for 7b2752a
View code at this point
Browse repository at this point
Upgrade to Express 5
Show description for 9e09c1f
code-asher
committed
9e09c1f
View commit details
Copy full SHA for 9e09c1f
View code at this point
Browse repository at this point
Commits on Nov 4, 2020
Use ensureAuthenticated as middleware
code-asher
committed
34225e2
View commit details
Copy full SHA for 34225e2
View code at this point
Browse repository at this point
Fix cookie domain
Show description for 476379a
code-asher
committed
476379a
View commit details
Copy full SHA for 476379a
View code at this point
Browse repository at this point
Commits on Nov 3, 2020
Remove unused Locals interface
code-asher
committed
8066da1
View commit details
Copy full SHA for 8066da1
View code at this point
Browse repository at this point
Commits on Oct 26, 2020
Convert routes to Express
code-asher
committed
112eda4
View commit details
Copy full SHA for 112eda4
View code at this point
Browse repository at this point
Commits on Oct 20, 2020
Move heart and AuthType out of http
Show description for 2928d36
code-asher
committed
2928d36
View commit details
Copy full SHA for 2928d36
View code at this point
Browse repository at this point
Move argument defaults into setDefaults
code-asher
committed
dcb303a
View commit details
Copy full SHA for dcb303a
View code at this point
Browse repository at this point
Commits on Oct 9, 2020
Unlink socket before using (#2181)
Show description for 2d1de74
nhooyr
authored
2d1de74
View commit details
Copy full SHA for 2d1de74
View code at this point
Browse repository at this point
Commits on Sep 30, 2020
Fix being unable to use [::] for the host
Show description for 11eaf0b
code-asher
committed
11eaf0b
View commit details
Copy full SHA for 11eaf0b
View code at this point
Browse repository at this point
Commits on Sep 14, 2020
Add robots.txt (#2080)
Show description for 9d87c53
code-asher
authored
9d87c53
View commit details
Copy full SHA for 9d87c53
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
Added /healthz JSON response for heartbeat data. #1940 (#1984)
JacobGo
authored
75c8fde
View commit details
Copy full SHA for 75c8fde
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
Add cookie domain debug logs
Show description for de568d4
code-asher
committed
de568d4
View commit details
Copy full SHA for de568d4
View code at this point
Browse repository at this point
Merge pull request #1934 from cdr/plugin
Show description for 7d02f34
code-asher
authored
7d02f34
View commit details
Copy full SHA for 7d02f34
View code at this point
Browse repository at this point
Commits on Aug 9, 2020
Add str param to plural util
Show description for 6e27869
greyscaled
committed
6e27869
View commit details
Copy full SHA for 6e27869
View code at this point
Browse repository at this point
Commits on Jul 31, 2020
Enable loading external plugins
code-asher
committed
361e710
View commit details
Copy full SHA for 361e710
View code at this point
Browse repository at this point
Add plugin system
code-asher
committed
bac948e
View commit details
Copy full SHA for bac948e
View code at this point
Browse repository at this point
Commits on Jul 30, 2020
Add helper functions to make some code clearer
code-asher
committed
e86c066
View commit details
Copy full SHA for e86c066
View code at this point
Browse repository at this point
Commits on Jul 29, 2020
Add the ability to prepend to the proxy path
Show description for 7c2ca7d
code-asher
committed
7c2ca7d
View commit details
Copy full SHA for 7c2ca7d
View code at this point
Browse repository at this point
Include details if any in JSON requests
code-asher
committed
c67d315
View commit details
Copy full SHA for c67d315
View code at this point
Browse repository at this point
Make dispose async
code-asher
committed
58bd700
View commit details
Copy full SHA for 58bd700
View code at this point
Browse repository at this point
Commits on Jul 27, 2020
Make providers endpoint-agnostic
Show description for e8f6d30
code-asher
committed
e8f6d30
View commit details
Copy full SHA for e8f6d30
View code at this point
Browse repository at this point
Commits on May 12, 2020
Add default config file and improve config/data directory detection
nhooyr
committed
00d164b
View commit details
Copy full SHA for 00d164b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL