aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin/api_server.rs
Commit message (Expand)AuthorAgeFilesLines
* Common error type and admin error type that uses itAlex Auvolat2022-05-131-1/+1
* Possibility of different error types for different APIsAlex Auvolat2022-05-131-0/+1
* Fix clippyAlex Auvolat2022-05-121-4/+0
* SimplifyAlex Auvolat2022-05-121-2/+6
* BucketAllowKey and BucketDenyKeyAlex Auvolat2022-05-121-0/+3
* DeleteBucketAlex Auvolat2022-05-121-0/+1
* CreateBucketAlex Auvolat2022-05-121-0/+1
* ListBucket and GetBucketInfoAlex Auvolat2022-05-121-2/+6
* Implement CreateKey, DeleteKey and rudimentary UpdateKeyAlex Auvolat2022-05-111-0/+5
* First key endpoints: ListKeys and GetKeyInfoAlex Auvolat2022-05-111-0/+7
* Add API access key admin endpointsAlex Auvolat2022-05-111-2/+0
* Refactor code for apply/revert, implement Update/Apply/RevertLayoutAlex Auvolat2022-05-101-0/+5
* Fmt & cleanupAlex Auvolat2022-05-101-2/+5
* Implement /status Admin endpointAlex Auvolat2022-05-101-1/+13
* Refactor admin API to be in api/admin and use common codeAlex Auvolat2022-05-101-0/+128