1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-07-07 23:50:55 +00:00

Commit Graph

  • 794780b465
    Merge 12f1486141 into aee653a7d9 bilogic 2025-07-07 13:19:28 +0200
  • 9af81eb348
    Merge e3c8c498af into aee653a7d9 TheRedCyclops 2025-07-07 13:19:28 +0200
  • 7850f68134
    Merge fed6998945 into aee653a7d9 KiekerJan 2025-07-07 13:19:28 +0200
  • fd64e5b800
    Merge b41c34034f into aee653a7d9 KiekerJan 2025-07-04 16:32:17 +0200
  • e16a9737f5
    Merge ce6073b363 into aee653a7d9 Lyle Keeton 2025-07-04 21:46:26 +0800
  • 285e5df332
    Merge f45b67125f into aee653a7d9 KiekerJan 2025-07-04 15:36:22 +0200
  • 90f4f1ffa6
    Merge da66ef4a81 into aee653a7d9 Michael Meidlinger 2025-07-03 16:30:04 +0200
  • aee653a7d9
    Remove ssl stapling from nginx configuration (#2520) main KiekerJan 2025-07-02 23:21:55 +0200
  • de752591f7 remove ssl stapling from nginx configuration KiekerJan 2025-07-02 19:29:07 +0200
  • 7b59e6c6c5
    Merge 32cb954bb4 into dc79ad5bd9 KiekerJan 2025-06-29 16:38:48 -0700
  • d144453b51
    Merge fe652a4c4f into dc79ad5bd9 Ahmad Kouider 2025-06-25 13:19:33 +0300
  • 71e70343ca
    Merge dcf1b0b719 into dc79ad5bd9 KiekerJan 2025-06-23 17:10:47 +0200
  • 780e2c8d2c
    Merge 8028e17b6e into dc79ad5bd9 tetuaoro 2025-06-20 10:07:52 -0700
  • dc79ad5bd9
    Add check on backup to status checks (#2508) KiekerJan 2025-06-20 12:43:40 +0200
  • 7e46a3b7e7
    Merge a4a2d4a8b4 into ae8da06571 mzoeller 2025-06-20 06:40:21 -0400
  • ae8da06571
    Add Configuration to Handle AWS SDK Checksum Changes for Third-Party S3-Compatible Services (#2490) MrWinux 2025-06-20 12:38:54 +0200
  • b86c5a10d5
    Updated autoconfig file to include POP3 and CardDAV/CalDAV (#2499) Teal Dulcet 2025-06-20 03:37:08 -0700
  • bb4c45b0bf
    Remove extraneous use of sudo from /etc/cron.d/mailinabox-nextcloud (#2500) Jeff Tickle 2025-06-20 06:34:46 -0400
  • b9ce7cb65c
    Merge pull request #2473 from tdulcet/python-linting Joshua Tauberer 2025-06-20 06:33:24 -0400
  • 00280123ab Fixed RUF005 (collection-literal-concatenation): Consider iterable unpacking instead of concatenation Teal Dulcet 2025-06-18 05:14:12 -0700
  • a568c6ff74 Fixed RET505 (superfluous-else-return): Unnecessary elif after return statement Teal Dulcet 2025-06-18 05:10:13 -0700
  • d15170b18c Fixed RUF010 (explicit-f-string-type-conversion): Use explicit conversion flag Teal Dulcet 2025-06-18 04:40:22 -0700
  • bf27ac07ed Fixed EM102 (f-string-in-exception): Exception must not use an f-string literal, assign to variable first Teal Dulcet 2025-06-18 04:37:36 -0700
  • 54750b1763 Fixed RET506 (superfluous-else-raise): Unnecessary elif after raise statement Teal Dulcet 2025-06-18 04:36:22 -0700
  • 5c9c1705d0 Fixed RET504 (unnecessary-assign): Unnecessary assignment to v before return statement Teal Dulcet 2025-06-18 04:32:46 -0700
  • 529c7e6dd5 Fixed RUF055 (unnecessary-regular-expression): Plain string pattern passed to re function Teal Dulcet 2025-06-18 04:32:38 -0700
  • ed1579a5c6 Fixed Q003 (avoidable-escaped-quote): Change outer quotes to avoid escaping inner quotes Teal Dulcet 2025-06-18 04:32:29 -0700
  • 8aef7aef64 Fixed W605 (invalid-escape-sequence) Teal Dulcet 2025-06-18 04:32:21 -0700
  • 560677085e Fixed F841 (unused-variable): Local variable conffile is assigned to but never used Teal Dulcet 2025-06-18 04:32:13 -0700
  • 89e4adcfb5 Fixed PLR6201 (literal-membership): Use a set literal when testing for membership Teal Dulcet 2025-06-18 04:31:08 -0700
  • 5c30299461 Fixed FURB122 (for-loop-writes): Use of f.write in a for loop Teal Dulcet 2025-06-18 04:30:18 -0700
  • b546ccd162 Fixed FURB110 (if-exp-instead-of-or-operator): Replace ternary if expression with or operator Teal Dulcet 2025-06-18 04:30:08 -0700
  • 562f76e61f Fixed UP032 (f-string): Use f-string instead of format call Teal Dulcet 2025-06-18 04:29:46 -0700
  • 04ed752948 Fixed FURB142 (for-loop-set-mutations): Use of set.add() in a for loop Teal Dulcet 2025-06-18 04:29:27 -0700
  • c3826e45aa Fixed SIM101 (duplicate-isinstance-call): Multiple isinstance calls for pem, merge into a single call Teal Dulcet 2025-06-18 04:28:58 -0700
  • fd2696a42c Fixed RUF059 (unused-unpacked-variable) Teal Dulcet 2025-06-18 04:28:32 -0700
  • 213e449dfe Fixed FURB129 (readlines-in-for): Instead of calling readlines(), iterate over file object directly Teal Dulcet 2025-06-18 04:28:25 -0700
  • ee11f3849b Fixed UP015 (redundant-open-modes): Unnecessary mode argument Teal Dulcet 2025-06-18 04:28:17 -0700
  • 498e92dc95 Fixed PLW1514 (unspecified-encoding): open in text mode without explicit encoding argument Teal Dulcet 2025-06-18 04:28:09 -0700
  • 66f140a8cf Fixed PGH004 (blanket-noqa): Use a colon when specifying noqa rule codes Teal Dulcet 2025-06-18 04:27:56 -0700
  • 717e806427 Fixed RUF031 (incorrectly-parenthesized-tuple-in-subscript): Avoid parentheses for tuples in subscripts Teal Dulcet 2025-06-18 04:27:42 -0700
  • eae0db9df1 Fixed RUF039 (unraw-re-pattern) Teal Dulcet 2025-06-18 04:27:31 -0700
  • e73771be5f Fixed RET507 (superfluous-else-continue): Unnecessary elif after continue statement Teal Dulcet 2025-06-18 04:27:07 -0700
  • 0635e89b6e Fixed F401 (unused-import): contextlib imported but unused Teal Dulcet 2025-06-18 04:25:32 -0700
  • e3ef6d726b Fixed SIM103 (needless-bool): Return the condition "admin" in privs directly Teal Dulcet 2025-06-18 04:25:12 -0700
  • 3fa0819e04 Fixed G004 (logging-f-string): Logging statement uses f-string Teal Dulcet 2025-06-18 04:24:37 -0700
  • d5d4ba0bf1 Fixed RUF051 (if-key-in-dict-del): Use pop instead of key in dict followed by del dict[key] Teal Dulcet 2025-06-18 04:21:49 -0700
  • a83db1aebc Fixed FURB188 (slice-to-remove-prefix-or-suffix): Prefer str.removeprefix() over conditionally replacing with slice. Teal Dulcet 2025-06-18 04:20:19 -0700
  • ddee3c6bfd Fixed PLR6104 (non-augmented-assignment): Use += to perform an augmented assignment directly Teal Dulcet 2025-06-18 04:20:08 -0700
  • dbabd69218 Fixed RET505 (superfluous-else-return) Teal Dulcet 2025-06-18 04:19:55 -0700
  • 3008dfa28f Fixed EM101 (raw-string-in-exception): Exception must not use a string literal, assign to variable first Teal Dulcet 2025-06-18 04:19:36 -0700
  • 3a1280d292 Fixed PLW0120 (useless-else-on-loop): else clause on loop without a break statement; remove the else and dedent its contents Teal Dulcet 2025-06-18 04:19:08 -0700
  • 68fd3dc535 Fixed FURB118 (reimplemented-operator) Teal Dulcet 2025-06-18 04:17:27 -0700
  • c64a24e870 Fixed UP031 (printf-string-formatting): Use format specifiers instead of percent format Teal Dulcet 2025-06-18 04:17:03 -0700
  • 698e8ffc72 Added Ruff config for Python code. Teal Dulcet 2025-01-08 03:10:27 -0800
  • 544cce3cdc Fixed syntax in readable_bash.py. Teal Dulcet 2024-01-27 08:32:32 -0800
  • 224f946eeb
    Merge fd8edbf6ad into 40d3f0f193 Teal Dulcet 2025-06-18 03:58:55 +0200
  • cc079d77b0
    Merge 595553dd27 into 40d3f0f193 Michael Meidlinger 2025-06-18 03:58:55 +0200
  • 77d6dcd758
    Merge 6adc494e49 into 40d3f0f193 KiekerJan 2025-06-18 03:58:55 +0200
  • 19b47f4525
    Merge b0540e54c4 into 40d3f0f193 McClain Looney 2025-06-18 03:58:55 +0200
  • 8a69250d56
    Merge dbb9cb7e33 into 40d3f0f193 MrWinux 2025-06-18 03:58:55 +0200
  • 40d3f0f193
    Fix broken Z-Push compatibility list link in mail guide (#2515) Fabrício Dultra 2025-06-17 07:37:17 -0300
  • 438a94516c
    Merge c585192dd7 into 4d5421ed7b Michael Kroes 2025-06-16 15:25:54 +0200
  • c5ff4ce925
    Merge a7beb72168 into 4d5421ed7b bilogic 2025-06-16 11:46:26 +0200
  • 87742bfb60 Fix broken Z-Push compatibility list link in mail guide The previous link (wiki.z-hub.io) was no longer accessible. It has been replaced with the current official GitHub link: https://github.com/Z-Hub/Z-Push/wiki/Compatibility. fsdultra 2025-06-14 20:46:11 -0300
  • 697757044f Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox into merge-upstream downtownallday 2025-06-03 21:05:44 -0400
  • 4d5421ed7b Merge release branch for v72 Joshua Tauberer 2025-06-03 20:42:45 -0400
  • 58dca6e4ab v72 v72 Joshua Tauberer 2025-06-03 20:41:15 -0400
  • 1a8a50e4ae Update roundcube to 1.6.11 KiekerJan 2025-06-02 08:02:44 +0200
  • 4a6bb04a7f
    Merge 7ff2e8899f into 05c2f3c9a2 JensonK 2025-06-03 12:36:46 +0200
  • d2679d255f
    Merge f62d448c6e into 05c2f3c9a2 Teddy Rodrigues Valette 2025-06-03 12:36:17 +0200
  • 25cb183f43 update roundcube to 1.6.11 KiekerJan 2025-06-02 08:02:44 +0200
  • b41c34034f fix incorrect path KiekerJan 2025-05-24 14:43:16 +0200
  • b5864f43f0 Use DQS in spamassassin KiekerJan 2025-05-19 22:08:09 +0200
  • 863229ac9a
    Merge d1c63b6517 into 05c2f3c9a2 viogq 2025-05-19 19:47:28 +0200
  • 4f8e9c3abe
    Merge 2b51f7fdba into 05c2f3c9a2 Michael Kroes 2025-05-19 19:46:23 +0200
  • 553b49a29e Fixes to dns bl mapping KiekerJan 2025-05-18 14:10:28 +0200
  • 018f2c9e9b add check on backup to status checks KiekerJan 2025-05-18 12:53:20 +0200
  • fed6998945 fix SOA record check against secondary dns KiekerJan 2025-05-18 12:46:29 +0200
  • d7838cf9ec add support for spamhaus dqs KiekerJan 2025-05-18 12:43:14 +0200
  • f6fcfe2cc8 Add support for Spamhaus DQS (https://docs.spamhaus.com/datasets/docs/source/40-real-world-usage/index.html) KiekerJan 2025-05-18 12:21:35 +0200
  • 1a3d5ac3ce
    Merge pull request #46 from downtownallday/merge-upstream Downtown Allday 2025-05-15 06:51:52 -0400
  • 0fc1a731fb Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox into merge-upstream downtownallday 2025-05-15 06:31:58 -0400
  • 05c2f3c9a2
    Fix missing PUBLIC_IPV6 in test for whether custom AAAA record blocks SSL certificate generation (#2491) Lyle Keeton 2025-05-14 10:58:17 -0500
  • e3c8c498af
    Add external DNS disclaimer for DS records TheRedCyclops 2025-05-11 10:38:08 +0000
  • ee56b6f795 Updated autoconfig file. Teal Dulcet 2025-04-04 08:06:38 -0700
  • ecf66a9855
    Remove extraneous use of sudo from /etc/cron.d/mailinabox-nextcloud Jeff Tickle 2025-04-12 07:31:04 -0400
  • fe652a4c4f Add new tool to migrate from MiaB to fresh server Ahmad Kouider 2025-04-03 14:09:38 +0000
  • f45b67125f update on excluded ciphers and settings KiekerJan 2025-04-02 20:32:47 +0200
  • dbb9cb7e33 Move session.cookie_path variable for Roundcube to Nginx config MrWinux 2025-03-29 15:47:35 +0100
  • 5d839dbb93 update comment KiekerJan 2025-03-29 17:27:56 +0100
  • 8c42e1c3a6 don't use cyphers that use RSA for key exchange KiekerJan 2025-03-29 17:11:35 +0100
  • 0179c790c4 update tls settings KiekerJan 2025-03-29 17:05:25 +0100
  • e88f7c350b remove unsafe ciphers according to internet.nl KiekerJan 2025-03-29 16:22:25 +0100
  • e8b63c0bbc update ssl according to updated mozilla guidelines, add DHE finite-fields according to RFC 7919 KiekerJan 2025-03-29 15:54:47 +0100
  • b26033d6a0
    Fix missing PUBLIC_IPV6 Lyle Keeton 2025-03-26 20:16:29 -0500
  • db1c87ef12
    Merge 125405edfb into 3efd4257b5 Michael Kroes 2025-03-26 07:58:40 +0000
  • e67abb3ae9
    fix: MissingContentLength error in boto3 version 1.36.1 and up MrWinux 2025-03-24 10:10:41 +0100
  • 94b7a04615
    Merge pull request #45 from downtownallday/selenium4 Downtown Allday 2025-03-23 21:23:08 -0400
  • 4712704fe0 fix comparing states on upgrade downtownallday 2025-03-23 18:25:12 -0400