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
fe2358506d
fix: head div overlap main contents when wrap ( #386 )
2024-05-14 17:04:06 +08:00
sigoden
75f06f749c
chore: fix typos and clippy ( #379 )
2024-05-05 06:23:18 +08:00
Qishuai Liu
ffc0991a12
refactor: add fixed-width numerals to date and size on file list page ( #378 )
2024-04-26 17:34:38 +08: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
ae97c714d6
refactor: ui change the cursor for upload-btn to a pointer ( #291 )
2023-11-21 16:24:59 +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
7f83de765a
fix: typo __ASSERTS_PREFIX__ ( #252 )
2023-08-13 15:05:45 +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
65da9bedee
chore(release): version 0.32.0 ( #183 )
2023-02-24 08:21:57 +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
628d863d2e
chore: improve code quanity
2022-12-11 15:18:44 +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
David Politis
1a9990f04e
fix: don't search on empty query string ( #140 )
...
* fix: don't search on empty query string
* refactor
Co-authored-by: sigoden <sigoden@gmail.com>
2022-11-10 18:02:55 +08:00
sigoden
a74e40aee5
feat: add --assets options to override assets ( #134 )
...
* feat: add --assets options to override assets
* update readme
2022-09-05 10:30:45 +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
a489c5647a
fix: table row hover highlighting in dark mode ( #122 )
2022-08-03 07:02:58 +08:00
sigoden
277d9d22d4
feat(ui): add table row hover ( #115 )
2022-07-30 08:04:31 +08:00