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.
mailu/admin
Pierre Jaury 4e4f2b8037 First shot at improving access control, related to #42
A couple of things are important to note for this commit:
- it only implements the new access control for alias and admin management
- the access control code is located in access.py

The idea behind simpler access control is auditability. There have been a
couple of bugs related to functions not checking permissions properly. If
checking permissions is as simple as decorating a function, exporting the
permission scheme for an audit should be simple.

Also, this still does not address the information leakage related to 404 errors
when an object does not exist, independently of permissions the user has over
the domain.
8 years ago
..
freeposte First shot at improving access control, related to #42 8 years ago
migrations Fix the wildcard migration script, fixes #53 8 years ago
Dockerfile Add migratoin scripts to the docker container 9 years ago
manage.py Fix the admin creation command 9 years ago
requirements.txt Handle DKIM key generation and storage 9 years ago
start.sh Perform automatic database migration 9 years ago