unrhodecode/rhodecode/authentication
Marcin Kuzminski 7781eabe94 auth: use cache_ttl from a plugin to also cache permissions.
- this gives a 30% speed increase in operations like svn commit
- generally uses the same mechanismy like auth cache to cache permissions for faster
access to vcs commands
2017-10-07 10:02:39 +02:00
..
plugins auth-rhodecode: don't fail on bcrypt if user password is set to None. 2017-10-07 10:02:57 +02:00
tests license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
__init__.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
base.py auth: use cache_ttl from a plugin to also cache permissions. 2017-10-07 10:02:39 +02:00
interface.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
registry.py vcs: reduce sql queries used during pull/push operations. 2017-09-28 21:45:19 +02:00
routes.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
schema.py auth: use cache_ttl from a plugin to also cache permissions. 2017-10-07 10:02:39 +02:00
views.py templating: use .mako as extensions for template files. 2017-01-04 22:13:57 +01:00