sftpgo-mirror/common
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
..
actions.go add Azure Blob support 2020-10-25 08:18:48 +01:00
actions_test.go add Azure Blob support 2020-10-25 08:18:48 +01:00
common.go fix a potential race condition for pre-login and ext auth 2021-01-05 09:50:22 +01:00
common_test.go REST API v2 2021-01-17 22:29:08 +01:00
connection.go update ftpserverlib to include the latest fixes and features 2020-12-18 08:49:32 +01:00
connection_test.go REST API v2 2021-01-17 22:29:08 +01:00
defender.go defender: allow hot-reloading for safe and block lists 2021-01-04 17:52:14 +01:00
defender_test.go add REST API for the defender 2021-01-02 19:33:24 +01:00
httpauth.go telemetry server: add optional https and authentication 2020-12-18 16:04:42 +01:00
httpauth_test.go telemetry server: add optional https and authentication 2020-12-18 16:04:42 +01:00
tlsutils.go fix a potential race condition for pre-login and ext auth 2021-01-05 09:50:22 +01:00
tlsutils_test.go mutal TLS: add support for revocation lists 2021-01-03 17:03:04 +01:00
transfer.go REST API v2 2021-01-17 22:29:08 +01:00
transfer_test.go REST API v2 2021-01-17 22:29:08 +01:00