sftpgo/httpd
Nicola Murino b903a6e46f
data provider: remove default admin
you need to load initial data or set "create_default_admin" to true
and the appropriate env vars if you don't want to use the web admin
setup screen to create the default admin
2021-08-20 10:37:51 +02:00
..
schema dataprovider: add timestamp fields for users and admins 2021-08-19 15:51:43 +02:00
api_admin.go REST API: add support for API key authentication 2021-08-17 18:08:32 +02:00
api_defender.go REST API: add support for API key authentication 2021-08-17 18:08:32 +02:00
api_folder.go REST API: add support for API key authentication 2021-08-17 18:08:32 +02:00
api_http_user.go REST API: add support for API key authentication 2021-08-17 18:08:32 +02:00
api_keys.go REST API: add support for API key authentication 2021-08-17 18:08:32 +02:00
api_maintenance.go REST API: add support for API key authentication 2021-08-17 18:08:32 +02:00
api_quota.go REST API: add support for API key authentication 2021-08-17 18:08:32 +02:00
api_user.go REST API: add support for API key authentication 2021-08-17 18:08:32 +02:00
api_utils.go REST API: add support for API key authentication 2021-08-17 18:08:32 +02:00
auth_utils.go REST API: add support for API key authentication 2021-08-17 18:08:32 +02:00
file.go users API: add API to create, delete, rename files and directories 2021-07-23 10:19:27 +02:00
handler.go improve logging 2021-07-24 20:11:17 +02:00
httpd.go REST API: add support for API key authentication 2021-08-17 18:08:32 +02:00
httpd_test.go data provider: remove default admin 2021-08-20 10:37:51 +02:00
internal_test.go REST API: add support for API key authentication 2021-08-17 18:08:32 +02:00
middleware.go dataprovider: add timestamp fields for users and admins 2021-08-19 15:51:43 +02:00
server.go dataprovider: add timestamp fields for users and admins 2021-08-19 15:51:43 +02:00
web.go Add a link on the login pages to switch between admin and web client login 2021-07-27 18:43:00 +02:00
webadmin.go REST API: add support for API key authentication 2021-08-17 18:08:32 +02:00
webclient.go REST API: add support for API key authentication 2021-08-17 18:08:32 +02:00