1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-03 00:07:05 +00:00
mailinabox/changelog/v69a.md
downtownallday 3b9d587099 v69a
2024-07-21 17:31:52 -04:00

6.7 KiB

Commits for v69a

COMMIT DATE AUTHOR TITLE
2ae8cd57 2024-07-21 Joshua Tauberer v69a
bc14e80b 2024-07-21 Teal Dulcet Fix no password prompt. Fixes #2408 (#2409)
cd959bc5 2024-07-21 Viktor Szépe Fix typos (#2406)
2803d888 2024-07-20 KiekerJan increase timeout for the nginx proxy that provides access to the Mailinabox management daemon (#2407)
1b3e5e81 2024-07-20 Joshua Tauberer v69
2f5e736f 2024-07-20 Joshua Tauberer Clean up Nextcloud email settings for calendar invitations
f118a6c0 2024-07-08 Michael Heuberger Apply small Nextcloud upgrade to 26.0.13 (#2401)
25439e2b 2024-06-18 downtownallday QA: update to Actions upload-artifact v4
a685955f 2024-06-18 downtownallday QA: attempt fixing logout click intercepted exception on github actions #2
626e2290 2024-06-18 downtownallday QA: attempt fixing logout click intercepted exception on github actions
de0fc796 2024-06-18 jvolkenant Fix chown during Nexcloud upgrades (#2377)
4dd1e75e 2024-06-18 Matt Allow for Union[None, List[datetime.datetime]] values when printing user table in weekly mail logs (#2378)
8b9f0489 2024-06-18 John James Jacoby Add custom.yaml support for WebSockets (#2385)
6321ce6e 2024-06-18 matidau Add php8.0-intl package to z-push setup (#2389)
30d78cd3 2024-06-18 matidau Update zpush.sh to version 2.7.3 (#2390)
53a6cc15 2024-04-15 Matt Fix - Allow for Union[None, List[datetime.datetime]] when printing user tables for the weekly mail logs.
c9c0a51b 2024-04-03 downtownallday Create temporary file in TMP not the current working directory
95f23961 2024-04-03 downtownallday QA: wait for first run wizard to display
dbc7d87f 2024-04-03 downtownallday Actions: update checkout to v4 and remove duplicate test suite
03e70941 2024-04-03 downtownallday QA: redirect command output to test output file
c7faccf1 2024-04-03 Teal Dulcet Fixed SC2244: Prefer explicit -n to check non-empty string.
ec497efa 2024-04-03 Teal Dulcet Quote echo commands to preserve whitespace.
55a8be4a 2024-04-03 Teal Dulcet Removed unnecessary bc commands.
3399b250 2024-04-03 Teal Dulcet Replaced the pwd command with Bash's $PWD variable.
2afd0451 2024-04-03 Teal Dulcet Fixed SC2007: Use $((..)) instead of deprecated $[..].
27cf11d8 2024-04-03 Teal Dulcet Fixed SC2005: Useless echo.
44d9f6ee 2024-04-03 Teal Dulcet Fixed SC2236: Use -n instead of ! -z.
4b7d4ba0 2024-04-03 Teal Dulcet Fixed SC2166: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
67bcaea7 2024-04-03 Teal Dulcet Fixed SC2091: Remove surrounding $() to avoid executing output.
bdf4155b 2024-04-03 Teal Dulcet Fixed SC2046: Quote to prevent word splitting.
f1888f20 2024-04-03 Teal Dulcet Fixed SC2148: Add a shebang.
33559bb8 2024-04-03 Teal Dulcet Fixed SC2164: Use 'cd ...
30c4681e 2024-04-03 Teal Dulcet Fixed SC2086: Double quote to prevent globbing and word splitting.
133bae13 2024-04-03 Teal Dulcet Fixed SC2006: Use $(...) notation instead of legacy backticks ....