Commit graph

70 commits

Author SHA1 Message Date
c63407d466 Ran clippy, added chunk cleaner 2024-10-31 13:02:03 -05:00
b386cd8340 Improved setup for chunk downloading, added chunk size to config 2024-10-31 11:24:49 -05:00
4ca0f50685 Properly show errors in file bars again 2024-10-31 04:51:07 -05:00
ca63739bfb Improved performance by properly limiting the number of uploads 2024-10-31 04:43:05 -05:00
bf17b1bc04 I think these methods are cursed 2024-10-31 04:14:56 -05:00
4875445325 Added poorly implemented progress for chunked uploads 2024-10-31 03:19:28 -05:00
9b80670961 Chunked uploads work, no feedback to client yet 2024-10-31 01:44:16 -05:00
2b8d7255b8 Switch database to begin using CBOR, and begin work on chunked uploads 2024-10-30 16:28:34 -05:00
3892975fc2 Fixed clippy suggestions, ran cargo fmt 2024-10-30 11:08:53 -05:00
071b3c206c Reorganized some files for more reasonable naming 2024-10-30 11:04:22 -05:00
55bea3a770 Fixed absolute paths for footer links 2024-10-30 03:17:52 -05:00
44550eb2d7 Added bundled fonts Fira Code and Roboto 2024-10-30 03:15:33 -05:00
338d320894 Added about page, added dark mode, touched up styling 2024-10-30 01:56:04 -05:00
d4fa87e6fb Added /info/<mmid> endpoint 2024-10-29 17:16:29 -05:00
96a6b5cf9d Get file type from MIME type rather than extension 2024-10-29 16:48:57 -05:00
G2
46397a1f03
Update README.md 2024-10-29 04:34:27 -05:00
2848ff1f54 Compress database with lz4 and improve database handling 2024-10-29 04:33:44 -05:00
G2
2ee07e7f3e
Update README.md 2024-10-29 03:29:15 -05:00
G2
3b0a0253eb
Update README.md 2024-10-29 03:22:47 -05:00
37b6838866 Fix overflow scrollbars on chrome 2024-10-29 00:43:21 -05:00
7033220688 Improve resource loading on pages 2024-10-29 00:35:14 -05:00
07487415c1 Add paste event to upload options 2024-10-29 00:17:34 -05:00
0f780d027d Only save database on clean and shutdown 2024-10-28 03:30:36 -05:00
8de33459eb Version bump, 0.1.2 2024-10-28 03:09:41 -05:00
a2148d4227 Minor tweaks to the API docs 2024-10-28 02:57:33 -05:00
24253020f4 Shortened API link name 2024-10-28 02:49:11 -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
G2
3a82415bef
Merge pull request #1 from G2-Games/database_redo
Redo database and fix issues
2024-10-27 17:44:19 -05:00
043fbc7ded Remove lockfile 2024-10-27 17:40:59 -05:00
d0761d9e69 Cleaned up clippy suggestions, ran cargo fmt 2024-10-27 17:38:45 -05:00
ac41059f0b Improve shortlink behavior 2024-10-27 17:33:43 -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
ebada71e7a Removed unecessary file 2024-10-27 05:40:48 -05:00
73b8398f4a Reworked database to store things smarter 2024-10-27 05:40:11 -05:00
e05f0373b3 Ran cargo fmt 2024-10-27 02:03:55 -05:00
159300a0d0 Merge branch 'main' of https://github.com/G2-Games/confetti-box 2024-10-26 22:41:53 -05:00
d66d1145fd Added failure constructor for response 2024-10-26 22:41:42 -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
46eaf5b4fd Break out main into more files for organization 2024-10-24 23:29:53 -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
84e2e4787d Create directories if they do not exist 2024-10-24 02:47:39 -05:00
52de2ccbe4 Changed binary name, v0.1.1 2024-10-24 02:40:43 -05:00