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

2687 Commits

Author SHA1 Message Date
David Goodwin
2a58056fff be more consistent with how we load common.php, improve comments 2021-03-09 20:34:09 +00:00
David Goodwin
a51cc34b83 try and avoid relying on output buffering for setup.php 2021-03-09 20:33:40 +00:00
David Goodwin
cc2e049050 see: https://github.com/postfixadmin/postfixadmin/issues/468 - token docs on possible migration 2021-03-07 13:34:39 +00:00
David Goodwin
5be7468461 merge in postfixadmin_3.3 2021-03-07 13:29:33 +00:00
David Goodwin
291e15c910 update/begin changelog for 3.3.9 2021-03-05 12:44:45 +00:00
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
1a93247018 improve phpdocs 2021-03-02 21:33:00 +00:00
David Goodwin
0565cde6f3 ensure POST[domains] is not empty 2021-03-02 21:25:49 +00:00
David Goodwin
0bcc91ecf0 Merge branch 'postfixadmin_3.3' 2021-03-01 09:32:14 +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
4a960a0ce0 improved Ukranian language file; thanks andrew.kudrinov-at-gmail... 2021-02-26 19:29:47 +00:00
David Goodwin
84de818f22 merge postgresql fix from postfixadmin_3.3 2021-02-24 21:35:13 +00:00
David Goodwin
599b39b833 fix sql for postgres bool / t 2021-02-24 21:33:42 +00:00
David Goodwin
9107cc9a46 possible fix for #461 - postgresql does not like ints for bool fields... 2021-02-24 21:15:45 +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
David Goodwin
5b77278013 add something to test Login::passwordChange() works 2021-02-23 09:57:01 +00:00
David Goodwin
0fc3765528 re-format 2021-02-20 14:29:23 +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
cc8cfff7e5
Merge pull request #457 from verdigado/bugfix/user-password-change
Change Login changePassword, fixes #456
2021-02-19 09:17:48 +00:00
Sven Seeberg
160fb32441
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 08:58:08 +01:00
David Goodwin
9700a3a9c9 fix psalm : bool -> int 2021-02-18 21:19:56 +00:00
David Goodwin
9267cc64a0 improve ua.lang (thanks: Andrii Kudrinov) 2021-02-18 20:22:59 +00:00
David Goodwin
0764f47a64 improve ua.lang (thanks: Andrii Kudrinov) 2021-02-18 20:22:44 +00:00
David Goodwin
c755e82a36 Merge branch 'postfixadmin_3.3' 2021-02-18 12:12:27 +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
000c6f401d udpate CHANGELOG 2021-02-07 20:38:04 +00:00
David Goodwin
6d81439f41 unused var 2021-02-07 20:36:55 +00:00
David Goodwin
d9813d4cf8 see #446 - try and detect site url but allow for $CONF['site_url'] override to be used. 2021-02-07 20:35:58 +00:00
David Goodwin
aef69b53a9 log parameters when it fails 2021-02-07 19:40:45 +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
5bcafb9c91 reformat 2021-02-03 20:28:32 +00:00
David Goodwin
50ca5944b6 try and improve setup.php labels/layout - see #445 2021-02-03 20:27:53 +00:00
David Goodwin
582b5e91b9 composer format 2021-01-29 21:46:57 +00:00
David Goodwin
e8a5f226ad
Merge pull request #447 from gianlucagiacometti/master
Call to the template fixed
2021-01-29 21:45:09 +00:00
Gianluca Giacometti
79284ddff8
Call to the template fixed
The name ogìf the template is missing the prefix "broadcast-"
2021-01-29 22:24:51 +01:00
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