1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-03-30 23:37:05 +00:00

Commit Graph

  • 93099ce8d8 Fixed UP032 (f-string): Use f-string instead of format call Teal Dulcet 2025-01-08 05:13:33 -0800
  • 8a9d137dd3 Fixed FURB142 (for-loop-set-mutations): Use of set.add() in a for loop Teal Dulcet 2025-01-08 05:13:11 -0800
  • 3646227873 Fixed SIM101 (duplicate-isinstance-call): Multiple isinstance calls for pem, merge into a single call Teal Dulcet 2025-01-08 05:13:00 -0800
  • f53679d561 Fixed PGH004 (blanket-noqa): Use a colon when specifying noqa rule codes Teal Dulcet 2025-01-08 05:12:51 -0800
  • 9c7e329bd7 Fixed RUF031 (incorrectly-parenthesized-tuple-in-subscript): Avoid parentheses for tuples in subscripts Teal Dulcet 2025-01-08 05:12:25 -0800
  • 58b9a59114 Fixed RUF039 (unraw-re-pattern) Teal Dulcet 2025-01-08 05:12:17 -0800
  • d27797b44b Fixed RET507 (superfluous-else-continue): Unnecessary elif after continue statement Teal Dulcet 2025-01-08 05:11:53 -0800
  • acef64b019 Fixed F401 (unused-import): contextlib imported but unused Teal Dulcet 2025-01-08 05:11:09 -0800
  • c75be2f8d2 Fixed SIM103 (needless-bool): Return the condition not "admin" not in privs directly Teal Dulcet 2025-01-08 05:11:04 -0800
  • 5aded07843 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
  • 027918d494 Fixed FURB188 (slice-to-remove-prefix-or-suffix): Prefer removeprefix over conditionally replacing with slice. Teal Dulcet 2025-01-08 05:10:17 -0800
  • d09ca4561a Fixed PLR6104 (non-augmented-assignment): Use += to perform an augmented assignment directly Teal Dulcet 2025-01-08 05:10:06 -0800
  • f4cef66d93 Fixed RET505 (superfluous-else-return) Teal Dulcet 2025-01-08 05:09:56 -0800
  • d34a2059df 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
  • 9e33920db1 Fixed FURB118 (reimplemented-operator) Teal Dulcet 2025-01-08 05:09:23 -0800
  • b1e094afe5 Fixed UP031 (printf-string-formatting): Use format specifiers instead of percent format Teal Dulcet 2025-01-08 05:09:05 -0800
  • e93009704e Added Ruff config for Python code. Teal Dulcet 2025-01-08 03:10:27 -0800
  • ce6073b363
    Add progress indication to wget Lyle Keeton 2025-01-08 20:55:21 -0600
  • b0b2198cb5
    Merge pull request #38 from downtownallday/dovecot-obsolete Downtown Allday 2025-01-08 07:28:38 -0500
  • 08f1332660 remove dovecot config setting 'ssl_dh_parameters_length' Dovecot gives the following warning during installation: doveconf: Warning: Obsolete setting in /etc/dovecot/conf.d/10-ssl.conf:91: ssl_dh_parameters_length is no longer needed downtownallday 2025-01-08 07:07:23 -0500
  • 4f2d69d932 Fixed syntax in readable_bash.py. Teal Dulcet 2024-01-27 08:32:32 -0800
  • 0fbdfa71d6
    Merge 93d1055869 into e6c354c312 tognee 2025-01-07 09:52:11 +0100
  • f498194ec7
    Merge pull request #37 from downtownallday/actions-update Downtown Allday 2025-01-06 08:50:21 -0500
  • 8b87ee8970 include all branches downtownallday 2025-01-06 08:48:32 -0500
  • 45841561c5 prevent triggering ci on doc changes downtownallday 2025-01-06 08:44:23 -0500
  • e4f6510d40 prevent triggering ci on new tags downtownallday 2025-01-06 08:35:12 -0500
  • 2a58cfc50c v71a downtownallday 2025-01-06 08:07:32 -0500
  • 683668c66c Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox downtownallday 2025-01-06 08:06:12 -0500
  • e6c354c312 v71a v71a Joshua Tauberer 2025-01-06 07:07:53 -0500
  • 432b470d29
    New & improved Disable MOTD advertisements (#2470) Paul 2025-01-06 04:06:01 -0800
  • a13888dbed
    New & improved Disable MOTD advertisements Paul 2025-01-05 05:23:09 -0800
  • 2a51d9caa3
    New & improved Disable MOTD advertisements Paul 2025-01-05 04:50:11 -0800
  • da45a0d04a
    Merge branch 'mail-in-a-box:main' into master Paul 2025-01-05 04:21:29 -0800
  • 201bd1b067 v71 downtownallday 2025-01-04 15:14:40 -0500
  • c5e33b51e5 Update license downtownallday 2025-01-04 15:08:53 -0500
  • dd2c8ff879 Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox downtownallday 2025-01-04 15:06:39 -0500
  • d58dd0c91d v71 v71 Joshua Tauberer 2025-01-04 14:38:45 -0500
  • f73da3db60 Fix likely merge mistake in 564ed59bb4 Joshua Tauberer 2024-12-23 11:26:09 -0500
  • 626bced707 % is a special character Chad Furman 2024-10-02 12:27:00 -0400
  • 7f9a348d64 removing 'quota' from user output Chad Furman 2024-10-02 12:26:22 -0400
  • ac383ced4d cli.py user now prints '0' rather than 'unlimited' for quota Chad Furman 2024-10-02 12:25:28 -0400
  • 450c1924d8 cli script fixes were broken Chad Furman 2024-10-01 19:20:19 -0400
  • c9d37be530 Revert "fixing cli commands" Chad Furman 2024-10-01 19:17:27 -0400
  • 08e69ca459 fixed missing column heading Chad Furman 2024-07-12 15:28:47 -0400
  • bd5ba78a99 removing box count / message count feature Chad Furman 2024-07-12 14:01:12 -0400
  • 654f5614af removing the ability to configure the default quota -- default quota is always unlimited. Chad Furman 2024-07-12 13:54:49 -0400
  • 8bb68d60a5 fixing cli commands Chad Furman 2024-07-08 20:37:42 -0400
  • 27c510319f using migrations for alter table command Chad Furman 2024-07-08 20:25:46 -0400
  • 67c502e97b removing duplicate conf Chad Furman 2024-07-08 20:14:27 -0400
  • 55bb35e3ef fixing imap sed script Chad Furman 2024-05-04 22:22:47 -0400
  • 4259033121 fixing parens Chad Furman 2024-05-04 21:15:05 -0400
  • b4170e4095 fixing imap sed script Chad Furman 2024-05-04 21:01:09 -0400
  • d8ab444d59 fixing subprocess import Chad Furman 2024-05-04 14:27:11 -0400
  • ce45217ab8 bringing in quota changes Chad Furman 2024-04-27 18:41:35 -0400
  • 93d1055869 feat: renamed PRIMARY_HOSTNAME to BOX_HOSTNAME using "primary" to describe the domain of the box / mail server is confusing when working with multiple domains. Usually the box domain is different from the domain you want to host your mail for. tognee 2024-12-24 15:36:34 +0100
  • 230a6dc7bf feat: added ruff for linting + requirements for local development tognee 2024-12-24 15:18:13 +0100
  • f21c6d47ec
    Merge pull request #36 from downtownallday/merge-upstream Downtown Allday 2024-12-22 11:05:55 -0500
  • 4c2e4bab29 fix error when glob matches nothing (variable 'file' will have the glob as a value in the for loop and produce the error "mv: cannot stat '/home/user-data/ssl/*-+([0-9])-+([0-9a-f]).pem': No such file or directory") downtownallday 2024-12-22 10:26:09 -0500
  • 0aa7050221 Merge remote-tracking branch 'upstream/main' into merge-upstream downtownallday 2024-12-22 10:22:53 -0500
  • 18721e42d1
    Cronjob for cleaning up expired SSL certificates in order to improve page load times with many domains (#2410) yeah 2024-12-22 14:07:04 +0100
  • e0b93718a3
    Revert "increase timeout for the nginx proxy that provides access to the Mail…" (#2411) yeah 2024-12-22 14:02:49 +0100
  • 2e0482e181
    Exclude the owncloud-backup folder from the nightly backup (#2413) KiekerJan 2024-12-22 14:01:02 +0100
  • 0d7388899c
    Allow DSA end EllipticCurve private keys to be used additionally to RSA for HTTPS certificates (#2416) Tomasz Stanczak 2024-12-22 13:59:58 +0100
  • 4f094f7859
    Change hour of daily tasks to run at 1am and only run full backups on weekends (#2424) zoof 2024-12-22 07:57:59 -0500
  • 564ed59bb4
    Add check on ipv6 for spamhaus (#2428) KiekerJan 2024-12-22 13:48:36 +0100
  • 9f87b36ba1
    add check on SOA record to determine up to date synchronization of secondary nameserver (#2429) KiekerJan 2024-12-22 13:45:45 +0100
  • e36c17fc72
    Fixstates only after Z-Push upgrade (#2432) matidau 2024-12-22 23:42:56 +1100
  • 3decfcdbd8 Try namespacing the variables pulled in from /etc/os-release Joshua Tauberer 2024-12-22 07:37:27 -0500
  • 3d59f2d7e0
    Update roundcube to 1.6.9 (#2440) KiekerJan 2024-12-22 13:28:39 +0100
  • ee0d750b85
    Add missing php-xml package for Roundcube without Nextcloud (#2441) Harm Berntsen 2024-12-22 13:28:04 +0100
  • d8563be38b
    Disable MOTD advertisements (#2457) Paul 2024-12-22 04:27:36 -0800
  • 81b0e0a64f
    Updated CHANGELOG.md, fix typo(s) (#2459) Nicholas Wilson 2024-12-22 06:26:59 -0600
  • 3dabaf1f81
    fix non-pythonic things Joshua Tauberer 2024-12-22 07:25:20 -0500
  • f057e11389 Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox downtownallday 2024-12-13 15:17:30 -0500
  • 7ef859ce96
    Update zpush.sh to version 2.7.5 (#2463) matidau 2024-12-14 01:28:45 +1100
  • 03b3456799 fix indentation Robert T. Brown (-rb) 2024-12-08 18:46:42 -0500
  • 5a82a779fd Issue 994: Allow EC2 instance profile to grant access to S3 backups, rather than requiring S3 Access/Secret Keys Robert T. Brown (-rb) 2024-12-08 18:41:12 -0500
  • c25967a8c1
    Merge 48c09a45f4 into a8d13b84b4 KiekerJan 2024-11-30 13:41:27 +0000
  • f98d1811c9 Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox downtownallday 2024-11-27 10:18:59 -0500
  • a8d13b84b4
    fix: NameError: name 'subprocess' is not defined (#2425) Downtown Allday 2024-11-27 08:22:45 -0500
  • 098a676bb5 Update zpush.sh to version 2.7.5 matidau 2024-11-27 21:38:24 +1100
  • 1d713b9d24 Updated CHANGELOG.md, fix typo(s) BobConanDev 2024-11-15 16:45:41 -0500
  • 863002fcf3
    Disable MOTD advertisements Paul 2024-11-04 03:01:27 -0800
  • 8ec98ec88b
    Make nsd listen on public instead of private addresses Eric Lindsey 2024-10-31 14:37:24 -0400
  • 9ed9604219 Merge branch 'v70' AiutoPcAmico 2024-10-27 18:12:40 +0100
  • 3388982cb1
    Merge pull request #35 from downtownallday/replace-utcnow Downtown Allday 2024-10-07 10:14:40 -0400
  • 196f5588cc eliminate the use of deprecated utcnow() downtownallday 2024-10-07 09:51:56 -0400
  • dd16008fcb
    Merge pull request #34 from downtownallday/lxd Downtown Allday 2024-10-04 17:49:17 -0400
  • 119b11f022 remove upstream Vagrantfile downtownallday 2024-10-04 17:22:12 -0400
  • 696b597a9c use bash as 'source' is needed in provision scripts downtownallday 2024-10-04 16:27:26 -0400
  • ae056e507b validate argument downtownallday 2024-10-04 16:26:29 -0400
  • b8313cdbf7 Merge branch 'master' into lxd downtownallday 2024-10-04 15:45:31 -0400
  • 3b6e6177d0 Remove vagrant references - everything has moved to lxd downtownallday 2024-10-04 14:51:25 -0400
  • 44eaef1155 Merge remote-tracking branch 'chadfurman/master' into quota downtownallday 2024-10-02 21:50:47 -0400
  • 884c23d1b7 % is a special character Chad Furman 2024-10-02 12:27:00 -0400
  • a9d31f7925 removing 'quota' from user output Chad Furman 2024-10-02 12:26:22 -0400
  • 0ff96f70d4 cli.py user now prints '0' rather than 'unlimited' for quota Chad Furman 2024-10-02 12:25:28 -0400
  • 1bff0a458f cli script fixes were broken Chad Furman 2024-10-01 19:20:19 -0400
  • 826ef372b8 Revert "fixing cli commands" Chad Furman 2024-10-01 19:17:27 -0400
  • 12c95122b7 fixed missing column heading Chad Furman 2024-07-12 15:28:47 -0400