filebrowser/http
MSomnium Studios 692ca5eaf0
fix(upload): throttle upload speed calculation to 100ms to avoid Infinity MB/s (#5456)
Co-authored-by: Henrique Dias <mail@hacdias.com>
2025-09-25 16:54:28 +02:00
..
auth.go fix(upload): throttle upload speed calculation to 100ms to avoid Infinity MB/s (#5456) 2025-09-25 16:54:28 +02:00
commands.go
data.go fix: add configurable minimum password length (#5225) 2025-06-28 10:07:34 +02:00
headers.go
headers_dev.go
http.go fix: drop modify permission for uploading new file (#5270) 2025-07-13 08:16:01 +02:00
preview.go
preview_enum.go
public.go
public_test.go
raw.go feat: rewrite the archiver and added support for zstd and brotli (#5283) 2025-07-12 14:27:08 +02:00
resource.go feat: Allow file and directory creation modes to be configured 2025-07-22 07:56:52 +02:00
search.go
settings.go fix: add configurable minimum password length (#5225) 2025-06-28 10:07:34 +02:00
share.go chore: make as exception to mnd 2025-06-27 08:19:34 +02:00
static.go fix: log error if branding file exists but cannot be loaded 2025-07-06 12:12:57 +02:00
subtitle.go
tus_handlers.go feat: Allow file and directory creation modes to be configured 2025-07-22 07:56:52 +02:00
users.go fix: passthrough the minimum password length (#5236) 2025-06-29 11:28:32 +02:00
utils.go