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

335 Commits

Author SHA1 Message Date
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
David Goodwin
ae476950f2 try and avoid smarty complaining about no variable $conf - see https://github.com/postfixadmin/postfixadmin/issues/266 2019-06-10 20:14:50 +01:00
HeavyThumper
16bf5cab7f
list.tpl - fix lowercase typo for $CONF variable reference for quota handling 2019-06-03 07:32:24 -07:00
Sven Strickroth
56395709f3 Make quota levels configurable
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2019-03-16 16:06:58 +01:00
David Goodwin
852a09f138 move version string output to only be shown to logged in users - see #252 2019-03-05 12:56:03 +00:00
David Goodwin
74002bbf57 psalm fixes 2018-12-27 21:43:11 +00:00
Damien Martins
84533224ba Adds colored indicators for password expired, account disabled and vacation enabled accounts 2018-08-21 16:04:28 +02:00
Damien Martins
b33d79125c Merge branch 'master' of github.com:doktoil-makresh/postfixadmin 2018-08-21 16:02:02 +02:00
Damien Martins
d809e0fbf7 Adds colored indicators for password expired, account disabled and vacation enabled accounts 2018-08-21 15:57:06 +02:00
Damien Martins
72dddbc93b Adds colored indicators for password expired, account disabled and vacation enabled accounts 2018-08-21 15:49:40 +02:00
Damien Martins
e786609aa9 Adding support for password expiration. Please read README.password_expiration for more details 2018-08-17 16:07:14 +02:00
root
bd85b3725f Bootstrap TPL for user interface 2018-05-04 14:25:27 +02:00
root
5dcd203d8f Gestion des dates de vacation 2018-05-04 13:52:29 +02:00
root
fb3e968cfc Bootstrap template integration 2018-05-04 13:25:34 +02:00
David Goodwin
d305374568 make the html slightly more html5 like; remove possibility of smarty.session.lang being undefined and erroring 2018-02-05 20:46:27 +00:00
David Goodwin
aad433eceb stop undefined error on CONF[sendmail_all_admins] 2018-01-26 20:03:29 +00:00
HLFH
0972df8243 favicon within images folder 2017-12-16 10:36:35 +00:00
Sylvain Tissot
ffb84283c2
Harden password reset process
The improvements are:

- Die with an explicit message when a user is trying to reset his lost password and the option is disabled in config
- Redirect user to main page after password change using relative URL
- Don't leak info whether user exists or has recovery info defined
- Throttle password reset requests to prevent brute force attacks
- Show phone/alt email fields in mailbox/admin edit form only when the password reset option is enabled
- Make database upgrade code compatible with other databases types
- Use the existing password generator to generate OTP. It is now stored in database, unique to each user, valid only for 1 hour and can only by used once.
2017-10-09 11:45:51 +09:00
David Goodwin
8bb6000072 Merge pull request #60 from Vilican/master
Security fixes
2017-10-06 11:19:26 +01:00
Matyáš Koc
3c95ec4a09 Add CSRF token 2017-09-03 14:55:50 +02:00
Sylvain Tissot
9c9ba64a7f Allows a user or admin to reset his/her forgotten password with a code sent by email/SMS #18 2017-08-21 13:05:25 +02:00
Matyáš Koc
e903484692 Links with target="_blank" should have rel="noopener" 2017-07-17 14:35:34 +02:00
Christian Boltz
4d9a0717d0 Merge pull request #26 from medarion/master
added config option to disable "edit_alias" function for users
2017-07-09 14:32:09 +02:00