sftpgo-mirror/dataprovider
Nicola Murino 778ec9b88f
REST API v2
- add JWT authentication
- admins are now stored inside the data provider
- admin access can be restricted based on the source IP: both proxy
  header and connection IP are checked
- deprecate REST API CLI: it is not relevant anymore

Some other changes to the REST API can still happen before releasing
SFTPGo 2.0.0

Fixes #197
2021-01-17 22:29:08 +01:00
..
admin.go REST API v2 2021-01-17 22:29:08 +01:00
bolt.go REST API v2 2021-01-17 22:29:08 +01:00
bolt_disabled.go add build tag to disable metrics 2020-06-19 17:08:51 +02:00
compat.go add sftpfs storage backend 2020-12-12 10:31:09 +01:00
dataprovider.go REST API v2 2021-01-17 22:29:08 +01:00
memory.go REST API v2 2021-01-17 22:29:08 +01:00
mysql.go REST API v2 2021-01-17 22:29:08 +01:00
mysql_disabled.go add build tag to disable metrics 2020-06-19 17:08:51 +02:00
pgsql.go REST API v2 2021-01-17 22:29:08 +01:00
pgsql_disabled.go add build tag to disable metrics 2020-06-19 17:08:51 +02:00
sqlcommon.go REST API v2 2021-01-17 22:29:08 +01:00
sqlite.go REST API v2 2021-01-17 22:29:08 +01:00
sqlite_disabled.go add build tag to disable metrics 2020-06-19 17:08:51 +02:00
sqlqueries.go REST API v2 2021-01-17 22:29:08 +01:00
user.go REST API v2 2021-01-17 22:29:08 +01:00