1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-08-09 05:02:44 +03:00
Commit Graph

408 Commits

Author SHA1 Message Date
David Goodwin
b0889ff5a7 template footer: remove update-check.php link - just link people to the github releases page 2025-07-14 08:35:09 +01:00
David Goodwin
ea9cd033a5 Revert "remove unnecessary {else} bit in the template"
This reverts commit 49a96432e6.
2025-07-13 18:30:12 +01:00
David Goodwin
c2eb61a85c add some missing icons for the top menu things 2025-07-12 19:28:27 +01:00
David Goodwin
49a96432e6 remove unnecessary {else} bit in the template 2025-07-12 19:20:12 +01:00
David Goodwin
41923ab9a9 list-virtual.php : remove list styling from the overview section 2025-07-12 19:12:28 +01:00
David Goodwin
5144448085 reindent 2025-07-12 19:09:54 +01:00
David Goodwin
78150a307f remove unnecessary bullet from a list of checkboxes in the edit form 2025-07-12 19:04:50 +01:00
David Goodwin
5756844fe6 reindent 2025-07-12 19:04:27 +01:00
David Goodwin
798e8b269c Topt app passwords fixes (WIP) (#805)
various improvements to the TOTP code see also:  #802
2025-05-16 20:31:20 +01:00
David Goodwin
ee3329a91c i think this is an actual fix for #913 - add a htmlentities_no_double_encode modifier to smarty and use it to hopefully escape the itemkey variable... 2025-04-11 09:56:56 +01:00
David Goodwin
1d56dde49b add a token padding to the top 2024-11-22 21:10:36 +00:00
Gianluca Giacometti
a61dd62c6e Fix double id value in the dom and add id properties to list divs (#868)
Fix duplication of property id in smarty template - thanks @gianlucagiacometti
2024-11-11 14:11:33 +00:00
Gianluca Giacometti
62f4d42f1d Closes #860 (#865)
* Fix javascript error - condition on local_part - Closes #860
2024-11-09 14:41:11 +00:00
David Goodwin
989b0a2f34 possible fix for #860 - if struct.local_part is not set, do not try to access it in smarty/PHP 2024-11-08 19:07:23 +00:00
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