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

2589 Commits

Author SHA1 Message Date
David Goodwin
9fb8c5b4b4 improved Ukranian language file; thanks andrew.kudrinov-at-gmail... 2021-03-05 12:43:37 +00:00
David Goodwin
7d04685d40 version 3.3.8 changelog / version number 2021-03-04 20:27:22 +00:00
David Goodwin
8815b07bba improve phpdocs 2021-03-04 20:19:08 +00:00
David Goodwin
efeb698bc0 ensure POST[domains] is not empty 2021-03-04 20:18:54 +00:00
David Goodwin
dadd40a9e9 fix broadcast message to load a template that does exist - see #465 2021-03-01 09:30:42 +00:00
David Goodwin
599b39b833 fix sql for postgres bool / t 2021-02-24 21:33:42 +00:00
David Goodwin
f6bbf116d8 possible fix for #461 - postgresql does not like ints for bool fields... 2021-02-24 21:15:13 +00:00
David Goodwin
e0c986931c add something to test Login::passwordChange() works 2021-02-23 18:02:46 +00:00
Sven Seeberg
7fd3d30418 Change Login changePassword, fixes #456
* The db_udpate function already sets backticks around the table
  name, which results and error name if the string passed as argument
  for the table name already contains backticks.

Signed-off-by: Sven Seeberg <mail@sven-seeberg.de>
2021-02-19 09:18:16 +00:00
David Goodwin
9267cc64a0 improve ua.lang (thanks: Andrii Kudrinov) 2021-02-18 20:22:59 +00:00
David Goodwin
92c8b6313d add Ukrainian language file - thanks andrew.kudrinov 2021-02-18 12:08:22 +00:00
David Goodwin
1a9d9847f5 bump version 2021-02-17 21:32:06 +00:00
David Goodwin
b2831d1241 psalm improvements 2021-02-17 21:29:18 +00:00
David Goodwin
c87d8a8319 split db_connect() up to separate out db_connection_string() (which returns a PDO DSN string) 2021-02-17 21:10:48 +00:00
David Goodwin
5aee2ca4f8 update CHANGELOG and version 2021-02-17 17:21:47 +00:00
David Goodwin
4d505211ef reformat 2021-02-04 20:40:45 +00:00
David Goodwin
4e7d86ca07 try and improve setup.php labels/layout - see #445 2021-02-04 20:40:38 +00:00
David Goodwin
3fa1716ad7 composer format 2021-02-04 20:40:31 +00:00
David Goodwin
01d1967de0 move html around a bit, list existing admin users if setup_password confirmed 2021-02-04 20:40:20 +00:00
David Goodwin
b531925859 message seems unnecessary if you have logged in 2021-02-04 20:40:12 +00:00
David Goodwin
d0c3cdc4d5 try and make setup.php more useful (error detection, logging etc) 2021-02-04 20:39:31 +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
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
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
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
a442b7331d hint for future people 2021-01-25 17:00:16 +00:00
David Goodwin
34e0367a0b check if config option exists and do not require it is a string - see https://github.com/postfixadmin/postfixadmin/issues/437 2021-01-25 17:00:04 +00:00
David Goodwin
da7607c9c5 see #429 - check for some CONF keys before trying to use them 2021-01-23 16:55:41 +00:00
David Goodwin
9ddaa75fc4 pt-pt (portugese) translation from Nuno Carrilho (Nunix) 2021-01-22 19:49:48 +00:00
David Goodwin
d81be5640d try and make config reading a bit more robust - see https://github.com/postfixadmin/postfixadmin/issues/429 2021-01-22 18:04:39 +00:00
David Goodwin
59db09d337 add a Config::has($name) to check for the existance of a config value 2021-01-22 18:02:41 +00:00
David Goodwin
785e649295 start 3.3.5 changelog 2021-01-21 20:56:38 +00:00
David Goodwin
b4a475c185 see: https://github.com/postfixadmin/postfixadmin/issues/432 - add/fix missing template variable "domain_selected" 2021-01-21 20:52:28 +00:00