aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* cargo fmtLibravatar Rutger Broekhoff2024-03-301-10/+9
|
* Restructure authorization flowLibravatar Rutger Broekhoff2024-03-301-41/+56
| | | | | Tried to write verify_claims such that the happy path is to the left as much as possible.
* Clean up part of the codeLibravatar Rutger Broekhoff2024-01-261-128/+129
|
* Read limit as current, not as limit XDLibravatar Rutger Broekhoff2024-01-241-4/+4
|
* What about making use of the download limiter?Libravatar Rutger Broekhoff2024-01-241-1/+1
|
* Properly handle private reposLibravatar Rutger Broekhoff2024-01-241-4/+6
|
* Use X-Forwarded-Host instead of X-Forwarded-ForLibravatar Rutger Broekhoff2024-01-241-7/+6
|
* Debug X-Forward-For handlingLibravatar Rutger Broekhoff2024-01-241-0/+1
|
* Fix server buildLibravatar Rutger Broekhoff2024-01-241-1/+4
|
* Add very simple download limitLibravatar Rutger Broekhoff2024-01-241-1/+104
|
* Remove Go and C sourceLibravatar Rutger Broekhoff2024-01-242-0/+1047
The Rust implementation now implements all features I need