David Goodwin
e8d5902ace
update changelog + add version 3.3.15
2024-12-20 16:10:07 +00:00
David Goodwin
0e68334864
update version to 3.3.14, update CHANGELOG (perhaps ready for 3.3.14)
2024-06-09 10:25:27 +01:00
David Goodwin
b7cf7e040c
bump version number... see #694
2022-12-09 09:28:13 +00:00
David Goodwin
880dcf1cd6
bump config version number (3.3.11)
2022-03-02 14:06:26 +00:00
David Goodwin
36a5f44b2f
re-order bits of config, fix typo in php_crypt doc for sha512-crypt
2021-12-02 14:43:11 +00:00
David Goodwin
ecc97439ab
forgot to bump the version number
2021-08-17 15:08:20 +01:00
David Goodwin
51d97d7bad
postfixadmin 3.3.9
...
(update changelog/version things)
2021-05-12 20:16:46 +01:00
David Goodwin
7d04685d40
version 3.3.8 changelog / version number
2021-03-04 20:27:22 +00:00
David Goodwin
1a9d9847f5
bump version
2021-02-17 21:32:06 +00:00
David Goodwin
5aee2ca4f8
update CHANGELOG and version
2021-02-17 17:21:47 +00:00
David Goodwin
96a022747c
release 3.3.5 perhaps
2021-01-27 22:01:32 +00:00
David Goodwin
97ae019e10
remove duplication; comment out the length_check password_verify rule as we already have /.{5}/
2021-01-27 10:56:40 +00:00
David Goodwin
e15d9abe06
improve comment, fix return value in callable for password_verify.
2021-01-26 21:06:35 +00:00
David Goodwin
dd6616bbb2
bump version number
2021-01-26 19:45:59 +00:00
David Goodwin
a1025b4760
and trim string before length check
2021-01-25 21:57:59 +00:00
David Goodwin
2acdcdbd75
see : https://github.com/postfixadmin/postfixadmin/issues/423 - change password length check behaviour
2021-01-25 20:12:47 +00:00
David Goodwin
6d101b79e6
bump version numbers/changelog for 3.3.4
2021-01-19 20:04:31 +00:00
David Goodwin
c6a8117e82
improve doc comment - see https://github.com/postfixadmin/postfixadmin/issues/423
2021-01-17 22:31:53 +00:00
David Goodwin
41531b8bf2
3.3.3 release
2021-01-14 17:06:49 +00:00
David Goodwin
728fc45d38
bump version number
2021-01-12 22:14:23 +00:00
David Goodwin
7090b5af75
changes to pacrypt to support a prefix like {SHA265-CRYPT} on a hash - @see https://github.com/postfixadmin/postfixadmin/issues/344
2021-01-12 10:59:25 +00:00
David Goodwin
cc23eba9dd
bump version number
2021-01-11 09:36:51 +00:00
David Goodwin
d833f6bec8
bump version number
2021-01-07 21:09:59 +00:00
David Goodwin
750838d7f7
psalm fixes; make safepost()/safeget() return strings
2020-11-09 21:40:52 +00:00
David Goodwin
b8fa60bb8a
more type hints / psalm fixes
2020-09-28 20:33:54 +01:00
David Goodwin
8abde0dc0b
move $version into $CONF / Config from functions.inc.php
2020-09-27 10:47:56 +01:00
David Goodwin
6ad44679a7
change default theme to the bootstrap one
2020-09-25 21:52:22 +01:00
David Goodwin
3b9d8f867e
merge sha512.b64 encrypt support - see https://github.com/postfixadmin/postfixadmin/issues/58
2020-03-14 22:30:51 +00:00
David Goodwin
a4afebbe77
verify ssl certs when connecting to the db by default (we also do if this setting is not present)
2020-03-02 09:36:39 +00:00
David Goodwin
212415db56
document better
2020-02-28 14:19:31 +00:00
Christian Boltz
3d0add075a
Add empty $CONF['database_socket'] to avoid warnings
...
... about reading an undefined config option
2020-02-12 15:05:04 +01:00
David Goodwin
52e0d3e4b0
work around nano highlighting - see https://github.com/postfixadmin/postfixadmin/issues/320
2019-12-27 19:42:34 +00:00
David Goodwin
87824ef970
psalm fixes/workarounds; require PHP 5.6+
2019-10-19 20:51:05 +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
David Goodwin
758ccb9a19
add note in config for mailbox subdir creation requiring imap extension
2019-09-05 18:12:10 +01:00
Felix Ableitner
a46245eecc
Add config option for TLS
2019-07-17 11:44:04 +02:00
Felix Ableitner
600248e955
Add option to use smtp password when sending admin emails ( fixes #272 )
2019-07-02 13:41:58 +02: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
cdacb5697f
improve formatting of error message; remove use of db_array (to be removed).
2019-01-01 19:24:04 +00:00
David Goodwin
20b1eb842e
fix sqlite display of password expired check for mailboxes
2018-12-28 19:57:21 +00:00
David Goodwin
766c947190
fix case of $conf; improve comments
2018-12-28 19:14:26 +00:00
David Goodwin
74002bbf57
psalm fixes
2018-12-27 21:43:11 +00:00
Damien Martins
12ce418f79
No need to have password expiration value in config file
2018-08-21 16:09:39 +02: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
David Goodwin
ba14535489
Merge pull request #172 from abonanni/bootstrap
...
Bootstrap Integration
2018-07-10 10:29:13 +01:00
Aleksi Kinnunen
48c19a1cbd
Combine encrypt CONF-keys
...
Went through the old PR #25 , updated the encrypt rounds/cost setting to be in the encrypt -configuration key as per suggestion from @cboltz
2018-05-29 02:36:08 +02:00