13 Commits

Author SHA1 Message Date
a2c6d554fd fix (plg_backend_local): folder nav issue 2025-09-12 12:49:06 +10:00
c43364eafa chore (plg_backend_local): better perm default 2025-04-09 14:43:06 +10:00
e01a4f6c9f fix (plg_backend_local): issue with home calculation 2024-08-29 00:07:15 +10:00
30b8075308 fix (panic): prevent panic in full text search plugin 2024-06-04 08:02:13 +10:00
763201eaa6 feature (plg_backend_local): home calculation and additional options for authentication 2024-01-06 16:55:55 +11:00
c702402b87 fix (plg_backend_local): don't enforce home to be set 2024-01-02 23:26:25 +11:00
98ef1d64e7 fix (fs): recursive removal in local and tmp backend 2022-11-03 00:12:09 +11:00
b62a9dd423 fix (os): wrapper for file related operation via the os package 2022-08-30 01:46:06 +10:00
812446ac23 fix (symlink): wrap os.OpenFile to prevent symlinks expansion
os.Open and os.OpenFile make it possible to open a wide range of
files as seen in https://cs.opensource.google/go/go/+/refs/tags/go1.19:src/os/types.go;l=35

We only want to handle regular files and folders, no socket, device,
symlink, ....
2022-08-28 21:43:43 +10:00
367907d88a update (plg_backend_locale): directory permission - #435
https://github.com/mickael-kerjean/filestash/issues/434
2022-03-20 23:02:23 +11:00
55c3965b5d feature (plg_backend_local): add path 2022-01-25 08:35:23 +11:00
4186ec057d feature (backend): local backend with admin password 2021-12-22 23:08:36 +11:00
fd395b0f04 improve (upload): remove multipart for faster upload 2021-10-03 03:18:48 +11:00