Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump deps | Sven-Hendrik Haase | 2024-07-20 | 1 | -7/+11 |
| | |||||
* | Refactor errors | cyqsimon | 2024-01-29 | 1 | -36/+30 |
| | | | | | - Split `ContexualError` into `StartError` & `RuntimeError` - Made sure every `RuntimeError` variant has an accurate status code | ||||
* | Fix inaccurate uses of `sanitize_path` | cyqsimon | 2024-01-26 | 1 | -3/+4 |
| | |||||
* | Use tokio::fs instead of std::fs to enable async file operations (fixes #445) | Sven-Hendrik Haase | 2024-01-13 | 1 | -8/+9 |
| | |||||
* | Fix formatting | Sven-Hendrik Haase | 2024-01-13 | 1 | -8/+14 |
| | |||||
* | Ignore readonly metadata and handle errors instead | Victor | 2024-01-11 | 1 | -11/+15 |
| | |||||
* | Update actix-multipart to 0.6.1 | Sven-Hendrik Haase | 2024-01-03 | 1 | -2/+2 |
| | |||||
* | Fix incorrect usage of app data extractor | cyqsimon | 2023-09-05 | 1 | -1/+1 |
| | | | | - `Data` extractor can only be used when app data is wrapped with `Data` | ||||
* | Minor code style refactors | cyqsimon | 2023-09-05 | 1 | -9/+11 |
| | |||||
* | Use distinct query type for file op APIs | cyqsimon | 2023-09-05 | 1 | -9/+12 |
| | |||||
* | rename `file_upload` to `file_op` | cyqsimon | 2023-09-05 | 1 | -0/+230 |
- This is in preparation for adding deletion code |