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

2048 Commits

Author SHA1 Message Date
David Goodwin
5d74ff4cc7 only require language if non-empty 2018-12-27 22:01:53 +00:00
David Goodwin
01c8b14a44 PFASmarty class 2018-12-27 22:01:35 +00:00
David Goodwin
d146f51feb remove duplication of PFASmarty class 2018-12-27 22:01:19 +00:00
David Goodwin
74002bbf57 psalm fixes 2018-12-27 21:43:11 +00:00
David Goodwin
8d2a592aa9 bump psalm version; autoload config and functions files 2018-12-27 13:56:23 +00:00
David Goodwin
029c4ffe47 psalm fixes 2018-12-27 13:55:41 +00:00
David Goodwin
7408a3b30a fix safepost doc 2018-12-27 13:55:21 +00:00
David Goodwin
173d5775cd psalm fixes 2018-12-27 13:55:02 +00:00
David Goodwin
97528f3ebd remove var_dumps; fix assertEqual -> assertEquals and other random psalm findings 2018-12-27 13:54:41 +00:00
David Goodwin
93cc4d9e8c update phpunit tests to use different parent class 2018-12-27 13:14:10 +00:00
David Goodwin
9b8c067515 bump phpunit to stop countable warning with php7.2 2018-12-27 13:13:50 +00:00
David Goodwin
8cf7947f15 move function into the only place it is used 2018-12-27 13:07:31 +00:00
David Goodwin
cecfe6b215 see #217 - should solve looking in /etc/postfixadmin ... 2018-12-27 13:02:55 +00:00
Christian Boltz
18be203039
add new texts to all language files 2018-12-18 14:06:49 +01:00
Christian Boltz
878e4d7f11
Merge pull request #220 from SuperVirus/updated_german_translation
Updated german translation
2018-12-18 14:03:14 +01:00
SuperVirus
3ee8b497f1
Update de.lang 2018-12-17 22:11:58 +01:00
Christoph 'SuperVirus' Heitkamp
1fea1f8c3b Updated german translation 2018-12-17 13:09:50 +01:00
David Goodwin
dda0302cdf
Merge pull request #218 from cweiske/specific-login-error
Change login failure message to show the login type (admin or user)
2018-12-16 15:23:10 +00:00
Christian Weiske
3960f6fdad Change login failure message to show the login type (admin or user) 2018-12-16 10:31:08 +01:00
David Goodwin
55790f9835
Merge pull request #215 from ChoiZ/patch-1
Update INSTALL.TXT
2018-12-08 16:25:39 +00:00
François LASSERRE
9598c63fc0
Update INSTALL.TXT
Missing `cd postfixadmin`
2018-12-08 12:29:15 +00:00
David Goodwin
a53165d3d8 update CHANGELOG - see https://github.com/postfixadmin/postfixadmin/issues/176 2018-11-28 11:51:37 +00:00
David Goodwin
69e234f668
Merge pull request #200 from doktoil-makresh/master
Support for password expiration, managed in PostFix Admin
2018-11-27 09:14:36 +00:00
Damien Martins
78a461f07e Accepts incoming emails for active mailboxes, even if password is expired 2018-11-27 10:36:11 +08:00
David Goodwin
b4a16a0313 quote shell vars 2018-11-22 14:54:18 +00:00
David Goodwin
435d97c282 try looking for alternatives to maildirmake etc - see #213 2018-11-21 15:43:06 +00:00
Christian Boltz
056e8af99b
Change $PALANG['password_no_characters'] to new text if untranslated
That's better than a TODO note next to the old english text ;-)
2018-11-12 18:25:21 +01:00
Christian Boltz
bd847e38e6
add translation notes for updated $LANG['password_no_characters'] 2018-11-12 18:19:47 +01:00
Damien Martins
9e4d64ef78
Merge pull request #1 from DavidGoodwin/doktoil-master
updates to password expiry feature
2018-11-01 14:27:04 +01:00
David Goodwin
3a8762d785
Merge pull request #210 from inkVerb/master
Change "characters" to "letters" in EN language file
2018-10-22 20:04:27 +01:00
Jesse Steele
9e8ce47849
Change "characters" to "letters"
A "character" includes letters and numbers. The requirement triggered by line 355 is for "letters". This created confusion in the past.
2018-10-22 23:10:51 +08:00
David Goodwin
87472af5ba add Date header into smtp_from(...) function - see #203 2018-09-21 21:56:35 +01:00
David Goodwin
b1795ab596 phpdoc 2018-09-07 11:09:34 +01:00
David Goodwin
1e158245d6 try and fix #30 - cope with timestamp and numeric field number comparison better for PostgreSQL. 2018-09-07 11:04:19 +01:00
David Goodwin
afd418675c pointless comment 2018-09-07 11:01:50 +01:00
David Goodwin
a8b02cfc05 Default to default values 2018-09-07 11:01:18 +01:00
David Goodwin
77d1b6c2e7 rename sql fields to just have mailbox.password_expiry and domain.password_expiry 2018-08-28 21:19:56 +01:00
David Goodwin
27c2842cd2 remove duplication of sql, remove use of functions (hopefully unnecessary) 2018-08-28 21:16:20 +01:00
David Goodwin
a455916a6b add password expiry stuff to the db schema upgrade script 2018-08-28 21:15:45 +01:00
Damien Martins
8115d8d047 Reverting unexpected changes 2018-08-22 14:32:16 +02:00
Damien Martins
12ce418f79 No need to have password expiration value in config file 2018-08-21 16:09:39 +02:00
Damien Martins
84533224ba Adds colored indicators for password expired, account disabled and vacation enabled accounts 2018-08-21 16:04:28 +02:00
Damien Martins
b33d79125c Merge branch 'master' of github.com:doktoil-makresh/postfixadmin 2018-08-21 16:02:02 +02:00
Damien Martins
d809e0fbf7 Adds colored indicators for password expired, account disabled and vacation enabled accounts 2018-08-21 15:57:06 +02:00
Damien Martins
72dddbc93b Adds colored indicators for password expired, account disabled and vacation enabled accounts 2018-08-21 15:49:40 +02:00
Damien Martins
ce60b9fa59 Now password expiration is managed through Postfix Admin GUI 2018-08-20 15:32:53 +02:00
Damien Martins
ab10c9b49a Better arguments management 2018-08-20 10:45:30 +02:00
Damien Martins
9be8c8082f More details in README file 2018-08-17 22:18:00 +02:00
Damien Martins
29a993e6fd Better (aka safer) way to deal with authentication 2018-08-17 22:15:02 +02:00
Damien Martins
e786609aa9 Adding support for password expiration. Please read README.password_expiration for more details 2018-08-17 16:07:14 +02:00