11
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
see #808 - db_log expects 3 strings ... make sure we do not pass in a null More... 20 days ago
Merge pull request #807 from hguilbert/patch-1 More... 25 days ago
Update fr.lang More... 26 days ago
Update README.md More... about 1 month ago
Merge pull request #804 from chrean/master More... about 1 month ago
Fix typo ( s/pasword/password/ ) More... about 1 month ago
fix #801 - incorrect path for common.php More... about 2 months ago
fix deletion of app password - see #800 More... about 2 months ago
code formatting fix More... 3 months ago
update CHANGELOG with notes for #338 (restrict alias destination to local domains) and #796 (mailbox.smtp_active / controlling outbound mail etc) More... 3 months ago
Merge pull request #338 from michaelkrieger/michaelkrieger-patch-1 More... 3 months ago
Merge branch 'master' into michaelkrieger-patch-1 More... 3 months ago
Merge pull request #796 from johnfawcett/master More... 3 months ago
update mailbox - add smtp_active for #796 More... 3 months ago
Updates to POSTFIX_CONF.txt for configuration of authenticaiton with dovecot sasl and configuration of Postfix submission service More... 3 months ago
Add a flag to mailbox table for enable/disable smtp protocol. The table column name is "smtp_active". This enables use of this flag instead of active flag for postfix mysql queries. There is a new configuration parameter $CONF['smtp_active_flag'] = YES or NO, which defaults to NO, providing the existing behaviour. When set to YES the active_smtp field is displayed in the edit mode and can be modified. The commit includes update to the language files and documentation. More... 3 months ago
an empty check would catch null ... while != "" will also match null it feels wrong More... 3 months ago
login.php was writing to $_SESSION just before the 'init_session' function was called which just overwrote everything, so reorder code to fix #795 More... 3 months ago
typo fixes More... 3 months ago
improve type hinting More... 3 months ago
try and fix db schema for app password stuff for Sqlite More... 3 months ago
add unit test to cover some of Login::addAppPassword() More... 3 months ago
add note on CHANGELOG.TXT More... 3 months ago
formatting More... 3 months ago
token test More... 3 months ago
fix composer.json irc spec, move to use phar/psalm More... 3 months ago
Update README.md More... 3 months ago
reformat/reorganise code More... 3 months ago
type hints etc and todo notes More... 3 months ago
more type hints More... 3 months ago