Commit Graph

3604 Commits (51d48a3c7cba9e56696766d1f9d8429f9cb9488e)

Author SHA1 Message Date
Kristian Feldsam 51d48a3c7c [Web] qhandler - added missing twig templating
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2021-10-22 08:52:05 +02:00
gummipunkt 85f2b5265b
Update lang.de.json (#4294)
minor changes
2021-10-21 19:59:48 +02:00
Lukáš Matula 202989b8a0
[Web] Update lang.sk.json (#4295) 2021-10-21 19:59:34 +02:00
andryyy d03083f8e7
[Web] Add IP to autodiscover log 2021-10-21 19:39:33 +02:00
andryyy f5eb57568a
[Web] Add IP to autodiscover logs 2021-10-21 11:34:51 +02:00
Kristian Feldsam 3182239b0e [Web] fixed lang strings containing special chars
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2021-10-21 09:06:13 +02:00
Kristian Feldsam 974100400b [Web] fixed totp var in twig
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2021-10-21 09:06:13 +02:00
Kristian Feldsam 884394252d [Web] Added missing spacing between flag icon and text
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2021-10-19 21:57:16 +02:00
Kristian Feldsam 6ae8b616b1 [Web] fixed helper text in DNS modal
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2021-10-19 21:12:35 +02:00
Kristian Feldsam 1fdf29c11c [Web] admin license section - fixed icons
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2021-10-19 12:03:28 +02:00
Kristian Feldsam 7456eeb737 [Web] ui texts - disabled escaping
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2021-10-19 12:03:15 +02:00
andryyy 71ecf6e060
[Web] Fix JSON 2021-10-18 22:52:38 +02:00
Max 4a91fdf134 [Cleanup] Clean up the xmpp remainder (#4286)
* [Web] Update russian translation (lang.ru.json)

* XMPP cleanup

Co-authored-by: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com>
2021-10-18 21:44:01 +02:00
ntimo 6211ef5922
Updated Swagger UI to v3.52.5 2021-10-18 15:08:00 +00:00
Dmitriy Alekseev 38bcf7237a [Web] Update russian translation (lang.ru.json) 2021-10-18 12:48:09 +02:00
Kristian Feldsam a7612e6c39 [web] alerts - fixed double quotes and escaped html
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2021-10-16 15:24:27 +02:00
andryyy 37bc63f4b6 Merge remote-tracking branch 'refs/remotes/origin/staging' into staging 2021-10-15 19:50:35 +02:00
andryyy 408fee4411
[Rspamd] More bulk headers 2021-10-15 19:50:19 +02:00
andryyy 84064a2f42
[Web] Update Bootstrap Icons 2021-10-15 19:49:47 +02:00
Kristian Feldsam 40b5ed4d72 [web] fix annoucements and notifications close #4292
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2021-10-15 17:21:47 +02:00
andryyy 627e9dae7b
[Web] Minor check fix 2021-10-15 13:10:04 +02:00
andryyy 1a15a9e5cd [Web] Make 2048b key default
Signed-off-by: andryyy <andre.peters@debinux.de>
2021-10-15 13:07:55 +02:00
andryyy f8101c48ba
[Web] Change Fido2 icon for Apple TouchID device registration 2021-10-15 13:07:39 +02:00
andryyy 3c9b84ff6f [Compose] Update PHP and netfilter images 2021-10-15 13:06:48 +02:00
Dmitriy Alekseev 819f2876e6
[Netfilter] Add non-SMTP command rule (#4289) 2021-10-08 12:38:29 +03:00
Kristian Feldsam 0b64967ec5
[web] implemented twig templating system (#4264)
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2021-09-22 20:47:10 +02:00
Dmitriy Alekseev 2c5628c0e5
[Postfix] Tempfail if Rspamd not available
To protect from spam when rspamd hang or not yet ready to serve requests postfix should reject incoming mail with temp error
2021-09-16 22:31:46 +03:00
andryyy 5e5ab6cf40
[Rspamd] Add soft reject to dropped messages for Pushover 2021-09-07 19:39:03 +02:00
andryyy 8e736ba9b0
[Web] Fix potential XSS in autodiscover-json.php 2021-09-07 18:58:05 +02:00
andryyy 80fc18c5b4
[Rspamd] Always include watchdog in no_stat and no_log flag symbol 2021-09-07 17:56:20 +02:00
andryyy 4d5ebafc1a
[Web] Fix password issue on first login when adding new admin 2021-09-06 11:46:09 +02:00
Sven Gottwald bc7714b8f3
[ClamAV] Update to latest LTS release (#4262)
- ClamAV 0.103 is the first Long Term Support (LTS) feature release.
- LTS feature releases will be supported for at least three years from the initial publication date of that LTS feature version. In other words, support for the LTS release "X.Y" starts when version "X.Y.0" is published and ends three years after.
- Each LTS feature release will be supported with critical patch versions and access to download signatures for the duration of the three-year support period.
- A new LTS feature release will be identified approximately every two years.
- Users must stay up-to-date with the latest patch versions for continued support. As of Aug. 28, that means version 0.103.3.
- Source: https://blog.clamav.net/2021/09/changes-to-clamav-end-of-life-policy.html
2021-09-04 12:24:39 +02:00
Kristian Feldsam 0d53df3a4d
[Web] PHP8 fix, fixes #4259 (#4261)
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2021-09-02 19:30:14 +02:00
andryyy c4f70f39b5
[Rspamd] Wrong operator: AND should be OR 2021-09-02 14:14:39 +02:00
andryyy 43121b9287
[Rspamd] Properly cache Rspamd settings map, save a lot of resources 2021-09-02 14:09:50 +02:00
andryyy bb2351ccf8
[Rspamd] Re-add bad subject maps (_not_ related to previous mem leaks) 2021-09-02 14:09:25 +02:00
andryyy 107c8ed229
[Watchdog] Workarond for issue with content buffering in Alpine and Nagios plugins 2021-09-01 18:57:56 +02:00
andryyy e616755072
[Web] Fix app password editing, fixes #4239 2021-09-01 18:11:00 +02:00
andryyy f12756511d
[Dovecot] Update to 2.3.16 2021-09-01 17:00:51 +02:00
andryyy 2b89ab919b [Rspamd] Remove IVM-SG script 2021-09-01 17:00:03 +02:00
Kristian Feldsam c1dcb529f3
[Web] Add DKIM key when adding a domain or alias domain (#4254)
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2021-09-01 16:51:10 +02:00
Kristian Feldsam 54c4d7e49c
[Dovecot: Imapsync] Parse, save and show last run status (#4253)
* [imapsync] - check for errors in returned_text

Signed-off-by: Kristian Feldsam <feldsam@gmail.com>

* [imapsync] parse and save exit status

Signed-off-by: Kristian Feldsam <feldsam@gmail.com>

* [dovecot] updated image version

Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2021-09-01 16:29:11 +02:00
Kristian Feldsam e3b58c6b80
[Web] Fido2 support for M1 Macs with Touch ID (#4255)
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2021-09-01 16:28:37 +02:00
Kristian Feldsam bdf601ff28
[Web] Cast docker info as array in debug.php (#4256)
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2021-09-01 16:27:44 +02:00
andryyy 8ee997b1a3
[Rspamd] Base on bullseye; remove nullnull map to _perhaps_ prevent a memleak 2021-09-01 15:21:43 +02:00
andryyy 19dda55d96
[Alpine] Upgrade to 3.14 2021-08-30 21:01:09 +02:00
andryyy 50c90badb0
[Web] Cast all DNS check results to arrays 2021-08-21 15:47:17 +02:00
andryyy 7ab1405b00
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes 2021-08-19 20:27:59 +02:00
tunnelpr0 62fbaf8248
[Web, oAuth2] Add id parameter to profile.php (#4235)
Sending $token['user_id'] also as 'id' in the array
2021-08-19 19:56:22 +02:00
andryyy 913e9cbb11
[Web] Fix transport validation 2021-08-17 22:07:06 +02:00