aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin/router.rs
Commit message (Expand)AuthorAgeFilesLines
* support {s3,web}.root_domains in /check endpointbug/support-root-domains-on-demand-tlsQuentin Dufour2023-08-081-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