renovate[bot]
efdaa784b9
chore(deps): update golang.org/x/crypto/x509roots/fallback digest to 7d0074c
2026-01-18 08:34:19 +01:00
renovate[bot]
7662d629e3
chore(deps): update all non-major dependencies
2026-01-17 22:45:01 +01:00
renovate[bot]
010ca576fb
chore(deps): update golang.org/x/crypto/x509roots/fallback digest to 7dacc38
2025-12-13 09:10:00 +01:00
renovate[bot]
7b8aa1c422
chore(deps): update all non-major dependencies
2025-12-13 09:05:43 +01:00
renovate[bot]
50e1828b60
chore(deps): update golang.org/x/crypto/x509roots/fallback digest to 3a1c6b4
2025-12-05 14:34:40 +01:00
renovate[bot]
e78d59e374
chore(deps): update module github.com/spf13/cobra to v1.10.2
2025-12-05 14:31:30 +01:00
renovate[bot]
de0a102ed8
chore(deps): update golang.org/x/crypto/x509roots/fallback digest to f4602e4
2025-12-03 08:46:31 +01:00
Henrique Dias
bdfa98d00d
feat: use golang.org/x/crypto/x509roots/fallback
2025-11-20 19:12:12 +01:00
renovate[bot]
065991a195
chore(deps): update all non-major dependencies
2025-11-20 08:09:56 +01:00
renovate[bot]
c0af549a1f
fix(deps): update all non-major dependencies
2025-11-12 07:19:53 +01:00
renovate[bot] and renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
7ca822bcaf
fix(deps): update all non-major dependencies ( #271 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-12 15:46:19 +02:00
renovate[bot]
98e92d0c13
fix(deps): update module golang.org/x/net to v0.44.0
2025-09-10 14:27:35 +02:00
renovate[bot]
53416e57da
fix(deps): update all non-major dependencies
2025-09-09 08:16:16 +02:00
renovate[bot]
15fbcd391b
fix(deps): update module github.com/studio-b12/gowebdav to v0.11.0
2025-09-06 08:31:20 +02:00
Henrique Dias
70b3630d08
chore: update dependencies
2025-09-03 07:45:22 +02:00
renovate[bot]
aa014b092b
fix(deps): update module github.com/spf13/pflag to v1.0.8
2025-09-03 07:43:32 +02:00
renovate[bot]
b4553710eb
fix(deps): update module github.com/stretchr/testify to v1.11.1
2025-08-27 20:43:15 +02:00
renovate[bot]
e07e55d97a
fix(deps): update module github.com/stretchr/testify to v1.11.0
2025-08-25 08:36:54 +02:00
renovate[bot]
cfee0f9f0b
fix(deps): update module github.com/coreos/go-systemd/v22 to v22.6.0
2025-08-21 09:46:43 +02:00
Henrique Dias
520b7df04d
chore: update dependencies
2025-08-15 09:19:31 +02:00
renovate[bot]
4645f6f46f
fix(deps): update all non-major dependencies
2025-08-08 07:36:35 +02:00
renovate[bot]
e998e2a838
fix(deps): update module github.com/spf13/pflag to v1.0.7
2025-07-17 06:49:00 +02:00
renovate[bot]
3b3dedc4eb
fix(deps): update module github.com/go-viper/mapstructure/v2 to v2.4.0
2025-07-15 19:23:12 +02:00
renovate[bot] and renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8706802dac
fix(deps): update all non-major dependencies ( #248 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-11 07:47:38 +02:00
758410ba64
fix(deps): update all dependencies
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Henrique Dias <[email protected] >
2025-06-20 07:56:09 +02:00
renovate[bot]
f7e006b449
fix(deps): update module github.com/go-viper/mapstructure/v2 to v2.3.0
2025-06-19 23:18:12 +02:00
renovate[bot]
49f61eab79
fix(deps): update module github.com/studio-b12/gowebdav to v0.10.0
2025-06-19 23:17:57 +02:00
Henrique Dias
65de8e8578
chore: update dependencies
2025-05-17 09:14:37 +02:00
Henrique Dias
f0b5a39d80
ci: go 1.24
2025-03-18 07:53:28 +01:00
Henrique Dias
dbd708a76e
chore: update dependencies
2025-03-18 07:53:28 +01:00
Henrique Dias
dce6010b61
chore: update dependencies
2024-12-21 08:04:50 +01:00
Henrique Dias
2c96db92aa
chore: update dependencies
2024-12-15 18:30:28 +01:00
networkException
79bc17afab
feat: add support for systemd listener activation sockets
...
To support starting a network service on demand and to
support a "least privilege-approach" with regards to the
permission a network service process needs to have, systemd
supports opening a network socket on behalf of the service
and passing it as an open file descriptor.
The service gets notified about open file descriptors for
this purpose as well as metadata such as named listeners
via environment variables.
This patch adds support for prefixing the listen address
passed with --address with "sd-listen-fd:" to access these
file descriptors, taking either a listener name passed using
the `LISTEN_FDNAMES` environment variable or `LISTEN_FD_$n`
for unnamed file descriptiors where `n` is the id of the
descriptor starting at 3 (LISTEN_FD_3).
See sd_listen_fds(3)
2024-12-11 17:29:03 +01:00
Henrique Dias
ca7f3374d5
chore: update dependencies
2024-11-28 16:59:04 +01:00
Henrique Dias
a5777e18ee
chore: update dependencies
2024-10-12 14:41:05 +02:00
Henrique Dias
4ad26dad35
ci: use go 1.23
2024-08-19 19:32:46 +02:00
Henrique Dias
623bbc9a70
chore: update dependencies
2024-08-19 19:32:46 +02:00
Henrique Dias
e7e9c3176d
feat!: simplified rule with regex instead of boolean
...
BREAKING CHANGE: the "regex" field in the rule is now a regular expression instead of a boolean.
2024-07-29 10:11:02 +02:00
Henrique Dias
d3732322bc
chore: bump version to v5
2024-07-29 10:10:19 +02:00
Henrique Dias
f708664906
feat: permissions, auth, rules basic tests
2024-07-26 17:18:46 +02:00
Henrique Dias
c125bedae1
refactor: code cleanup, stricter config validation ( #155 )
2024-07-21 20:52:50 +02:00
Henrique Dias
968f2e147a
chore: update dependencies
2024-07-21 19:47:04 +02:00
Mohammed Al Sahaf
8a8650d9b2
feat: introduce structured, field logging ( #87 )
...
* feat: introduce structured, field logging
The logging is currently minimal and only for initial message of listening and user login attempts
* chore: major version upgarde
there was a breaking API change in 8cd6d0a585 for which the git tag was v4.0.0 but the Go SIV was missed. This commit updates the SIV and retracts the defective version of v4.1.0.
2021-10-19 17:45:54 +00:00
9a4b378b32
feat: add source request log ( #71 )
...
Co-authored-by: shenyuning <[email protected] >
Co-authored-by: sxueck <[email protected] >
2021-07-01 15:15:33 +02:00
Henrique Dias
72d8e39927
fix(BREAKING): rename webdav/ --> lib/ ( #36 )
...
License: MIT
Signed-off-by: Henrique Dias <[email protected] >
2019-11-10 11:30:45 +00:00
Henrique Dias
3ef86e8a7f
chore: update dependencies ( #35 )
...
License: MIT
Signed-off-by: Henrique Dias <[email protected] >
2019-11-10 11:24:55 +00:00
Henrique Dias
931f125224
chore: go mod tidy
...
License: MIT
Signed-off-by: Henrique Dias <[email protected] >
2019-06-11 13:12:22 +01:00
Henrique Dias
cd472b26be
chore: bump to v2.0.0
...
License: MIT
Signed-off-by: Henrique Dias <[email protected] >
2019-06-11 13:09:51 +01:00
Henrique Dias
62ca86bf4e
chore: go mod tidy
...
License: MIT
Signed-off-by: Henrique Dias <[email protected] >
2019-05-12 19:58:05 +01:00
Henrique Dias
4bb814bed6
feat: update go.mod and go.sum
...
License: MIT
Signed-off-by: Henrique Dias <[email protected] >
2019-05-12 19:46:27 +01:00