1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-01 23:57:05 +00:00

Commit Graph

  • ddae19e021
    Merge 5afb9ab893 into 3efd4257b5 Teal Dulcet 2025-04-01 05:22:46 -0700
  • 6eed9817fc
    Merge dbb9cb7e33 into 3efd4257b5 MrWinux 2025-03-30 15:46:00 +0200
  • dbb9cb7e33 Move session.cookie_path variable for Roundcube to Nginx config MrWinux 2025-03-29 15:47:35 +0100
  • 5440b3a3ee
    Merge 5d839dbb93 into 3efd4257b5 KiekerJan 2025-03-29 17:36:27 +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
  • e3530bea8e
    Merge b26033d6a0 into 3efd4257b5 Lyle Keeton 2025-03-26 20:18:41 -0500
  • 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
  • 69abbd7a0d
    Merge e67abb3ae9 into 3efd4257b5 MrWinux 2025-03-24 10:39:32 +0100
  • e67abb3ae9
    fix: MissingContentLength error in boto3 version 1.36.1 and up MrWinux 2025-03-24 10:10:41 +0100
  • 29b8af6f5d
    Merge b0540e54c4 into 3efd4257b5 McClain Looney 2025-03-22 01:20:41 +0100
  • 5afb9ab893 Fixed EM102 (f-string-in-exception): Exception must not use an f-string literal, assign to variable first Teal Dulcet 2025-03-21 05:20:37 -0700
  • 542835655f Fixed FURB122 (for-loop-writes): Use of f.write in a for loop Teal Dulcet 2025-03-21 04:56:15 -0700
  • 6e23d9d223 Fixed SIM118 (in-dict-keys): Use key in dict instead of key in dict.keys() Teal Dulcet 2025-03-21 04:56:09 -0700
  • 44ba1e9e9f Fixed EM101 (raw-string-in-exception): Exception must not use a string literal, assign to variable first Teal Dulcet 2025-03-21 04:56:00 -0700
  • a502f3ea7d Fixed RUF059 (unused-unpacked-variable) Teal Dulcet 2025-03-21 04:55:29 -0700
  • 0402b23eb4 Fixed FURB129 (readlines-in-for): Instead of calling readlines(), iterate over file object directly Teal Dulcet 2025-03-21 04:55:19 -0700
  • 6fc049353c Fixed UP015 (redundant-open-modes): Unnecessary mode argument Teal Dulcet 2025-03-21 04:55:12 -0700
  • 1438be290a Fixed RET505 (superfluous-else-return): Unnecessary else after return statement Teal Dulcet 2025-03-21 04:54:34 -0700
  • 7e0015ed84 Explicitly removed temporary file and deleted outdated comment. Teal Dulcet 2025-02-15 03:09:07 -0800
  • 4e9c108ec9 Fixed PERF102 (incorrect-dict-iterator): When using only the keys of a dict use the keys() method Teal Dulcet 2025-01-12 07:38:26 -0800
  • 3d3311ad2a Fixed SIM117 (multiple-with-statements): Use a single with statement with multiple contexts instead of nested with statements Teal Dulcet 2025-01-12 07:37:35 -0800
  • 0564d1abc8 Fixed UP032 (f-string): Use f-string instead of format call Teal Dulcet 2025-01-12 07:36:41 -0800
  • ed2ad44408 Fixed F841 (unused-variable): Local variable conffile is assigned to but never used Teal Dulcet 2025-01-12 07:31:29 -0800
  • 6883f1d599 Fixed RUF039 (unraw-re-pattern) Teal Dulcet 2025-01-12 07:27:27 -0800
  • b305871051 Fixed ARG005 (unused-lambda-argument): Unused lambda argument: alias Teal Dulcet 2025-01-12 07:12:44 -0800
  • 9fb9af5ed5 Fixed SIM115 (open-file-with-context-handler): Use a context manager for opening files Teal Dulcet 2025-01-12 07:10:31 -0800
  • 386e8a414e Fixed RUF005 (collection-literal-concatenation): Consider iterable unpacking instead of concatenation Teal Dulcet 2025-01-12 07:02:55 -0800
  • 7ff9d0805e Fixed B007 (unused-loop-control-variable) Teal Dulcet 2025-01-12 07:00:47 -0800
  • 854e8f4a85 Fixed TRY300 (try-consider-else): Consider moving this statement to an else block Teal Dulcet 2025-01-12 06:55:42 -0800
  • 1c98189cca Fixed G004 (logging-f-string): Logging statement uses f-string Teal Dulcet 2025-01-12 06:50:13 -0800
  • 4e1dd3fee5 Fixed RET505 (superfluous-else-return): Unnecessary elif after return statement Teal Dulcet 2025-01-12 06:44:46 -0800
  • c82b84ccc8 Fixed TRY003 (raise-vanilla-args): Avoid specifying long messages outside the exception class Teal Dulcet 2025-01-12 06:43:15 -0800
  • 1d6560af4c Fixed UP031 (printf-string-formatting): Use format specifiers instead of percent format Teal Dulcet 2025-01-12 06:36:07 -0800
  • cd764e537d Fixed PLC1901 (compare-to-empty-string) Teal Dulcet 2025-01-12 06:07:00 -0800
  • 9d81ff5ccb Fixed RUF010 (explicit-f-string-type-conversion): Use explicit conversion flag Teal Dulcet 2025-01-08 05:23:12 -0800
  • c3343ce866 Fixed EM102 (f-string-in-exception): Exception must not use an f-string literal, assign to variable first Teal Dulcet 2025-01-08 05:22:41 -0800
  • 205f84b2fb Fixed RET506 (superfluous-else-raise): Unnecessary elif after raise statement Teal Dulcet 2025-01-08 05:22:12 -0800
  • 73b748f619 Fixed RET504 (unnecessary-assign): Unnecessary assignment to v before return statement Teal Dulcet 2025-01-08 05:16:56 -0800
  • 6b5638f4d3 Fixed RUF055 (unnecessary-regular-expression): Plain string pattern passed to re function Teal Dulcet 2025-01-08 05:16:40 -0800
  • 85deb42935 Fixed Q003 (avoidable-escaped-quote): Change outer quotes to avoid escaping inner quotes Teal Dulcet 2025-01-08 05:16:14 -0800
  • eaf9668572 Fixed W605 (invalid-escape-sequence) Teal Dulcet 2025-01-08 05:15:55 -0800
  • a7f265c250 Fixed PLR6201 (literal-membership): Use a set literal when testing for membership Teal Dulcet 2025-01-08 05:14:39 -0800
  • 430ee05b8a Fixed PLW1514 (unspecified-encoding): open in text mode without explicit encoding argument Teal Dulcet 2025-03-21 04:54:58 -0700
  • ca452e918e Fixed PLW1514 (unspecified-encoding): open in text mode without explicit encoding argument Teal Dulcet 2025-01-08 05:14:13 -0800
  • fd2e4fdeeb Fixed UP015 (redundant-open-modes): Unnecessary open mode parameters Teal Dulcet 2025-01-08 05:14:02 -0800
  • de5fc42650 Fixed FURB110 (if-exp-instead-of-or-operator): Replace ternary if expression with or operator Teal Dulcet 2025-01-08 05:13:43 -0800
  • 386055b941 Fixed UP032 (f-string): Use f-string instead of format call Teal Dulcet 2025-01-08 05:13:33 -0800
  • 4a7ea325e9 Fixed FURB142 (for-loop-set-mutations): Use of set.add() in a for loop Teal Dulcet 2025-01-08 05:13:11 -0800
  • 2ddbe12d0c Fixed SIM101 (duplicate-isinstance-call): Multiple isinstance calls for pem, merge into a single call Teal Dulcet 2025-01-08 05:13:00 -0800
  • 32189af10f Fixed PGH004 (blanket-noqa): Use a colon when specifying noqa rule codes Teal Dulcet 2025-01-08 05:12:51 -0800
  • 80406de428 Fixed RUF031 (incorrectly-parenthesized-tuple-in-subscript): Avoid parentheses for tuples in subscripts Teal Dulcet 2025-01-08 05:12:25 -0800
  • 4e3e85cd14 Fixed RUF039 (unraw-re-pattern) Teal Dulcet 2025-01-08 05:12:17 -0800
  • d31716a9c7 Fixed RET507 (superfluous-else-continue): Unnecessary elif after continue statement Teal Dulcet 2025-01-08 05:11:53 -0800
  • 3f7e7336b1 Fixed F401 (unused-import): contextlib imported but unused Teal Dulcet 2025-01-08 05:11:09 -0800
  • 0c44319864 Fixed SIM103 (needless-bool): Return the condition not "admin" not in privs directly Teal Dulcet 2025-01-08 05:11:04 -0800
  • d9d6e96d69 Fixed RUF051 (if-key-in-dict-del): Use pop instead of key in dict followed by del dict[key] Teal Dulcet 2025-01-08 05:10:30 -0800
  • 1d795953bb Fixed FURB188 (slice-to-remove-prefix-or-suffix): Prefer removeprefix over conditionally replacing with slice. Teal Dulcet 2025-01-08 05:10:17 -0800
  • 9cd5f4a41a Fixed PLR6104 (non-augmented-assignment): Use += to perform an augmented assignment directly Teal Dulcet 2025-01-08 05:10:06 -0800
  • 18f4bafdc9 Fixed RET505 (superfluous-else-return) Teal Dulcet 2025-01-08 05:09:56 -0800
  • fda9b09562 Fixed PLW0120 (useless-else-on-loop): else clause on loop without a break statement; remove the else and dedent its contents Teal Dulcet 2025-01-08 05:09:36 -0800
  • 70aff052b6 Fixed FURB118 (reimplemented-operator) Teal Dulcet 2025-01-08 05:09:23 -0800
  • de9781af5a Fixed UP031 (printf-string-formatting): Use format specifiers instead of percent format Teal Dulcet 2025-01-08 05:09:05 -0800
  • 2dd083fd5a Added Ruff config for Python code. Teal Dulcet 2025-01-08 03:10:27 -0800
  • c659fe14b0 Fixed syntax in readable_bash.py. Teal Dulcet 2024-01-27 08:32:32 -0800
  • b0540e54c4 silence nc check M. Looney 2025-03-18 10:12:30 -0500
  • a0d3a693de
    Merge c585192dd7 into 3efd4257b5 Michael Kroes 2025-03-15 19:06:58 +0000
  • d5674a2574 some minor hackery for ubuntu 24 M. Looney 2025-03-01 23:56:07 -0600
  • 5d44d30ad2
    Merge 95ecc22922 into 3efd4257b5 glaszig 2025-03-07 05:30:06 +0000
  • 6c8fa6af1e
    Merge ca5916eb63 into 3efd4257b5 Jan Doberstein 2025-03-04 21:47:18 +1300
  • 8af6ef6a20
    Merge dcf1b0b719 into 3efd4257b5 KiekerJan 2025-03-04 21:47:18 +1300
  • 66077b77ac
    Merge 7ff2e8899f into 3efd4257b5 JensonK 2025-03-04 15:07:48 +1100
  • 62e6df9bc7
    Merge f62d448c6e into 3efd4257b5 Teddy Rodrigues Valette 2025-03-04 15:07:45 +1100
  • 6356990ab6
    Merge d1c63b6517 into 3efd4257b5 viogq 2025-03-04 15:07:36 +1100
  • dae948230d
    Merge 6adc494e49 into 3efd4257b5 KiekerJan 2025-03-03 19:41:12 +0100
  • 6adc494e49 Add quotes KiekerJan 2025-03-03 19:35:54 +0100
  • 4f85a6c378
    Merge 8028e17b6e into 3efd4257b5 tetuaoro 2025-03-02 22:49:59 +0100
  • 8028e17b6e update: nginx recommands to use http2 directive tetuaoro 2025-03-02 22:35:25 +0100
  • da6a204adf add quotes around variable KiekerJan 2025-03-02 22:33:53 +0100
  • e2e54c5cb9
    Merge 595553dd27 into 3efd4257b5 Michael Meidlinger 2025-02-28 18:07:50 +0100
  • 8e7b4b501d Removed unneeded sudo call KiekerJan 2025-02-27 11:13:12 +0100
  • 5c02ea3752 Add comments on aligning used php version KiekerJan 2025-02-27 11:12:49 +0100
  • e5866405f1
    Merge 95ef12282c into 3efd4257b5 Rinze de Laat 2025-02-26 13:36:54 +0000
  • ee7674886b
    Merge 2b51f7fdba into 3efd4257b5 Michael Kroes 2025-02-26 13:36:11 +0000
  • 0a4599956c Make sure to unhold packages to prevent future issues KiekerJan 2025-02-22 23:06:07 +0100
  • 42d1857944
    Merge pull request #21 from matidau/z-push-admin-top-php-ver-change KiekerJan 2025-02-22 20:32:13 +0100
  • c559974d8c make sure php cleanup runs on nextcloud upgrade KiekerJan 2025-02-22 13:43:05 +0100
  • b0f29c473e
    Merge a4a2d4a8b4 into 3efd4257b5 mzoeller 2025-02-20 10:18:05 +0100
  • b4f383cac8
    Merge ce6073b363 into 3efd4257b5 Lyle Keeton 2025-02-19 23:14:56 +0100
  • d01a5a128f Merge remote-tracking branch 'upstream/main' into sync-upstream downtownallday 2025-02-19 09:16:05 -0500
  • bf16c900a5
    Merge fd8edbf6ad into 3efd4257b5 Teal Dulcet 2025-02-19 06:26:29 -0500
  • 9a1237a29f
    Merge 12f1486141 into 3efd4257b5 bilogic 2025-02-19 11:35:17 +0800
  • 4a92352d58
    Merge a7beb72168 into 3efd4257b5 bilogic 2025-02-19 11:35:16 +0800
  • 8f7ab2100b
    Merge da66ef4a81 into 3efd4257b5 Michael Meidlinger 2025-02-17 19:29:40 -0600
  • 65e24c4ddc
    Merge d19640c550 into 3efd4257b5 seanlionelbarrett 2025-02-17 14:46:38 -0800
  • 006c8c0cd9
    Merge 32cb954bb4 into 3efd4257b5 KiekerJan 2025-02-17 14:21:24 -0800