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

394 Commits

Author SHA1 Message Date
David Goodwin
5f5c52257d
add token "global search" on the frontpage for superadmins to perhaps find some things quickly 2024-07-23 20:57:39 +01:00
John Fawcett
668960ccf6 Add a flag to mailbox table for enable/disable smtp protocol. The table column name
is "smtp_active". This enables use of this flag instead of active flag for postfix
mysql queries. There is a new configuration parameter $CONF['smtp_active_flag'] =
YES or NO, which defaults to NO, providing the existing behaviour. When set to YES
the active_smtp field is displayed in the edit mode and can be modified.
The commit includes update to the language files and documentation.

The commit does not include the code to add the field to existing installs,
which I presume can be added during the release cycle in upgrade.php along the
lines of:

_db_add_field('mailbox',  'smtp_active', 'int DEFAULT 1');
2024-01-09 20:50:49 +01:00
David Goodwin
4d17aa6ef9 manaul merge in of verdigado:master (see #753) (MFA/TOTP support) 2023-12-23 17:05:52 +00:00
David Goodwin
14a572bac7 perhaps fix issue with url encoding - see #705 2023-12-23 16:28:00 +00:00
Fredrik Boström
ea121c721b
Add Alert() about illegal character in username 2023-09-26 15:27:24 +02:00
Fredrik Boström
7b8532b2b0 Add javascript check for illegal characters in username
Signed-off-by: Fredrik Boström <fredrik.bostroem@verdigado.com>
2023-09-26 14:12:33 +02:00
reinks2112
873bc8c43b
toggle the style of the active buttons, 2nd
This is a small optical enhancement that toggles the style of the "active" buttons depending on the actual state of the corresponding entry.
This is the second file I forgot to add in the previous commit.
2023-07-29 00:19:19 +02:00
reinks2112
d58a184bc0
toggle the style of the active buttons
This is a small optical enhancement that toggles the style of the "active" buttons depending on the actual state of the corresponding entry.
2023-07-28 23:50:06 +02:00
David Goodwin
f8e6cf408a replace jquery 1.12.4 with 3.7.0 - see #734 2023-06-13 11:06:43 +01:00
David Goodwin
1e872d8a90 see #497 - add img-src self/data: etc 2023-05-31 17:02:23 +01:00
David Goodwin
702bb6cdc3 fix incorrect smarty default modifier use 2023-05-03 09:04:35 +01:00
David Goodwin
61c458c019 see #718 - fix theme logo to try what is in config and fall back to the postbox 2023-04-22 20:35:18 +01:00
David Goodwin
a5ec516adc formatting 2023-03-09 21:57:26 +00:00
David Goodwin
b026c8a1b0 see #706 - should fix checkbox icons when non-english 2023-03-03 20:40:23 +00:00
Manuel Dalla Lana
29a5d59f8d
Fix invalid PALANG declaration 2022-11-08 11:15:30 +01:00
Jan Kruis
63cb19cc73
Update list-virtual_mailbox.tpl
added two text variables
$PALANG['To_Mailbox'] and $PALANG['To_Forward_Only']
to be able to translate Mailbox and Forward Only in templates/list-virtual_mailbox.tpl and replace the fixed text with the above mentioned variables
2022-11-03 21:09:24 +01:00
Jan Kruis
e279c77ca5 languages/nl.lang translation from english for new function such as dkim and password
public/editactive.php			edit wrong description text it said this module is used for deleting admin domains mailbos etc
					modify templates that it is used

public/list-virtual.php			modify templates that it is used
					modify the remarks behind arguments and internal , the texteditor thought the text after this was still remark text untl is see */

public/vacation.php and
model/VacantionHandel.php		adjust date string actionFrom and activeUntil these are written in the database as e.g. 2020-10-01 15:14:00 and 2020-10-30-15:14:00
					this should be 2020-10-01 00:00:00 and 2020-10-30 23:59:59 so that it contains all day, this happens if no holiday has been set for the account yet
					when adjusting the dates, the seconds of until are set to 00 instead of 59. When the holiday is canceled and then action is taken again, the from time
					to the time when the setting is made.

templates/editform.tpl			remove blank space

templates/list-virtual_mailbox.tpl	remove indent tabs
2022-10-12 17:46:15 +02:00
Christian Boltz
4b8027e8e3
rename 'txtlarge' field type to 'txta'
... (think "textarea") to keep the field type name short.

This is a follow-up up https://github.com/postfixadmin/postfixadmin/pull/631#issuecomment-1188336564
2022-07-23 21:22:49 +02:00
Fredrik Falk
9e73025058 Add Domain Key handling 2022-06-23 20:40:06 +02:00
David Goodwin
e1286b7080 add missing styles to fetch email menu button 2022-03-25 09:17:54 +00:00
benchea dan
0bc7e7d973
check when edit 2022-03-21 16:21:50 +02:00
benchea dan
fa8be62854
checking domains when editing 2022-03-21 16:08:14 +02:00
benchea dan
f6ed8b7b96
wrong copy pate from nano 2022-03-21 15:04:19 +02:00
benchea dan
ff1751da55
Update editform.tpl 2022-03-21 13:47:38 +02:00
benchea dan
d9b74552a0
search domain 2022-03-21 13:44:26 +02:00
benchea dan
84bec3fdc1
add check box to domains 2022-03-21 10:30:25 +02:00
benchea dan
e2cfa87178
glyphicon icons 2022-03-17 10:19:09 +02:00
benchea dan
83b900531b
glyphicon icons 2022-03-17 10:17:50 +02:00
benchea dan
a691ce662e
Update index.tpl 2022-03-17 10:17:05 +02:00
benchea dan
314b35c673
glyphicon icons 2022-03-17 10:16:28 +02:00
benchea dan
b6e0b5765b
glyphicon icons 2022-03-17 10:15:42 +02:00
benchea dan
9d065ae47b
glyphicon icons 2022-03-17 10:14:40 +02:00
benchea dan
7280ee074b
glyphicon icons 2022-03-17 09:00:48 +02:00
benchea dan
537926793a
Update menu.tpl 2022-03-16 21:50:59 +02:00
benchea dan
1a17804b73
Delete maillog.tpl 2022-03-16 21:43:41 +02:00
benchea dan
ed001c9784
glyphicon icons 2022-03-15 11:50:07 +02:00
benchea dan
39c4d5b13f
glyphicon icons 2022-03-15 11:48:24 +02:00
benchea dan
bb8014e2cb
disable viewlog from main.tp 2022-03-11 11:00:59 +02:00
benchea dan
01308c413a
Update main.tpl 2022-03-11 10:41:40 +02:00
benchea dan
dffbced072
Update menu.tpl 2022-03-08 08:40:17 +02:00
benchea dan
bb8a1bc6a0
Update menu.tpl 2022-03-07 15:22:01 +02:00
benchea dan
3d95ba776b
Create maillog.tpl 2022-03-07 15:20:23 +02:00
benchea dan
951b202ff1
Update viewlog.tpl 2022-01-12 10:44:54 +02:00
benchea dan
d583cb396b
Update viewlog.tpl 2022-01-12 10:40:52 +02:00
benchea dan
cc74eca44d
Update viewlog.tpl 2022-01-12 10:36:42 +02:00
David Goodwin
b01f8ef8e2 see #497 - add minimal content security policy 2021-10-17 15:45:10 +01:00
David Goodwin
1f8fe35afa see https://github.com/postfixadmin/postfixadmin/issues/548 - from https://getbootstrap.com/docs/3.4/components/#navbar - "Context-specific usage
Like the standard button classes, .navbar-btn can be used on <a> and <input> elements. However, neither .navbar-btn nor the standard button classes should be used on <a> elements within .navbar-nav."
2021-10-04 13:26:58 +01:00
David Goodwin
447a0ebb28 try and use up more of the page, see also #533 2021-09-12 16:59:24 +01:00
Christian Boltz
2da5dbe696
change the "Overview" button to say "Domain List" for all languages
bf5fb7af16 changed pMenu_overview from
"Overview" to "Domain List", but only for english.

This commit reverts this, and instead changes main.tpl to use
pAdminMenu_list_domain which already says "Domain List" and is
translated to all languages.
2021-07-25 12:44:31 +02:00
David Goodwin
b29551218b hide footer version number unless logged in - see https://github.com/postfixadmin/postfixadmin/issues/517 2021-07-19 20:58:48 +01:00