1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00
Mailu/core/admin
bors-mailu[bot] b7ca4eb9f0
Merge #3032
3032: Update all python dependencies r=mergify[bot] a=Diman0

## What type of PR?

enhancement

## What does this PR do?
Updates all dependencies. Unfortunately multiple things were deprecated such as
* `@babel.localeselector` decorator
* app.app.session_cookie_name
* app.before_first_request

Unfortunately flask_debugtoolbar is not compatible with the updated version of flask.
Flask-SQLAlchemy cannot be updated to 3.0.5 because this introduces an error/bug.

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

- [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>
2023-11-06 14:48:09 +00:00
..
assets #2948 Add Traditional Chinese translation 2023-10-13 11:08:35 +08:00
mailu Merge #3032 2023-11-06 14:48:09 +00:00
migrations Implement downgrade 2023-08-11 09:12:36 +02:00
.gitignore Add shell script to run admin dev environment 2022-11-04 18:08:23 +01:00
audit.py Move even more python deps to base image 2022-10-12 16:32:27 +02:00
babel.cfg
Dockerfile Remove the usage of capabilities use port 8080 2023-08-28 11:34:51 +02:00
messages.pot Fix a bunch of typos 2022-10-19 19:41:49 +02:00
README.md
run_dev.sh Tika v1 2023-10-11 15:49:04 +02:00
start.py Update core/admin/start.py 2023-10-28 11:23:46 +02:00

Mailu Admin container

This is the web-based administrative interface for the Mailu containerized mail server.

Resources