sftpgo-mirror/dataprovider
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
..
admin.go webclient: defer file list rendering 2021-05-27 09:40:46 +02:00
bolt.go add a basic front-end web interface for end-users 2021-05-06 21:35:43 +02:00
bolt_disabled.go add build tag to disable metrics 2020-06-19 17:08:51 +02:00
cachedpassword.go OpenAPI: add users API 2021-06-05 16:07:09 +02:00
cacheduser.go WebDAV: try to preserve the lock fs as much as possible 2021-03-27 19:10:27 +01:00
dataprovider.go cryptfs: add support for atomic uploads 2021-05-31 21:45:29 +02:00
memory.go add a basic front-end web interface for end-users 2021-05-06 21:35:43 +02:00
mysql.go add sql_tables_prefix also to indexes and constraints 2021-04-12 20:00:49 +02:00
mysql_disabled.go add build tag to disable metrics 2020-06-19 17:08:51 +02:00
pgsql.go add sql_tables_prefix also to indexes and constraints 2021-04-12 20:00:49 +02:00
pgsql_disabled.go add build tag to disable metrics 2020-06-19 17:08:51 +02:00
quotaupdater.go add, optional, in memory password caching 2021-04-20 09:39:36 +02:00
sqlcommon.go add a basic front-end web interface for end-users 2021-05-06 21:35:43 +02:00
sqlite.go add sql_tables_prefix also to indexes and constraints 2021-04-12 20:00:49 +02:00
sqlite_disabled.go add build tag to disable metrics 2020-06-19 17:08:51 +02:00
sqlqueries.go data provider: add CockroachDB support 2021-03-23 19:14:15 +01:00
user.go actions: add pre-download and pre-upload 2021-05-26 07:48:37 +02:00