0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
Commit Graph

22 Commits

Author SHA1 Message Date
Shao Yu-Lung (Allen)
0876c368e4
feat: support Dovecot DIGEST-MD5 (#816)
Add support for dovecot DIGEST-MD5 auth (using : $CONF['pacrypt'] = 'dovecot:DIGEST-MD5') 

This also changes the pacrypt() function to take an optional 3rd argument (username). 
Thanks @bestlong
2024-04-12 09:57:19 +01:00
David Goodwin
d576aafd67 might help stop sqlite test conflicts 2021-01-25 22:08:36 +00:00
David Goodwin
3cd62f9f4f update to phpunit v8, try changing coveralls library, update github action 2020-04-14 21:03:10 +01:00
David Goodwin
28bef9e136 output $sqlite file .... 2019-09-15 21:08:46 +01:00
David Goodwin
8e2e4eb189 run: composer format 2019-06-08 20:38:54 +01:00
David Goodwin
cc19870923 drop function: db_connect_with_errors(); just throw from db_connect() if something goes wrong 2019-06-07 16:23:34 +01:00
David Goodwin
81fed601a2 remove var_dumps 2019-02-16 19:47:12 +00:00
David Goodwin
079462bb29 wrong password variable/key 2019-02-16 19:27:27 +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
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
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
dcb60a670c try adding mysql + postgres support to tests 2019-02-15 21:30:59 +00:00
David Goodwin
a05f87723f reformat 2019-02-10 12:12:28 +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
98536f03e8 fix sqlite upgrade check; remove test database between runs; ignore lib/array_column.php from linting 2019-01-06 21:39:54 +00:00
David Goodwin
ea33d9951a try migrating to pdo 2019-01-06 21:32:58 +00:00
David Goodwin
a500d2557e fix indentation 2019-01-03 19:47:42 +00:00
David Goodwin
897893f3ce fix indentation 2019-01-03 18:51:11 +00:00
David Goodwin
b2e814967f try and get working under travis ... 2018-12-29 21:45:12 +00:00