Commit Graph

2225 Commits (bc273a97e40ea842bd04c9fca1e5cbc74c9cdb57)
 

Author SHA1 Message Date
David Goodwin bc273a97e4 Revert "apply patch for vacation body encoding - see #288"
This reverts commit c3d3a9dbc8.

See comment at: https://github.com/postfixadmin/postfixadmin/issues/288#issuecomment-522495422
6 years ago
David Goodwin e8fb276c2f
Merge pull request #289 from akhilin/master
Update DOVECOT.txt
6 years ago
Akhil Jalagam 1941f970bd
Update DOVECOT.txt
a small mistake in documentation for imap quota.
6 years ago
David Goodwin 6a89b9a363 composer format 6 years ago
David Goodwin bee5fcbe24 improve setup form - only display "add superadmin account" if setup password is configured; change verbs depending on context etc; see https://github.com/postfixadmin/postfixadmin/issues/263 6 years ago
David Goodwin fa27c7c8b7 reindent/reformat 6 years ago
David Goodwin 7b18d0386c
Merge pull request #287 from gabrielfin/fix-pagination
Fix pagination
6 years ago
David Goodwin 296fc2f48e silence psalm error - cast $show_password_fields to an int in model/MailboxHandler.php lines 33/34 6 years ago
David Goodwin c3d3a9dbc8 apply patch for vacation body encoding - see #288 6 years ago
David Goodwin a0b4e690b2 only load random_compat if PHP_VERSION is < 7.0 6 years ago
David Goodwin d788c6ac99
Merge pull request #285 from Nutomic/ssl-sendmail
Use TLS to send emails
7 years ago
Felix Ableitner 8ba1cf20a7 use config::bool instead of read_string 7 years ago
David Goodwin 55bf13298e
Merge pull request #286 from gabrielfin/master
Use percentage for quota levels
7 years ago
Unknown 88587f4cd3 Fix pagination 7 years ago
Unknown 7583decbcb Use percentage for quota levels in bootstrap theme 7 years ago
Gabriel c3065bdace Use percentage for quota levels 7 years ago
Felix Ableitner a46245eecc Add config option for TLS 7 years ago
Felix Ableitner 61ede42800 Send emails with TLS 7 years ago
David Goodwin 8b19ef21cf add default value for password_expiry (default to one year)
should fix: https://github.com/postfixadmin/postfixadmin/issues/280
7 years ago
David Goodwin c53d17fff7 support TRUE orFALSE strings just incase 7 years ago
David Goodwin 01477f0009
Merge pull request #277 from Nutomic/admin-smtp-password
Add option to use smtp password when sending admin emails (fixes #272)
7 years ago
Felix Ableitner 600248e955 Add option to use smtp password when sending admin emails (fixes #272) 7 years ago
Christian Boltz 55858bf3a0
Fix table names in gen_show_status()
... by using table_by_key() instead of reading $CONF directly.
Otherwise, $CONF['database_prefix'] gets ignored and the query tries to
use a wrong table name.

This fixes a bug introduced in d809e0fbf7
7 years ago
David Goodwin 651688c802 if we are generating passwords, there will only be one password value; so reduce the fields we check before deciding whether to update password_expiry - see https://github.com/postfixadmin/postfixadmin/issues/266 7 years ago
David Goodwin 1d1960a476 if CONF['generate_password'] == 'YES' then do not display password fields
Given we autogenerate a password ....
7 years ago
David Goodwin ae476950f2 try and avoid smarty complaining about no variable $conf - see https://github.com/postfixadmin/postfixadmin/issues/266 7 years ago
David Goodwin 3ff2436f2f try a bit harder to avoid non-numeric argument issues with $multiplier
(see https://github.com/postfixadmin/postfixadmin/issues/266 )
7 years ago
David Goodwin 8e2e4eb189 run: composer format 7 years ago
David Goodwin 03b9483204 default to providing a password_expiry datetime value - even if password_expiry is turned off - this should fix https://github.com/postfixadmin/postfixadmin/issues/280 7 years ago
David Goodwin 95429a6963 reindent, remove comment 7 years ago
David Goodwin 3322b43bb6 see: https://github.com/postfixadmin/postfixadmin/issues/282 - try and ensure local_part contains an @ on creating a mailbox 7 years ago
David Goodwin 78764578db update languages to include the mailbox local_part string 7 years ago
David Goodwin d64eadf609 try and stop $_SERVER[REQUEST_SCHEME] not being defined - see https://github.com/postfixadmin/postfixadmin/issues/279 7 years ago
David Goodwin cc19870923 drop function: db_connect_with_errors(); just throw from db_connect() if something goes wrong 7 years ago
David Goodwin 87746e6de8
Merge pull request #281 from Nutomic/db-exceptions
Dont swallow database connection exceptions
7 years ago
Felix Ableitner 5d0a587fe7 Dont swallow database connection exceptions 7 years ago
David Goodwin 31de6c6d66
Merge pull request #278 from HeavyThumper/master
list.tpl - fix lowercase typo for $CONF variable reference for quota …
7 years ago
HeavyThumper 16bf5cab7f
list.tpl - fix lowercase typo for $CONF variable reference for quota handling 7 years ago
David Goodwin 71402e9051 comment 7 years ago
David Goodwin ad858592f4 remove password_expiry logic from generic db_update function; the various *Handler classes should fix the password_expiry field already and this just breaks PgSQL; see #264 7 years ago
David Goodwin 7ed4df5459
Merge pull request #265 from r0l1/master
Allow Top-Level-Domain with 1 char
7 years ago
Roland Singer 23a7f1bfda allow TLD with 1 char 7 years ago
David Goodwin 3fc5c74040 drop old / invalid postfix paramaeters - see #262 7 years ago
David Goodwin d4d47e02cc .deb packaging: move php-imap from being a dependency to a suggestion - see https://github.com/postfixadmin/postfixadmin/issues/251 7 years ago
David Goodwin 684cf3d829
Merge pull request #255 from csware/quota-level
Make quota levels configurable
7 years ago
Sven Strickroth 56395709f3 Make quota levels configurable
Signed-off-by: Sven Strickroth <email@cs-ware.de>
7 years ago
David Goodwin 852a09f138 move version string output to only be shown to logged in users - see #252 7 years ago
David Goodwin dcef888587 token test coverage 7 years ago
David Goodwin 045a19ae33 re-format 7 years ago
David Goodwin 7ed57a0cda assume the db updates work if no exception was thrown 7 years ago