8 Commits

Author SHA1 Message Date
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