aboutsummaryrefslogtreecommitdiff
path: root/uploader/files
AgeCommit message (Collapse)Author
5 daysMake filename hashing optional.Frederick Muriuki Muriithi
5 daysAdd "original-name" and "uploaded-file" to all successful responses.Frederick Muriuki Muriithi
Since both the original file name, and the final computed file name could (and do) find use after the upload has completed, include them in all the success messages.
6 daysInclude chunk number in response.Frederick Muriuki Muriithi
6 daysIf the target file exists, return true for all its chunk checks.Frederick Muriuki Muriithi
6 daysExtract target file path computation to a utility function.Frederick Muriuki Muriithi
6 daysReturn a 201 status message when a chunk is uploadedFrederick Muriuki Muriithi
Status 201 is returned for when a chunk is uploaded successfully, but the entire file is incomplete.
10 daysMake all responses JSON responses.Frederick Muriuki Muriithi
11 daysIf file already exists, return success rather than failing.Frederick Muriuki Muriithi
If user has already uploaded the file, simply return success, rather than failing.
2024-12-20Provide initial endpoints for chunked file uploads.Frederick Muriuki Muriithi
2024-12-20Separate generic functions from chunking functionsFrederick Muriuki Muriithi
2024-12-19Make files into a module of its own.Frederick Muriuki Muriithi