Nicola Murino
|
02e35ee002
|
sftpd: add Readlink support
|
2020-08-22 14:52:17 +02:00 |
|
Nicola Murino
|
5208e4a4ca
|
sftpd: improve truncate
quota usage and max allowed write size are now properly updated after a
truncate
|
2020-08-22 10:12:00 +02:00 |
|
Nicola Murino
|
8b0a1817b3
|
add check password hook
its main use case is to allow to easily support things like password+OTP for
protocols without keyboard interactive support such as FTP and WebDAV
|
2020-08-19 19:36:12 +02:00 |
|
Nicola Murino
|
bbc8c091e6
|
portable mode: add WebDAV support
|
2020-08-17 14:08:08 +02:00 |
|
Nicola Murino
|
f3228713bc
|
Allow individual protocols to be enabled per user
Fixes #154
|
2020-08-17 12:49:20 +02:00 |
|
Nicola Murino
|
fa5333784b
|
add a maximum allowed size for a single upload
|
2020-08-16 20:17:02 +02:00 |
|
Nicola Murino
|
0dbf0cc81f
|
WebDAV: add CORS support
|
2020-08-15 15:55:20 +02:00 |
|
Nicola Murino
|
196a56726e
|
FTP improvements
- add a setting to require TLS
- add symlink support
require TLS 1.2 for all TLS connections
|
2020-08-15 13:02:25 +02:00 |
|
Nicola Murino
|
aa0ed5dbd0
|
add post-login hook
a login scope is supported too so you can get notifications for failed logins,
successful logins or both
|
2020-08-12 16:15:12 +02:00 |
|
Nicola Murino
|
a9e21c282a
|
add WebDAV support
Fixes #147
|
2020-08-11 23:56:10 +02:00 |
|