sftpgo/internal
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
..
acme eventmanager placeholders: add StatusString and ErrorString 2022-08-29 19:03:31 +02:00
bundle add support for embedding templates and other static resources 2022-07-24 20:02:37 +02:00
cmd add support for password policies 2022-12-11 17:15:34 +01:00
command script based hooks: don't propagate global env vars 2022-10-19 09:29:40 +02:00
common eventmanager: add support for global star path matching 2023-01-02 15:59:00 +01:00
config add support for DHGEX 2022-11-17 18:15:53 +01:00
dataprovider eventmanager: add support for pre-* actions 2023-01-01 17:59:41 +01:00
ftpd eventmanager: add support for global star path matching 2023-01-02 15:59:00 +01:00
httpclient httpclient: add leaf certificates 2022-09-23 17:49:42 +02:00
httpd eventmanager: add support for global star path matching 2023-01-02 15:59:00 +01:00
httpdtest eventmanager: add copy action 2022-12-27 18:51:53 +01:00
kms move SFTPGo package to the internal folder 2022-07-24 16:18:54 +02:00
logger move SFTPGo package to the internal folder 2022-07-24 16:18:54 +02:00
metric cloud storage providers: remove head bucket requests 2022-08-11 08:31:51 +02:00
mfa move SFTPGo package to the internal folder 2022-07-24 16:18:54 +02:00
plugin WebAdmin: allow to search and export event logs 2022-12-07 18:47:38 +01:00
service add role to events 2022-12-03 11:45:27 +01:00
sftpd eventmanager: add support for global star path matching 2023-01-02 15:59:00 +01:00
smtp eventmanager: add password notification check action 2022-12-16 18:51:29 +01:00
telemetry use epoch timestamp instead of current timestamp for unknown modification times 2022-08-16 17:59:13 +02:00
util eventmanager: add copy action 2022-12-27 18:51:53 +01:00
version back to development 2022-11-27 12:15:56 +01:00
vfs eventmanager: add copy action 2022-12-27 18:51:53 +01:00
webdavd eventmanager: add support for global star path matching 2023-01-02 15:59:00 +01:00