sftpgo/internal/httpd
Nicola Murino 0c2a918b82
update deps ...
... and adapt the code to the new constants I added to
golang.org/x/crypto/ssh

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
2025-05-19 21:20:55 +02:00
..
api_admin.go don't allow admins to change their own permissions 2024-11-09 20:33:03 +01:00
api_configs.go WIP new WebAdmin: configs page 2024-01-27 12:48:15 +01:00
api_defender.go add an util method to convert []byte to string 2024-05-08 19:01:58 +02:00
api_eventrule.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
api_events.go events search: remove trailing and leading space from received parameters 2025-01-11 11:43:31 +01:00
api_folder.go refactor for secrets management in API and private key handling in SFTPFs 2024-04-26 16:17:24 +02:00
api_group.go refactor for secrets management in API and private key handling in SFTPFs 2024-04-26 16:17:24 +02:00
api_http_user.go oidc: allow login if the password method is disabled 2025-03-29 20:37:24 +01:00
api_iplist.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
api_keys.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
api_maintenance.go WIP new WebAdmin: maintenance page 2024-01-26 21:03:41 +01:00
api_mfa.go Web: allow to require password change and two-factor for admins 2024-02-21 20:45:10 +01:00
api_quota.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
api_retention.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
api_role.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
api_shares.go defender: don't penalize redirects to the login page 2025-02-23 16:57:11 +01:00
api_user.go refactor for secrets management in API and private key handling in SFTPFs 2024-04-26 16:17:24 +02:00
api_utils.go oidc: allow login if the password method is disabled 2025-03-29 20:37:24 +01:00
auth_utils.go don't allow admins to change their own permissions 2024-11-09 20:33:03 +01:00
file.go vfs: make PipeReader an interface 2024-01-24 19:59:50 +01:00
flash.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
flash_test.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
handler.go add DirLister interface 2024-02-15 20:53:56 +01:00
httpd.go httpd: allow to configure cache control header 2024-08-12 21:52:59 +02:00
httpd_test.go update deps ... 2025-05-19 21:20:55 +02:00
internal_test.go zip creation: avoid stat if not strictly required 2025-01-03 11:44:13 +01:00
middleware.go oidc: allow login if the password method is disabled 2025-03-29 20:37:24 +01:00
oauth2.go IDC cookie: use a cryptographically secure random string 2024-11-20 18:26:23 +01:00
oauth2_test.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
oidc.go OIDC: ensure token username adheres to naming conventions 2025-04-08 18:27:31 +02:00
oidc_test.go oidc: allow login if the password method is disabled 2025-03-29 20:37:24 +01:00
oidcmanager.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
resetcode.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
resources.go remove obsoltes build constraints 2025-04-20 17:25:08 +02:00
resources_embedded.go remove obsoltes build constraints 2025-04-20 17:25:08 +02:00
server.go oidc: allow login if the password method is disabled 2025-03-29 20:37:24 +01:00
token.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
web.go Web: add CheckRedirect to pages using baselogin.html 2024-10-12 12:54:32 +02:00
webadmin.go WebAdmin and REST API: remove too granular permissions 2024-11-10 10:51:27 +01:00
webclient.go oidc: allow login if the password method is disabled 2025-03-29 20:37:24 +01:00
webtask.go WebClient: refactor long-running tasks to improve browser compatibility 2024-03-11 18:19:57 +01:00
webtask_test.go WebClient: refactor long-running tasks to improve browser compatibility 2024-03-11 18:19:57 +01:00