Henrique Dias
d500716f29
fix: spoofing of X-Forwarded-For
2024-10-21 08:15:19 +02:00
Henrique Dias
8c49af0b68
fix: environment parsing for username
2024-10-20 09:09:05 +02:00
Henrique Dias
d3bee98000
feat: allow disabling password check for delegated authentication
2024-08-01 21:53:58 +02:00
Henrique Dias
b5a3d07f5c
feat!: fine-grained permissions
2024-07-31 11:06:34 +02:00
Henrique Dias
d7faa1f887
feat!: further log customizations
2024-07-29 10:11:02 +02:00
Henrique Dias
d5e5052f63
feat!: rename 'scope' to 'directory'
...
Directory makes it more clear of what it is. In addition, this will make it easier when
allowing for multiple directories in the future, since we can just name it 'directories', which is more clear than 'scopes'.
2024-07-29 10:11:02 +02:00
Henrique Dias
a255fb51e2
feat!: remove Auth option
2024-07-29 10:11:02 +02:00
Henrique Dias
ed23ca1820
feat!: change default port and scope
...
BREAKING CHANGE: the default port is no longer random, but 6065. The default scope is now the current directory instead of the root directory.
2024-07-29 10:11:02 +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
814462bed1
fix: environment variable parsing
...
This is more of a workaround than the correct solution. It only fixes top-level ENV variables parsing.
2024-07-25 22:46:34 +02:00
Henrique Dias
4f8eab48ab
fix: config parsing keys
2024-07-22 18:36:58 +02:00
Henrique Dias
3688420246
feat: centrally defined defaults
2024-07-22 17:52:56 +02:00
Henrique Dias
c125bedae1
refactor: code cleanup, stricter config validation ( #155 )
2024-07-21 20:52:50 +02:00