sftpgo-mirror/internal/dataprovider
Nicola Murino 433d45ed87
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled
CI / Test and deploy (1.22, macos-latest, true) (push) Has been cancelled
CI / Test and deploy (1.22, ubuntu-latest, true) (push) Has been cancelled
CI / Test and deploy (1.22, windows-latest, false) (push) Has been cancelled
CI / Test build flags (push) Has been cancelled
CI / Test with PgSQL/MySQL/Cockroach (push) Has been cancelled
CI / Build Linux packages (aarch64, ubuntu18.04, go1.22.7, arm64) (push) Has been cancelled
CI / Build Linux packages (amd64, ubuntu:18.04, go1.22.7, amd64) (push) Has been cancelled
CI / Build Linux packages (armv7, ubuntu18.04, go1.22.7, arm7) (push) Has been cancelled
CI / Build Linux packages (ppc64le, ubuntu18.04, go1.22.7, ppc64le) (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
Docker / Build (alpine, false, ubuntu-latest) (push) Has been cancelled
Docker / Build (alpine, true, ubuntu-latest) (push) Has been cancelled
Docker / Build (debian, false, ubuntu-latest) (push) Has been cancelled
Docker / Build (debian, true, ubuntu-latest) (push) Has been cancelled
Docker / Build (debian-plugins, true, ubuntu-latest) (push) Has been cancelled
Docker / Build (distroless, false, ubuntu-latest) (push) Has been cancelled
WebUI: add a token validation mode that allows checking the signature
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
2024-09-21 14:06:25 +02:00
..
actions.go replace utils.Contains with slices.Contains 2024-07-24 18:27:13 +02:00
admin.go replace utils.Contains with slices.Contains 2024-07-24 18:27:13 +02:00
apikey.go add an util method to convert []byte to string 2024-05-08 19:01:58 +02:00
bolt.go WebUI: add a token validation mode that allows checking the signature 2024-09-21 14:06:25 +02:00
bolt_disabled.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
cachedpassword.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
cacheduser.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
configs.go replace utils.Contains with slices.Contains 2024-07-24 18:27:13 +02:00
dataprovider.go WebUI: add a token validation mode that allows checking the signature 2024-09-21 14:06:25 +02:00
eventrule.go event action: add update modtime to fs rename 2024-08-09 20:18:33 +02:00
group.go add some pre-validation hooks 2024-08-17 09:11:42 +02:00
iplist.go replace utils.Contains with slices.Contains 2024-07-24 18:27:13 +02:00
memory.go WebUI: add a token validation mode that allows checking the signature 2024-09-21 14:06:25 +02:00
mysql.go WebUI: add a token validation mode that allows checking the signature 2024-09-21 14:06:25 +02:00
mysql_disabled.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
node.go add an util method to convert []byte to string 2024-05-08 19:01:58 +02:00
pgsql.go WebUI: add a token validation mode that allows checking the signature 2024-09-21 14:06:25 +02:00
pgsql_disabled.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
quotaupdater.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
role.go WIP new WebAdmin: role page 2024-01-21 17:19:25 +01:00
scheduler.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
session.go WebClient: refactor long-running tasks to improve browser compatibility 2024-03-11 18:19:57 +01:00
share.go add an util method to convert []byte to string 2024-05-08 19:01:58 +02:00
sqlcommon.go WebUI: add a token validation mode that allows checking the signature 2024-09-21 14:06:25 +02:00
sqlite.go WebUI: add a token validation mode that allows checking the signature 2024-09-21 14:06:25 +02:00
sqlite_disabled.go add cgo to build constraints 2024-06-16 09:46:17 +02:00
sqlqueries.go WebUI: add a token validation mode that allows checking the signature 2024-09-21 14:06:25 +02:00
unixcrypt.go add cgo to build constraints 2024-06-16 09:46:17 +02:00
unixcrypt_disabled.go add cgo to build constraints 2024-06-16 09:46:17 +02:00
user.go add fs providers hook 2024-08-10 15:57:05 +02:00