openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Postfix Admin
Settings
|
Report Duplicate
11
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
11 months
ago. based on code collected
11 months
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
code formatting fix
David Goodwin
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)
David Goodwin
More...
12 months ago
Merge pull request #338 from michaelkrieger/michaelkrieger-patch-1
David Goodwin
More...
12 months ago
Merge branch 'master' into michaelkrieger-patch-1
David Goodwin
More...
12 months ago
Merge pull request #796 from johnfawcett/master
David Goodwin
More...
12 months ago
update mailbox - add smtp_active for #796
David Goodwin
More...
12 months ago
Updates to POSTFIX_CONF.txt for configuration of authenticaiton with dovecot sasl and configuration of Postfix submission service
John Fawcett
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.
John Fawcett
More...
12 months ago
an empty check would catch null ... while != "" will also match null it feels wrong
David Goodwin
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
David Goodwin
More...
12 months ago
typo fixes
David Goodwin
More...
12 months ago
improve type hinting
David Goodwin
More...
12 months ago
try and fix db schema for app password stuff for Sqlite
David Goodwin
More...
12 months ago
add unit test to cover some of Login::addAppPassword()
David Goodwin
More...
12 months ago
add note on CHANGELOG.TXT
David Goodwin
More...
about 1 year ago
formatting
David Goodwin
More...
about 1 year ago
token test
David Goodwin
More...
about 1 year ago
fix composer.json irc spec, move to use phar/psalm
David Goodwin
More...
about 1 year ago
Update README.md
David Goodwin
More...
about 1 year ago
reformat/reorganise code
David Goodwin
More...
about 1 year ago
type hints etc and todo notes
David Goodwin
More...
about 1 year ago
more type hints
David Goodwin
More...
about 1 year ago
avoid sql injection
David Goodwin
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() )
David Goodwin
More...
about 1 year ago
i thought i moved php to >= 7.4
David Goodwin
More...
about 1 year ago
update CHANGELOG.TXT with MFA/TOTP line
David Goodwin
More...
about 1 year ago
fix syntax
David Goodwin
More...
about 1 year ago
manaul merge in of verdigado:master (see #753) (MFA/TOTP support)
David Goodwin
More...
about 1 year ago
perhaps fix issue with url encoding - see #705
David Goodwin
More...
about 1 year ago
Merge pull request #787 from postfixadmin/change-php-reqs-83-etc
David Goodwin
More...
about 1 year ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree