unrhodecode/rhodecode/authentication
Johannes Bornhold 4e9923b5ae auth: Implement __str__ on plugin base class
This way some error messages will look nicer, since they are based on the
__str__ of the plugin instance. Using the plugin_id will give the user (and us
in the support case) the exact pointer to the affected plugins.
2016-06-16 09:11:45 +02:00
..
plugins ldap-auth: fixed wrong Missing check 2016-06-08 14:03:02 +02:00
tests auth: Implement __str__ on plugin base class 2016-06-16 09:11:45 +02:00
__init__.py authn: Remove doubled colon in plugin ID generation. 2016-06-06 16:15:38 +02:00
base.py auth: Implement __str__ on plugin base class 2016-06-16 09:11:45 +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 permissions: Fix permissions for authentication plugin settings view. 2016-06-14 12:30:42 +02:00