You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9bae9b3078
1213: Bump werkzeug from 0.15.2 to 0.15.3 in /core/admin r=mergify[bot] a=dependabot[bot] Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.2 to 0.15.3. <details> <summary>Release notes</summary> *Sourced from [werkzeug's releases](https://github.com/pallets/werkzeug/releases).* > ## 0.15.3 > * Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ > * Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-3 > </details> <details> <summary>Changelog</summary> *Sourced from [werkzeug's changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst).* > Version 0.15.3 > -------------- > > Released 2019-05-14 > > - Properly handle multi-line header folding in development server in > Python 2.7. (:issue:`1080`) > - Restore the ``response`` argument to :exc:`~exceptions.Unauthorized`. > (:pr:`1527`) > - :exc:`~exceptions.Unauthorized` doesn't add the ``WWW-Authenticate`` > header if ``www_authenticate`` is not given. (:issue:`1516`) > - The default URL converter correctly encodes bytes to string rather > than representing them with ``b''``. (:issue:`1502`) > - Fix the filename format string in > :class:`~middleware.profiler.ProfilerMiddleware` to correctly handle > float values. (:issue:`1511`) > - Update :class:`~middleware.lint.LintMiddleware` to work on Python 3. > (:issue:`1510`) > - The debugger detects cycles in chained exceptions and does not time > out in that case. (:issue:`1536`) > - When running the development server in Docker, the debugger security > pin is now unique per container. </details> <details> <summary>Commits</summary> - [`9b1123a`]( |
5 years ago | |
---|---|---|
.. | ||
assets | 5 years ago | |
mailu | 5 years ago | |
migrations | 6 years ago | |
.gitignore | 7 years ago | |
Dockerfile | 5 years ago | |
README.md | 7 years ago | |
audit.py | 7 years ago | |
babel.cfg | 7 years ago | |
messages.pot | 7 years ago | |
package.json | 5 years ago | |
requirements-prod.txt | 5 years ago | |
requirements.txt | 5 years ago | |
start.py | 5 years ago | |
webpack.config.js | 5 years ago |
README.md
Mailu Admin container
This is the web-based administrative interface for the Mailu containerized mail server.
Resources
- Report issues and send Pull Requests in the main Mailu repository