sftpgo/ftpd
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
..
cryptfs_test.go ensure no client is connected before running max connections test cases 2021-05-11 08:04:57 +02:00
ftpd.go FTPD: make sure that the passive ip, if provided, is valid 2021-04-16 15:08:10 +02:00
ftpd_test.go actions: add pre-download and pre-upload 2021-05-26 07:48:37 +02:00
handler.go pre-upload: execute the hook just before opening the target file 2021-05-31 22:40:47 +02:00
internal_test.go add remote address to transfer and commands logs 2021-06-01 22:28:43 +02:00
server.go OpenAPI: add users API 2021-06-05 16:07:09 +02:00
transfer.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00