aboutsummaryrefslogtreecommitdiffstats
path: root/src/file_op.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Added HTML and Javascript progress bar when uploading filesAlec Di Vito2024-06-061-5/+13
|
* Refactor errorscyqsimon2024-01-291-36/+30
| | | | | - Split `ContexualError` into `StartError` & `RuntimeError` - Made sure every `RuntimeError` variant has an accurate status code
* Fix inaccurate uses of `sanitize_path`cyqsimon2024-01-261-3/+4
|
* Use tokio::fs instead of std::fs to enable async file operations (fixes #445)Sven-Hendrik Haase2024-01-131-8/+9
|
* Fix formattingSven-Hendrik Haase2024-01-131-8/+14
|
* Ignore readonly metadata and handle errors insteadVictor2024-01-111-11/+15
|
* Update actix-multipart to 0.6.1Sven-Hendrik Haase2024-01-031-2/+2
|
* Fix incorrect usage of app data extractorcyqsimon2023-09-051-1/+1
| | | | - `Data` extractor can only be used when app data is wrapped with `Data`
* Minor code style refactorscyqsimon2023-09-051-9/+11
|
* Use distinct query type for file op APIscyqsimon2023-09-051-9/+12
|
* rename `file_upload` to `file_op`cyqsimon2023-09-051-0/+230
- This is in preparation for adding deletion code