Commit Graph

2058 Commits (d74b276192e0723eeb537244d9df31be9ac504fc)
 

Author SHA1 Message Date
David Goodwin d74b276192 ignore more 6 years ago
David Goodwin 9c476be17f move into DOCUMENTS 6 years ago
David Goodwin 93967030c7 remove composer.lock 6 years ago
David Goodwin 5d6dde7bff psalm fixes 6 years ago
David Goodwin 76ec4bc84d token psalm fixes 6 years ago
David Goodwin 5bc6e93347 fix query fields etc 6 years ago
David Goodwin 77b87107f9 improve composer behaviour for psalm; bump dev dependencies and add sqlite3+mysqli 6 years ago
David Goodwin 59dc05d746 use newer method (return type is consistent) 6 years ago
David Goodwin 766c947190 fix case of $conf; improve comments 6 years ago
David Goodwin 166574efae add {IF_NOT_EXISTS} for sqlite tables - see #225 6 years ago
David Goodwin 5d74ff4cc7 only require language if non-empty 6 years ago
David Goodwin 01c8b14a44 PFASmarty class 6 years ago
David Goodwin d146f51feb remove duplication of PFASmarty class 6 years ago
David Goodwin 74002bbf57 psalm fixes 6 years ago
David Goodwin 8d2a592aa9 bump psalm version; autoload config and functions files 6 years ago
David Goodwin 029c4ffe47 psalm fixes 6 years ago
David Goodwin 7408a3b30a fix safepost doc 6 years ago
David Goodwin 173d5775cd psalm fixes 6 years ago
David Goodwin 97528f3ebd remove var_dumps; fix assertEqual -> assertEquals and other random psalm findings 6 years ago
David Goodwin 93cc4d9e8c update phpunit tests to use different parent class 6 years ago
David Goodwin 9b8c067515 bump phpunit to stop countable warning with php7.2 6 years ago
David Goodwin 8cf7947f15 move function into the only place it is used 6 years ago
David Goodwin cecfe6b215 see #217 - should solve looking in /etc/postfixadmin ... 6 years ago
Christian Boltz 18be203039
add new texts to all language files 6 years ago
Christian Boltz 878e4d7f11
Merge pull request #220 from SuperVirus/updated_german_translation
Updated german translation
6 years ago
SuperVirus 3ee8b497f1
Update de.lang 6 years ago
Christoph 'SuperVirus' Heitkamp 1fea1f8c3b Updated german translation 6 years ago
David Goodwin dda0302cdf
Merge pull request #218 from cweiske/specific-login-error
Change login failure message to show the login type (admin or user)
6 years ago
Christian Weiske 3960f6fdad Change login failure message to show the login type (admin or user) 6 years ago
David Goodwin 55790f9835
Merge pull request #215 from ChoiZ/patch-1
Update INSTALL.TXT
6 years ago
François LASSERRE 9598c63fc0
Update INSTALL.TXT
Missing `cd postfixadmin`
6 years ago
David Goodwin a53165d3d8 update CHANGELOG - see https://github.com/postfixadmin/postfixadmin/issues/176 6 years ago
David Goodwin 69e234f668
Merge pull request #200 from doktoil-makresh/master
Support for password expiration, managed in PostFix Admin
6 years ago
Damien Martins 78a461f07e Accepts incoming emails for active mailboxes, even if password is expired 6 years ago
David Goodwin b4a16a0313 quote shell vars 6 years ago
David Goodwin 435d97c282 try looking for alternatives to maildirmake etc - see #213 6 years ago
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 ;-)
6 years ago
Christian Boltz bd847e38e6
add translation notes for updated $LANG['password_no_characters'] 6 years ago
Damien Martins 9e4d64ef78
Merge pull request #1 from DavidGoodwin/doktoil-master
updates to password expiry feature
6 years ago
David Goodwin 3a8762d785
Merge pull request #210 from inkVerb/master
Change "characters" to "letters" in EN language file
6 years ago
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.
6 years ago
David Goodwin 87472af5ba add Date header into smtp_from(...) function - see #203 6 years ago
David Goodwin b1795ab596 phpdoc 6 years ago
David Goodwin 1e158245d6 try and fix #30 - cope with timestamp and numeric field number comparison better for PostgreSQL. 6 years ago
David Goodwin afd418675c pointless comment 6 years ago
David Goodwin a8b02cfc05 Default to default values 6 years ago
David Goodwin 77d1b6c2e7 rename sql fields to just have mailbox.password_expiry and domain.password_expiry 6 years ago
David Goodwin 27c2842cd2 remove duplication of sql, remove use of functions (hopefully unnecessary) 6 years ago
David Goodwin a455916a6b add password expiry stuff to the db schema upgrade script 6 years ago
Damien Martins 8115d8d047 Reverting unexpected changes 6 years ago