unrhodecode/rhodecode/authentication
Marcin Kuzminski 35d60afec4 auth-plugins: fixed problem with cache of settings in multi-worker mode.
- previous implementation had a bug that cached the settings in each class, caused not refreshing
the update of settings in multi-worker mode. Only restart of rhodecode loaded new settings.
2018-04-10 11:47:00 +02:00
..
plugins auth: use more consistent logging on failed logs. 2018-04-09 13:31:57 +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 auth-plugins: fixed problem with cache of settings in multi-worker mode. 2018-04-10 11:47:00 +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 auth-plugins: fixed problem with cache of settings in multi-worker mode. 2018-04-10 11:47:00 +02:00