0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
Commit Graph

102 Commits

Author SHA1 Message Date
David Goodwin
52072536c7 update CHANGELOG 2021-12-01 11:48:27 +00:00
David Goodwin
26706c5dda update CHANGELOG.TXT - see also https://github.com/postfixadmin/postfixadmin/issues/554 2021-11-08 09:22:20 +00:00
David Goodwin
93f38e659b update changelog 2021-05-15 11:24:32 +01:00
Christian Boltz
7bf1bb9ffa
fix merge conflict leftover in changelog 2021-05-13 21:38:25 +02:00
David Goodwin
8518d53906 merge postfixadmin_3.3 into master 2021-05-13 13:15:27 +01:00
David Goodwin
44f2f94f78 update CHANGELOG 2021-05-13 09:58:07 +01:00
David Goodwin
7e29ee308e update "master" changelog 2021-04-13 21:49:50 +01:00
David Goodwin
5be7468461 merge in postfixadmin_3.3 2021-03-07 13:29:33 +00:00
David Goodwin
291e15c910 update/begin changelog for 3.3.9 2021-03-05 12:44:45 +00:00
David Goodwin
7d04685d40 version 3.3.8 changelog / version number 2021-03-04 20:27:22 +00:00
David Goodwin
c755e82a36 Merge branch 'postfixadmin_3.3' 2021-02-18 12:12:27 +00:00
David Goodwin
1a9d9847f5 bump version 2021-02-17 21:32:06 +00:00
David Goodwin
5aee2ca4f8 update CHANGELOG and version 2021-02-17 17:21:47 +00:00
David Goodwin
000c6f401d udpate CHANGELOG 2021-02-07 20:38:04 +00:00
David Goodwin
d838944376 add note for mail-crypt stuff 2021-01-27 22:04:06 +00:00
David Goodwin
96a022747c release 3.3.5 perhaps 2021-01-27 22:01:32 +00:00
David Goodwin
df1ba710c4 update CHANGELOG 2021-01-26 19:33:19 +00:00
David Goodwin
785e649295 start 3.3.5 changelog 2021-01-21 20:56:38 +00:00
David Goodwin
ecf6e4afe9 be more explict (or update) PHP version requirement - see https://github.com/postfixadmin/postfixadmin/issues/429 2021-01-21 11:11:52 +00:00
David Goodwin
6d101b79e6 bump version numbers/changelog for 3.3.4 2021-01-19 20:04:31 +00:00
David Goodwin
df75df08ec update changelog; try and improve tests 2021-01-14 17:05:50 +00:00
David Goodwin
7dcca5d58a update CHANGELOG, release 3.3.2 2021-01-13 22:44:09 +00:00
David Goodwin
ba2a56fc41 Update changelog 2021-01-12 22:13:38 +00:00
David Goodwin
113ab02f54 reformat; add to CHANGELOG 2021-01-12 16:56:23 +00:00
David Goodwin
7b27af59ee update CHANGELOG for 3.3.1 2021-01-11 09:35:18 +00:00
David Goodwin
31ba531698 merge fix master (Fix changelog date year (we are in 2021 not 2020) etc) 2021-01-10 10:47:29 +00:00
Özgür Kazanççı
25a722e6da
Update CHANGELOG.TXT
Year fixed, Turkish language file fix listed.
2021-01-10 02:00:34 +03:00
David Goodwin
a5c610baa9 update CHANGELOG for v3.3.0 2021-01-09 14:17:22 +00:00
David Goodwin
e6e040b243 update CHANGELOG for v3.3.0 2021-01-09 14:16:30 +00:00
David Goodwin
d6869a4d35 update CHANGELOG.TXT, some stuff probably missing 2020-03-14 22:31:09 +00:00
Stefan M. Hessenauer
352ae80395 fetchmail dovecot delivery 2020-02-09 16:06:03 +01:00
8ctopus
637220a3fb fixed: typos 2019-02-10 11:37:54 +05:00
David Goodwin
a2e2cdce8c
Update CHANGELOG.TXT 2019-01-16 11:45:27 +00:00
David Goodwin
a53165d3d8 update CHANGELOG - see https://github.com/postfixadmin/postfixadmin/issues/176 2018-11-28 11:51:37 +00:00
Christian Boltz
9044bed288
re-order some changelog entries and adjust date 2018-05-02 22:29:43 +02:00
David Goodwin
a510981350 update with notes on php_crypt and smarty 2018-05-02 21:21:25 +01:00
Christian Boltz
11ded0a4d8
Changelog for 3.2 2018-04-22 23:54:55 +02:00
Christian Boltz
be5fafa9fb
changelog update etc. for 3.1 release 2017-06-25 16:37:42 +02:00
Christian Boltz
ace8597bb3 3.0.2 again - this time with correct SVN revision
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1895 a1433add-5e2c-0410-b055-b7f2511e0802
2017-02-09 05:21:12 +00:00
Christian Boltz
28703935b3 3.0.2 release
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1894 a1433add-5e2c-0410-b055-b7f2511e0802
2017-02-09 05:21:12 +00:00
Christian Boltz
0ec8064fe6 changelog update
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1892 a1433add-5e2c-0410-b055-b7f2511e0802
2017-02-09 05:21:12 +00:00
Christian Boltz
9ba7118d7b AliasHandler: restrict mailbox subquery to requested domains
set_is_mailbox_extrafrom() restricts the domain list to the domain that
needs to be checked (in normal list-virtual listing one domain), and is
then used to restore the default extrafrom.
This improves the performance for most usecases even for superadmins.

Note: Search mode might still be slow because by default it searches in
all domains available to the admin.


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1882 a1433add-5e2c-0410-b055-b7f2511e0802
2016-11-09 20:41:24 +00:00
Christian Boltz
bd28fcb194 AliasHandler: restrict __is_mailbox subquery to allowed domains
This improves performance on setups with lots of mailboxes.
Well, except for superadmins because restricting to "all domains"
doesn't really help ;-)

Thanks to gygy for reporting this on IRC, and for testing the patch.



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1877 a1433add-5e2c-0410-b055-b7f2511e0802
2016-10-31 20:15:31 +00:00
Christian Boltz
bbec3e9f0e pacrypt(): allow switching between dovecot:* password schemes
Dovecot password hashes include a {SCHEME} prefix, so it's possible to
switch the scheme while still accepting passwords hashed using the
previous dovecot:* scheme.

This patch adds the code needed to find out the used hashing scheme
from the hash and ensures it gets used to validate the password.

Patch by Aaron Lindsay <aaron AT aclindsay com> (sent to the ML)



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1875 a1433add-5e2c-0410-b055-b7f2511e0802
2016-10-20 20:15:15 +00:00
Christian Boltz
cade17f777 update CHANGELOG.TXT:
- add section about 3.0.1 Debian packages
- import 2.3.8 CHANGELOG section from 2.3 branch


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1871 a1433add-5e2c-0410-b055-b7f2511e0802
2016-09-19 15:26:33 +00:00
Christian Boltz
6eda18fcde prepare PostfixAdmin 3.0 release
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1861 a1433add-5e2c-0410-b055-b7f2511e0802
2016-09-10 20:02:33 +00:00
Christian Boltz
f210a3346c update CHANGELOG.TXT to include changes up to r1859
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1860 a1433add-5e2c-0410-b055-b7f2511e0802
2016-09-09 20:20:09 +00:00
Christian Boltz
ac43e1ad2a update changelog with changes up to r1830
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1831 a1433add-5e2c-0410-b055-b7f2511e0802
2016-03-27 20:12:49 +00:00
Christian Boltz
dd652974e0 refresh debian/patches/db_credentials
Also update the changelog once more - let's hope this is really the
beta3 release now ;-)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1801 a1433add-5e2c-0410-b055-b7f2511e0802
2015-09-26 13:11:20 +00:00
Christian Boltz
9636fe9de3 3.0 beta3 (= 2.93) release - update $version and changelog
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1799 a1433add-5e2c-0410-b055-b7f2511e0802
2015-09-26 10:39:05 +00:00