sftpgo-mirror/internal/common
Nicola Murino ce189e5065
Some checks are pending
Code scanning - action / CodeQL-Build (push) Waiting to run
CI / Test and deploy (1.22, macos-latest, true) (push) Waiting to run
CI / Test and deploy (1.22, ubuntu-latest, true) (push) Waiting to run
CI / Test and deploy (1.22, windows-latest, false) (push) Waiting to run
CI / Test build flags (push) Waiting to run
CI / Test with PgSQL/MySQL/Cockroach (push) Waiting to run
CI / Build Linux packages (aarch64, ubuntu18.04, latest, arm64) (push) Waiting to run
CI / Build Linux packages (amd64, ubuntu:18.04, latest, amd64) (push) Waiting to run
CI / Build Linux packages (armv7, ubuntu18.04, latest, arm7) (push) Waiting to run
CI / Build Linux packages (ppc64le, ubuntu18.04, latest, ppc64le) (push) Waiting to run
CI / golangci-lint (push) Waiting to run
Docker / Build (alpine, false, ubuntu-latest) (push) Waiting to run
Docker / Build (alpine, true, ubuntu-latest) (push) Waiting to run
Docker / Build (debian, false, ubuntu-latest) (push) Waiting to run
Docker / Build (debian, true, ubuntu-latest) (push) Waiting to run
Docker / Build (debian-plugins, true, ubuntu-latest) (push) Waiting to run
Docker / Build (distroless, false, ubuntu-latest) (push) Waiting to run
IDP account check: preserve user profile
Fixes #1712

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
2024-08-02 19:25:54 +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 IDP account check: preserve user profile 2024-08-02 19:25:54 +02:00
eventmanager_test.go IDP account check: preserve user profile 2024-08-02 19:25:54 +02: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