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
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
sigoden
b6729a3d64
feat: ui supports creating folder ( #91 )
2022-07-04 20:12:35 +08:00
sigoden
583117c01f
fix: safari layout and compatibility ( #83 )
2022-06-30 10:00:42 +08:00
sigoden
ea8b9e9cce
fix: escape name contains html escape code ( #65 )
2022-06-21 19:23:34 +08:00
sigoden
4058a2db72
feat: add option --allow-search ( #62 )
2022-06-21 07:23:20 +08:00
sigoden
68139c6263
chore: little improves
2022-06-20 15:11:39 +08:00
Joe Koop
deb6365a28
feat: added basic auth ( #60 )
...
* some small css fixes and changes
* added basic auth
https://stackoverflow.com/a/9534652/3642588
* most tests are passing
* fixed all the tests
* maybe now CI will pass
* implemented sigoden's suggestions
* test basic auth
* fixed some little things
2022-06-20 11:25:09 +08:00
sigoden
3260b52c47
chore: fix breadcrumb
2022-06-19 22:22:49 +08:00
sigoden
7194ebf248
chore: adjust ui
2022-06-19 22:16:43 +08:00
Joe Koop
b1b0fdd4db
feat: reactive webpage ( #51 )
2022-06-19 22:04:59 +08:00