Commit graph

9 commits

Author SHA1 Message Date
G2
e78c61b410
Chunked uploads (#2)
* Switch database to begin using CBOR, and begin work on chunked uploads

* Chunked uploads work, no feedback to client yet

* Added poorly implemented progress for chunked uploads

* I think these methods are cursed

* Improved performance by properly limiting the number of uploads

* Properly show errors in file bars again

* Improved setup for chunk downloading, added chunk size to config

* Ran clippy, added chunk cleaner

* Ran `cargo fmt`
2024-11-03 05:47:26 -06:00
2f70967834 Add API documentation page 2024-10-28 02:45:43 -05:00
e05f0373b3 Ran cargo fmt 2024-10-27 02:03:55 -05:00
eb9db0f546 Fixed relative paths. Fixed multi-file uploading. Fixed config application. 2024-10-24 02:29:49 -05:00
2f785d78c1 Moved time selection buttons mostly to the backend 2024-10-23 22:43:11 -05:00
34142ba721 Properly set up time buttons on page 2024-10-23 12:22:54 -05:00
26f1f70a47 Improved CSS and JS a bit more 2024-10-23 04:50:33 -05:00
4f47efbb27 Improve duration handling, remove CSS for now 2024-10-23 04:28:57 -05:00
aee0cc9892 Improved handling, added more routes 2024-10-23 03:55:40 -05:00