1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-27 03:07:04 +00:00

Commit Graph

  • b12a8b8f6b Cronjob for cleaning up expired SSL certificates in order to improve page load times with many domains #2316 Jan Schulz-Hofen 2024-07-22 10:45:37 +0200
  • 2ae8cd5713 v69a v69a Joshua Tauberer 2024-07-21 08:02:38 -0400
  • bc14e80b12
    Fix no password prompt. Fixes #2408 (#2409) Teal Dulcet 2024-07-21 05:00:20 -0700
  • cd959bc522
    Fix typos (#2406) Viktor Szépe 2024-07-21 13:01:25 +0200
  • 36317011fa Fix no password prompt. Fixes #2408 Teal Dulcet 2024-07-21 02:27:03 -0700
  • b0c2f880ac
    Revert certificate typo Viktor Szépe 2024-07-21 00:33:41 +0200
  • 2803d88894
    increase timeout for the nginx proxy that provides access to the Mailinabox management daemon (#2407) KiekerJan 2024-07-20 22:44:24 +0200
  • de5a060d68 increase timeout for the nginx proxy that provides access to the Mailinabox management daemon KiekerJan 2024-07-20 20:33:58 +0200
  • fab7eae1ff Fix typos Viktor Szépe 2024-07-20 13:50:44 +0000
  • 1b3e5e818c v69 v69 Joshua Tauberer 2024-07-20 07:33:07 -0400
  • 2f5e736fa0 Clean up Nextcloud email settings for calendar invitations Joshua Tauberer 2024-05-15 12:36:51 -0400
  • f118a6c0bf
    Apply small Nextcloud upgrade to 26.0.13 (#2401) Michael Heuberger 2024-07-09 00:21:12 +1200
  • c3070544d9 Apply small Nextcloud upgrade to 26.0.13 Michael Heuberger 2024-06-23 20:58:11 +1200
  • de0fc796d4
    Fix chown during Nexcloud upgrades (#2377) jvolkenant 2024-06-18 05:37:01 -0700
  • 4dd1e75ee7
    Allow for Union[None, List[datetime.datetime]] values when printing user table in weekly mail logs (#2378) Matt 2024-06-18 22:35:54 +1000
  • 8b9f0489c8
    Add custom.yaml support for WebSockets (#2385) John James Jacoby 2024-06-18 07:32:11 -0500
  • 6321ce6ef0
    Add php8.0-intl package to z-push setup (#2389) matidau 2024-06-18 22:29:51 +1000
  • 30d78cd35a
    Update zpush.sh to version 2.7.3 (#2390) matidau 2024-06-18 22:29:22 +1000
  • fc0fd7d287 Update zpush.sh to version 2.7.3 matidau 2024-05-12 17:04:02 +1000
  • ce2dbff739 add php8.0-intl package to z-push setup matidau 2024-05-12 16:49:13 +1000
  • 4af2859534
    #1956: Add custom.yaml support for WebSockets John James Jacoby 2024-04-21 10:00:01 -0500
  • 12f1486141 allow a custom dkim selector bilogic 2024-04-21 18:05:58 +0800
  • 09fb6d0ad8 auto formatting, no change in logic bilogic 2024-04-21 18:04:40 +0800
  • 7df6b00208 allow a custom dkim selector bilogic 2024-04-21 17:51:28 +0800
  • 3acd5fef84 auto format, no change in logic bilogic 2024-04-21 17:41:06 +0800
  • a7beb72168 override with config in storage root if it exists bilogic 2024-04-21 17:26:30 +0800
  • 705a756de2 override with config in storage root if it exists bilogic 2024-04-21 17:02:28 +0800
  • 22322f5d5f auto formatting, no change in logic bilogic 2024-04-21 17:01:52 +0800
  • f51a6b6d91 Ignoring duplicity informational messages for some backends (e.g. rsync) Frans King 2024-04-12 09:56:59 +0100
  • 79073bad92
    Limit readline() pixeebot[bot] 2024-04-09 17:20:04 +0000
  • 83652851f7 Add - ruff suppressions. Matt 2024-04-09 21:17:58 +1000
  • 5778ec339a Fix - Allow for Union[None, List[datetime.datetime]] when printing user tables for the weekly mail logs. Matt 2024-04-08 21:27:36 +1000
  • 3e0668bb91 Fix chown during Nexcloud upgrades Jeff Volkenant 2024-04-04 10:22:58 -0700
  • a332be6a7b
    Fixed bugs found by the ShellCheck linter (#1457) Joshua Tauberer 2024-04-03 09:25:32 -0400
  • c7faccf1fa Fixed SC2244: Prefer explicit -n to check non-empty string. Teal Dulcet 2023-12-21 08:49:20 -0800
  • ec497efa69 Quote echo commands to preserve whitespace. Teal Dulcet 2023-12-21 08:44:22 -0800
  • 55a8be4aa9 Removed unnecessary bc commands. Teal Dulcet 2023-12-21 08:29:24 -0800
  • 3399b25084 Replaced the pwd command with Bash's $PWD variable. Teal Dulcet 2023-12-21 08:18:43 -0800
  • 2afd0451c1 Fixed SC2007: Use $((..)) instead of deprecated $[..]. Teal Dulcet 2023-12-21 08:10:35 -0800
  • 27cf11d8ec Fixed SC2005: Useless echo. Teal Dulcet 2023-12-21 08:08:32 -0800
  • 44d9f6eebd Fixed SC2236: Use -n instead of ! -z. Teal Dulcet 2023-12-21 08:06:26 -0800
  • 4b7d4ba0a6 Fixed SC2166: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined. Teal Dulcet 2023-12-21 08:05:18 -0800
  • 67bcaea71e Fixed SC2091: Remove surrounding $() to avoid executing output. Teal Dulcet 2023-12-21 08:03:54 -0800
  • bdf4155bed Fixed SC2046: Quote to prevent word splitting. Teal Dulcet 2023-12-21 08:00:26 -0800
  • f1888f2043 Fixed SC2148: Add a shebang. Teal Dulcet 2023-12-21 07:30:31 -0800
  • 33559bb844 Fixed SC2164: Use 'cd ... || exit' in case cd fails. Teal Dulcet 2023-12-21 07:02:42 -0800
  • 30c4681e80 Fixed SC2086: Double quote to prevent globbing and word splitting. Teal Dulcet 2023-12-21 06:58:34 -0800
  • fd8edbf6ad Added GitHub Actions CI. Teal Dulcet 2024-04-03 05:20:03 -0700
  • 133bae1300 Fixed SC2006: Use $(...) notation instead of legacy backticks .... Teal Dulcet 2023-12-21 06:15:50 -0800
  • c09a2b40c5
    fixed type error Kim Schulz 2024-04-02 09:31:18 +0200
  • 830c83daa1 v68 v68 Joshua Tauberer 2024-04-01 10:55:17 -0400
  • 7382c18e8f CHANGELOG entries Joshua Tauberer 2024-03-23 13:18:14 -0400
  • b2f758c598
    Merge 5e87b8bb11 into 14d0e20eab David McNett 2024-03-30 23:23:09 -0400
  • 14d0e20eab CHANGELOG entries Joshua Tauberer 2024-03-23 13:18:14 -0400
  • fa72e015ee Update SMTP Smuggling protection to the 'long-term fix' Joshua Tauberer 2024-03-23 12:59:39 -0400
  • 1a239c55bb
    More robust reading of sshd configuration (#2330) KiekerJan 2024-03-23 16:16:40 +0100
  • 9b450469eb
    Mail guide: OS X -> macOS (#2306) Gio 2024-03-23 21:04:43 +0800
  • 2a42e888c3 tweaks to reading ssh config Joshua Tauberer 2024-03-23 09:00:36 -0400
  • 163b1a297e
    Silence "wal" output on setup using hide_output (#2368) jvolkenant 2024-03-23 05:49:24 -0700
  • 8ca7b9397d Silence "wal" output on setup using hide_output Jeff Volkenant 2024-03-12 15:03:25 -0700
  • bdda55413c update ssh get config value: tabs instead of spaces, ssh port can return None KiekerJan 2024-03-10 14:16:56 +0100
  • 4e64518881 merge upstream KiekerJan 2024-03-10 14:14:35 +0100
  • 18b8f9ab4b Revert "Allow customizations to Roundcube settings to persist between updates by including a configuration override file, if it exists (#2333)" Joshua Tauberer 2024-03-10 08:25:13 -0400
  • 0b1d92388a
    Take spamhaus return codes into account in status check and postfix config (#2332) KiekerJan 2024-03-10 13:09:36 +0100
  • a3cf7bbf1e your server => this box, to match other messages Joshua Tauberer 2024-03-10 08:08:42 -0400
  • 3072035d01 take into account spamhaus return codes on blocklist check for postfix KiekerJan 2023-11-25 11:23:49 +0100
  • f73c314e65 Take spamhaus return codes into account in the status check KiekerJan 2023-11-24 12:48:20 +0100
  • 1b8cdeb644
    Allow customizations to Roundcube settings to persist between updates by including a configuration override file, if it exists (#2333) Crag-Monkey 2024-03-10 07:02:16 -0500
  • 1053340124
    setup/preflight.sh: fix some minor shellcheck complaints (#2342) Bastian Bittorf 2024-03-10 13:01:13 +0100
  • 315d2cf691
    Fixed errors found by the Ruff Python linter (#2343) Joshua Tauberer 2024-03-10 07:57:19 -0400
  • dbc2b5eee0 Fixed ISC003 (explicit-string-concatenation): Explicitly concatenated string should be implicitly concatenated Teal Dulcet 2023-12-23 06:00:04 -0800
  • 775a4223de Fixed F821 (undefined-name): Undefined name e Teal Dulcet 2023-12-23 05:56:07 -0800
  • 618c466b84 Fixed SIM114 (if-with-same-arms): Combine if branches using logical or operator Teal Dulcet 2023-12-23 05:52:53 -0800
  • a32354fd91 Fixed PLR5501 (collapsible-else-if): Use elif instead of else then if, to reduce indentation Teal Dulcet 2023-12-23 05:51:45 -0800
  • 1d79f9bb2b Fixed PERF401 (manual-list-comprehension): Use a list comprehension to create a transformed list Teal Dulcet 2023-12-23 05:40:37 -0800
  • cacf6d2006 Fixed E721 (type-comparison): Use is and is not for type comparisons, or isinstance() for isinstance checks Teal Dulcet 2023-12-23 05:32:34 -0800
  • f0377dd59e Fixed SIM105 (suppressible-exception) Teal Dulcet 2023-12-23 05:26:32 -0800
  • 6a47133e3f Fixed F811 (redefined-while-unused): Redefinition of unused sys from line 10 Teal Dulcet 2023-12-23 05:24:59 -0800
  • 7f456d8e8b Fixed ISC002 (multi-line-implicit-string-concatenation): Implicitly concatenated string literals over multiple lines Teal Dulcet 2023-12-23 05:23:58 -0800
  • e466b9bb53 Fixed RUF005 (collection-literal-concatenation) Teal Dulcet 2023-12-23 05:20:45 -0800
  • 0e9193651d Fixed PLW1514 (unspecified-encoding): open in text mode without explicit encoding argument Teal Dulcet 2023-12-23 05:07:25 -0800
  • a02b59d4e4 Fixed F401 (unused-import): socket.timeout imported but unused Teal Dulcet 2023-12-22 07:42:38 -0800
  • 15bddcbc39 Fixed RUF010 (explicit-f-string-type-conversion): Use explicit conversion flag Teal Dulcet 2023-12-22 07:42:13 -0800
  • c719fce40a Fixed UP032 (f-string): Use f-string instead of format call Teal Dulcet 2023-12-22 07:41:21 -0800
  • 3111cf56de Fixed EM102 (f-string-in-exception): Exception must not use an f-string literal, assign to variable first Teal Dulcet 2023-12-22 07:40:31 -0800
  • 6508d47da1 Fixed C405 (unnecessary-literal-set): Unnecessary list literal (rewrite as a set literal) Teal Dulcet 2023-12-22 07:26:06 -0800
  • 9b961b7ba0 Fixed UP024 (os-error-alias): Replace aliased errors with OSError Teal Dulcet 2023-12-22 07:25:57 -0800
  • b13cef9b1d Fixed PIE790 (unnecessary-placeholder): Unnecessary pass statement Teal Dulcet 2023-12-22 07:25:50 -0800
  • 8b9d3ec094 Fixed W292 (missing-newline-at-end-of-file): No newline at end of file Teal Dulcet 2023-12-22 07:25:22 -0800
  • d1d3d08d70 Fixed B006 (mutable-argument-default): Do not use mutable data structures for argument defaults Teal Dulcet 2023-12-22 07:25:13 -0800
  • 922c59ddaf Fixed SIM212 (if-expr-with-twisted-arms): Use with_lines if with_lines else [] instead of [] if not with_lines else with_lines Teal Dulcet 2023-12-22 07:24:58 -0800
  • 20a99c0ab8 Fixed UP041 (timeout-error-alias): Replace aliased errors with TimeoutError Teal Dulcet 2023-12-22 07:24:29 -0800
  • 54af4725f9 Fixed C404 (unnecessary-list-comprehension-dict): Unnecessary list comprehension (rewrite as a dict comprehension) Teal Dulcet 2023-12-22 07:24:11 -0800
  • fd4fcdaf53 Fixed E712 (true-false-comparison): Comparison to False should be cond is False or if not cond: Teal Dulcet 2023-12-22 07:23:57 -0800
  • d661d623dc Fixed RUF017 (quadratic-list-summation): Avoid quadratic list summation Teal Dulcet 2023-12-22 07:23:24 -0800
  • f621789298 Fixed SIM118 (in-dict-keys): Use key in dict instead of key in dict.keys() Teal Dulcet 2023-12-22 07:23:15 -0800
  • ec32e1d578 Fixed E703 (useless-semicolon): Statement ends with an unnecessary semicolon Teal Dulcet 2023-12-22 07:23:08 -0800
  • 57dcd4bb51 Fixed E713 (not-in-test): Test for membership should be not in Teal Dulcet 2023-12-22 07:22:55 -0800
  • 845393b6e0 Fixed RET503 (implicit-return): Missing explicit return at the end of function able to return non-None value Teal Dulcet 2023-12-22 07:22:35 -0800
  • c585c1ecf6 Fixed W291 (trailing-whitespace): Trailing whitespace Teal Dulcet 2023-12-22 07:22:21 -0800