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

2639 Commits

Author SHA1 Message Date
David Goodwin
3979e17499 token updates 2021-01-29 21:19:07 +00:00
David Goodwin
154629d732 remove out of date bits 2021-01-29 21:18:47 +00:00
David Goodwin
be1f922f7e change reference to file 2021-01-29 21:18:29 +00:00
David Goodwin
2cb7749dde move html around a bit, list existing admin users if setup_password confirmed 2021-01-29 21:15:51 +00:00
David Goodwin
25a5f3526f put a link to setup in the admin top menu bar 2021-01-29 21:15:09 +00:00
David Goodwin
cfe08d14f5 rename / merge shell script 2021-01-29 21:14:35 +00:00
David Goodwin
23db330473 message seems unnecessary if you have logged in 2021-01-28 22:28:41 +00:00
David Goodwin
dcf01eafc3 more english 2021-01-28 22:20:54 +00:00
David Goodwin
4063ca151c try and make setup.php more useful (error detection, logging etc) 2021-01-28 22:18:09 +00:00
David Goodwin
8ebb985fc7 split db_connect() up to separate out db_connection_string() (which returns a PDO DSN string) 2021-01-28 22:12:05 +00:00
David Goodwin
9305a250fb change the default password hash to one that may be more secure; add note 2021-01-28 17:04:21 +00:00
David Goodwin
d838944376 add note for mail-crypt stuff 2021-01-27 22:04:06 +00:00
David Goodwin
9da4431bef Merge branch 'postfixadmin_3.3' 2021-01-27 22:02:29 +00:00
David Goodwin
96a022747c release 3.3.5 perhaps 2021-01-27 22:01:32 +00:00
David Goodwin
97ae019e10 remove duplication; comment out the length_check password_verify rule as we already have /.{5}/ 2021-01-27 10:56:40 +00:00
David Goodwin
237615502a Merge remote-tracking branch 'origin/postfixadmin_3.3' 2021-01-27 09:29:57 +00:00
David Goodwin
e3269b62d9 fix formatting 2021-01-26 21:39:11 +00:00
David Goodwin
e15d9abe06 improve comment, fix return value in callable for password_verify. 2021-01-26 21:06:35 +00:00
David Goodwin
52933a6307 remove change to table_by_key() as the original bug has been found in Login 2021-01-26 21:06:15 +00:00
David Goodwin
bcf1f8c7e4 move min_password_length check into a conditional Config::has() check first 2021-01-26 20:47:45 +00:00
David Goodwin
86b91b8969 add European portugese to language list 2021-01-26 20:45:24 +00:00
David Goodwin
dd9b08f3a6 domain_selected -> reduce default down to '' rather than 'invalid' 2021-01-26 20:42:38 +00:00
David Goodwin
92fd05cb5d do not worry about escaping an object 2021-01-26 20:42:28 +00:00
David Goodwin
dd6616bbb2 bump version number 2021-01-26 19:45:59 +00:00
David Goodwin
df1ba710c4 update CHANGELOG 2021-01-26 19:33:19 +00:00
David Goodwin
0bb829934b Merge remote-tracking branch 'origin/postfixadmin_3.3' 2021-01-26 19:27:36 +00:00
David Goodwin
ead6daa05c update templates - use A link for cancel buttons, use button for submit, space buttons 2021-01-26 19:27:09 +00:00
David Goodwin
9d282d3320 space buttons in toolbar 2021-01-26 19:27:01 +00:00
David Goodwin
51db965e66 change to use an A link for cancel, change to <button> for submit 2021-01-26 19:26:13 +00:00
David Goodwin
30f47f7480 fix labels not showing on password-change and password-recover pages; remove table layout; update bootstrap stuff 2021-01-26 19:25:50 +00:00
David Goodwin
ecb114d7c5 fix users/edit-forward to not include space - see https://github.com/postfixadmin/postfixadmin/issues/442 2021-01-26 19:25:40 +00:00
David Goodwin
c61939ce5c bootstrap 3.x does not have a .ml-x or .mr-x class, so create something for now so i can move buttons apart a little 2021-01-26 19:25:31 +00:00
David Goodwin
4b27fa611e add something to the FAQ to help people find error messages 2021-01-26 19:25:24 +00:00
David Goodwin
b9b8346533 update templates - use A link for cancel buttons, use button for submit, space buttons 2021-01-26 19:23:48 +00:00
David Goodwin
92493c711e space buttons in toolbar 2021-01-26 19:22:58 +00:00
David Goodwin
c9e66527dc change to use an A link for cancel, change to <button> for submit 2021-01-26 19:21:24 +00:00
David Goodwin
c6f2cf45ef fix labels not showing on password-change and password-recover pages; remove table layout; update bootstrap stuff 2021-01-26 19:20:44 +00:00
David Goodwin
3256187f55 fix users/edit-forward to not include space - see https://github.com/postfixadmin/postfixadmin/issues/442 2021-01-26 19:10:33 +00:00
David Goodwin
98dba48c70 add a big note on sudo stuff, remove duplicate comments on hooks - see https://github.com/postfixadmin/postfixadmin/issues/441 2021-01-26 19:08:19 +00:00
David Goodwin
34678ccb4d bootstrap 3.x does not have a .ml-x or .mr-x class, so create something for now so i can move buttons apart a little 2021-01-26 19:07:06 +00:00
David Goodwin
96d071dffd add something to the FAQ to help people find error messages 2021-01-26 19:06:19 +00:00
David Goodwin
7ec7f10290 reference config.local.php 2021-01-26 09:35:42 +00:00
David Goodwin
d576aafd67 might help stop sqlite test conflicts 2021-01-25 22:08:36 +00:00
David Goodwin
84ad0ebec7 perhaps better error logging if mailbox_postpassword_script fails 2021-01-25 22:04:04 +00:00
David Goodwin
336259957d Merge remote-tracking branch 'origin/postfixadmin_3.3' 2021-01-25 21:58:31 +00:00
David Goodwin
a1025b4760 and trim string before length check 2021-01-25 21:57:59 +00:00
David Goodwin
2acdcdbd75 see : https://github.com/postfixadmin/postfixadmin/issues/423 - change password length check behaviour 2021-01-25 20:12:47 +00:00
David Goodwin
e86ed4499d this might fix update_quota.pl to work with teh quota2 table 2021-01-25 20:04:43 +00:00
David Goodwin
7589326c15 Merge remote-tracking branch 'origin/postfixadmin_3.3' 2021-01-25 17:01:06 +00:00
David Goodwin
a442b7331d hint for future people 2021-01-25 17:00:16 +00:00