unrhodecode/rhodecode/authentication
Martin Bornhold c46ad9f215 vcs: Pass registry to vcs for user authentication.
Explicit pass the registry insted of indirectly using it via pyramids
thread locals.
2016-08-08 08:29:10 +02:00
..
plugins auth-ldap: added flag to set debug mode for LDAP connections. 2016-07-26 13:09:56 +02:00
tests authn: Test authentication plugin settings POST views. 2016-06-20 17:27:31 +02:00
__init__.py authn: Remove doubled colon in plugin ID generation. 2016-06-06 16:15:38 +02:00
base.py vcs: Pass registry to vcs for user authentication. 2016-08-08 08:29:10 +02:00
interface.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
registry.py authn: Bugfix, use the fallback plugin setting in log message. 2016-06-06 16:14:37 +02:00
routes.py i18n: Use new translation string factory. 2016-05-27 12:15:09 +02:00
schema.py i18n: Use new translation string factory. 2016-05-27 12:15:09 +02:00
views.py db: always use Session() for compatibility, Using Session is actually the 2016-07-27 00:42:19 +02:00