about summary refs log tree commit diff
path: root/uploader/files
AgeCommit message (Expand)Author
2025-05-12Break "merge file" race-conditionFrederick Muriuki Muriithi
2025-04-28Add logging.Frederick Muriuki Muriithi
2025-02-18Prevent error if chunk is already deleted.Frederick Muriuki Muriithi
2025-01-28Fix linting issues.Frederick Muriuki Muriithi
2025-01-21Make filename hashing optional.Frederick Muriuki Muriithi
2025-01-21Add "original-name" and "uploaded-file" to all successful responses.Frederick Muriuki Muriithi
2025-01-21Include chunk number in response.Frederick Muriuki Muriithi
2025-01-21If the target file exists, return true for all its chunk checks.Frederick Muriuki Muriithi
2025-01-21Extract target file path computation to a utility function.Frederick Muriuki Muriithi
2025-01-21Return a 201 status message when a chunk is uploadedFrederick Muriuki Muriithi
2025-01-17Make all responses JSON responses.Frederick Muriuki Muriithi
2025-01-15If file already exists, 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