sftpgo-mirror/internal/webdavd
Nicola Murino 7fa0959af4
eventmanager: add support for global star path matching
This introduce a backward incompatible change for filesystem path matching
in the Event Manager, now patterns like "*.txt" will no longer match any
file with the "txt" suffix, you need to change them to "/**/*.txt".

Also change pre-delete behaviour, now if an error is returned the client
will get a permission denied error. This is the same as the other pre-*
action. Previously it was not possible to deny deletion of a file.

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
2023-01-02 15:59:00 +01:00
..
file.go eventmanager: add support for global star path matching 2023-01-02 15:59:00 +01:00
handler.go eventmanager: add support for global star path matching 2023-01-02 15:59:00 +01:00
internal_test.go add role to events 2022-12-03 11:45:27 +01:00
mimecache.go move SFTPGo package to the internal folder 2022-07-24 16:18:54 +02:00
server.go webdav: always open files for reading in lazy mode 2022-11-03 08:31:40 +01:00
webdavd.go webdav: allow to disable the WWW-Authenticate header 2022-08-02 19:06:49 +02:00
webdavd_test.go add support for password policies 2022-12-11 17:15:34 +01:00