0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 18 hours ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bugs found by the ShellCheck linter (#1457) More... about 2 months ago
v68 More... about 2 months ago
CHANGELOG entries More... about 2 months ago
CHANGELOG entries More... about 2 months ago
Update SMTP Smuggling protection to the 'long-term fix' More... about 2 months ago
More robust reading of sshd configuration (#2330) More... about 2 months ago
Mail guide: OS X -> macOS (#2306)
Gio
More... about 2 months ago
Silence "wal" output on setup using hide_output (#2368) More... about 2 months ago
Revert "Allow customizations to Roundcube settings to persist between updates by including a configuration override file, if it exists (#2333)" More... 2 months ago
Take spamhaus return codes into account in status check and postfix config (#2332) More... 2 months ago
Allow customizations to Roundcube settings to persist between updates by including a configuration override file, if it exists (#2333) More... 2 months ago
setup/preflight.sh: fix some minor shellcheck complaints (#2342) More... 2 months ago
Fixed errors found by the Ruff Python linter (#2343) More... 2 months ago
Make reading of previous status check result more robust (#2347) More... 2 months ago
Update javascript libraries used by control panel (#2351) More... 2 months ago
Update roundcube to 1.6.6 (#2360) More... 2 months ago
Bump Nextcloud to v26.0.12 (#2310) More... 2 months ago
Issue-2354: Silence "wal" output on setup (#2356) More... 2 months ago
Fix miab-munin.conf filter not capturing HTTP/2.0 (#2359) More... 2 months ago
[security] SMTP smuggling: update short term fix (#2346) More... 4 months ago
Fixed ISC003 (explicit-string-concatenation): Explicitly concatenated string should be implicitly concatenated More... 5 months ago
Fixed F821 (undefined-name): Undefined name `e` More... 5 months ago
Fixed SIM114 (if-with-same-arms): Combine `if` branches using logical `or` operator More... 5 months ago
Fixed PLR5501 (collapsible-else-if): Use `elif` instead of `else` then `if`, to reduce indentation More... 5 months ago
Fixed PERF401 (manual-list-comprehension): Use a list comprehension to create a transformed list More... 5 months ago
Fixed E721 (type-comparison): Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks More... 5 months ago
Fixed SIM105 (suppressible-exception) More... 5 months ago
Fixed F811 (redefined-while-unused): Redefinition of unused `sys` from line 10 More... 5 months ago
Fixed ISC002 (multi-line-implicit-string-concatenation): Implicitly concatenated string literals over multiple lines More... 5 months ago
Fixed RUF005 (collection-literal-concatenation) More... 5 months ago