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

357 Commits

Author SHA1 Message Date
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
Unknown
5faa292cfb Allow super admins to view all logs 2021-07-05 17:13:37 -03:00
David Goodwin
17ff3ec4eb
Merge pull request #510 from gabrielfin/disable-autocomplete
Disable password autocomplete
2021-06-16 21:02:27 +01:00
David Goodwin
f25e511894
Merge pull request #509 from gabrielfin/navbar-fix
Navbar is supposed to be fixed
2021-06-16 20:41:58 +01:00
Gabriel
d9b30acd72 Disable autocompletion when changing user password 2021-06-16 16:39:24 -03:00
Gabriel
c971e25c49 Disable password autocompletion in edit forms 2021-06-16 16:32:03 -03:00
Gabriel
ac2087d8ee Fix navbar 2021-06-16 16:06:05 -03:00
Gabriel
cae183ab45 Revert "Fix bug in navbar"
This reverts commit ea3bbc727b.
2021-06-16 15:59:54 -03:00
gabrielfin
ea3bbc727b
Fix bug in navbar 2021-06-16 15:55:44 -03:00
gabrielfin
4e40927160
Remove unnecessary <br>'s 2021-06-16 15:37:21 -03:00
David Goodwin
ad342e1d67 remove readonly attribute from user vacation page - see https://sourceforge.net/p/postfixadmin/discussion/676076/thread/5637ae3bc5 2021-05-13 13:07:36 +01:00
Sven Strickroth
bfc7af5c8e Re-add configurable quota levels
The configurable setting seems to be accidentally removed in 68a8caac28.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-07 20:43:52 +02:00
David Goodwin
4f1ef668d9 stop undefined indexes etc - see https://github.com/postfixadmin/postfixadmin/issues/470 2021-03-15 20:26:21 +00:00
David Goodwin
25a5f3526f put a link to setup in the admin top menu bar 2021-01-29 21:15:09 +00:00
David Goodwin
b9b8346533 update templates - use A link for cancel buttons, use button for submit, space buttons 2021-01-26 19:23:48 +00:00
David Goodwin
92493c711e space buttons in toolbar 2021-01-26 19:22:58 +00:00
David Goodwin
c9e66527dc change to use an A link for cancel, change to <button> for submit 2021-01-26 19:21:24 +00:00
David Goodwin
c6f2cf45ef fix labels not showing on password-change and password-recover pages; remove table layout; update bootstrap stuff 2021-01-26 19:20:44 +00:00
David Goodwin
3256187f55 fix users/edit-forward to not include space - see https://github.com/postfixadmin/postfixadmin/issues/442 2021-01-26 19:10:33 +00:00
David Goodwin
60bb833632 make password-recover and password-change look a bit better - see #430 - thanks @NicoloLazzaroni 2021-01-21 20:43:50 +00:00
Gianluca Giacometti
ea560553e9 List of addresses needs a Line Feed
Edit field does display a list of aliases in a single line in the edit form field. Adding a Line Feed character fixes this problem.
2021-01-17 22:21:30 +00:00
David Goodwin
79fd31f013 fix header url for users - see #416 2021-01-13 10:52:09 +00:00
David Goodwin
a20f05ca71 try and fix vacation editing etc - see https://github.com/postfixadmin/postfixadmin/issues/416 2021-01-12 22:08:35 +00:00
David Goodwin
97e2222e6c fixes https://github.com/postfixadmin/postfixadmin/issues/412 (footer links - sf.net does not support https etc) 2021-01-09 19:04:14 +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
27ff96f4f7 fix links to look like buttons in list-virtual (mailboxes) 2021-01-07 19:40:24 +00: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
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
897e57d403 update bootstrap to v3.4.1 2020-12-09 22:52:21 +00: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
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
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
gotty
13549cea0f Favicon config and ru_lang:
1. Favicon configuration of the project:
  a. Fixed incorrect link to favicon from the subfolder /users/
  b. Added ability to set favicon via config
2. Completed translation of all string constants into Russian language.
2019-10-19 18:33:18 +03:00
Unknown
7583decbcb Use percentage for quota levels in bootstrap theme 2019-07-19 17:51:43 -03:00
Gabriel
c3065bdace Use percentage for quota levels 2019-07-19 17:38:03 -03:00