Mercurial > wikked
view MANIFEST.in @ 451:6cd51ea6dfcf
auth: Rewrite permission system and improve support for it.
- More proper ACL model for permissions.
- Page-level ACL is only specified locally, not inherited anymore.
- Protect more API and UI routes with permission checks.
- Improve error handling and error pages.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 07 Jan 2018 11:11:04 -0800 |
parents | 10a82dec3fe4 |
children |
line wrap: on
line source
include LICENSE include README.md include pytest.ini include requirements.txt include dev-requirements.txt recursive-include wikked * recursive-include tests * global-exclude *.py[cdo] __pycache__ *.so global-exclude .DS_Store Thumbs.db Desktop.ini global-exclude *.swp *~ *.bak