3183 Commits (f01274ec947afa272a787331079a0962eb74a0b1)
 

Author SHA1 Message Date
David Goodwin f01274ec94
try relaxing composer dependencies to allow php8.2 dev support, reformat so composer format passes 2 years ago
David Goodwin d3dfe6382b
fix syntax error added in 4ae78cd172 and #823 2 years ago
Nuno Tavares 4ae78cd172
dont assume 'quota' will be in the values, just like block before wasn't assuming (#823) 2 years ago
Shao Yu-Lung (Allen) 0876c368e4
feat: support Dovecot DIGEST-MD5 (#816) 2 years ago
David Goodwin 53426ac148
Merge pull request #819 from ntavares/replace_string-date-parsing-errors 2 years ago
Nuno Tavares a75c0471fc casting the date fields directly in the query 2 years ago
David Goodwin e0e2d006c5
Merge pull request #817 from bestlong/patch-1 2 years ago
Shao Yu-Lung (Allen) 376b96bfa1
fix: Update php.yml 2 years ago
David Goodwin 279e7f682d
underlying db field is set to an int (for mysql and pgsql), pgsql does not cope with t/f being set for an inty field, so change the model definition .... - see #814 2 years ago
David Goodwin 065d68afbd update changelog to include not on #472 and #812 2 years ago
David Goodwin 62a76734c9 see #812 - remove config options for create_mailbox_subdirs_* due to the php-imap module being deprecated; leave in an error_log message to perhaps avoid future support tickets asking why this does not work 2 years ago
David Goodwin 81a1d45617 drop use of the deprecated PHP imap extension (php-imap) - see #472 and #812 2 years ago
David Goodwin 582680889e
Merge pull request #811 from hguilbert/patch-3 2 years ago
hguilbert fd74832842
Update fr.lang 2 years ago
David Goodwin c472868afe
Merge pull request #810 from hguilbert/patch-2 2 years ago
hguilbert 53829e065f
Update fr.lang 2 years ago
David Goodwin c422a4bad2 see #808 - db_log expects 3 strings ... make sure we do not pass in a null 2 years ago
David Goodwin 20136f257f
Merge pull request #807 from hguilbert/patch-1 2 years ago
hguilbert 0cba341e06
Update fr.lang 2 years ago
David Goodwin daa3995f0d
Update README.md 2 years ago
David Goodwin 308d43c648
Merge pull request #804 from chrean/master 2 years ago
Gabriel Sambarino f81a070cc9 Fix typo ( s/pasword/password/ ) 2 years ago
David Goodwin 8c1369068f fix #801 - incorrect path for common.php 2 years ago
David Goodwin 64c34b2c0a fix deletion of app password - see #800 2 years ago
David Goodwin 45557a6ed4 code formatting fix 2 years ago
David Goodwin 85e92f4012 update CHANGELOG with notes for #338 (restrict alias destination to local domains) and #796 (mailbox.smtp_active / controlling outbound mail etc) 2 years ago
David Goodwin ca4a4dae98
Merge pull request #338 from michaelkrieger/michaelkrieger-patch-1 2 years ago
David Goodwin eda637df1a
Merge branch 'master' into michaelkrieger-patch-1 2 years ago
David Goodwin 78bf7b79a9
Merge pull request #796 from johnfawcett/master 2 years ago
David Goodwin c700f3c9c7 update mailbox - add smtp_active for #796 2 years ago
John Fawcett 8a314079bd Updates to POSTFIX_CONF.txt for configuration of authenticaiton with 2 years ago
John Fawcett 668960ccf6 Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2 years ago
David Goodwin 6e6e4301ed an empty check would catch null ... while != "" will also match null it feels wrong 2 years ago
David Goodwin 0632d39d0c login.php was writing to $_SESSION just before the 'init_session' function was called which just overwrote everything, so reorder code to fix #795 2 years ago
David Goodwin 6b5801c666 typo fixes 2 years ago
David Goodwin 39e378c783 improve type hinting 2 years ago
David Goodwin 0829e032d4 try and fix db schema for app password stuff for Sqlite 2 years ago
David Goodwin dc792a0222 add unit test to cover some of Login::addAppPassword() 2 years ago
David Goodwin eaf79688f0 add note on CHANGELOG.TXT 2 years ago
David Goodwin 2ee4b3832e formatting 2 years ago
David Goodwin a368104fad token test 2 years ago
David Goodwin b65f7ef627 fix composer.json irc spec, move to use phar/psalm 2 years ago
David Goodwin 06c32173c5
Update README.md 2 years ago
David Goodwin ccbf3f9ab3 reformat/reorganise code 2 years ago
David Goodwin 8003978ca5 type hints etc and todo notes 2 years ago
David Goodwin 824ba906b1 more type hints 2 years ago
David Goodwin 4d6767cc37 avoid sql injection 2 years ago
David Goodwin 015d4ec9cd reindent / reformat; add type hints for some of the app password stuff; try and make sure someone can only remove their own app password (see revokeAppPassword() ) 2 years ago
David Goodwin 1dc6ebe834 i thought i moved php to >= 7.4 2 years ago
David Goodwin 56b21b7cf4 update CHANGELOG.TXT with MFA/TOTP line 2 years ago