sftpgo/httpd
Nicola Murino ca3e15578e
Use new methods in the io and os packages instead of ioutil ones
ioutil is deprecated in Go 1.16 and SFTPGo is an application, not
a library, we have no reason to keep compatibility with old Go
versions.

Go 1.16 fix some cifs related issues too.
2021-02-25 21:53:04 +01:00
..
schema data providers: add filesystem to folder ... 2021-02-24 19:40:29 +01:00
api_admin.go web ui: allow to create folders from a template 2021-02-04 19:09:43 +01:00
api_defender.go add REST API for the defender 2021-01-02 19:33:24 +01:00
api_folder.go virtual folders: change dataprovider structure 2021-02-01 19:04:15 +01:00
api_maintenance.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
api_quota.go micro optimizations spotted using the go-critic linter 2021-02-16 19:11:36 +01:00
api_user.go virtual folders: change dataprovider structure 2021-02-01 19:04:15 +01:00
api_utils.go virtual folders: change dataprovider structure 2021-02-01 19:04:15 +01:00
auth_utils.go web admin: add CSRF 2021-02-03 08:55:28 +01:00
httpd.go TLS: allow to configure cipher suites 2021-02-18 20:17:16 +01:00
httpd_test.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
internal_test.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
middleware.go web admin: add CSRF 2021-02-03 08:55:28 +01:00
server.go TLS: allow to configure cipher suites 2021-02-18 20:17:16 +01:00
web.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00