Commit Graph

1829 Commits (ddb94e24ee23c5671919de1c1438c3f5c56640ce)
 

Author SHA1 Message Date
David Goodwin 82e7bdfda3 fix surname typo 7 years ago
David Goodwin 9dbeb68f9a add TODO 7 years ago
David Goodwin 2b04b72072 remove unnecessary nesting, reindent, make it print out what it might do before breaking stuff etc 7 years ago
David Goodwin 9b16645c0f Merge pull request #70 from Seitanas/master
virtualmaildel.php with PHP mysqli extension.
7 years ago
Seitanas 72288b8402 Updated to use PHP mysqli extension. 7 years ago
David Goodwin 0b70b5c686 resync debian/control with debian stretch 7 years ago
jowi dbe8475ed2 pgsql support (wip) 7 years ago
David Goodwin 9841c7c86b bump file 7 years ago
David Goodwin c476a61ec4 clear stat cache so the is_writeable() result will eventually change with subsequent page reloads if the user has actually fixed the dir 7 years ago
David Goodwin 14ec596cbf bump Smarty to v1.3.31 (various fixes); add custom modifier.needle.php 7 years ago
David Goodwin a40e99c8ed renamed to INSTALL.md 7 years ago
Christian Boltz 2251c00fb8
disable password reset until it is secure
For some unknown reason, the insecure version of pull request 18 (which
uses easily guessable reset codes) was merged. This commit disables the
password reset until someone makes it secure.

See the comments in https://github.com/postfixadmin/postfixadmin/pull/18
for details.
7 years ago
David Goodwin f3b2fe68f1 Merge pull request #18 from Ecodev/password-reset
#75 Enable users to reset their passwords
7 years ago
Sylvain Tissot 7a0b3b3750 Fix typo in french language file #18 7 years ago
Sylvain Tissot 9c9ba64a7f Allows a user or admin to reset his/her forgotten password with a code sent by email/SMS #18 7 years ago
David Goodwin 25f50f262d update for https://github.com/postfixadmin/postfixadmin/issues/66 7 years ago
David Goodwin 1f63a9df89 update Install.txt -> Install.md 7 years ago
David Goodwin da9f674611 better now? 7 years ago
David Goodwin 8d2223acfa better now? 7 years ago
David Goodwin 6442c8aff4 better now? 7 years ago
David Goodwin ba8a4ab659 better markup 7 years ago
David Goodwin 76f0387313 try this 7 years ago
David Goodwin 7f2ea1a20a make github friendly, perhaps 7 years ago
David Goodwin c3a4a6ed8d remove some comments from the top of vacation.pl; add links to file(s); remove unnecessary index.php 7 years ago
David Goodwin d98e83e624 Merge pull request #61 from tkempf/Email-Sender
Replace Deprecated Mail::Sender by Email::Sender
7 years ago
tkempf 066a22cb42 Added forgotten use Statement for MIME:EncWords 7 years ago
tkempf f2d4e6dbcc Subject with non ASCII-chars still needs to be encoded 7 years ago
tkempf 34474a20e5 set default value for $no_vacation_pattern 7 years ago
tkempf 4660d65679 Renamed $novacation_pattern to $no_vacation_pattern + codestyle changes 7 years ago
J0WI 33db684562 add Dockerfile 7 years ago
David Goodwin 466bd6834c Merge pull request #63 from Callidior/viewlog-page_size
Fix unquoted string array index in viewlog.php
7 years ago
Björn Barz 3786ebc33e Fixed unquoted string array index in viewlog.php
`$CONF[page_size]` was working, but throwing E_NOTICE, so I propose changing it to `$CONF['page_size']`.
7 years ago
tkempf c5dcbeb48d Removed unused libraries MIME::Encwords and MIME::Base64 7 years ago
tkempf 79f8a63a46 Bugfix in Encoding of vacation mail. UTF-8 header was missing and the
mailbody is already utf8, so no need to recode
7 years ago
tkempf cc3d5b13e8 Add Example for $novacation_pattern 7 years ago
tkempf e5e9ce7674 When using STARTTLS the SSL_verifycn_name must be set to prevent SSL
Errors
7 years ago
tkempf 1653e58398 Bump Version to 4.1
Sending Mail now works at least without encryption
7 years ago
Matyáš Koc e903484692 Links with target="_blank" should have rel="noopener" 7 years ago
Matyáš Koc 3486a5c593 Updated comment-documentation 7 years ago
Matyáš Koc 019209abab Added CSRF check to user login 7 years ago
Matyáš Koc 7de653db58 Added CSRF check to admin login 7 years ago
tkempf b781195526 Replace deprecated Mail::Sender by Email::Sender
Add searchpath for local vacation.conf
7 years ago
Christian Boltz bfaea973bd Merge pull request #59 from lamby/correct-equals-plus-to-plus-equals-typos
Correct some "=+ 1" -> "+= 1" typos in setup.php.
7 years ago
Chris Lamb e318b940ce Correct some "=+ 1" -> "+= 1" typos in setup.py.
This probably wasn't causing a problem as we were setting $error to +1
and we only ever check whether it is non-zero.
7 years ago
tkempf 27e336cd2c Added novacation_pattern regexp to prevent sending vacation messages for
specific recipient addresses
7 years ago
Christian Boltz db4b38ecad Merge pull request #56 from Vilican/patch-1
Updated Czech language
7 years ago
Matyáš Koc 1ea38f9c43 Updated Czech language
Corrected typos and mistakes, translated new strings
7 years ago
Christian Boltz f18f16c004
move $CONF['edit_alias'] next to $CONF['alias_control'] 7 years ago
Christian Boltz 4d9a0717d0 Merge pull request #26 from medarion/master
added config option to disable "edit_alias" function for users
7 years ago
David Goodwin e498a16da6 Merge pull request #55 from dresken/master
Fixed: php 5.4 array shortcut syntax errors on 5.3
7 years ago