0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Oct 05, 2024 — Oct 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update zpush.sh to version 2.7.6 (#2529) More... 2 months ago
Fix mozilla-autoconfig.xml (#2528)
SE
More... 2 months ago
Fix broken links for scp and DAV (#2522) More... 3 months ago
v73 More... 3 months ago
fix SOA record check against secondary dns (#2507) More... 3 months ago
Remove ssl stapling from nginx configuration (#2520) More... 3 months ago
Add --allow-releaseinfo-change to the first main apt-get update because ppa:ondrej/php changed its Label More... 4 months ago
Add check on backup to status checks (#2508) More... 4 months ago
Add Configuration to Handle AWS SDK Checksum Changes for Third-Party S3-Compatible Services (#2490) More... 4 months ago
Updated autoconfig file to include POP3 and CardDAV/CalDAV (#2499) More... 4 months ago
Remove extraneous use of sudo from /etc/cron.d/mailinabox-nextcloud (#2500) More... 4 months ago
Merge pull request #2473 from tdulcet/python-linting More... 4 months ago
Fixed RUF005 (collection-literal-concatenation): Consider iterable unpacking instead of concatenation More... 4 months ago
Fixed RET505 (superfluous-else-return): Unnecessary `elif` after `return` statement More... 4 months ago
Fixed RUF010 (explicit-f-string-type-conversion): Use explicit conversion flag More... 4 months ago
Fixed EM102 (f-string-in-exception): Exception must not use an f-string literal, assign to variable first More... 4 months ago
Fixed RET506 (superfluous-else-raise): Unnecessary `elif` after `raise` statement More... 4 months ago
Fixed RET504 (unnecessary-assign): Unnecessary assignment to `v` before `return` statement More... 4 months ago
Fixed RUF055 (unnecessary-regular-expression): Plain string pattern passed to `re` function More... 4 months ago
Fixed Q003 (avoidable-escaped-quote): Change outer quotes to avoid escaping inner quotes More... 4 months ago
Fixed W605 (invalid-escape-sequence) More... 4 months ago
Fixed F841 (unused-variable): Local variable `conffile` is assigned to but never used More... 4 months ago
Fixed PLR6201 (literal-membership): Use a set literal when testing for membership More... 4 months ago
Fixed FURB122 (for-loop-writes): Use of `f.write` in a for loop More... 4 months ago
Fixed FURB110 (if-exp-instead-of-or-operator): Replace ternary `if` expression with `or` operator More... 4 months ago
Fixed UP032 (f-string): Use f-string instead of `format` call More... 4 months ago
Fixed FURB142 (for-loop-set-mutations): Use of `set.add()` in a for loop More... 4 months ago
Fixed SIM101 (duplicate-isinstance-call): Multiple `isinstance` calls for `pem`, merge into a single call More... 4 months ago
Fixed RUF059 (unused-unpacked-variable) More... 4 months ago
Fixed FURB129 (readlines-in-for): Instead of calling `readlines()`, iterate over file object directly More... 4 months ago