sftpgo-mirror/templates
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
..
common WebUI: try harder to prevent browsers from auto-filling in password fields 2022-11-03 19:57:43 +01:00
email gcsfs: allow to customize upload part size/time 2022-12-18 11:51:46 +01:00
webadmin eventmanager: add support for global star path matching 2023-01-02 15:59:00 +01:00
webclient eventmanager: add support for pre-* actions 2023-01-01 17:59:41 +01:00