11
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
code formatting fix More... 12 months ago
update CHANGELOG with notes for #338 (restrict alias destination to local domains) and #796 (mailbox.smtp_active / controlling outbound mail etc) More... 12 months ago
Merge pull request #338 from michaelkrieger/michaelkrieger-patch-1 More... 12 months ago
Merge branch 'master' into michaelkrieger-patch-1 More... 12 months ago
Merge pull request #796 from johnfawcett/master More... 12 months ago
update mailbox - add smtp_active for #796 More... 12 months ago
Updates to POSTFIX_CONF.txt for configuration of authenticaiton with dovecot sasl and configuration of Postfix submission service More... 12 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... 12 months ago
an empty check would catch null ... while != "" will also match null it feels wrong More... 12 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... 12 months ago
typo fixes More... 12 months ago
improve type hinting More... 12 months ago
try and fix db schema for app password stuff for Sqlite More... 12 months ago
add unit test to cover some of Login::addAppPassword() More... 12 months ago
add note on CHANGELOG.TXT More... about 1 year ago
formatting More... about 1 year ago
token test More... about 1 year ago
fix composer.json irc spec, move to use phar/psalm More... about 1 year ago
Update README.md More... about 1 year ago
reformat/reorganise code More... about 1 year ago
type hints etc and todo notes More... about 1 year ago
more type hints More... about 1 year ago
avoid sql injection More... about 1 year ago
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() ) More... about 1 year ago
i thought i moved php to >= 7.4 More... about 1 year ago
update CHANGELOG.TXT with MFA/TOTP line More... about 1 year ago
fix syntax More... about 1 year ago
manaul merge in of verdigado:master (see #753) (MFA/TOTP support) More... about 1 year ago
perhaps fix issue with url encoding - see #705 More... about 1 year ago
Merge pull request #787 from postfixadmin/change-php-reqs-83-etc More... about 1 year ago