aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin/api_server.rs
Commit message (Expand)AuthorAgeFilesLines
* [dep-upgrade-202402] fix shutdown issue introduced when upgrading hyperdep-upgrade-202402Alex Auvolat2024-02-081-3/+3
* [dep-upgrade-202402] wip: port to http/hyper crates v1Alex Auvolat2024-02-051-13/+18
* Health info message now advertises API v1Quentin Dufour2023-11-221-1/+1
* admin api: increased compatibility for v0/ endpointsv0.9.0-rc2Alex Auvolat2023-10-051-2/+8
* Merge branch 'main' into nextv0.9.0-rc1Alex Auvolat2023-10-031-3/+3
|\
| * api: allow custom unix bind mode and use 0o220 for admin servernetworkException2023-10-031-1/+1
| * everywhere: support unix sockets when binding in various placesnetworkException2023-09-291-2/+2
* | Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-291-18/+52
|\|
| * admin api: refactor caddy check api codeAlex Auvolat2023-08-281-17/+22
| * support {s3,web}.root_domains in /check endpointbug/support-root-domains-on-demand-tlsQuentin Dufour2023-08-081-9/+38
* | admin and cli: hide secret keys unless askedAlex Auvolat2023-06-141-2/+7
|/
* *: apply clippy recommendations.Jonathan Davies2023-05-091-1/+1
* Improved bucket authorization response strings.Jonathan Davies2023-01-291-6/+10
* api_server.rs: Adapted to use query string per Caddy upstream change.Jonathan Davies2023-01-291-15/+19
* More clippy fixesAlex Auvolat2023-01-261-1/+1
* Implemented website hosting authorization endpoint.Jonathan Davies2023-01-131-0/+48
* Separate /health (simple text answer) and /v0/health (full json answer, authe...Alex Auvolat2022-12-051-43/+11
* Refactor health check and add ability to return it in jsonAlex Auvolat2022-12-051-82/+49
* Implement /health admin API endpoint to check node healthAlex Auvolat2022-12-051-0/+94
* Use status code 204 No Content for empty responsesTobias Krischer2022-10-171-3/+3
* Initialize metrics exporter earlier (fix #389)fix-metricsAlex Auvolat2022-09-201-2/+5
* Make all HTTP services optionnalAlex Auvolat2022-09-071-9/+10
* Allow building without Prometheus exporter (/metrics endpoint)Jakub Jirutka2022-09-061-22/+33
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-6/+1
* First version of admin API (#298)Alex2022-05-241-0/+199