1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-07-13 01:20:28 +02:00
Commit Graph

4647 Commits

Author SHA1 Message Date
098cf110c8 Merge #2970
2970: Fix CI r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

gpg hangs when used with keybox, by creating an empty config dir we ensure it's not enabled by default

### Related issue(s)

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [ ] In case of feature or enhancement: documentation updated accordingly
- [ ] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
2023-10-09 10:24:06 +00:00
282401e671 Maybe fix CI 2023-10-09 12:13:57 +02:00
ad5b6fe27e Upgrade dovecot: fix proxying ipv6 via xclient 2023-10-09 11:08:04 +02:00
26e1077bd8 Merge #2950
2950: Upgrade snuffleupagus r=mergify[bot] a=nextgens

## What type of PR?

enhancement

## What does this PR do?

Upgrade snuffleupagus

### Related issue(s)

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [ ] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
2023-10-09 07:24:09 +00:00
04d69141c3 Merge #2961
2961: Hardened malloc was not disabled for oletools when an CPU with missing flags is used r=Diman0 a=Diman0

## What type of PR?
bug fix

## What does this PR do?
Updates oletools to also disable hardened malloc when used CPU misses flags

### Related issue(s)
- closes #2959 

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [n/a ] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Dimitri Huisman <diman@huisman.xyz>
Co-authored-by: Dimitri Huisman <52963853+Diman0@users.noreply.github.com>
Co-authored-by: Florent Daigniere <nextgens@users.noreply.github.com>
Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
2023-10-08 13:14:28 +00:00
a6f57ca3d4 Upgrade snappymail to v2.29.1 2023-10-08 14:58:39 +02:00
037a79206e doh2 2023-10-07 10:55:21 +02:00
12e8041ba6 Doh 2023-10-07 10:25:12 +02:00
92e861d4fa There is no reason not to enable it ourselves. 2023-10-07 10:09:04 +02:00
9e1bf76a0c Maybe fix olefy 2023-10-07 10:03:23 +02:00
dd58d51156 change the logic as discussed 2023-10-07 09:45:59 +02:00
dd1de62eb0 Merge #2958
2958: Upgrade to alpine 3.18.4 r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Upgrade to alpine 3.18.4. This has a newer musl that fixes the DNS issue linked below.

I am not sure whether it would be wise to backport it to stable. We should discuss.

I mark it WIP for now as the mirror-image workflow is broken and CI will fail anyway.

### Related issue(s)
- close #2934
- close #2919

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [ ] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
Co-authored-by: Dimitri Huisman <diman@huisman.xyz>
2023-10-06 12:50:22 +00:00
3a196f0466 Merge #2962
2962: Fix letsencrypt on master r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Without this the certificate won't renew

### Related issue(s)


## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [ ] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
2023-10-06 12:34:23 +00:00
3985d1d044 clarify 2023-10-06 14:00:58 +02:00
0379857ab5 Update core/base/libs/socrate/socrate/system.py
Only check for avx2 is required

Co-authored-by: Florent Daigniere <nextgens@users.noreply.github.com>
2023-10-06 13:51:05 +02:00
5230c28713 Fix letsencrypt on master 2023-10-06 13:48:09 +02:00
e70db935ec Hardened malloc also requires AVX2 cpu flag 2023-10-06 10:27:31 +00:00
77c4829401 Hardened malloc was not disabled for oletools when an CPU with missing flags is used 2023-10-06 09:48:50 +00:00
096c0be4f7 Rspamd executable was moved to /usr/bin 2023-10-05 18:41:54 +00:00
ee7bb53366 Fix extracting of snappymail archive not working. 2023-10-05 18:12:48 +00:00
85cf7e6a7f Upgrade to alpine 3.18.4 2023-10-05 18:55:33 +02:00
b71039572c Merge #2956
2956: Remove the version pinning on hardened malloc r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Remove the version pinning on hardened malloc. Pinning a specific version makes sense... but it won't work if alpine/edge doesn't keep old versions around.

Without it the CI is broken; I think we should merge it to master and wait until it's required to backport it

### Related issue(s)
- close #2955

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [ ] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
2023-10-05 04:29:02 +00:00
9ae6eafb24 Remove the version pinning on hardened malloc 2023-10-04 17:13:56 +02:00
4c552549f0 Merge #2953
2953: Update admin password for demo server r=mergify[bot] a=Diman0

## What type of PR?

misc

## What does this PR do?
Password needed to be updated for the admin Mailu account of the demo server. This has happened. This PR updates the documentation.

### Related issue(s)
- [#27](https://github.com/Mailu/infra/issues/27)
-

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [n/a] In case of feature or enhancement: documentation updated accordingly
- [n/a] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Dimitri Huisman <diman@huisman.xyz>
2023-09-27 14:13:16 +00:00
8c11655625 Update admin password for demo server 2023-09-27 14:05:12 +00:00
c137e1a919 Add new rule too 2023-09-20 18:04:28 +02:00
83fd29c597 Upgrade snuffleupagus 2023-09-20 18:00:36 +02:00
f879893719 Merge #2946
2946: Fixing ES "Website" translation and more untranslated bits r=mergify[bot] a=spomata

Both webmail and website have been translated as "Correo Web" incorrectly imho.

## What type of PR?
Enhancement

## What does this PR do?
Minor corrections and additions to ES translation.

### Related issue(s)

## Prerequisites
None.


Co-authored-by: spomata <49432438+spomata@users.noreply.github.com>
2023-09-20 07:06:26 +00:00
0f61aab188 Add Traditional Chinese translation file. 2023-09-19 14:07:57 +08:00
d386609c75 Merge #2935
2935: Add Persian (aka Farsi) Translation r=mergify[bot] a=hosni

Hello,
First of anything, thanks for this project that make setup email server easier that ever.
In this pull request, I added Persian (aka Farsi) translation to Mailu project.
I hope it's being useful for community.

Co-authored-by: Hossein Hosni <hosni.hossein@gmail.com>
Co-authored-by: Hossein Hosni <47793698+hosni@users.noreply.github.com>
2023-09-18 14:47:39 +00:00
4718b95f33 Add towncrier entry 2023-09-18 00:53:33 +03:30
724fbc03cb Merge #2945
2945: Upgrade webmails r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

roundcube 1.6.3
rcmcarddav 5.1.0
snappymail 2.28.4

### Related issue(s)

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [ ] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
2023-09-16 16:37:33 +00:00
b894c5ed51 Fixing Website translation and more untranslated bits
Both webmail and website have been translated as "Correo Web" incorrectly imho.
2023-09-16 12:05:10 +02:00
9402a3beec Upgrade webmails
roundcube 1.6.3
rcmcarddav 5.1.0
snappymail 2.28.4
2023-09-16 10:38:26 +02:00
9a4106912e Merge branch 'master' into master 2023-09-12 22:08:22 +03:30
f99c71c961 Merge #2936
2936: Add ukrainian translation (uk) r=mergify[bot] a=ghostwheel42

## What type of PR?

add ukrainian translation done by [Prosta4okua](https://github.com/Prosta4okua)


Co-authored-by: Prosta4okua <danyavdele@gmail.com>
Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
2023-09-10 10:09:18 +00:00
b12bdef4b8 Add newsfragment 2023-09-10 11:27:06 +02:00
f8f9d956fa Rename ukrainian locale to "uk" 2023-09-10 11:24:25 +02:00
09d7e9348a renaming 2023-09-10 11:19:56 +02:00
bfdca48ab9 Update messages.po 2023-09-10 11:19:56 +02:00
88523c624e Update Dockerfile 2023-09-10 11:19:56 +02:00
98a8caff21 Update AUTHORS.md 2023-09-10 11:19:56 +02:00
0d95e56ebe Update AUTHORS.md 2023-09-10 11:19:56 +02:00
47a6710d88 Add files via upload 2023-09-10 11:19:56 +02:00
cd34d3ba18 Create messages.po 2023-09-10 11:19:53 +02:00
aaf84a3091 Update AUTHORS.md 2023-09-09 01:34:28 +03:30
a89a04d364 Add fa (Persian) language code to assets Dockerfile 2023-09-09 01:25:02 +03:30
0ec7989bf5 Add translation file for Persian (aka Farsi) 2023-09-09 01:23:01 +03:30
683c28ea63 Merge #2929
2929: Maybe fix fetchmail when used with pop3 r=nextgens a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Fix fetchmail when used with pop3.

### Related issue(s)
- closes #2928 

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [ ] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
2023-08-30 19:16:49 +00:00
008ff03882 as per review 2023-08-30 15:11:58 +02:00