aboutsummaryrefslogtreecommitdiff
path: root/uploader/files
AgeCommit message (Expand)Author
13 daysExtract target file path computation to a utility function.Frederick Muriuki Muriithi
13 daysReturn a 201 status message when a chunk is uploaded...Status 201 is returned for when a chunk is uploaded successfully, but the entire file is incomplete. Frederick Muriuki Muriithi
2025-01-17Make all responses JSON responses.Frederick Muriuki Muriithi
2025-01-15If file already exists, return success rather than failing....If user has already uploaded the file, simply return success, rather than failing. Frederick Muriuki Muriithi
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