aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin
Commit message (Expand)AuthorAgeFilesLines
* Fix some docs and change syntax of CreateBucket permissionsAlex Auvolat2022-05-241-3/+10
* Make authorization token mandatory for admin APIAlex Auvolat2022-05-231-8/+18
* Refactor bucket emptiness check and add k2v checkAlex Auvolat2022-05-181-12/+1
* Fix fmtAlex Auvolat2022-05-181-3/+1
* Rename error varian for ClippyAlex Auvolat2022-05-181-8/+8
* Implement ImportKeyAlex Auvolat2022-05-174-0/+37
* Implement ConnectClusterNodesAlex Auvolat2022-05-173-0/+36
* Prefix all APIs with `v0/`Alex Auvolat2022-05-171-24/+24
* Add PutBucketWebsite and DeleteBucketWebsite to admin apiAlex Auvolat2022-05-173-0/+73
* Specify and implement {Global,Local}{Alias,Unalias}BucketAlex Auvolat2022-05-173-9/+114
* refactorAlex Auvolat2022-05-171-19/+9
* Fix error codeAlex Auvolat2022-05-172-2/+2
* Return website config in GetBucketInfo, use serde(rename_all)Alex Auvolat2022-05-173-55/+67
* More precisions in errors & small refactoringAlex Auvolat2022-05-133-31/+19
* Json body for custom errorsAlex Auvolat2022-05-131-5/+25
* More error refactoringAlex Auvolat2022-05-133-43/+13
* More error refactoringAlex Auvolat2022-05-135-20/+4
* Error refactoringAlex Auvolat2022-05-134-11/+15
* Common error type and admin error type that uses itAlex Auvolat2022-05-137-23/+130
* Possibility of different error types for different APIsAlex Auvolat2022-05-131-0/+1
* Fix clippyAlex Auvolat2022-05-122-6/+2
* SimplifyAlex Auvolat2022-05-122-16/+6
* BucketAllowKey and BucketDenyKeyAlex Auvolat2022-05-124-7/+92
* DeleteBucketAlex Auvolat2022-05-122-0/+63
* CreateBucketAlex Auvolat2022-05-122-4/+105
* ListBucket and GetBucketInfoAlex Auvolat2022-05-125-13/+241
* Implement CreateKey, DeleteKey and rudimentary UpdateKeyAlex Auvolat2022-05-112-11/+89
* First key endpoints: ListKeys and GetKeyInfoAlex Auvolat2022-05-114-3/+195
* Add API access key admin endpointsAlex Auvolat2022-05-112-22/+44
* Refactor code for apply/revert, implement Update/Apply/RevertLayoutAlex Auvolat2022-05-102-3/+79
* Specify remaining cluster-related endpointsAlex Auvolat2022-05-101-0/+2
* Fmt & cleanupAlex Auvolat2022-05-102-32/+58
* Implement /status Admin endpointAlex Auvolat2022-05-104-2/+85
* Refactor admin API to be in api/admin and use common codeAlex Auvolat2022-05-103-0/+189