mailu/core/admin/mailu/ui/views
bors[bot] 9c6e9b05db
Merge
2543: Fix : make public announcements work r=nextgens a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Ensure public announcements bypass filters.

They can still time-out... but this is already a big improvement that we should be able to backport.

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

- [ ] 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>
..
__init__.py Add /language/<language> route for changing the locale using a session variable
admins.py add missing route fixes
aliases.py allow to disable aliases or users for domains and don't allow negativ values on domain creation/edit
alternatives.py Clean most of the refactored code
base.py Fix : make public announcements work
domains.py refactor
fetches.py Merge
languages.py AdminLTE3 optimizations & compression and caching
managers.py harden email address validation and fix routes with user_email
relays.py First batch of refactoring, using the app factory pattern
tokens.py Be specific token length
users.py Merge