aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Rename crates (and therefore commands)Rutger Broekhoff2024-04-292-1170/+0
|
* Fix Clippy issuesRutger Broekhoff2024-04-291-4/+4
|
* cargo fmtRutger Broekhoff2024-03-301-10/+9
|
* Restructure authorization flowRutger 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 codeRutger Broekhoff2024-01-261-128/+129
|
* Read limit as current, not as limit XDRutger Broekhoff2024-01-241-4/+4
|
* What about making use of the download limiter?Rutger Broekhoff2024-01-241-1/+1
|
* Properly handle private reposRutger Broekhoff2024-01-241-4/+6
|
* Use X-Forwarded-Host instead of X-Forwarded-ForRutger Broekhoff2024-01-241-7/+6
|
* Debug X-Forward-For handlingRutger Broekhoff2024-01-241-0/+1
|
* Fix server buildRutger Broekhoff2024-01-241-1/+4
|
* Add very simple download limitRutger Broekhoff2024-01-241-1/+104
|
* Remove Go and C sourceRutger Broekhoff2024-01-242-0/+1047
The Rust implementation now implements all features I need