aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin/api_server.rs
Commit message (Expand)AuthorAgeFilesLines
* admin api: reorder thingsAlex Auvolat12 days1-34/+32
* admin api: impl RequestHandler for MetricsRequestAlex Auvolat12 days1-33/+3
* admin api: base infrastructure for local endpointsAlex Auvolat12 days1-21/+108
* Merge branch 'main' into next-v2Alex Auvolat2025-02-011-9/+9
|\
| * fix things upAlex Auvolat2025-01-311-1/+1
| * wip: split garage_api into garage_api_{common,s3,k2v,admin}Alex Auvolat2025-01-311-9/+9
* | admin api: remove log messageAlex Auvolat2025-01-291-2/+0
* | admin api: small fixesAlex Auvolat2025-01-291-1/+1
* | admin api: fix CORS to work in browserAlex Auvolat2025-01-291-2/+7
* | admin api: update semantics of some endpoints, and update docAlex Auvolat2025-01-291-2/+2
* | admin api: add compatibility from v1/ to v2/Alex Auvolat2025-01-291-4/+2
* | admin api: refactor using macroAlex Auvolat2025-01-291-8/+10
* | admin api: new router_v2 with unified path syntaxAlex Auvolat2025-01-291-262/+34
* | admin api: make all handlers impls of a single traitAlex Auvolat2025-01-291-56/+120
* | admin api: create structs for all requests/responess in src/api/admin/api.rsAlex Auvolat2025-01-291-2/+10
|/
* Merge branch 'main' into next-0.10Alex Auvolat2024-03-041-17/+41
|\
| * [fix-auth-ct-eq] use argon2 hashing and verification for admin/metrics token ...Alex Auvolat2024-02-291-17/+41
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-131-16/+21
|\|
| * [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
* | Merge pull request 'NLnet task 3' (#667) from nlnet-task3 into next-0.10Alex2024-01-111-1/+1
|\ \ | |/ |/|
| * layout: use separate CRDT for staged layout changesAlex Auvolat2023-11-091-1/+1
* | 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