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

2380 Commits

Author SHA1 Message Date
Sven Strickroth
56395709f3 Make quota levels configurable
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2019-03-16 16:06:58 +01:00
David Goodwin
852a09f138 move version string output to only be shown to logged in users - see #252 2019-03-05 12:56:03 +00:00
David Goodwin
dcef888587 token test coverage 2019-03-01 21:20:34 +00:00
David Goodwin
045a19ae33 re-format 2019-02-27 14:44:20 +00:00
David Goodwin
7ed57a0cda assume the db updates work if no exception was thrown 2019-02-27 14:44:20 +00:00
David Goodwin
9024dddf46 move password_expiration code into the MailboxHandler. 2019-02-27 14:44:20 +00:00
David Goodwin
b8ee437169 add throw_exceptions parameter to db_update and db_insert. 2019-02-27 14:44:20 +00:00
David Goodwin
df99e66b2d try and stop "A non-numeric value encountered in ..."; see #239 2019-02-27 14:44:20 +00:00
David Goodwin
4a084d91b5
Merge pull request #249 from mtdcr/scram-sha-1
pacrypt_dovecot: Don't blacklist SCRAM-SHA-1
2019-02-19 20:08:59 +00:00
Andreas Oberritter
000416c401 pacrypt_dovecot: Don't blacklist SCRAM-SHA-1
Actually it doesn't include the username at all. Fixes commit f444de4.
2019-02-19 20:50:21 +01:00
David Goodwin
e9ed15143e add token MailboxHandler test 2019-02-18 21:20:07 +00:00
David Goodwin
de5b739d4a drop unnecessary common.php 2019-02-18 21:19:54 +00:00
David Goodwin
28e687ff5b sqlite does not support NOW(), use a string comparison 2019-02-18 21:11:17 +00:00
David Goodwin
7718ca808d try adding code coverage things 2019-02-18 20:31:31 +00:00
David Goodwin
2a0f708529 relax version check for php-cs-fixer so it will work with php7.3 as well 2019-02-18 13:02:29 +00:00
David Goodwin
215daecf29
Merge pull request #248 from Slamdunk/patch-1
[Travis] Build also against PHP 7.3
2019-02-18 11:26:09 +00:00
Filippo Tessarotto
361f0ccb22
[Travis] Build also against PHP 7.3 2019-02-18 11:23:10 +01:00
David Goodwin
9ccf5250cd remove config dump 2019-02-16 19:48:06 +00:00
David Goodwin
81fed601a2 remove var_dumps 2019-02-16 19:47:12 +00:00
David Goodwin
06513c2a14 remove quotes around table name which is not necessary as table_by_key does this 2019-02-16 19:46:31 +00:00
David Goodwin
079462bb29 wrong password variable/key 2019-02-16 19:27:27 +00:00
David Goodwin
496657aa5d echo something helpful on db error when testing 2019-02-16 19:21:46 +00:00
David Goodwin
d6fc337272 dump mysql config things; lets fumble about in the dark once again and see... 2019-02-16 19:17:27 +00:00
David Goodwin
2e87464fc8 initial attempt at connecting to mysql socket file through pdo 2019-02-15 22:17:41 +00:00
David Goodwin
d30c122f37 possible handling of mysql socket file 2019-02-15 22:10:31 +00:00
David Goodwin
018f5d9e05 check output / travis fun 2019-02-15 22:05:01 +00:00
David Goodwin
fe48b35cfd split multiple queries into single ones to keep pdo/prepared statements happy 2019-02-15 21:59:11 +00:00
David Goodwin
4cb36857da possibly better defaults/output 2019-02-15 21:58:41 +00:00
David Goodwin
f52aa9929a re-format 2019-02-15 21:38:42 +00:00
David Goodwin
9cc04df973 move the password expiry date to be php generated so it works fine on all databases 2019-02-15 21:35:29 +00:00
David Goodwin
8632cbd1a9 improve documentation around the various crypt functions 2019-02-15 21:34:49 +00:00
David Goodwin
17a420152c use pdo/prepared statement for list-virtual + page browser 2019-02-15 21:33:55 +00:00
David Goodwin
d95ee79b9a reformat 2019-02-15 21:31:32 +00:00
David Goodwin
69b9d9671c fix PaCrypt test 2019-02-15 21:31:21 +00:00
David Goodwin
dcb60a670c try adding mysql + postgres support to tests 2019-02-15 21:30:59 +00:00
David Goodwin
4d7ac16bfb bump install instructions to 3.2.2 tag 2019-02-14 19:40:04 +00:00
David Goodwin
730a05cdd3 phpcs fix 2019-02-12 15:51:56 +00:00
David Goodwin
ed99a46ec4 log if no mechanisms were used for password recovery 2019-02-12 13:35:34 +00:00
David Goodwin
db4aecd23c typo fix 2019-02-12 13:29:18 +00:00
David Goodwin
237f34d38f
Merge pull request #246 from 8ctopus/master
updated installation instructions
2019-02-10 16:15:01 +00:00
8ctopus
47bbb7c2a3 updated: git checkout version 3.2.1 instead of 3.2 2019-02-10 19:23:28 +05:00
David Goodwin
a05f87723f reformat 2019-02-10 12:12:28 +00:00
David Goodwin
28870e4b45 explode if there is no db connection made 2019-02-10 12:11:58 +00:00
David Goodwin
0afdb5619b fix tests 2019-02-10 11:08:18 +00:00
David Goodwin
b4564958a1 phpdoc; touch sqlite file before trying to use it in tests 2019-02-10 11:03:52 +00:00
David Goodwin
a71669fba8
Merge pull request #245 from 8ctopus/master
db_connect_with_errors() improvements for SQLite databases
2019-02-10 10:52:52 +00:00
8ctopus
b37e3c859d added: installation instructions for SQLite 2019-02-10 14:03:42 +05:00
8ctopus
637220a3fb fixed: typos 2019-02-10 11:37:54 +05:00
8ctopus
5528d8be30 added: line break so $error_text is on its own line 2019-02-10 11:04:04 +05:00
8ctopus
4f2dab357c the directory the SQLite database is in must be writeable 2019-02-10 10:56:08 +05:00