andryyy
233179daf1
Merge branch 'master' of github.com:mailcow/mailcow-dockerized
2021-05-23 21:38:29 +02:00
TophEvich
d99b6897e0
[Web] Fix admin ui html label references ( #4105 )
...
Many of the labels referenced inputs that did not have the IDs they were supposed to have.
As some of those inputs on the page have the same name but in different forms, the ID could
not always be the same as the name.
For these cases, to avoid conflicts, the forms data-id is used as a prefix for the id attribute.
Also a rogue " was removed
2021-05-23 19:36:18 +00:00
andryyy
de7a4e7522
[Compose] Update Dovecot image
2021-05-23 13:21:02 +02:00
andryyy
8779a1a873
[Web] Update libs
2021-05-23 13:20:53 +02:00
andryyy
e6d5516c7f
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
...
[Web] Various style fixes
[Web] Remove unused or unnecessary dependencies
2021-05-23 13:18:52 +02:00
andryyy
beda649ecf
[Dovecot] Quota notifications: Allow to send to external address (BCC via mailcow UI)
2021-05-23 09:49:36 +02:00
andryyy
9c075af2d9
[Web] Bye Glyphicons, hello BS5 icons\!; [Web] Change font to Noto for better compatibility;
2021-05-22 12:13:37 +02:00
andryyy
74d70fc523
[Web] Comment quota warning bcc, a WIP
2021-05-21 12:50:16 +02:00
andryyy
e21e0b9dbf
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
...
[Web] Replace spam score slider by nouislider and rework table a bit
2021-05-21 12:48:24 +02:00
andryyy
99ab945ae2
[Web] Important: Do not allow API actions with r/o session key, THANKS TO Samuel Oosterholt
2021-05-20 15:51:52 +02:00
andryyy
a885dab0d3
Merge branch 'master' of github.com:mailcow/mailcow-dockerized
2021-05-20 11:36:14 +02:00
andryyy
70d2589244
[Web] Add quota bcc lang strings (wip)
2021-05-20 11:36:11 +02:00
andryyy
8e38adf2f6
[Web] Fix transport check for IPv6 addresses, thanks to marekschneider
2021-05-20 11:35:01 +02:00
Shea Ramage
7490fbdccd
[Web] Remove SOGo admin login hint ( #4100 )
...
* Remove old SOGo Admin Login hint
* Remove unneeded code blocks after change
2021-05-20 07:07:55 +02:00
andryyy
d6a3094bcc
[Web] pwgen.js will now use lower and uppercase chars
2021-05-18 21:28:42 +02:00
andryyy
2aacba24fd
[Compose] Fix ofelia jobs: replace d by h - THANKS to erich_k4
2021-05-18 15:56:21 +02:00
andryyy
1f60639b6c
Merge branch 'master' of github.com:mailcow/mailcow-dockerized
2021-05-17 21:21:45 +02:00
andryyy
1cd0a96ad0
[Nginx, SOGo] Set mime type text/plain instead of returning 403 when opening risky attachments
2021-05-17 21:21:35 +02:00
Joachim Astel
b1adbb38e6
Update backup_and_restore.sh ( #4098 )
...
Script breaks when there are more then one name matching, see Issue #4097
2021-05-16 08:19:52 +02:00
andryyy
8f52068523
Merge branch 'master' of github.com:mailcow/mailcow-dockerized
2021-05-12 21:38:31 +02:00
andryyy
97308982ef
[Web] Improve Nginx default error page
2021-05-12 21:38:21 +02:00
Lukáš Matula
d72e02a19d
[Web] Update lang.sk.json ( #4095 )
...
* [Web] Update lang.sk.json
2021-05-12 19:19:31 +02:00
andryyy
6a8aa699d9
[SOGo, Nginx] Deny access to some extensions from SOGo web ui to mitigate security concerns
2021-05-12 10:44:42 +02:00
andryyy
08e9ab18a8
[Netfilter] Implement protocol error regex, fulfills #4093
2021-05-10 08:44:34 +02:00
andryyy
423ccb9ba9
[Web] Fix XSS in app password names
2021-05-07 14:49:21 +02:00
andryyy
f2ed26f026
[Ejabberd] Update image, do not log user information
2021-05-06 14:06:08 +02:00
Victor Nyberg
b191190f6f
[Ejabberd] Stop plain text password/user from being logged to file in auth.log. ( #4087 ) ( #4089 )
2021-05-06 13:56:05 +02:00
andryyy
834fb8a99d
[Update] Script: Fix invalid syntax
2021-05-04 21:29:37 +02:00
andryyy
10b1be7f6b
Merge branch 'master' of github.com:mailcow/mailcow-dockerized
2021-05-04 20:46:34 +02:00
andryyy
af57a5312b
[Web] Update composer libs, fixes PHPMailer security issue
2021-05-04 20:46:05 +02:00
Dmitriy Alekseev
bb1b76454d
[Rspamd] Remove score from SIEVE_HOST ( #4080 )
...
Commit e7a5c98704
remove upstream spam flag score
2021-05-04 18:51:07 +02:00
Peter
d9774755b1
Merge pull request #4079 from maxileith/master
...
Corrected spelling errors in English and German
2021-05-03 18:18:18 +02:00
Maximilian Leith
e939d253f2
fixed typos
2021-05-03 00:06:12 +02:00
andryyy
0cbd4ec273
[Config, Update] Add ACME_CONTACT
2021-04-29 23:32:42 +02:00
Maximilian
5df8a24c84
server_tokens off in default settings ( #4073 )
...
Co-authored-by: Maximilian Leith <accounts.maximilan@leith.de>
2021-04-26 13:20:23 +02:00
andryyy
427a919099
[Compose] Update netfilter-mailcow
2021-04-25 09:32:11 +02:00
andryyy
edf1a4fb1f
[Netfilter] Exit on log line error in pubsub
2021-04-25 09:23:02 +02:00
monsterry
dfe43f56bf
[netfilter] Use exit code 2 if an error occurs ( #4040 )
2021-04-25 09:13:26 +02:00
Schwindelhub
e1c9c7094e
German spelling correction ( #4041 )
...
Various "Leerzeichen in Komposita" corrected.
Co-authored-by: André Peters <andre.peters@debinux.de>
2021-04-25 09:08:44 +02:00
Razvan
d92bead44c
[Web] Update lang.ro.json ( #4059 )
2021-04-25 09:07:36 +02:00
Felix Kaechele
cd21064e78
Add borgmatic config to .gitignore ( #4061 )
...
Signed-off-by: Felix Kaechele <felix@kaechele.ca>
2021-04-25 09:07:23 +02:00
Peter
cbddee4999
Merge pull request #4070 from virre131/master
...
[Web] lang.sv.json
2021-04-24 23:07:19 +02:00
Victor Nyberg
2e08082462
[Web] lang.sv.json
2021-04-24 23:53:46 +03:00
Dmitriy Alekseev
e44c275b2f
[Web] Update russian translation (lang.ru.json)
2021-04-24 14:12:24 +03:00
Sven Gottwald
f11660a5d8
[Helper] Update backup_and_restore.sh ( #4005 )
...
Allocate a pseudo-tty for the mariabackup container process. This allows to
redirect the complete output of the the backup script to a file.
2021-04-20 21:24:31 +02:00
andryyy
df8cdf1e65
[Web] Fix username policy display for admins and domain admins (also added for edit pages)
2021-04-20 20:59:45 +02:00
andryyy
1cdac4ff18
[Web] Fix username policy display for admins and domain admins (also added for edit pages)
2021-04-20 20:59:39 +02:00
andryyy
46f2a011c3
[Web] Fix username policy display for admins and domain admins
2021-04-20 20:52:37 +02:00
andryyy
7f09d47525
[ClamAV] Update image
2021-04-20 11:18:30 +02:00
Sven Gottwald
2617f639b2
[ClamAV] Update to 0.103.2 ( #4068 )
...
Security patch, see https://blog.clamav.net/2021/04/clamav-01032-security-patch-release.html
2021-04-20 10:39:26 +02:00