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

29 Commits

Author SHA1 Message Date
David Goodwin
1ac1eb07d5 indent 2021-01-13 10:52:15 +00:00
Christian Boltz
c2571694d1
Drop now unused users/css/default.css 2021-01-11 20:57:04 +01:00
David Goodwin
c7850b78eb fix bootstrap theme for users/ urls; make some other links use https. 2021-01-07 20:34:06 +00:00
Christian Boltz
4f0e41c4e2
delete unused calendar js, css and images 2021-01-07 20:54:47 +01:00
David Goodwin
750838d7f7 psalm fixes; make safepost()/safeget() return strings 2020-11-09 21:40:52 +00:00
David Goodwin
f6f62180e8 remove some global variables 2020-09-27 11:02:58 +01:00
David Goodwin
ce8c636eb5 rejig Login::__construct() as only one arg is really needed 2020-09-26 09:58:05 +01:00
David Goodwin
7107e17c4c composer format 2020-09-25 21:33:26 +01:00
David Goodwin
b868f950bf refactor Login stuff out of Handler classes into Login... add tests 2020-09-25 21:32:53 +01:00
David Goodwin
3c7da4f3b8 Refactor some methods
PFAHandler::store() -> PFAHandler::save();
 PFAHandler::storemore() -> PFAHandler::postSave();
 PFAHandler::beforestore() -> PFAHandler::preSave();
2020-09-25 21:29:45 +01:00
David Goodwin
bcae218cbb composer format time 2019-10-19 21:36:27 +01:00
David Goodwin
e20b2cacdb psalm fix 2019-10-17 20:03:38 +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
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
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
803e2342f8 fix psalm issues; reformat; rename new db functions 2019-01-06 21:32:58 +00:00
David Goodwin
ea33d9951a try migrating to pdo 2019-01-06 21:32:58 +00:00
David Goodwin
5441295e25 phpcs? 2018-12-29 21:53:59 +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
74002bbf57 psalm fixes 2018-12-27 21:43:11 +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
c147eb053b move to use db_assoc() rather than db_array() (code assumes assoc. array) 2018-02-10 21:08:29 +00:00
Erwin Goslawski
d0897f625d
Destroy session when loading user login page
Fixes #130
2018-02-06 08:23:41 +01:00
David Goodwin
c3b87ebb11 phpcs fixes 2018-01-26 19:58:35 +00:00
Adrien Crivelli
15df6c1d7b
Reformat everything with PHP-Cs-Fixer 2018-01-26 23:54:37 +09:00
David Goodwin
99147d51eb move public facing stuff into public/, this allows us to stop exposing templates_c/ etc to the world 2018-01-25 20:27:09 +00:00