filebrowser/http
Vincent Lee 21ad653b7e feat: Allow file and directory creation modes to be configured
The defaults remain the same as before.
For now, the config options are global instead of per-user.
Note also that the BoltDB creation maintains the old default mode of 0640
since it's not really a user-facing filesystem manipulation.
Fixes #5316, #5200
2025-07-22 07:56:52 +02:00
..
auth.go feat: Show the current users name in the sidebar (#2821) 2025-07-12 07:59:50 +02:00
commands.go
data.go
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
share.go
static.go
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
utils.go