Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cargo fmt | 2024-03-30 | 1 | -10/+9 | |
| | |||||
* | Restructure authorization flow | 2024-03-30 | 1 | -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 code | 2024-01-26 | 1 | -128/+129 | |
| | |||||
* | Read limit as current, not as limit XD | 2024-01-24 | 1 | -4/+4 | |
| | |||||
* | What about making use of the download limiter? | 2024-01-24 | 1 | -1/+1 | |
| | |||||
* | Properly handle private repos | 2024-01-24 | 1 | -4/+6 | |
| | |||||
* | Use X-Forwarded-Host instead of X-Forwarded-For | 2024-01-24 | 1 | -7/+6 | |
| | |||||
* | Debug X-Forward-For handling | 2024-01-24 | 1 | -0/+1 | |
| | |||||
* | Fix server build | 2024-01-24 | 1 | -1/+4 | |
| | |||||
* | Add very simple download limit | 2024-01-24 | 1 | -1/+104 | |
| | |||||
* | Remove Go and C source | 2024-01-24 | 2 | -0/+1047 | |
The Rust implementation now implements all features I need |