John R. Supplee
32a0b0467f
Merge tag 'v0.42b' of https://github.com/mail-in-a-box/mailinabox
...
v0.42b (August 3, 2019)
-----------------------
Changes:
* Decreased the minimum supported RAM to 502 Mb.
* Improved mail client autoconfiguration.
* Added support for S3-compatible backup services besides Amazon S3.
* Fixed the control panel login page to let LastPass save passwords.
* Fixed an error in the user privileges API.
* Silenced some spurrious messages.
Software updates:
* Upgraded Roundcube from 1.3.8 to 1.3.9.
* Upgraded Nextcloud from 14.0.6 to 15.0.8 (with Contacts from 2.1.8 to
3.1.1 and Calendar from 1.6.4 to 1.6.5).
* Upgraded Z-Push from 2.4.4 to 2.5.0.
Note that v0.42 (July 4, 2019) was pulled shortly after it was released
to fix a Nextcloud upgrade issue.
5F4C0E7313CCD744693B2AEAB92041F4C10BDD81
2019-08-28 17:26:00 -04:00
jvolkenant
fd5b11823c
Add AAAA records for autodiscover & autoconfig ( #1606 )
2019-07-10 06:28:37 -04:00
Michael Heuberger
0d4c693792
Add missing login form method to keep LastPass happy ( #1565 )
2019-05-12 05:10:34 -07:00
Pascal Garber
77b2246010
Backup Amazon S3: Added support for custom endpoints ( #1427 )
2019-05-12 05:09:30 -07:00
jvolkenant
aff80ac58c
Autodiscovery fix for additional hosted email domains, Fixes #941 ( #1467 )
2019-05-09 10:13:23 -07:00
mbraem
fb25013334
user privileges is a set ( #1551 )
...
fixes #1540
2019-04-14 14:17:43 -04:00
John Supplee
4cbf05187c
Merge branch 'master' of https://github.com/mail-in-a-box/mailinabox into devel
2019-02-27 12:52:41 +02:00
Ryan Stubbs
bad38840d8
Fix type on alias edit page ( #1520 )
2019-02-11 20:14:56 -05:00
John Supplee
7f8336e459
Fix bug with quota input that prevented adding users
2019-02-11 16:10:09 +02:00
John Supplee
ae6394c879
Fix instructions for quotas on the users page in control panel
2019-02-06 14:47:30 +02:00
John Supplee
4bed222162
Fix bug where quotas are not being recalculated
2019-02-06 12:53:46 +02:00
John Supplee
19f204a9af
Do not execute a dovecot reload on every quota update
2019-02-05 13:32:43 +02:00
John Supplee
d1378a5512
Add a thousands separator for message count
2019-02-05 01:48:38 +02:00
John Supplee
a60e1c274a
Do not allow decimal points in quota sizes
2019-02-05 01:47:39 +02:00
John Supplee
686a074fab
Force recalculation of a user's quota after setting a new value
2019-02-05 01:47:09 +02:00
John Supplee
6964ed238a
Show correct reference for updating versions
2019-02-01 19:01:59 +02:00
John Supplee
7874683618
Add percentage used and update tools/mail.py to set quotas
2019-02-01 15:36:27 +02:00
John Supplee
fa66585b6b
fix typo
2019-02-01 01:35:55 +02:00
John Supplee
51f60c15bb
Make the quota field narrower
2019-02-01 01:32:26 +02:00
John Supplee
9139b917cf
Finally put the default quota load code in the right place
2019-02-01 01:21:44 +02:00
John Supplee
f64fffe6b8
move jQuery load back to original place and put quota load code in index.html
2019-02-01 01:05:28 +02:00
John Supplee
1a67c94db0
fix problem with jQuery being loaded too late
2019-02-01 00:56:25 +02:00
John Supplee
70c607e256
more default quota work
2019-01-31 23:58:10 +02:00
John Supplee
d1906bd055
Add support for a default quota value and allow setting quota when adding user
2019-01-31 22:57:04 +02:00
John Supplee
e40566967e
Change up to date message
2019-01-30 15:35:17 +02:00
John Supplee
ede5e09ad0
make version checks from this repository
2019-01-30 15:31:15 +02:00
John Supplee
a8f02c1eb0
Fix problems with users that do not have maildirsize file
2019-01-30 00:01:16 +02:00
John Supplee
8bd9cf38ab
Use tabs for indentation
2019-01-29 23:31:56 +02:00
John Supplee
b3f9063ae7
comment out code generating errors
...
When the `maildirsize` file does not exist it causes the script to fail.
The IOError is not caught by the execpt
2019-01-29 19:41:54 +02:00
John Supplee
f68ef70b94
Calculate and display mailbox sizes in user list
2019-01-29 19:18:48 +02:00
John Supplee
c5c7de8b2b
allow decimal points in quotas
2019-01-29 17:42:17 +02:00
John Supplee
ccad47937e
Add components to user interface for setting quotas
2019-01-28 23:27:03 +02:00
John Supplee
b557e69313
display unlimited when quota is 0
2019-01-28 17:24:11 +02:00
John Supplee
dad22f7261
bug fix
2019-01-28 17:17:43 +02:00
John Supplee
587f33b6c0
bug fix for displaying quotas
2019-01-28 16:34:34 +02:00
John Supplee
3cd14bd4b8
Add display of quotas
2019-01-28 16:19:36 +02:00
Joshua Tauberer
0d4565e71d
merge master branch
2018-12-02 18:19:15 -05:00
Joshua Tauberer
a211ad422b
add a note on the aliases page that aliases should not be used to forward to outside domains
...
fixes #1198
2018-12-02 18:02:00 -05:00
Joshua Tauberer
ef28a1defd
show the Mail-in-a-Box version in the system status checks even when the new-version check is disabled
...
fixes #922
2018-12-02 18:02:00 -05:00
Joshua Tauberer
c5c413b447
remove user account mailbox size from the control panel because it takes way too long to compute on very large mailboxes
...
fixes #531
2018-12-02 18:02:00 -05:00
Joshua Tauberer
d2beb3919b
document password character limitation
...
fixes #407
2018-12-02 18:02:00 -05:00
jeff-h
000363492e
Improve greylisting explanation. ( #1447 )
...
Hopefully this improves the accuracy of the greylisting description.
2018-12-02 17:58:26 -05:00
jeff-h
5be74dec6e
Improve postgrey logging ( #1448 )
...
We can't presume the redelivery timeframe of the sending server. However, we do know the blacklist timeframe within which we will reject a redelivery.
2018-12-02 17:57:37 -05:00
Joshua Tauberer
870b82637a
fix some wrong variable names, fixes #1353
2018-11-30 10:46:54 -05:00
Joshua Tauberer
dc6458623d
add a note on the aliases page that aliases should not be used to forward to outside domains
...
fixes #1198
2018-11-30 10:46:54 -05:00
Joshua Tauberer
60f9c9e3b7
show the Mail-in-a-Box version in the system status checks even when the new-version check is disabled
...
fixes #922
2018-11-30 10:46:54 -05:00
Joshua Tauberer
b05b06c74a
remove user account mailbox size from the control panel because it takes way too long to compute on very large mailboxes
...
fixes #531
2018-11-30 10:46:54 -05:00
Joshua Tauberer
7f8f4518e3
document password character limitation
...
fixes #407
2018-11-30 10:46:54 -05:00
Joshua Tauberer
86e2cfb6c8
remove old duplicity migration code from 2015, see 42322455
2018-11-30 10:46:54 -05:00
Joshua Tauberer
f739662392
duplicity started creating signature files with invalid filenames, fixes #1431
2018-10-13 16:16:30 -04:00