1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/tests
bors[bot] fc1a663da2
Merge #1754
1754: centralize Webmail authentication behind the admin panel (SSO) r=mergify[bot] a=nextgens

## What type of PR?

Enhancement: it centralizes the authentication of webmails to the admin interface.

## What does this PR do?

It implements the glue required for webmails to do SSO using the admin interface.
One of the main advantages of centralizing things this way is that it reduces significantly the attack surface available to an unauthenticated attacker (no webmail access until there is a valid Flask session).

Others include the ability to implement 2FA down the line and rate-limit things as required.

### Related issue(s)
- #783

## Prerequistes
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/guide.html#changelog) entry file.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
2021-06-29 12:32:21 +00:00
..
certs
compose Merge #1754 2021-06-29 12:32:21 +00:00
alias_test.py Removed unused imports and fixed indentation 2019-01-11 12:13:52 +02:00
build_arm.sh only insert qemu binary if building for arm 2019-08-23 15:24:21 -04:00
build.yml Move services into core and optional 2019-10-23 18:27:25 +03:00
deploy_to_pi.sh update comments, add helper script to push local build to rpi 2019-08-21 12:02:24 -04:00
deploy.sh Added new docker repo for test image. Adapted deploy script to use env var for test repo name. Modified travis references to github actions references in docs. Added changelog entry. 2021-06-26 19:16:56 +00:00
email_test.py Fix indentation 2019-01-11 12:50:41 +02:00
forward_test.py Removed unused imports and fixed indentation 2019-01-11 12:55:47 +02:00
reply_test.py Unused imports and bad indentation 2019-01-11 12:57:45 +02:00
requirements.txt Pin test/build pip-dependencies to their last known versions 2020-08-11 21:42:56 +02:00
smtp.py