sftpgo-mirror/webdavd
Nicola Murino 43182fc25e
OpenAPI: add users API
These new APIs match the web client features.

I'm aware that some API do not follow REST best practises.

I want to avoid things likes "/user/folders/<path>"

where "path" must be encoded and making it optional create issues, so
I defined resources as query parameters instead of path parameters
2021-06-05 16:07:09 +02:00
..
file.go pre-upload action: add file open flags 2021-05-31 22:33:23 +02:00
handler.go pre-upload action: add file open flags 2021-05-31 22:33:23 +02:00
internal_test.go add remote address to transfer and commands logs 2021-06-01 22:28:43 +02:00
mimecache.go webdav: performance improvements and bug fixes 2020-11-04 19:11:40 +01:00
server.go OpenAPI: add users API 2021-06-05 16:07:09 +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 add remote address to transfer and commands logs 2021-06-01 22:28:43 +02:00