1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-08-06 06:42:37 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
David Goodwin
b18ed591a2 bumping php-cs-fixer; formatting rules change slightly 2022-06-28 13:31:37 +01:00
David Goodwin
197c826a10 ensure timestamps are non-empty after update for mailbox 2021-04-06 20:18:53 +01:00
David Goodwin
b46650f3b3 ensure MailboxHandler does result in modified timestamp being updated, and they are both set on insertion - see #469 2021-04-06 20:18:45 +01:00
David Goodwin
0ca0efa7b8 fix test if quota is turned on 2021-01-18 20:50:08 +00: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
ef1fb36133 improve unit tests for PostgreSQL 2020-06-23 21:43:19 +01: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
5e1a4e27dd ensure edit works 2020-03-03 09:49:46 +00:00
David Goodwin
79ee5f82cb add a far better MailboxHandler test case 2020-03-02 09:55:44 +00:00
David Goodwin
e9ed15143e add token MailboxHandler test 2019-02-18 21:20:07 +00:00