sftpgo-mirror/vfs
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
..
azblobfs.go add support for a global temp path 2021-05-27 15:38:27 +02:00
azblobfs_disabled.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
cryptfs.go cryptfs: add support for atomic uploads 2021-05-31 21:45:29 +02:00
fileinfo.go sftpfs: set the correct file mode 2021-01-23 10:32:15 +01:00
filesystem.go sftpfs: add buffering support 2021-04-03 16:00:55 +02:00
folder.go sftpfs: add buffering support 2021-04-03 16:00:55 +02:00
gcsfs.go add support for a global temp path 2021-05-27 15:38:27 +02:00
gcsfs_disabled.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
osfs.go webclient: allow to download multiple files as zip 2021-05-30 23:07:46 +02:00
s3fs.go add support for a global temp path 2021-05-27 15:38:27 +02:00
s3fs_disabled.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
sftpfs.go OpenAPI: add users API 2021-06-05 16:07:09 +02:00
statvfs_fallback.go sftpd: add statvfs@openssh.com support 2021-02-11 19:45:52 +01:00
statvfs_linux.go sftpd: add statvfs@openssh.com support 2021-02-11 19:45:52 +01:00
statvfs_unix.go sftpd: add statvfs@openssh.com support 2021-02-11 19:45:52 +01:00
sys_unix.go local fs rename: if it fails with a cross device error try a copy 2021-05-27 20:14:12 +02:00
sys_windows.go local fs rename: if it fails with a cross device error try a copy 2021-05-27 20:14:12 +02:00
vfs.go add support for a global temp path 2021-05-27 15:38:27 +02:00