Commit Graph

175 Commits

Author SHA1 Message Date
6a45a485e9 Use custom event for file manager events 2025-04-30 13:21:11 +02:00
9cc0fe1f38 Fix keyboard shortcut conflict in filesystem 2025-04-17 16:16:35 +02:00
bc112b13c9 Remove listview animation due to lag when directory switching 2025-04-09 09:48:14 +02:00
4b297fec46 Make filesystem list view columns sortable 2025-04-02 15:12:38 +02:00
d5cd5b1db1 Convert the whole filesystem UI to Typescript 2025-03-28 14:16:20 +01:00
8279b9646e Move from relative imports to static imports 2025-03-27 15:38:59 +01:00
c8d22f534a Use generated download link element instead of iframe for downloading 2025-03-27 12:52:45 +01:00
d894246a38 Add affiliate system 2025-03-21 01:11:03 +01:00
00e24879b7 Save video playback position in browser localstorage 2025-03-12 17:44:18 +01:00
49dee9d635 Add filesystem theme presets 2025-02-03 16:30:17 +01:00
091df332d8 Add f for fullscreen shortcut 2025-02-03 16:29:26 +01:00
99ad9ab2d5 Add shortcut m to mute audio 2025-02-03 15:38:07 +01:00
f907e4c7e7 Make directory name field closable with escape 2025-01-30 00:08:26 +01:00
a58a991bcd Add share icon to compact view 2025-01-30 00:07:36 +01:00
a76afc1bf8 Add compact view to file picker 2025-01-28 12:16:37 +01:00
e8123519a1 Change label for dashboard button to "Dashboard" 2025-01-28 12:07:51 +01:00
6eef8970fa Add compact view to filesystem 2025-01-28 12:00:04 +01:00
4d1680b7f5 Use fieldset for styling form elements 2025-01-27 22:54:47 +01:00
6d7fb71830 Debounce video pause event in some chromium browsers 2025-01-27 21:05:18 +01:00
5399000c8d Disable backspace back navigation because it is honestly kinda confusing 2025-01-27 14:10:00 +01:00
47f513a967 Report free and paid transfer separately on filesystem details window 2025-01-27 14:09:41 +01:00
3f08de7846 Fix issue with spacebar pausing in chromium, allow exit fullscreen with f hotkey 2025-01-27 14:08:16 +01:00
45771004a0 Change swipe nagivation component to typescript 2025-01-09 23:44:08 +01:00
7b8d11b44c Change date types to strings because the json parser does not detect dates types 2025-01-09 23:43:31 +01:00
2c1aa92159 Allow downloading directories from zip files 2024-12-04 18:56:20 +01:00
c36a3dc0c7 Add support for various tar archive formats 2024-12-04 15:06:58 +01:00
1c07f6ed1d Fix crash when zip file cannot be parsed 2024-12-04 11:33:31 +01:00
f7a0ff4538 Add access controls window 2024-11-19 15:31:51 +01:00
b5b5caa329 Redesign home page 2024-11-18 17:09:27 +01:00
0a0f687044 Show 7zip contents on filesystem 2024-11-14 22:35:34 +01:00
cac31a097a Add backspace shortcut to go back 2024-11-14 22:13:19 +01:00
5c4255dbbf Enable searching in all directories 2024-11-14 21:46:42 +01:00
e293c875b5 Fix not being able to search for the letter 'f' 2024-11-14 17:56:01 +01:00
9a4d9a5d9b Move searchbar to filemanager directory 2024-11-14 16:41:16 +01:00
0043fe2e9e Move search bar to the file manager 2024-11-14 16:14:58 +01:00
83ec1fc516 Add thead and tbody to every table for svelte 5 compatibility 2024-11-06 19:12:52 +01:00
94760efc37 Fix directory counters not updating 2024-09-25 16:30:55 +02:00
9e7f3b4e0d Move some libraries around 2024-09-12 15:11:50 +02:00
f3ac6875ed Move back to relative paths because somehow the alternative is even worse 2024-09-11 14:18:03 +02:00
c5ddc20ce2 Centralize drag-and-drop upload code 2024-09-10 18:51:13 +02:00
75b6c304b2 Add upload button and create directory button to filesystem dashboard 2024-09-10 15:22:26 +02:00
51afa2615c Add free transfer limit to filesystem 2024-09-05 17:28:31 +02:00
04efcb6505 Add configurable theme colours to filesystem 2024-09-05 14:58:26 +02:00
41a157ae9e Disable swiping controls at beginning/end of a directory 2024-08-30 17:19:25 +02:00
e68ecc6ac1 I hate javascript so much. 2024-08-30 17:03:43 +02:00
ef8023c40f Merge FilesystemAPI and FilesystemUtil to avoid circular dependencies 2024-08-30 16:17:48 +02:00
2c0d7d81ac Rename Navigator to FSNAvigator to avoid conflicts 2024-08-30 15:35:53 +02:00
c75cbb2e3f Update a bunch of libraries to typescript 2024-08-30 15:16:01 +02:00
c152f36f49 Replace home button on download page with standard home button 2024-08-29 19:56:22 +02:00
8399800952 More windows 98 tweaks.. because I can't stop 2024-08-29 19:48:58 +02:00