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

2474 Commits

Author SHA1 Message Date
David Goodwin
d833f6bec8 bump version number 2021-01-07 21:09:59 +00:00
David Goodwin
36fe0a31ba Merge remote-tracking branch 'origin/master' into postfixadmin_3.3 2021-01-07 20:34:58 +00:00
David Goodwin
c7850b78eb fix bootstrap theme for users/ urls; make some other links use https. 2021-01-07 20:34:06 +00:00
David Goodwin
359e2bcf3f Merge remote-tracking branch 'origin/master' into postfixadmin_3.3 2021-01-07 19:59:44 +00:00
Christian Boltz
4f0e41c4e2
delete unused calendar js, css and images 2021-01-07 20:54:47 +01:00
David Goodwin
27ff96f4f7 fix links to look like buttons in list-virtual (mailboxes) 2021-01-07 19:40:24 +00:00
David Goodwin
54e1297505 fix links to look like buttons in list-virtual (mailboxes) 2021-01-07 19:39:49 +00:00
Christian Boltz
8b6ad23dbf
setup.php: load bootstrap.min.css locally
... instead of using maxcdn.bootstrapcdn.com
2021-01-07 20:23:23 +01:00
Christian Boltz
e38174abf4
Drop unused bootstrap 3.3.7 2021-01-07 20:19:35 +01:00
Christian Boltz
2c6968b805
use a local copy of jquery
... instead of loading it from code.jquery.com
2021-01-07 20:18:15 +01:00
Christian Boltz
6663a35bdb
PFAHandler: fix backwards compability for store()
... and beforestore() and storemore()

Custom child classes might use the old names, and we should keep them
working (with a deprecation notice in the error log).
2021-01-06 21:18:53 +01:00
David Goodwin
57c3a9fd2d
Merge pull request #409 from cool-nicq/patch-1
tutorial link updated
2021-01-06 19:55:56 +00:00
Ratan Thapa
09d3256090
tutorial link updated
bliki.rimuhosting.com is not reachable.
www.linuxbabe.com has complete tutorial of installation postfix, dovecot and postfix admin
2021-01-06 23:12:43 +05:45
Christian Boltz
9d81facf32
fix typos in setup.php 2021-01-06 13:03:21 +01:00
David Goodwin
50e399cfc7
Merge pull request #407 from seffparker/patch-1
Fixed linebreak typo in user_query SQL
2020-12-25 12:34:41 +00:00
Seff
16848abb8b
Fixed linebreak typo in user_query SQL 2020-12-25 10:44:03 +05:30
David Goodwin
d391847ed9 manual merge of fix from https://github.com/postfixadmin/postfixadmin/issues/404
(try and filter CSV export lists to the current selected domain)
2020-12-24 10:46:07 +00:00
David Goodwin
a223f2f6a4
Merge pull request #406 from postfixadmin/feature-bootstrap-setup
Feature bootstrap setup - includes security fix (information disclosure)
2020-12-23 16:58:01 +00:00
David Goodwin
efd83472b9 remove env var, bootstarp.php defaults to sqlite anyway 2020-12-23 16:55:49 +00:00
David Goodwin
c3d34f1b4d use @php in composer.json 2020-12-23 16:44:13 +00:00
David Goodwin
bf3136b0fc remove --no-suggest 2020-12-23 16:41:20 +00:00
David Goodwin
be20c87182 try specifying a php variant 2020-12-23 16:32:39 +00:00
David Goodwin
a2dd768858 reformat 2020-12-23 16:24:41 +00:00
David Goodwin
4a77e93984 drop pointless text 2020-12-09 23:00:00 +00:00
David Goodwin
7545005426 rejig setup.php; retheme with bootstrap; hide sensitive info until someone has logged in (see #402) 2020-12-09 22:53:29 +00:00
David Goodwin
897e57d403 update bootstrap to v3.4.1 2020-12-09 22:52:21 +00:00
David Goodwin
92a7042ba1 fix typo checks 2020-11-09 21:56:08 +00:00
David Goodwin
2b33e8f3c3 remove conditional; should be unnecessary 2020-11-09 21:50:17 +00:00
David Goodwin
4188aa3868 regenerate psalm config 2020-11-09 21:49:50 +00:00
David Goodwin
750838d7f7 psalm fixes; make safepost()/safeget() return strings 2020-11-09 21:40:52 +00:00
David Goodwin
4712d83c98 see: https://github.com/postfixadmin/postfixadmin/issues/390 - support a callable which
allows for password validation against any external service.
2020-11-09 21:37:47 +00:00
David Goodwin
06897d2234 bump psalm to v4.x 2020-11-09 21:30:32 +00:00
David Goodwin
b7afe73502 fix detection of postgresql pdo extension 2020-11-09 21:15:06 +00:00
David Goodwin
d012c375b0
Merge pull request #391 from postfixadmin/feature-refactor-login-etc
Feature refactor login etc
2020-11-02 20:54:41 +00:00
David Goodwin
529bdc1a25 Merge remote-tracking branch 'origin/master' into feature-refactor-login-etc 2020-10-14 19:56:11 +01:00
David Goodwin
e35bbb3d90 add width: min-content; min-width: 600px to the main template to try and make it render better for wide list tables 2020-10-03 20:12:43 +01:00
David Goodwin
16531534a3 add @deprecated phpdoc 2020-10-02 20:57:55 +01:00
David Goodwin
d07d115bd5 fix names .... 2020-10-02 20:56:45 +01:00
David Goodwin
aab725eaee put a min-width on the main container to cover up it not rendering very well when too many features are turned on etc etc etc 2020-10-01 21:01:31 +01:00
David Goodwin
712939eb88 maintain backwards compatability with PFAHAndler::{store(),storemore(),beforestore()} 2020-09-28 21:51:57 +01:00
David Goodwin
b8fa60bb8a more type hints / psalm fixes 2020-09-28 20:33:54 +01:00
David Goodwin
d83b287297 rejig smarty 2020-09-28 20:33:21 +01:00
David Goodwin
68a8caac28 move the bootstrap theme to be the default 2020-09-28 20:32:57 +01:00
David Goodwin
36d747832e reindent some html 2020-09-27 20:45:53 +01:00
David Goodwin
0922db8210 change deletion to be a POST request, use btn-danger etc 2020-09-27 20:44:03 +01:00
David Goodwin
a3386ee8f7 change alias/mailbox deletion to be a POST request 2020-09-27 20:41:25 +01:00
Christian Boltz
6a82063f41
Remove white background around postbox
... so that it better fits on the light grey background in the bootstrap
theme.
2020-09-27 19:30:35 +02:00
David Goodwin
f6f62180e8 remove some global variables 2020-09-27 11:02:58 +01:00
David Goodwin
8be966d0bb allow the template to be destroyed 2020-09-27 10:52:19 +01:00
David Goodwin
290afa1473 should be gone 2020-09-27 10:52:03 +01:00