aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin/router.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-291-3/+3
|\
| * support {s3,web}.root_domains in /check endpointbug/support-root-domains-on-demand-tlsQuentin Dufour2023-08-081-3/+3
* | admin: uniformize layout api and improve codeAlex Auvolat2023-06-141-1/+1
* | admin and cli: hide secret keys unless askedAlex Auvolat2023-06-141-6/+8
* | admin api: move all endpoints to v1/ by default (v0/ still supported)Alex Auvolat2023-06-141-22/+22
* | admin api: switch GetClusterHealth to camelcase (fix #381 again)Alex Auvolat2023-06-141-1/+1
* | admin api: change cluster status/layout to use lists and not maps (fix #377)Alex Auvolat2023-06-141-3/+3
|/
* Implemented website hosting authorization endpoint.Jonathan Davies2023-01-131-0/+3
* Fix router keyword handling (fix #442)router-keywords-fixAlex Auvolat2022-12-121-6/+9
* Separate /health (simple text answer) and /v0/health (full json answer, authe...Alex Auvolat2022-12-051-5/+5
* Refactor health check and add ability to return it in jsonAlex Auvolat2022-12-051-3/+6
* Implement /health admin API endpoint to check node healthAlex Auvolat2022-12-051-0/+4
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-6/+2
* First version of admin API (#298)Alex2022-05-241-0/+149