Commit Graph

3895 Commits (12a0b5f7d165f7556664b3dcebb09183b2eaaa73)
 

Author SHA1 Message Date
Florent Daigniere b9564c0bc9 This shouldn't have been commited
Florent Daigniere 19af2944d7 Refactor as requested
Alexander Graf 6b470ac403
Allow proper JS debugging, speed-up assets dev-build, disable redirect-debug by default.
Florent Daigniere 7aad1158fb @ghostwheel42 will fix it in another PR
Florent Daigniere a566cb07d6 fix
Florent Daigniere 08b3a2814b Merge branch 'master' of https://github.com/Mailu/Mailu into notls
Florent Daigniere 385b6ac85d Use string formatting
Florent Daigniere 6474108056 Use a join() instead
Florent Daigniere fb75cca2f4 Merge branch 'master' of https://github.com/Mailu/Mailu into fetchmail-improvements
Florent Daigniere c0c91691fd Fix the issue on /admin/fetch/edit
bors[bot] d8e2a2960b
Merge
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>
Alexander Graf b0b64a8e63
Use FLASK_DEBUG, fix assets, show startup errors.
Florent Daigniere 505bb79a78 Don't set the secure Cookie flag if TLS_FLAVOR=notls
Florent Daigniere 9c7dfbeb24 Doc
Florent Daigniere 08a9ab9a56 Improve fetchmail
Florent Daigniere 455180043d doh
Florent Daigniere 56a106ad60 Only one labs section in the conf file
Florent Daigniere 071ad15a97 Better snappymail defaults
Florent Daigniere 6b2cb95a7d This is not required anymore
Florent Daigniere a508eeaafb Use /dev/shm for tmp
Florent Daigniere f2f430af5d Redirect the logs where they belong
Florent Daigniere 06c0c78956 Hardening: run the http and php as different users
Florent Daigniere d7b80e94a4 try again.
Florent Daigniere 7ebac75045 fix tests
Florent Daigniere f3a91d1a18 enable APCu
Florent Daigniere b488e57602 debug
Florent Daigniere 225322fe88 More hardening
Florent Daigniere ad17b10c8e redirects should be HTTP/302
Florent Daigniere 4517ce23a6 Aliases be damned.
Florent Daigniere 6d8cc9083b test
Florent Daigniere 729838c8fe Grrr.
Florent Daigniere 1379a58352 Basic hardening
Florent Daigniere 50f94a282f doh
Florent Daigniere 710dde1faf Fix : ensure the admin panel is disabled
Florent Daigniere 7e722cd0c3 fix : ensure rainloop uses _ADDRESS
Florent Daigniere 224f2f4508 This isn't used anymore
The healthcheck is now done by fpm
Florent Daigniere a8d405cb48 Verify the gpg signature of webmails
Florent Daigniere ae64c6cc30 Doh
Florent Daigniere 13adf4aeec Fix tests
Florent Daigniere 1edef755f1 Fix bug
Florent Daigniere dc9e2a3e70 Upgrade Snappymail to 2.21 and merge the webmail containers
bors[bot] 8a90f83bd0
Merge
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>
Florent Daigniere f11c451403 Restrict it to arch where there is a package
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
bors[bot] 8d392e8056
Merge
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 

## 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>
Dimitri Huisman 0e5443a867
Update php8 to php81. Update snappymail to 2.19.4
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.
Dimitri Huisman f6cdfb3392
Allow Healthcheck requests over IPv6
Dimitri Huisman 2a894cb15d
Process nextgens review remarks
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.