Niklas Meyer and GitHub
c08e520a75
[Olefy] Update to Alpine 3.15
2022-01-18 20:51:49 +01:00
Niklas Meyer and GitHub
6fcb52bcc6
[Config (Clamd)] Update SSL Path to new style (dynamic)
...
Thanks to @mkuron this fix will change the ssl path to be dynamic (not hardcoded) to ensure that acme is still working with Alpine 3.15 or higher.
This PR is included in the Docker tag: mailcow/acme:1.81 (including the Alpine 3.15 update)
2022-01-18 16:48:50 +01:00
Niklas Meyer and GitHub
1e6f927ac5
[Config (Clamd)] Update SSL Path to new style (dynamic)
2022-01-18 16:44:48 +01:00
Marc Vorwerk
f16d36eb74
Added xtables-addon to netfilter container to handle iptables rules with geoip
2022-01-18 16:27:40 +01:00
Niklas Meyer and GitHub
bffc5bfcc3
[Clamd] Rebase on Bullseye
...
Image Tag: mailcow/clamd:1.43
2022-01-18 15:23:06 +01:00
Niklas Meyer and GitHub
f9e28b8d82
[Clamd] Rebuild on Bullseye Base
2022-01-18 15:14:45 +01:00
Niklas Meyer and GitHub
16fb542ccc
[Clamd] Update to 0.103.5 (DDOS Fix)
...
[Clamd] Update to 0.103.5 (DDOS Fix) (Docker Image Tag mailcow/clamd:1.43)
2022-01-18 15:01:36 +01:00
FreddleSpl0it
5712192bcb
[WebAuthn] fix error on android
2022-01-18 11:40:06 +01:00
FreddleSpl0it
0e4ddacf92
[WebAuthn] cleanup
2022-01-18 10:23:32 +01:00
FreddleSpl0it and FreddleSpl0it
6788c528cf
[WebAuthn] fix reload
2022-01-18 10:14:18 +01:00
FreddleSpl0it
c0b05fd592
[WebAuthn] fix u2f modal
2022-01-18 10:14:18 +01:00
FreddleSpl0it
8316e763fa
[WebAuthn] remove old u2f functions
2022-01-18 10:14:18 +01:00
FreddleSpl0it and FreddleSpl0it
a849d03a00
[WebAuthn] show user deprecated warning
2022-01-18 10:14:18 +01:00
FreddleSpl0it and FreddleSpl0it
2a52d876b0
change YubiKey to Device @ lang.tfa.key_id
2022-01-18 10:14:18 +01:00
FreddleSpl0it and FreddleSpl0it
ab21c7a06b
prevent user from registering authenticator multiple times
2022-01-18 10:14:18 +01:00
FreddleSpl0it and FreddleSpl0it
9c596691d2
add fido2 platform internal authentication
2022-01-18 10:14:18 +01:00
FreddleSpl0it and FreddleSpl0it
3d250bfa49
add fido2 android support by including cids
2022-01-18 10:14:18 +01:00
FreddleSpl0it
c11b6557db
migrating from u2f-api.js to webauthn [cleanup]
2022-01-18 10:14:18 +01:00
Niklas Meyer and GitHub
a5e38f33d9
[Compose] Update Clamd to 0.103.5
2022-01-15 17:18:32 +01:00
Niklas Meyer and GitHub
e3417397af
[Clamd] Update to 0.103.5
2022-01-15 17:17:27 +01:00
FreddlePat
23d6cf90ae
migrating from u2f-api.js to webauthn [apple faceid bug fix]
2022-01-13 19:12:13 +01:00
FreddleSpl0it and GitHub
c39a20502a
migrating from u2f-api.js to webauthn [array alert bug fix]
2022-01-13 14:52:50 +01:00
FreddleSpl0it and GitHub
ab0f8fa8b0
migrating from u2f-api.js to webauthn
2022-01-13 08:17:06 +01:00
FreddleSpl0it and GitHub
59c8116247
migrating from u2f-api.js to webauthn
2022-01-13 08:15:56 +01:00
FreddlePat
d97a220834
migrating from u2f-api.js to webauthn
2022-01-12 21:59:35 +01:00
FreddlePat
68abd6a535
migrating from u2f-api.js to webauthn
2022-01-12 21:57:21 +01:00
FreddlePat
be4af41e64
migrating from u2f-api.js to webauthn
2022-01-12 21:26:42 +01:00
FreddlePat
d1d134038f
migrating from u2f-api.js to webauthn
2022-01-12 21:09:18 +01:00
Niklas Meyer and GitHub
b0679b1c4f
[Compose] Docker Tag fix to include Alpine Update
...
Referencing: https://github.com/mailcow/mailcow-dockerized/pull/4372
2022-01-11 10:00:24 +01:00
Niklas Meyer and GitHub
026be03a6a
[Compose] Updated Unbound Tag to 1.15 (Alpine Update)
2022-01-11 09:52:58 +01:00
6ef8b90c76
[Web] Updated lang.fr.json [CI SKIP] ( #4417 )
...
Co-authored-by: crep7424 <guillaume@crepieux.eu >
Co-authored-by: crep7424 <guillaume@crepieux.eu >
2022-01-09 16:23:17 +01:00
Michael Kuron and GitHub
526b3f885b
Merge pull request #4410 from AlexBeakes/master
...
Fix pip3 issue that broke netfilter Dockerfile build
2022-01-05 22:36:20 +01:00
Alex Beakes and GitHub
a0b0d36e22
Fix pip3 uninstall error
2022-01-02 03:51:09 +03:00
El-Virus and GitHub
ea1a02bd7d
Fix "The operation is insecure." when trying to register fido2 device.
...
navigator.credentials.create(); Doesn't accept a port in the "id" parameter. So, when trying to register a fido2 device via WebAuthn throws: "The operation is insecure." on firefox and "The relying party ID is not a registrable domain suffix of, nor equal to the current domain." on Chrome or Edge.
This commit replaces `$_SERVER['HTTP_HOST']` with `$_SERVER['SERVER_NAME']` when initializing `$WebAuthn` which excludes the port to formulate correct requests.
Now Mailcow allows the registration of fido2 devices when running in a non-standard port(eg. 443).
2021-12-26 17:11:06 +01:00
Niklas Meyer and GitHub
29bd368a98
[SOGo] Update to 5.4.0 ( #4397 )
2021-12-24 05:55:17 +01:00
Razvan and GitHub
36e29710da
[Web] Updated lang.ro.json ( #4396 )
...
[Web] Updated lang.ro.json
2021-12-22 19:34:50 +01:00
Niklas Meyer and GitHub
e8ca588884
[Solr] Remove breached class from log4j-core.jar ( #4390 )
2021-12-17 12:43:05 +01:00
Michael Kuron and GitHub
e2b4b6f6bc
Merge pull request #4385 from holzhannes/patch-1
...
Fix Apple Config: added CalDAVPassword and CardDAVPassword which was missing
2021-12-15 20:13:44 +01:00
3a94926913
[Web] Updated lang.it.json [CI SKIP] ( #4386 )
...
Co-authored-by: Stefano <stefano.vassena@gmail.com >
Co-authored-by: Stefano <stefano.vassena@gmail.com >
2021-12-15 18:48:09 +01:00
HolzHannes and GitHub
97e3227fbe
added key CalDAVPassword and key CardDAVPassword
...
If the user is choosing the config with app password, it is now also used for CalDav and CardDav.
2021-12-15 16:22:16 +01:00
Niklas Meyer and GitHub
758f2ef8d1
[Compose] Revert prior image tag version change
...
Removed the newer image tag in the docker-compose.yml (one version ahead)
2021-12-15 09:59:50 +01:00
Niklas Meyer and GitHub
2f9d8213b6
[Alpine] Update to 3.15 ( #4372 )
2021-12-14 14:10:31 +01:00
Christian Burmeister and GitHub
f58cc2aa43
Update docker-compose.yml ( #4381 )
...
ofelia-mailcow does not have the correct time zone.
Test: ocker exec -it mailcowdockerized_ofelia-mailcow_1 date
2021-12-13 19:01:07 +01:00
andryyy
9c5fd91484
Merge branch 'hotfix' into staging
2021-12-12 10:50:50 +01:00
andryyy
e1db347d03
[Compose] Update Solr image
2021-12-12 10:49:50 +01:00
andryyy
a5660cdf31
[SOGo] Faster GC: fix for too many SQL connections
2021-12-12 10:42:53 +01:00
Peter
11af104ad9
[GH-Actions][stale] Exempt draft PRs
2021-12-11 18:25:40 +01:00
Niklas Meyer and GitHub
8248b80d4b
Merge pull request #4361 from TomK32/patch-1
...
Add a note about creating a backup before starting over
2021-12-10 23:37:33 +01:00
42d7563626
[Web] Updated lang.it.json [CI SKIP] ( #4367 )
...
Co-authored-by: Stefano <stefano.vassena@gmail.com >
Co-authored-by: Stefano <stefano.vassena@gmail.com >
2021-12-09 21:11:59 +01:00
DerLinkman and GitHub
03542bfa71
[Dovecot] Update to 2.3.17.1 ( #4365 )
2021-12-08 20:17:30 +01:00