David Goodwin
|
4d505211ef
|
reformat
|
5 years ago |
David Goodwin
|
4e7d86ca07
|
try and improve setup.php labels/layout - see #445
|
5 years ago |
David Goodwin
|
3fa1716ad7
|
composer format
|
5 years ago |
David Goodwin
|
01d1967de0
|
move html around a bit, list existing admin users if setup_password confirmed
|
5 years ago |
David Goodwin
|
b531925859
|
message seems unnecessary if you have logged in
|
5 years ago |
David Goodwin
|
d0c3cdc4d5
|
try and make setup.php more useful (error detection, logging etc)
|
5 years ago |
David Goodwin
|
96a022747c
|
release 3.3.5 perhaps
|
5 years ago |
David Goodwin
|
97ae019e10
|
remove duplication; comment out the length_check password_verify rule as we already have /.{5}/
|
5 years ago |
David Goodwin
|
e3269b62d9
|
fix formatting
|
5 years ago |
David Goodwin
|
e15d9abe06
|
improve comment, fix return value in callable for password_verify.
|
5 years ago |
David Goodwin
|
52933a6307
|
remove change to table_by_key() as the original bug has been found in Login
|
5 years ago |
David Goodwin
|
bcf1f8c7e4
|
move min_password_length check into a conditional Config::has() check first
|
5 years ago |
David Goodwin
|
86b91b8969
|
add European portugese to language list
|
5 years ago |
David Goodwin
|
dd9b08f3a6
|
domain_selected -> reduce default down to '' rather than 'invalid'
|
5 years ago |
David Goodwin
|
92fd05cb5d
|
do not worry about escaping an object
|
5 years ago |
David Goodwin
|
dd6616bbb2
|
bump version number
|
5 years ago |
David Goodwin
|
df1ba710c4
|
update CHANGELOG
|
5 years ago |
David Goodwin
|
ead6daa05c
|
update templates - use A link for cancel buttons, use button for submit, space buttons
|
5 years ago |
David Goodwin
|
9d282d3320
|
space buttons in toolbar
|
5 years ago |
David Goodwin
|
51db965e66
|
change to use an A link for cancel, change to <button> for submit
|
5 years ago |
David Goodwin
|
30f47f7480
|
fix labels not showing on password-change and password-recover pages; remove table layout; update bootstrap stuff
|
5 years ago |
David Goodwin
|
ecb114d7c5
|
fix users/edit-forward to not include space - see https://github.com/postfixadmin/postfixadmin/issues/442
|
5 years ago |
David Goodwin
|
c61939ce5c
|
bootstrap 3.x does not have a .ml-x or .mr-x class, so create something for now so i can move buttons apart a little
|
5 years ago |
David Goodwin
|
4b27fa611e
|
add something to the FAQ to help people find error messages
|
5 years ago |
David Goodwin
|
a1025b4760
|
and trim string before length check
|
5 years ago |
David Goodwin
|
2acdcdbd75
|
see : https://github.com/postfixadmin/postfixadmin/issues/423 - change password length check behaviour
|
5 years ago |
David Goodwin
|
e86ed4499d
|
this might fix update_quota.pl to work with teh quota2 table
|
5 years ago |
David Goodwin
|
a442b7331d
|
hint for future people
|
5 years ago |
David Goodwin
|
34e0367a0b
|
check if config option exists and do not require it is a string - see https://github.com/postfixadmin/postfixadmin/issues/437
|
5 years ago |
David Goodwin
|
da7607c9c5
|
see #429 - check for some CONF keys before trying to use them
|
5 years ago |
David Goodwin
|
9ddaa75fc4
|
pt-pt (portugese) translation from Nuno Carrilho (Nunix)
|
5 years ago |
David Goodwin
|
d81be5640d
|
try and make config reading a bit more robust - see https://github.com/postfixadmin/postfixadmin/issues/429
|
5 years ago |
David Goodwin
|
59db09d337
|
add a Config::has($name) to check for the existance of a config value
|
5 years ago |
David Goodwin
|
785e649295
|
start 3.3.5 changelog
|
5 years ago |
David Goodwin
|
b4a475c185
|
see: https://github.com/postfixadmin/postfixadmin/issues/432 - add/fix missing template variable "domain_selected"
|
5 years ago |
David Goodwin
|
60bb833632
|
make password-recover and password-change look a bit better - see #430 - thanks @NicoloLazzaroni
|
5 years ago |
David Goodwin
|
7f8a3d4bde
|
also fix password-change include path - see https://github.com/postfixadmin/postfixadmin/issues/430
|
5 years ago |
David Goodwin
|
ecf6e4afe9
|
be more explict (or update) PHP version requirement - see https://github.com/postfixadmin/postfixadmin/issues/429
|
5 years ago |
David Goodwin
|
378ee417b0
|
improve tests
|
5 years ago |
David Goodwin
|
6d101b79e6
|
bump version numbers/changelog for 3.3.4
|
5 years ago |
David Goodwin
|
6c3ff42036
|
make sure we do not double quote mysql table names somehow
|
5 years ago |
David Goodwin
|
481c465712
|
merge e7e1ce9c28 to fix PostgreSQL tests
|
5 years ago |
David Goodwin
|
dd86dcad30
|
fix forget-password (+ themeing), see #427
|
5 years ago |
David Goodwin
|
0ca0efa7b8
|
fix test if quota is turned on
|
5 years ago |
David Goodwin
|
14aea8a383
|
fix php8 moaning about { } on strings
|
5 years ago |
David Goodwin
|
23cec95153
|
fix php8 moaning about string vs int
|
5 years ago |
David Goodwin
|
d4ea720095
|
try php8 via travis
|
5 years ago |
David Goodwin
|
c6a8117e82
|
improve doc comment - see https://github.com/postfixadmin/postfixadmin/issues/423
|
5 years ago |
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.
|
5 years ago |
David Goodwin
|
910490e83f
|
see https://github.com/postfixadmin/postfixadmin/issues/422 - not all variants of MySQL have RANDOM_BYTES()
|
5 years ago |