aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support authentication using SSH.Michał Górny2013-08-251-0/+1
* Initial SSH server support.Michał Górny2013-08-251-0/+4
* Move crypto-related stuff to okupy.crypto.Michał Górny2013-08-211-1/+1
* Move RevokedToken to common and make it more universal.Michał Górny2013-08-211-1/+1
* Move SSL verification into a dedicated backend.Michał Górny2013-08-121-1/+1
* Use session storage for messages.Michał Górny2013-08-111-0/+2
* Use cache backend for sessions.Michał Górny2013-08-111-0/+2
* Move settings around, so they can actually be overwrittenTheo Chatzimichos2013-08-111-47/+47
* Remove Modelbackend, it is uselessTheo Chatzimichos2013-08-101-1/+0
* Re-use TOTPDevice for handling 'OTP disabled'.Michał Górny2013-08-091-1/+0
* Revoke used tokens atomically.Michał Górny2013-08-091-0/+1
* Support SOTP recovery keys.Michał Górny2013-08-091-0/+1
* Support TOTP with database storage (temporarily).Michał Górny2013-08-091-0/+1
* Introduce initial code for two-phase auth support.Michał Górny2013-08-091-0/+2
* Move middleware & installed app settings to common.Michał Górny2013-08-091-0/+25
* Set session expiration in settings.Michał Górny2013-08-081-1/+1
* Introduce ExternalBackend for handling external auth.Michał Górny2013-08-051-0/+1
* as pointed out by dastergon, instance_name key is not used in non-verbose for...Theo Chatzimichos2013-07-291-1/+1
* trivial fixTheo Chatzimichos2013-07-161-1/+1
* Add TLS and CONNECTION_OPTIONS for ldapdbTheo Chatzimichos2013-07-101-0/+2
* whitespaceTheo Chatzimichos2013-07-101-1/+0
* Add django-ldapdb in settings and dependency listTheo Chatzimichos2013-07-101-0/+10
* Merge branch 'openid-week2'Theo Chatzimichos2013-06-301-0/+4
|\
| * Disable OpenID application.Michał Górny2013-06-261-3/+3
| * Merge remote-tracking branch 'origin/master' into openid-week2Michał Górny2013-06-261-4/+4
| |\
| * | [OpenID] Explicitly note that login is requested by OpenID request.Michał Górny2013-06-191-0/+4
| * | [OpenID] Support minimal site auth.Michał Górny2013-06-191-3/+3
* | | minor improvements/renames to the LOGGING contentsTheo Chatzimichos2013-06-291-12/+16
* | | Move AUTH_LDAP_USER_DN_TEMPLATE to settings/__init__Theo Chatzimichos2013-06-271-0/+2
* | | Merge remote-tracking branch 'tampakrap/local_settings_rename'Theo Chatzimichos2013-06-271-4/+4
|\ \ \ | |_|/ |/| |
| * | Rename local_settings to just localTheo Chatzimichos2013-06-251-4/+4
* | | Use relative imports.Michał Górny2013-06-261-3/+3
* | | Fix typo in vim modeline.Michał Górny2013-06-261-1/+1
|/ /
* / Include vim modelines in all code files.Michał Górny2013-06-251-1/+1
|/
* Add ModelBackend for future use of mapping django and ldap groupsTheo Chatzimichos2013-06-061-0/+1
* Additions / fixes in settings:Theo Chatzimichos2013-06-061-1/+1
* Add django_auth_ldap logging settingsTheo Chatzimichos2013-05-111-1/+20
* Move stuff from identity to okupyTheo Chatzimichos2013-05-111-0/+95