unrhodecode/rhodecode/authentication
Marcin Kuzminski f1497f5afd caches: new cache context managers.
- deprecate beaker cache completly
- use new cache decorators from dogpile
- use a proper per cache key invalidation
2018-08-02 18:04:52 +02:00
..
plugins dependencies: bumped python-pam to 1.8.4 and fixed pam auth. 2018-07-31 16:56:20 +02:00
tests release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
__init__.py cli: skip auth plugin search/registry in case of cli invocation for faster execution of those actions. 2018-03-01 16:46:49 +01:00
base.py caches: new cache context managers. 2018-08-02 18:04:52 +02:00
interface.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
registry.py auth-plugins: fixed problem with cache of settings in multi-worker mode. 2018-04-10 11:47:00 +02:00
routes.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
schema.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
views.py caches: use dogpile for sql_cache_short region. 2018-07-12 17:20:03 +02:00