sftpgo-mirror/common
Nicola Murino f2b93c0402
add a setup screen to create the first admin user
If you prefer to auto-create the first admin you can enable the
"create_default_admin" configuration key and SFTPGo will work as before.

You can also create the first admin by loading initial data: now you can
set both username and password, before you could only change the password
2021-05-14 19:21:15 +02:00
..
actions.go redact credentials within hooks 2021-05-12 22:44:17 +02:00
actions_test.go allow to execute actions for file operations and SSH commands synchronously 2021-05-11 12:45:14 +02:00
clientsmap.go allow to limit the number of per-host connections 2021-05-08 19:45:21 +02:00
clientsmap_test.go allow to limit the number of per-host connections 2021-05-08 19:45:21 +02:00
common.go ensure no client is connected before running max connections test cases 2021-05-11 08:04:57 +02:00
common_test.go ensure no client is connected before running max connections test cases 2021-05-11 08:04:57 +02:00
connection.go allow to execute actions for file operations and SSH commands synchronously 2021-05-11 12:45:14 +02:00
connection_test.go add a basic front-end web interface for end-users 2021-05-06 21:35:43 +02:00
defender.go allow to limit the number of per-host connections 2021-05-08 19:45:21 +02:00
defender_test.go allow to limit the number of per-host connections 2021-05-08 19:45:21 +02:00
httpauth.go telemetry server: add optional https and authentication 2020-12-18 16:04:42 +01:00
httpauth_test.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
protocol_test.go add a setup screen to create the first admin user 2021-05-14 19:21:15 +02:00
ratelimiter.go allow to limit the number of per-host connections 2021-05-08 19:45:21 +02:00
ratelimiter_test.go add rate limiting support for REST API/web admin too 2021-04-19 08:14:04 +02:00
tlsutils.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
tlsutils_test.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
transfer.go allow to execute actions for file operations and SSH commands synchronously 2021-05-11 12:45:14 +02:00
transfer_test.go sftpfs: add buffering support 2021-04-03 16:00:55 +02:00