coder/coderd/httpapi
Ammar Bandukwala 3b73321a6c
feat: refactor deployment config (#6347)
2023-03-07 15:10:01 -06:00
..
cookie.go feat: use JWT ticket to avoid DB queries on apps (#6148) 2023-03-07 19:38:11 +00:00
cookie_test.go feat: Implement (but not enforce) CSRF for FE requests (#3786) 2022-09-13 15:26:46 -04:00
httpapi.go feat: refactor deployment config (#6347) 2023-03-07 15:10:01 -06:00
httpapi_test.go fix: actually test `httpapi.WebsocketCloseSprintf` (#6261) 2023-02-17 17:50:21 +00:00
json.go chore: format Go more aggressively 2023-02-18 18:32:09 -06:00
json_test.go feat: add load testing harness, coder loadtest command (#4853) 2022-11-02 18:30:00 +00:00
name.go feat: Add template display name (backend) (#4966) 2022-11-10 21:51:09 +01:00
name_test.go feat: Add template display name (backend) (#4966) 2022-11-10 21:51:09 +01:00
queryparams.go feat: Guard search queries against common mistakes (#6404) 2023-03-01 23:28:56 -06:00
queryparams_test.go feat: Guard search queries against common mistakes (#6404) 2023-03-01 23:28:56 -06:00
request.go feat: add panic recovery middleware (#3687) 2022-08-29 17:00:52 -05:00
url.go feat: use JWT ticket to avoid DB queries on apps (#6148) 2023-03-07 19:38:11 +00:00
url_test.go feat: use JWT ticket to avoid DB queries on apps (#6148) 2023-03-07 19:38:11 +00:00
websocket.go fix: Ensure WebSockets routinely transfer data (#4367) 2022-10-04 17:10:58 -05:00