aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
22 hoursUse sanitised names derived from original names.HEADmainFrederick Muriuki Muriithi
22 hoursMake filename hashing optional.Frederick Muriuki Muriithi
23 hoursImprove UI for job-status page.Frederick Muriuki Muriithi
23 hoursReuse common job-creation code.Frederick Muriuki Muriithi
24 hoursProcess form contents into a zip bundle.Frederick Muriuki Muriithi
25 hoursPass both original name and uploaded name onward for processing.Frederick Muriuki Muriithi
25 hoursAdd "original-name" and "uploaded-file" to all successful responses.Frederick Muriuki Muriithi
26 hoursSubmit form: send data to server for processing.Frederick Muriuki Muriithi
26 hoursAssign returned names to file-input namesFrederick Muriuki Muriithi
26 hoursInclude chunk number in response.Frederick Muriuki Muriithi
26 hoursIf the target file exists, return true for all its chunk checks.Frederick Muriuki Muriithi
26 hoursExtract target file path computation to a utility function.Frederick Muriuki Muriithi
26 hoursReturn a 201 status message when a chunk is uploadedFrederick Muriuki Muriithi
26 hoursTrack what file is uploadedFrederick Muriuki Muriithi
5 daysUI: Don't overflow the data previews elementsFrederick Muriuki Muriithi
5 daysMake all responses JSON responses.Frederick Muriuki Muriithi
7 daysProvide a means to submit the data.Frederick Muriuki Muriithi
7 daysfixup: Check that all files are provided and there're no duplicates.Frederick Muriuki Muriithi
7 daysOnly create the necessary objects.Frederick Muriuki Muriithi
7 daysCheck that all files are provided and there're no duplicates.Frederick Muriuki Muriithi
7 daysIf file already exists, return success rather than failing.Frederick Muriuki Muriithi
7 daysRemove display elements for existing filesFrederick Muriuki Muriithi
7 daysDisable "Upload Phenotypes" button on click; reenable on error.Frederick Muriuki Muriithi
7 daysAllow non-expiring JWTsFrederick Muriuki Muriithi
2025-01-06Activate resumable UIs.Frederick Muriuki Muriithi
2025-01-06Add resumable UI elements for all file inputs.Frederick Muriuki Muriithi
2025-01-06Generalise creation of resumable objects.Frederick Muriuki Muriithi
2025-01-06Add note that no event is passed.Frederick Muriuki Muriithi
2025-01-06Trigger preview when user drops file on the resumable element.Frederick Muriuki Muriithi
2025-01-06Rename function for consistencyFrederick Muriuki Muriithi
2025-01-06Make the preview updater more genericFrederick Muriuki Muriithi
2025-01-06Use explicit names for variables to ease maintenanceFrederick Muriuki Muriithi
2025-01-06Pass in file object rather than file-input elementFrederick Muriuki Muriithi
2025-01-06Fix labels 'for' attributeFrederick Muriuki Muriithi
2024-12-20Activate initial PoC for chunked uploads.Frederick Muriuki Muriithi
2024-12-20Provide URI for the POST endpoint for chunked uploads.Frederick Muriuki Muriithi
2024-12-20Add javascript to handle resumable, chunked file uploads.Frederick Muriuki Muriithi
2024-12-20Provide initial endpoints for chunked file uploads.Frederick Muriuki Muriithi
2024-12-20Retain a consistent naming scheme for functions.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
2024-12-17Handle non-existent values correctly.Frederick Muriuki Muriithi
2024-12-17Update the previews on changing values and/or files.Frederick Muriuki Muriithi
2024-12-17Trigger 'change' event on resetting value(s) to default.Frederick Muriuki Muriithi
2024-12-17Import files.js to get access to 'read_first_n_lines' function.Frederick Muriuki Muriithi
2024-12-17Add function to read first 'n' lines of file as text.Frederick Muriuki Muriithi
2024-12-17Add function to update a preview table.Frederick Muriuki Muriithi
2024-12-17Display preview UI elements.Frederick Muriuki Muriithi
2024-12-17Add template for tables to preview files' parsing.Frederick Muriuki Muriithi
2024-12-17Move common sidebar contentFrederick Muriuki Muriithi