aboutsummaryrefslogtreecommitdiffstats
path: root/src/file_op.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump depsSven-Hendrik Haase2024-07-201-7/+11
* Refactor errorscyqsimon2024-01-291-36/+30
* 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
* 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