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

73 Commits

Author SHA1 Message Date
David Goodwin
bee5fcbe24 improve setup form - only display "add superadmin account" if setup password is configured; change verbs depending on context etc; see https://github.com/postfixadmin/postfixadmin/issues/263 2019-08-13 09:19:22 +01:00
David Goodwin
fa27c7c8b7 reindent/reformat 2019-08-13 09:00:21 +01:00
Felix Ableitner
600248e955 Add option to use smtp password when sending admin emails (fixes #272) 2019-07-02 13:41:58 +02:00
David Goodwin
8e2e4eb189 run: composer format 2019-06-08 20:38:54 +01:00
David Goodwin
95429a6963 reindent, remove comment 2019-06-08 20:05:59 +01:00
David Goodwin
d64eadf609 try and stop $_SERVER[REQUEST_SCHEME] not being defined - see https://github.com/postfixadmin/postfixadmin/issues/279 2019-06-07 16:28:00 +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
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
fe48b35cfd split multiple queries into single ones to keep pdo/prepared statements happy 2019-02-15 21:59:11 +00:00
David Goodwin
17a420152c use pdo/prepared statement for list-virtual + page browser 2019-02-15 21:33:55 +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
8ctopus
5528d8be30 added: line break so $error_text is on its own line 2019-02-10 11:04:04 +05:00
Christian Boltz
acf20bbc9e
move comments to the beginning of upgrade.php 2019-01-28 00:47:24 +01:00
David Goodwin
66747337f9 fix formatting 2019-01-16 10:31:16 +00:00
David Goodwin
7f8fd5ec1a Merge branch 'master' into feature-try-pdo 2019-01-16 09:23:29 +00:00
David Goodwin
83a4ee39b0 more phpdoc 2019-01-16 09:23:09 +00:00
David Goodwin
26d769740c silence some psalm warnings 2019-01-16 09:19:04 +00:00
David Goodwin
e9d12bf918 silence some psalm warnings 2019-01-16 09:17:56 +00:00
David Goodwin
6225899863 Merge remote-tracking branch 'origin/master' into feature-try-pdo 2019-01-11 17:05:52 +00:00
David Goodwin
e6666e0af0 attempt to improve installation instructions 2019-01-10 06:56:19 +00:00
David Goodwin
570972944d Merge remote-tracking branch 'origin/master' into feature-try-pdo 2019-01-08 13:38:38 +00:00
David Goodwin
18312a8aaa formatting... 2019-01-07 22:02:04 +00:00
David Goodwin
cc079b773f fix formatting 2019-01-07 21:58:14 +00:00
David Goodwin
020343999a
Merge pull request #221 from SuperVirus/fetchmail_different_source_port
Allow different port for fetchmail
2019-01-07 21:56:28 +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
803e2342f8 fix psalm issues; reformat; rename new db functions 2019-01-06 21:32:58 +00:00
David Goodwin
1176c9ce78 reformat; fix some transition bugs 2019-01-06 21:32:58 +00:00
David Goodwin
ea33d9951a try migrating to pdo 2019-01-06 21:32:58 +00:00
hawk
51320919fc add warning on setup over http connection 2019-01-05 18:56:31 +05:00
David Goodwin
78276534d9 remove error log prefix; use db_mysql 2019-01-03 19:36:40 +00:00
David Goodwin
8a59c9548a reformat 2019-01-01 20:39:41 +00:00
David Goodwin
e8eea39b9d reformat; try and persuade people to move off use of "mysql" (to mysqli); add php version warning 2019-01-01 20:39:41 +00:00
David Goodwin
cdacb5697f improve formatting of error message; remove use of db_array (to be removed). 2019-01-01 19:24:04 +00:00
David Goodwin
5441295e25 phpcs? 2018-12-29 21:53:59 +00:00
David Goodwin
b2e814967f try and get working under travis ... 2018-12-29 21:45:12 +00:00
David Goodwin
20b1eb842e fix sqlite display of password expired check for mailboxes 2018-12-28 19:57:21 +00:00
David Goodwin
4fcdba9cf4 run php-cs-fixer (code reforamt) 2018-12-28 19:31:43 +00:00
David Goodwin
19cda31849 remove psalm warnings from code; fix password_expiry behaviour when enabled/disabled on MySQL 2018-12-28 19:27:33 +00:00
David Goodwin
59dc05d746 use newer method (return type is consistent) 2018-12-28 19:15:38 +00:00
David Goodwin
166574efae add {IF_NOT_EXISTS} for sqlite tables - see #225 2018-12-28 13:08:59 +00:00
David Goodwin
74002bbf57 psalm fixes 2018-12-27 21:43:11 +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
Christoph 'SuperVirus' Heitkamp
d35e66808b Allow different port for fetchmail 2018-12-17 13:29:07 +01: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
77d1b6c2e7 rename sql fields to just have mailbox.password_expiry and domain.password_expiry 2018-08-28 21:19:56 +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
e786609aa9 Adding support for password expiration. Please read README.password_expiration for more details 2018-08-17 16:07:14 +02:00