3985 Коміти (52c17411bd379e5a031d32cbdbf4a6234a4d7c30)
 

Автор SHA1 Повідомлення Дата
bors[bot] d8e2a2960b
Merge #2531
2531: run_dev.sh: Use FLASK_DEBUG, fix assets, show startup errors. r=mergify[bot] a=ghostwheel42

## What type of PR?

bug-fix

## What does this PR do?

fixes bug in run_dev.sh

Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
3 роки тому
Alexander Graf b0b64a8e63
Use FLASK_DEBUG, fix assets, show startup errors. 3 роки тому
Florent Daigniere 505bb79a78 Don't set the secure Cookie flag if TLS_FLAVOR=notls 3 роки тому
Florent Daigniere 9c7dfbeb24 Doc 3 роки тому
Florent Daigniere 08a9ab9a56 Improve fetchmail 3 роки тому
Florent Daigniere 455180043d doh 3 роки тому
Florent Daigniere 56a106ad60 Only one labs section in the conf file 3 роки тому
Florent Daigniere 071ad15a97 Better snappymail defaults 3 роки тому
Florent Daigniere 6b2cb95a7d This is not required anymore 3 роки тому
Florent Daigniere a508eeaafb Use /dev/shm for tmp 3 роки тому
Florent Daigniere f2f430af5d Redirect the logs where they belong 3 роки тому
Florent Daigniere 06c0c78956 Hardening: run the http and php as different users 3 роки тому
Florent Daigniere d7b80e94a4 try again. 3 роки тому
Florent Daigniere 7ebac75045 fix tests 3 роки тому
Florent Daigniere f3a91d1a18 enable APCu 3 роки тому
Florent Daigniere b488e57602 debug 3 роки тому
Florent Daigniere 225322fe88 More hardening 3 роки тому
Florent Daigniere ad17b10c8e redirects should be HTTP/302 3 роки тому
Florent Daigniere 4517ce23a6 Aliases be damned. 3 роки тому
Florent Daigniere 6d8cc9083b test 3 роки тому
Florent Daigniere 729838c8fe Grrr. 3 роки тому
Florent Daigniere 1379a58352 Basic hardening 3 роки тому
Florent Daigniere 50f94a282f doh 3 роки тому
Florent Daigniere 710dde1faf Fix #948: ensure the admin panel is disabled 3 роки тому
Florent Daigniere 7e722cd0c3 fix #2250: ensure rainloop uses _ADDRESS 3 роки тому
Florent Daigniere 224f2f4508 This isn't used anymore
The healthcheck is now done by fpm
3 роки тому
Florent Daigniere a8d405cb48 Verify the gpg signature of webmails 3 роки тому
Florent Daigniere ae64c6cc30 Doh 3 роки тому
Florent Daigniere 13adf4aeec Fix tests 3 роки тому
Florent Daigniere 1edef755f1 Fix bug #2466 3 роки тому
Florent Daigniere dc9e2a3e70 Upgrade Snappymail to 2.21 and merge the webmail containers 3 роки тому
bors[bot] 8a90f83bd0
Merge #2514
2514: Update deps r=mergify[bot] a=ghostwheel42

## What type of PR?

update python dependencies

## What does this PR do?

Update python deps in base image


Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
3 роки тому
Florent Daigniere f11c451403 Restrict it to arch where there is a package 3 роки тому
Florent Daigniere 97df65e9ef Switch to GrapheneOS's hardened_malloc
This was suggested during the dev meeting of the 18/09/22.

It may break things and it may make things unbearably slow
3 роки тому
bors[bot] 8d392e8056
Merge #2524
2524: Update the webmail images r=mergify[bot] a=Diman0

Update the webmail images.
Roundcube
  - Switch to base image (alpine)
  - Switch to php-fpm

SnappyMail
  - Switch to base image
  - Upgrade php7 to php8.

## What type of PR?

Feature

## What does this PR do?
Update the webmail images.
Roundcube
  - Switch to base image (alpine)
  - Switch to php-fpm

SnappyMail
  - Switch to base image
  - Upgrade php7 to php8.

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

## 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.

- [x] 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>
3 роки тому
Dimitri Huisman 0e5443a867
Update php8 to php81. Update snappymail to 2.19.4 3 роки тому
Dimitri Huisman 59c5b152b2
Switch to using set -euxo pipefail for better error handling
-e immediately exit when a command fails. No further commands are processed.
-o pipefail, if a series of piped commands fail, do NOt return the last commands returncode, but DO return the return code of the failing command in the pipeline series
-u, raise an error when an unset variable is used. Not using this results in an empty value being used and the script being executed differently without you knowing why.
-x, print each command before executing it. Actual arguments are expanded. So you see the command with the actual parameter values. This is printed in red in the buildx log output.
3 роки тому
Dimitri Huisman f6cdfb3392
Allow Healthcheck requests over IPv6 3 роки тому
Dimitri Huisman 2a894cb15d
Process nextgens review remarks 3 роки тому
Dimitri Huisman 92f270c94e
Update the webmail images:
Roundcube
  - Switch to base image (alpine)
  - Switch to php-fpm
SnappyMail
  - Switch to base image
  - Upgrade php7 to php8.
3 роки тому
bors[bot] 745c211c4a
Merge #2523
2523: fix JS error r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

It fixes a bug whereby one may have to click twice on the submit button depending on timing.

e.trigger() will error out on most browsers.

Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
3 роки тому
bors[bot] 0839490beb
Merge #2479
2479: Rework the anti-spoofing rule r=mergify[bot] a=nextgens

## What type of PR?

Feature

## What does this PR do?

We shouldn't assume that Mailu is the only MTA allowed to send emails on behalf of the domains it hosts.
We should also ensure that it's non-trivial for email-spoofing of hosted domains to happen

Previously we were preventing any spoofing of the envelope from; Now we are preventing spoofing of both the envelope from and the header from unless some form of authentication passes (is a RELAYHOST, SPF, DKIM, ARC)

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

## 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.

- [x] 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>
3 роки тому
Florent Daigniere c91c9df134 fix error 3 роки тому
bors[bot] cf6da1492e
Merge #2157
2157: configure datatables via html5 data attributes r=mergify[bot] a=ghostwheel42

## What type of PR?

bug-fix

## What does this PR do?

allows to sort most columns as a human would expect

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

## 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: Alexander Graf <ghostwheel42@users.noreply.github.com>
3 роки тому
Vincent Kling 728afdd34a Add basic logging for FETCHMAIL_ENABLED and FETCHMAIL_DELAY 3 роки тому
Alexander Graf e0d2432c6b
Rename data-ordered to data-sort 3 роки тому
Alexander Graf 2a4402cdc2
Fix datatable for list fo sign-up domains 3 роки тому
Alexander Graf af6cf5fd1d
Fix language selector without session 3 роки тому
Alexander Graf 2778641e78
Fix screen reader title of language selector 3 роки тому
Alexander Graf 4776094ea7
Configure datatables on missing tables, add sign in button to sso page. 3 роки тому