Nicola Murino
|
68e62d3d9b
|
httpd: allow to use proxy protocol
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-08-10 21:02:38 +02:00 |
|
Nicola Murino
|
954c36c0a2
|
add fs providers hook
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-08-10 15:57:05 +02:00 |
|
Nicola Murino
|
81433e00d1
|
event action: add update modtime to fs rename
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-08-09 20:18:33 +02:00 |
|
Nicola Murino
|
a5c5e85144
|
preserve metadata on copy/rename
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-08-08 18:44:26 +02:00 |
|
Nicola Murino
|
b94451f731
|
add builtin rules hook
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-08-08 07:41:39 +02:00 |
|
Nicola Murino
|
4edecc5c77
|
resetpwd: also disable two-factor authentication
Code scanning - action / CodeQL-Build (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
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, latest, arm64) (push) Has been cancelled
CI / Build Linux packages (amd64, ubuntu:18.04, latest, amd64) (push) Has been cancelled
CI / Build Linux packages (armv7, ubuntu18.04, latest, arm7) (push) Has been cancelled
CI / Build Linux packages (ppc64le, ubuntu18.04, latest, ppc64le) (push) Has been cancelled
CI / golangci-lint (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
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-08-04 21:27:47 +02:00 |
|
Nicola Murino
|
51e9a689a6
|
configs: fix form type
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
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-08-03 20:39:16 +02:00 |
|
Nicola Murino
|
aa920432f3
|
WebUIs: update theme to version 1.0.4
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-08-03 15:53:30 +02:00 |
|
Nicola Murino
|
ce189e5065
|
IDP account check: preserve user profile
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
Fixes #1712
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-08-02 19:25:54 +02:00 |
|
Nicola Murino
|
00155eaaf6
|
update deps
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-07-26 19:04:08 +02:00 |
|
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 |
|
Nicola Murino
|
bd5eb03d9c
|
replace hand-written slice utilities with methods from slices package
SFTPGo depends on Go 1.22 so we can use slices package
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-07-24 18:17:55 +02:00 |
|
Nicola Murino
|
6ba1198c47
|
sftpd: remove unused folder prefix from Connection struct
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-07-24 16:44:25 +02:00 |
|
Nicola Murino
|
b5c821795a
|
allow to customize name and log from the WebUI
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-07-24 09:14:27 +02:00 |
|
Nicola Murino
|
b2926377b7
|
WebUI: switch favicon from ico to png
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-07-20 16:11:21 +02:00 |
|
Nicola Murino
|
99f47ca4e7
|
sftpfs: cache and reuse parsed private keys
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-07-16 19:20:28 +02:00 |
|
Nicola Murino
|
fef388d8cb
|
don't track quota for private virtual folders
they are included within the user quota.
This is a backward incompatible change.
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-07-13 21:02:40 +02:00 |
|
Nicola Murino
|
92849ca473
|
quota: move user and folder management to a common method
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-07-13 19:30:40 +02:00 |
|
Nicola Murino
|
0952887157
|
update deps
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-07-13 17:44:13 +02:00 |
|
Nicola Murino
|
d010b26e1c
|
deb packages: update copyright year
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-07-13 14:06:11 +02:00 |
|
Nicola Murino
|
58de410850
|
nt: fix unused write warnings
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-07-03 20:42:51 +02:00 |
|
Nicola Murino
|
54bc3ea87d
|
restore: fix quota scan for users with folders associated via groups
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-07-03 20:35:12 +02:00 |
|
Nicola Murino
|
64a2f7aa4f
|
oidc refresh token: validate nonce only if set
As clarified in OpenID core spec errata 2, section 12.2
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-07-01 19:06:11 +02:00 |
|
Nicola Murino
|
55be9f0b9c
|
EventManager: allow to configure the timezone to use for the scheduler
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-30 18:52:59 +02:00 |
|
Nicola Murino
|
97ffa0394f
|
update deps
adapt smtp configuration to changes in upstream library
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-30 09:18:04 +02:00 |
|
dependabot[bot]
|
dc91ec2056
|
Bump docker/build-push-action from 5 to 6 (#1668)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-06-24 09:29:56 +02:00 |
|
Nicola Murino
|
356795f8b0
|
add a test case for listing files with long names
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-22 19:23:02 +02:00 |
|
Nicola Murino
|
3efcd94e14
|
back to development
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-21 20:25:35 +02:00 |
|
Nicola Murino
|
34bc21b3b7
|
update deps
fixes a bug in chi compressor Handler
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-21 18:32:59 +02:00 |
|
Nicola Murino
|
37845c2936
|
smtp: hide commit hash in user agent
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-21 18:31:42 +02:00 |
|
Nicola Murino
|
47924716c1
|
back to development
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-19 21:04:35 +02:00 |
|
Nicola Murino
|
1d60505629
|
fix test case failure on macOS with bolt provider
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-19 10:45:14 +02:00 |
|
Nicola Murino
|
9daf0ba767
|
update swagger UI to 5.17.14
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-18 20:47:39 +02:00 |
|
Nicola Murino
|
bdae378569
|
update deps
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-18 19:13:21 +02:00 |
|
Nicola Murino
|
363770ab84
|
WebClient shares: add a logout button
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-18 19:10:32 +02:00 |
|
Nicola Murino
|
8bc08b25dc
|
sftp: limit max file list
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-17 19:24:03 +02:00 |
|
Nicola Murino
|
e0c1b974c9
|
add cgo to build constraints
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-16 09:46:17 +02:00 |
|
Nicola Murino
|
39cf9f6943
|
Web UIs: remove duplication of supported languages
Fixes #1660
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-15 19:35:23 +02:00 |
|
Nicola Murino
|
d650defa08
|
remove duplicated jwt tokens validation
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-15 16:19:37 +02:00 |
|
Nicola Murino
|
c5c42f072b
|
squash database migrations
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-15 16:02:09 +02:00 |
|
Nicola Murino
|
bd5b32101f
|
csrf: reuse the cookie in reset password
no need to generate a new cookie each time.
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-15 15:18:17 +02:00 |
|
Nicola Murino
|
8208ac817d
|
html pages: add robots meta tag
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-15 10:17:37 +02:00 |
|
Nicola Murino
|
a99c4879de
|
update dependencies
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-15 10:10:15 +02:00 |
|
Nicola Murino
|
01b666a78f
|
WebUIs: check login conditions before allowing password reset
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-14 19:34:42 +02:00 |
|
Nicola Murino
|
8294952474
|
WebUIs: refactor CSRF
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-14 18:09:32 +02:00 |
|
Nicola Murino
|
7fb5b1b996
|
reduce share token duration
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-08 12:13:38 +02:00 |
|
Nicola Murino
|
2749a98f26
|
CI: update workflow to 1.22.4
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-07 18:19:52 +02:00 |
|
Nicola Murino
|
08526da153
|
REST API: fix token invalidation after password change
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-07 18:19:05 +02:00 |
|
Nicola Murino
|
8269adf176
|
Windows: allow to override most of the "serve" flags from env files
The Windows specific code path was missing in 07710ad98
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-05 17:34:28 +02:00 |
|
Nicola Murino
|
0cddcba5a7
|
EventManager: add an action to rotate the log file
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
|
2024-06-04 19:51:52 +02:00 |
|