mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07:05 +00:00
4.9 KiB
4.9 KiB
Commits for v60.1
COMMIT | DATE | AUTHOR | TITLE |
---|---|---|---|
2134d44 | 2022-10-30 | downtownallday | Add license |
82d7561 | 2022-10-30 | downtownallday | Adds a test to ensure dns is functional |
3314c4f | 2022-10-30 | Joshua Tauberer | v60.1 |
1f60236 | 2022-10-30 | Joshua Tauberer | Upgrade Nextcloud to 23.0.4 (contacts to 4.2.0, calendar to 3.5.0) |
32c6887 | 2022-10-30 | alento-group | Fix NSD not restarting (#2182) |
51ba8d8 | 2022-10-29 | downtownallday | Try to determine what is causing umount to fail by using lsof |
e4c2064 | 2022-10-29 | downtownallday | Add a hook in status_checks --show-changes |
aad837b | 2022-10-29 | downtownallday | Add setup/enmod.sh to enable setup mods |
085bec2 | 2022-10-29 | downtownallday | install packages in the same order as setup/start.sh |
a1c8b79 | 2022-10-29 | downtownallday | Change the default behavior to only prepare jammy unless "all" given on command line |
7fa070a | 2022-10-24 | downtownallday | avoid using PYTHONPATH to enable setup mod hooks, which is problematic for managment command line tool use - save the directory path to setup mods in /etc/mailinabox.conf - dynamically add the path to python during hook initialization |
bb969f1 | 2022-10-24 | downtownallday | avoid prematurely termination of the processing pool |
cac796a | 2022-10-20 | downtownallday | Enable compression for wget downloads. This fixes an issue where unless compression=auto (or compression=gzip) is specified, using wget to download jquery.min.js by setup/management.sh fails with max redirects exceeded. The man page says --compression is an experimental option, but it doesn't appear to have any problems. Note that downloading jquery.min.js with curl works fine when wget without --compression fails. |
c787437 | 2022-10-16 | downtownallday | Add a setup mod to install roundcube's "larry" skin, which was removed with roundcubemail version 1.6 |
0649529 | 2022-10-14 | downtownallday | honor STORAGE_ROOT if already set |
1a0b94c | 2022-10-14 | downtownallday | restore backup: don't automatically unmount an ehdd drive |
16679aa | 2022-10-14 | downtownallday | preloaded: add support for clone at commit |
e636e63 | 2022-10-14 | downtownallday | Setup fixes 1. Autodetect encryption-at-rest and run the correct setup in boostrap and /usr/local/bin/mailinabox 2. Fix bug where directories in the local mod folder are improperly executed causing setup to fail 3. Add a remote_nextcloud.sh setup mod cleanup function for cleaner removal of the mod |
14a4f34 | 2022-10-13 | downtownallday | Clarify wording |
9e5ce3e | 2022-10-13 | downtownallday | Enable "bootstrap" installs |
9b62b5d | 2022-10-13 | downtownallday | Use an explicit php exectable and package if specified by environment variables |