Teal Dulcet
|
13b38cc04d
|
Fixed F841 (unused-variable)
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
2b426851f9
|
Fixed UP032 (f-string): Use f-string instead of format call
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
b7f70b17ac
|
Fixed RET504 (unnecessary-assign)
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
6bfd1e5140
|
Fixed W293 (blank-line-with-whitespace): Blank line contains whitespace
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
555ecc1ebb
|
Fixed PIE810 (multiple-starts-ends-with): Call startswith once with a tuple
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
dd61844ced
|
Fixed EM101 (raw-string-in-exception): Exception must not use a string literal, assign to variable first
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
49124cc9ca
|
Fixed PLR6201 (literal-membership): Use a set literal when testing for membership
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
cb922ec286
|
Fixed UP015 (redundant-open-modes): Unnecessary open mode parameters
|
2024-03-10 07:54:49 -04:00 |
|
Teal Dulcet
|
0ee64f2fe8
|
Fixed F401 (unused-import)
|
2024-03-10 07:54:21 -04:00 |
|
KiekerJan
|
785c337fb3
|
Make reading of previous status check result more robust (#2347)
|
2024-03-10 07:27:04 -04:00 |
|
KiekerJan
|
293d56c781
|
Update javascript libraries used by control panel (#2351)
|
2024-03-10 07:26:33 -04:00 |
|
KiekerJan
|
040d0cbb7c
|
Update roundcube to 1.6.6 (#2360)
|
2024-03-10 07:24:29 -04:00 |
|
Michael Heuberger
|
111468efb9
|
Bump Nextcloud to v26.0.12 (#2310)
Also
- bumps calendar and contacts apps
- reformats some comments (line-breaking)
- adds extra comments for the next developer
|
2024-03-10 07:22:51 -04:00 |
|
John James Jacoby
|
4ad679da47
|
Issue-2354: Silence "wal" output on setup (#2356)
Silence "wal" output from RoundCube Sqlite customization, inside of webmail.sh.
Co-authored-by: solomon-s-b
Fixes #2354.
|
2024-03-10 07:16:03 -04:00 |
|
solomon-s-b
|
84919fefa4
|
Fix miab-munin.conf filter not capturing HTTP/2.0 (#2359)
|
2024-03-10 07:15:25 -04:00 |
|
downtownallday
|
c884d63dda
|
QA: extent tick wait from 1ms to 100ms to avoid ElementNotInteractableException
|
2024-03-05 08:58:53 -05:00 |
|
downtownallday
|
da2d88e4f4
|
Fix invalid escape sequences
|
2024-03-05 08:56:39 -05:00 |
|
downtownallday
|
38ad0d3cd6
|
Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
|
2024-01-10 09:52:53 -05:00 |
|
KiekerJan
|
e931e103fe
|
[security] SMTP smuggling: update short term fix (#2346)
Update short term fix according to postfix advisory at https://www.postfix.org/smtp-smuggling.html.
|
2024-01-10 09:34:06 -05:00 |
|
downtownallday
|
fd188985f1
|
v67
|
2023-12-22 19:00:16 -05:00 |
|
downtownallday
|
96b315c368
|
Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
# Conflicts:
# README.md
|
2023-12-22 18:59:26 -05:00 |
|
Joshua Tauberer
|
7646095b94
|
v67
|
2023-12-22 08:56:43 -05:00 |
|
Joshua Tauberer
|
faf23f150c
|
Guard against SMTP smuggling
This short-term workaround is recommended at https://www.postfix.org/smtp-smuggling.html:
smtpd_data_restrictions=reject_unauth_pipelining
|
2023-12-22 08:54:15 -05:00 |
|
downtownallday
|
9a5f7895df
|
v66
|
2023-12-18 15:11:33 -05:00 |
|
downtownallday
|
8cb2decb51
|
Update QA tests for Nextcloud 28
|
2023-12-18 15:00:08 -05:00 |
|
downtownallday
|
b88845190f
|
Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
# Conflicts:
# README.md
|
2023-12-18 13:47:57 -05:00 |
|
Joshua Tauberer
|
8e4e9add78
|
Version 66
|
2023-12-17 16:31:18 -05:00 |
|
downtownallday
|
ed963fa65c
|
Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
# Conflicts:
# setup/bootstrap.sh
# setup/webmail.sh
|
2023-12-05 09:08:32 -05:00 |
|
KiekerJan
|
fa8c7ddef5
|
Upgrade roundcube to 1.6.5 (#2329)
|
2023-12-04 09:23:36 -05:00 |
|
bilogic
|
6d6ce25e03
|
Allow specifying another repo to install from in bootstrap.sh (#2334)
|
2023-12-04 09:22:54 -05:00 |
|
downtownallday
|
d0da88b2ba
|
Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
|
2023-11-28 07:32:59 -05:00 |
|
Joshua Tauberer
|
371f5bc1b2
|
Fix virtualenv creation reported in #2335
|
2023-11-28 07:25:50 -05:00 |
|
Downtown Allday
|
2d47ec3f68
|
Merge pull request #26 from downtownallday/roundcube-upgrade
Roundcube upgrade to 1.6.5
|
2023-11-06 08:26:48 -04:00 |
|
downtownallday
|
7cbc9254ce
|
Merge remote-tracking branch 'kiekerjan/roundcube165' into roundcube-upgrade
# Conflicts:
# setup/webmail.sh
|
2023-11-06 06:47:55 -05:00 |
|
KiekerJan
|
d976a8b838
|
upgrade roundcube to 1.6.5
|
2023-11-05 21:26:44 +01:00 |
|
downtownallday
|
2b638042cb
|
Reduce retained slapd logs from 1 year to 3 months
|
2023-11-01 06:20:40 -04:00 |
|
downtownallday
|
ef39cfdd8a
|
v65
|
2023-10-29 13:21:16 -04:00 |
|
downtownallday
|
4b71b0f5b4
|
Merge remote-tracking branch 'upstream/main'
# Conflicts:
# README.md
# setup/webmail.sh
|
2023-10-29 13:19:38 -04:00 |
|
Joshua Tauberer
|
0314554207
|
Version 65
|
2023-10-27 06:02:22 -04:00 |
|
matidau
|
46d55f7866
|
Update zpush.sh to version 2.7.1 (#2315)
Updating to latest release, bugfixes no new features.
|
2023-10-26 09:04:13 -04:00 |
|
KiekerJan
|
2bbc317873
|
Update Roundcube to 1.6.4 (#2317)
|
2023-10-26 09:03:29 -04:00 |
|
downtownallday
|
90f4675313
|
Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
|
2023-10-17 10:37:55 -04:00 |
|
Downtown Allday
|
6b33ca2c74
|
Merge pull request #24 from downtownallday/roundcube-update
Update roundcube to 1.6.4
|
2023-10-17 10:36:28 -04:00 |
|
downtownallday
|
2a240977b3
|
Update roundcube to 1.6.4
|
2023-10-17 10:13:06 -04:00 |
|
clpo13
|
28f929dc13
|
Fix typo in system-backup.html: Amazone -> Amazon (#2311)
|
2023-10-10 13:22:19 -04:00 |
|
Downtown Allday
|
86b030b803
|
Merge pull request #23 from downtownallday/fix-move-postfix-queue
Fix move postfix queue
|
2023-10-06 06:17:04 -04:00 |
|
downtownallday
|
75baac8d60
|
Update rsyslog's postfix configuration, which creates a socket in postfix's chroot
|
2023-10-06 05:50:16 -04:00 |
|
downtownallday
|
c816669073
|
Even though smtpd is not chrooted, move auth socket back to postfix's chroot/working directory anyway.
|
2023-10-06 05:48:52 -04:00 |
|
downtownallday
|
7abd7b3da6
|
Tighten permissions of the shared postfix/dovecot auth socket
|
2023-10-05 21:53:46 -04:00 |
|
Downtown Allday
|
5c4c75c111
|
Merge pull request #22 from downtownallday/move-postfix-queue-to-user-data
Move postfix queue to user data
|
2023-10-05 18:21:30 -04:00 |
|