Commit Graph

74 Commits

Author SHA1 Message Date
6a45a485e9 Use custom event for file manager events 2025-04-30 13:21:11 +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
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
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
f7a0ff4538 Add access controls window 2024-11-19 15:31:51 +01:00
0043fe2e9e Move search bar to the file manager 2024-11-14 16:14:58 +01: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
51afa2615c Add free transfer limit to filesystem 2024-09-05 17:28:31 +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
1382c01a14 Improve documentation for shortcuts 2024-08-14 19:58:25 +02:00
12e23b3872 Add loading store to Navigator to keep track of loading state 2024-08-09 13:47:10 +02:00
69744e41a6 Change filesystem navigator into a class with a svelte store implementation 2024-08-09 13:02:07 +02:00
08698bbdb4 Support full screen backgrounds on the filesystem 2024-05-30 12:28:42 +02:00
7bc35e912c Add bulk download button for filesystem 2024-05-08 18:29:59 +02:00
a0ccbb55be Toggle audio/video playback with spacebar 2024-04-11 20:32:55 +02:00
5f6cc3f90f Add fullscreen buttons to file viewer and filesystem 2024-04-11 19:33:26 +02:00
f69389c461 Reduce space wastage 2024-04-10 18:35:51 +02:00
13c5889a56 Clean up UI for small screens 2024-03-15 13:58:27 +01:00
6376e67cd7 Add menu button to filesystem 2024-03-12 17:53:53 +01:00
a9d685424f Add embedding options to filesystem 2024-02-16 21:07:01 +01:00
a4c5b97cdf Add header image to branding options 2024-02-16 14:50:34 +01:00
4be12b4145 Add a little bit of depth 2024-02-16 11:49:38 +01:00
08676e6071 Add page branding options to filesystem 2024-02-15 18:52:46 +01:00
6edb2e81d7 Add filesystem documentation 2024-02-06 17:14:40 +01:00
548c9e1479 The great button centerification 2023-11-16 12:17:36 +01:00
c2372dbcb3 Make bottom menu collapsible 2023-11-15 16:40:55 +01:00
6e30ce896f Make filesystem view more responsive by moving the toolbar 2023-11-15 15:50:54 +01:00
008ffbc4f7 Fix download error 2023-05-31 00:27:00 +02:00
8377ac1fab Properly encode path links, remove unused password settings 2023-05-30 16:59:11 +02:00
0299b730a5 Remove the need to provide a bucket ID to each API call 2023-05-30 15:51:10 +02:00
20730141d5 Remove old file uploader 2023-05-29 18:01:23 +02:00
34bd15fa8b Close search with escape 2023-05-29 12:33:22 +02:00
71538e5d7a Add directory uploader 2023-05-27 15:50:44 +02:00
b29a1b2a97 Loading indicator on edit operations 2023-05-25 21:36:59 +02:00
4c9f3914b7 Enable searching when in file view 2023-05-25 20:19:37 +02:00
9e5f2ae6d4 Add search view 2023-05-25 17:06:17 +02:00
fff705bc2a Fix double api call in edit window 2023-05-25 14:47:36 +02:00
98c725f291 Add torrent and zip viewers to filesystem 2023-05-19 17:17:05 +02:00
84f835f581 Fix naming conflict with navigator 2023-05-17 22:46:27 +02:00
bd9359de44 Add oembed tags. Fix sharing and copy link button. Add text and file viewer 2023-05-17 19:27:46 +02:00
277637511c Split filesystem up in components
Also thumbnails work now
2023-05-17 15:34:56 +02:00