1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/core/admin
kaiyou 087841d5b7 Fix the way we handle the application context
The init script was pushing an application context, which maked
flask.g global and persisted across requests. This was evaluated
to have a minimal security impact.

This explains/fixes #738: flask_wtf caches the csrf token in the
application context to have a single token per request, and only
sets the session attribute after the first generation.
2018-12-13 14:23:17 +01:00
..
mailu Fix the way we handle the application context 2018-12-13 14:23:17 +01:00
migrations Merge alembic migrations 2018-11-08 21:55:39 +01:00
.gitignore Move all directories per theme 2017-11-01 12:11:04 +01:00
audit.py Move all directories per theme 2017-11-01 12:11:04 +01:00
babel.cfg Move all directories per theme 2017-11-01 12:11:04 +01:00
Dockerfile Merge remote-tracking branch 'upstream/master' into refactor-config 2018-12-06 10:23:43 +01:00
messages.pot Remove services status localization 2018-04-23 18:59:46 +02:00
README.md Move all directories per theme 2017-11-01 12:11:04 +01:00
requirements-prod.txt Update python dependencies 2018-12-13 14:10:43 +01:00
requirements.txt Update the dockerfile and upgrade dependencies 2018-11-08 21:29:11 +01:00
start.py Merge branch 'master' into refactor-config 2018-11-08 21:43:05 +01:00

Mailu Admin container

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

Resources