11
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 03, 2025 — Aug 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
formatting More... 5 months ago
put light mode/dark mode toggle in the footer More... 5 months ago
drop unnecessary css More... 5 months ago
fix sql in clause so global search works again More... 5 months ago
Upgrade to Bootstrap 5.3.0, add lightmode/darkmode switch, drop datepicker js (use html5 datetime-local) (#987) More... 5 months ago
WIP: TOTP reset for lost secrets (#988) More... 5 months ago
docs: update README.md with better PHP version requirements More... 6 months ago
fix test (removal of invalid namespace) More... 6 months ago
Merge pull request #957 from postfixadmin/psalm-fixes More... 6 months ago
try and improve docs around $CONF["dovecotpw"] in config.inc.php (see #398) More... 6 months ago
make install.sh cope with not all db extensions from require-dev being present - see #965 More... 6 months ago
feat: improve install.sh - try and check for PHP PDO extensions and warn if none found, see #965 More... 6 months ago
make psalm happy More... 6 months ago
formatting More... 6 months ago
remove E_USER_ERROR which makes no sense here really More... 6 months ago
main.php: use db_in_clause() instead (thanks @copilot) More... 6 months ago
main.php: use db_in_clause() instead (thanks @copilot) More... 6 months ago
simplify salt creation (rely on random_bytes() rather than other means) (thanks @copilot) More... 6 months ago
sort backup.php db tables list, remove duplicates More... 6 months ago
vacation.php: use immutable DateTime, fix range / time setting (thanks @copilot) More... 6 months ago
fix usleep/elapsed time calculation - microtime() is seeconds, so multiple etc. (thanks @copilot) More... 6 months ago
apparently sprintf can not return false, so remove these checks (thanks @copilot) More... 6 months ago
deprecation fix for github actions - remove ::set-output and replace with newer way. More... 6 months ago
fix docs for php version support More... 6 months ago
Do not use deprecated ::set-output any more More... 6 months ago
Fix PHP version inconsistency More... 6 months ago
Merge pull request #977 from csware/domain-new-alias More... 6 months ago
use $fDomain variable, if present, for the domain= links for Add Forward/Domain etc More... 6 months ago
Merge pull request #976 from csware/alias-id-check More... 6 months ago
Check for address validity before checking domain existence More... 6 months ago