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
1db263efae
refactor: some query params work as flag and must not accept a value ( #431 )
2024-08-14 08:57:46 +08:00
sigoden
5d26103ea2
fix: webui unexpected save-btn when file is non-editable ( #429 )
2024-08-07 20:38:12 +08:00
Matthias Möller
3727dec115
refactor: date formatting in cache tests ( #428 )
2024-08-07 20:18:30 +08:00
sigoden
0311c9fb90
chore: update deps
2024-07-24 02:01:02 +00:00
sigoden
e9ce4b2dc3
chore: fix typos
2024-07-24 01:58:55 +00: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
sigoden
ec2b064a9a
refactor: remove sabredav-partialupdate from DAV res header ( #415 )
2024-07-14 08:31:07 +08:00
sigoden
cadea9a3bf
chore: update deps
2024-07-11 11:47:05 +00:00
sigoden
3e0e6b2e8a
chore: update bug_report issue_template
2024-07-11 11:42:39 +00:00
Matthias Möller
632f7a41bf
feat: implements remaining http cache conditionalss ( #407 )
...
* implements remaining http conditionals
* computed etag is not optional
2024-06-23 20:25:07 +08:00
sigoden
f1e90686dc
refactor: return 400 for propfind request when depth is neither 0 nor 1 ( #403 )
2024-06-14 22:16:50 +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
ce740b1fb1
chore: release v0.41.0 ( #389 )
2024-05-22 11:20:24 +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
6b6d69a8ef
feat: add log-file option ( #383 )
2024-05-11 17:13:31 +08:00
sigoden
cb7d417fd3
fix: strange issue that occurs only on Microsoft WebDAV ( #382 )
2024-05-11 16:18:18 +08:00
sigoden
75f06f749c
chore: fix typos and clippy ( #379 )
2024-05-05 06:23:18 +08:00
sigoden
d0c79a95e5
chore: update issue tempalte for bug report
2024-04-27 04:00:02 +00: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
51f9c87e65
chore: update deps
2024-04-19 01:41:41 +00:00
sigoden
529bb33f0b
chore: update ci
2024-04-19 01:39:36 +00:00
sigoden
3d3bb822ee
chore: update readme
2024-04-19 01:06:34 +00:00
sigoden
9353b2e759
feat: add api to get the hash of a file ( #375 )
2024-04-19 08:48:54 +08:00
sigoden
a277698322
chore: update docker
2024-04-07 23:01:59 +00:00
sigoden
0ff2b15c9a
refactor: digest_auth related tests ( #372 )
2024-04-08 06:56:51 +08:00
sigoden
319333cd22
chore: update deps
2024-04-07 21:19:34 +00:00
sigoden
d66c9de8c8
feat: tls handshake timeout ( #368 )
2024-03-08 10:29:12 +08:00
sigoden
7c0fa3dab7
chore: update deps
2024-03-08 00:52:31 +00:00
sigoden
48066d79e0
chore: fix typo
2024-03-08 00:46:35 +00:00
tobyp
1c41db0c2d
fix: timestamp format of getlastmodified in dav xml ( #366 )
2024-02-22 08:30:01 +08:00
Matthias Möller
76ef7ba0fb
chore: removes unnecessary clone ( #364 )
2024-02-17 20:09:20 +08:00
sigoden
3deac84cc9
chore: add docker pulls badge to readme
2024-02-14 11:54:59 +00:00
sigoden
638b715bc2
chore: release v0.40.0 ( #361 )
...
* chore: release v0.40.0
* update deps
2024-02-13 12:05:46 +08:00
sigoden
920b70abc4
refactor: improve resolve_path and handle_assets, abandon guard_path ( #360 )
2024-02-07 16:27:22 +08:00
sigoden
015713bc6d
chore: update deps
2024-02-06 09:32:31 +00:00
sigoden
3c75a9c4cc
fix: guard req and destination path ( #359 )
2024-02-06 17:23:18 +08:00
sigoden
871e8276ff
chore: add SECURITY.md
2024-02-05 00:09:25 +00:00
sigoden
f92c8ee91d
refactor: improve invalid auth ( #356 )
2024-01-19 10:25:11 +08:00
sigoden
95eb648411
feat: revert supporting for forbidden permission ( #352 )
2024-01-17 11:31:26 +08:00
sigoden
3354b1face
refactor: do not try to bind ipv6 if no ipv6 ( #348 )
2024-01-16 09:03:27 +08:00
sigoden
9b348fc945
chore: fix typos
2024-01-15 12:53:59 +00:00
sigoden
e1fabc7349
chore: update readme
2024-01-11 09:07:40 +00:00
sigoden
58a46f7c3a
chore: release v0.39.0 ( #345 )
2024-01-11 16:50:25 +08:00
sigoden
ef757281b3
chore: release v0.39.0
2024-01-11 08:31:56 +00:00
sigoden
de0614816a
refactor: propfind with auth no need to list all ( #344 )
2024-01-11 16:10:10 +08:00