sftpgo-mirror/webdavd
Nicola Murino fa45c9c138
allow to execute actions for file operations and SSH commands synchronously
The actions to run synchronously can be configured via the `execute_sync`
configuration key.

Executing an action synchronously means that SFTPGo will not return a result
code to the client until your hook have completed its execution.

Fixes #409
2021-05-11 12:45:14 +02:00
..
file.go add a basic front-end web interface for end-users 2021-05-06 21:35:43 +02:00
handler.go sftpfs: add buffering support 2021-04-03 16:00:55 +02:00
internal_test.go httpd/webdav: add a list of hosts allowed to send proxy headers 2021-05-11 06:54:06 +02:00
mimecache.go webdav: performance improvements and bug fixes 2020-11-04 19:11:40 +01:00
server.go httpd/webdav: add a list of hosts allowed to send proxy headers 2021-05-11 06:54:06 +02:00
webdavd.go httpd/webdav: add a list of hosts allowed to send proxy headers 2021-05-11 06:54:06 +02:00
webdavd_test.go allow to execute actions for file operations and SSH commands synchronously 2021-05-11 12:45:14 +02:00