Commit graph

19 commits

Author SHA1 Message Date
8515ba382e Made progress bar smoothly fill 2024-11-04 05:18:31 -06:00
60dd2ea421 Changed chunked upload URL to take chunk number instead of offset 2024-11-04 05:05:58 -06:00
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
338d320894 Added about page, added dark mode, touched up styling 2024-10-30 01:56:04 -05:00
2848ff1f54 Compress database with lz4 and improve database handling 2024-10-29 04:33:44 -05:00
07487415c1 Add paste event to upload options 2024-10-29 00:17:34 -05:00
2f70967834 Add API documentation page 2024-10-28 02:45:43 -05:00
4b07ba4c46 Clean up code in various ways 2024-10-28 00:39:10 -05:00
769bd72542 Improved URL lookup handling 2024-10-27 06:53:04 -05:00
aaaea89502 Switched to better database lookup system 2024-10-27 06:31:00 -05:00
73b8398f4a Reworked database to store things smarter 2024-10-27 05:40:11 -05:00
5f66f02734 Fixed file upload on click 2024-10-25 18:26:08 -05:00
fa8d4bc289 Drag and drop works 2024-10-25 13:17:04 -05:00
2fac064c38 Properly use blake3 mmap 2024-10-24 23:00:23 -05:00
4809be56a9 Improved UI interactions with things 2024-10-24 12:58:11 -05:00
094fb67649 Improved progress bars and element alignment while uploading 2024-10-24 11:40:07 -05:00
cbee7641dd URI encode links for copying 2024-10-24 10:23:17 -05:00
2e7c194388 Fix multiple file upload on client 2024-10-24 09:58:55 -05:00
668869608a Moved web stuff to web folder 2024-10-24 09:43:28 -05:00
Renamed from src/static/request.js (Browse further)