Commit Graph

69 Commits (main)

Author SHA1 Message Date
sigoden 4016715187
fix: login btn does not work for readonly annoymous (#620) 2025-08-19 08:58:59 +08:00
sigoden 9c9fca75d3
feat: support downloading via token auth (#603) 2025-08-02 14:37:49 +08:00
sigoden 59685da06e
fix: webui formatDirSize (#568) 2025-04-07 07:36:49 +08:00
sigoden d0453b7591
feat: limit sub directory item counting (#556) 2025-03-14 08:53:11 +08:00
sigoden af95ea1cd7
fix: webui can't handle hash property of URL well (#515) 2024-12-28 09:53:59 +08:00
sigoden bb5a5564b4
feat: webui displays subdirectory items (#457) 2024-09-25 22:19:25 +08:00
freedit-dev f87c52fda2
refactor: do not show size for Dir (#447) 2024-09-06 07:36:15 +08:00
sigoden 5b338c40da
refactor: make logout works on safari (#442) 2024-08-27 16:07:17 +08:00
sigoden 964bf61c37
refactor: improve logout at asserts/index.js (#440) 2024-08-24 15:52:29 +08:00
sigoden 4bf92cc47a
feat: webui support logout (#439) 2024-08-24 15:38:13 +08:00
sigoden 7d17d9c415
fix: login successed but popup `Forbidden` (#437) 2024-08-22 08:52:50 +08:00
sigoden 5d26103ea2
fix: webui unexpected save-btn when file is non-editable (#429) 2024-08-07 20:38:12 +08:00
52funny 7aba3fe0b6
fix: garbled characters caused by atob (#422) 2024-07-22 18:10:01 +08:00
sigoden ca5c3d7c54
feat: base64 index-data to avoid misencoding (#421) 2024-07-22 08:02:32 +08:00
Need4Swede dc7a7cbb3f
refactor: no inline scripts in HTML (#391)
* Moved 'ready' func call from index.html

Inline script moved to index.js

* Moved <script> out from index.html

* moved inline-styling to css

* minor formatting changes

* changed ratio from const to let

* refactor

* fix tests

---------

Co-authored-by: sigoden <sigoden@gmail.com>
2024-05-31 08:51:59 +08:00
sigoden 1eb69f6806 chore: ui minior refinement 2024-05-22 01:56:06 +00:00
sigoden 5f0369aa39 chore: js format 2024-05-14 09:04:49 +00:00
sigoden ee21894452
feat: supports resumable uploads (#343) 2024-01-11 14:56:30 +08:00
plantatorbob cd84dff87f
fix: upload more than 100 files in directory (#317) 2023-12-11 18:28:11 +08:00
sigoden 073b098111
feat: ui supports view file (#301) 2023-11-28 07:14:53 +08:00
sigoden f8d6859354
refactor: ui improve uploading progress (#296) 2023-11-26 10:23:37 +08:00
sigoden c352dab470
refactor: take improvements from the edge browser (#289) 2023-11-15 19:44:44 +08:00
sigoden 6766e0d437
fix: ui show user-name next to the user-icon (#278) 2023-11-03 14:55:07 +08:00
sigoden 60df3b473c
fix: sort path ignore case (#264) 2023-09-06 23:25:04 +08:00
sigoden 8be545d3da
fix: ui refresh page after login (#230) 2023-06-03 10:09:02 +08:00
sigoden 9c412f4276
refactor: ui checkAuth (#226) 2023-06-02 19:35:30 +08:00
sigoden 577eea5fa4 chore: ui js refactor 2023-06-01 22:22:36 +08:00
sigoden 8d7c1fbf53
fix: ui set default max uploading to 1 (#220) 2023-06-01 21:32:22 +08:00
sigoden 4622c48120
fix: ui path table show move action (#219) 2023-06-01 20:33:21 +08:00
nq5 2890b3929d
chore: correct spelling and grammar in index.js (#216) 2023-06-01 07:35:41 +08:00
Jesse Hu 8a1e7674df
feat: show precise file size with decimal (#210) 2023-05-18 12:01:02 +08:00
sigoden 3c6206849f chore: trivial improvements 2023-04-01 16:10:34 +08:00
sigoden e43554b795
feat: webui editing support multiple encodings (#197) 2023-03-17 11:22:21 +08:00
sigoden 902a60563d chore: ui change edit icon 2023-02-22 10:37:54 +08:00
sigoden f6c2ed2974 chore: optimize ui 2023-02-22 10:09:34 +08:00
sigoden ad0be71557 chore: optimize for test auth 2023-02-21 16:16:49 +08:00
sigoden 6d9758c71d
feat: ui improves the login experience (#182)
close #157 #158
2023-02-21 12:42:40 +08:00
sigoden a61fda6e80
feat: support new file (#180) 2023-02-21 08:45:52 +08:00
sigoden 6625c4d3d0 chore: optimize ui 2023-02-21 08:14:03 +08:00
sigoden dd6973468c
feat: support edit files (#179)
close #172
2023-02-20 22:50:24 +08:00
sigoden c6c78a16c5 chore: optimize ui 2023-02-20 17:23:31 +08:00
sigoden 111103f26b
fix: clear search input also clear query (#178)
close #161
2023-02-20 12:07:40 +08:00
sigoden 8d9705caa4
feat: add option --allow-archive (#152)
BREAKING CHANGE: explicitly allow download folder as zip file
2022-12-10 11:09:42 +08:00
Kian-Meng Ang 7eef4407fc
docs: fix typos (#147)
Found via `codespell -S target -L crate,nd`
2022-12-10 09:18:54 +08:00
sigoden 31c832a742
feat: support sort by name, mtime, size (#128) 2022-08-23 14:24:42 +08:00
sigoden cc0014c183 chore: fix typo 2022-08-03 08:51:12 +08:00
sigoden c62926d19c
fix(ui): file path contains special charactors (#114) 2022-07-30 07:53:27 +08:00
sigoden 05dbcfb2df
feat: limit the number of concurrent uploads (#98) 2022-07-06 19:17:30 +08:00
sigoden 140a360e37 chore: optimize move path default value 2022-07-05 09:16:21 +08:00
sigoden c6541b1c36
feat: ui supports move folder/file to new path (#92) 2022-07-04 21:20:00 +08:00