sftpgo/internal/common
Nicola Murino d94f80c8da
replace utils.Contains with slices.Contains
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
2024-07-24 18:27:13 +02:00
..
actions.go replace utils.Contains with slices.Contains 2024-07-24 18:27:13 +02:00
actions_test.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
clientsmap.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
clientsmap_test.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
common.go replace utils.Contains with slices.Contains 2024-07-24 18:27:13 +02:00
common_test.go replace utils.Contains with slices.Contains 2024-07-24 18:27:13 +02:00
connection.go replace utils.Contains with slices.Contains 2024-07-24 18:27:13 +02:00
connection_test.go replace utils.Contains with slices.Contains 2024-07-24 18:27:13 +02:00
dataretention.go add an util method to convert []byte to string 2024-05-08 19:01:58 +02:00
dataretention_test.go dataretention: remove ignore_user_permissions 2024-04-01 15:07:03 +02:00
defender.go defender: allow to impose a delay between login attempts 2024-05-18 10:35:54 +02:00
defender_test.go nt: fix unused write warnings 2024-07-03 20:42:51 +02:00
defenderdb.go allow IPs in defender safe list to exceed max per-host connections 2024-02-27 18:22:21 +01:00
defenderdb_test.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
defendermem.go allow IPs in defender safe list to exceed max per-host connections 2024-02-27 18:22:21 +01:00
eventmanager.go replace utils.Contains with slices.Contains 2024-07-24 18:27:13 +02:00
eventmanager_test.go EventManager: allow to check for inactive users 2024-03-04 19:48:10 +01:00
eventscheduler.go EventManager: allow to configure the timezone to use for the scheduler 2024-06-30 18:52:59 +02:00
httpauth.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
httpauth_test.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
protocol_test.go replace utils.Contains with slices.Contains 2024-07-24 18:27:13 +02:00
ratelimiter.go replace utils.Contains with slices.Contains 2024-07-24 18:27:13 +02:00
ratelimiter_test.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
tlsutils.go replace utils.Contains with slices.Contains 2024-07-24 18:27:13 +02:00
tlsutils_test.go Merge branch 'main' of github.com:drakkan/sftpgo 2024-01-10 20:01:54 +01:00
transfer.go quota: move user and folder management to a common method 2024-07-13 19:30:40 +02:00
transfer_test.go fix the error message for errors that occur during file transfers 2024-05-10 15:12:05 +02:00
transferschecker.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
transferschecker_test.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00