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