aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add ldapdb entry to logging settingsPavlos Ratis2013-09-231-0/+4
* Clean up django_auth_ldap leftovers.Michał Górny2013-09-221-4/+0
* Replace django-auth-ldap with ldapdb-based auth backend.Michał Górny2013-09-221-1/+1
* Support authentication using SSH.Michał Górny2013-08-251-0/+1
* Initial SSH server support.Michał Górny2013-08-252-0/+13
* 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
* Enable memcached cache backend.Michał Górny2013-08-111-0/+8
* 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-093-49/+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
* trivial changeTheo Chatzimichos2013-07-101-1/+1
* Add django-ldapdb in settings and dependency listTheo Chatzimichos2013-07-101-0/+10
* Drop django-auth-ldap configuration we're not going to useTheo Chatzimichos2013-07-101-17/+5
* Merge branch 'openid-week2'Theo Chatzimichos2013-06-301-0/+4
|\
| * Disable OpenID application.Michał Górny2013-06-262-4/+3
| * Merge remote-tracking branch 'origin/master' into openid-week2Michał Górny2013-06-264-7/+21
| |\
| * | [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
| * | Introduce OpenID sub-app.Michał Górny2013-06-161-0/+1
* | | minor improvements/renames to the LOGGING contentsTheo Chatzimichos2013-06-291-12/+16
* | | Move AUTH_LDAP_USER_DN_TEMPLATE to settings/__init__Theo Chatzimichos2013-06-272-1/+2
* | | Move INSTANCE_NAME to local.pyTheo Chatzimichos2013-06-273-14/+10
* | | Merge remote-tracking branch 'tampakrap/local_settings_rename'Theo Chatzimichos2013-06-272-5/+5
|\ \ \ | |_|/ |/| |
| * | Rename local_settings to just localTheo Chatzimichos2013-06-252-5/+5
* | | Use relative imports.Michał Górny2013-06-261-3/+3
* | | Fix typo in vim modeline.Michał Górny2013-06-264-4/+4
|/ /
* | Include vim modelines in all code files.Michał Górny2013-06-254-4/+4
* | misc fixesPavlos Ratis2013-06-251-1/+2
* | add django-compressor supportPavlos Ratis2013-06-252-1/+12
* | add path to static filesPavlos Ratis2013-06-252-0/+2
|/
* Add ModelBackend for future use of mapping django and ldap groupsTheo Chatzimichos2013-06-061-0/+1
* Add the signup and activate viewsTheo Chatzimichos2013-06-062-0/+2
* Additions / fixes in settings:Theo Chatzimichos2013-06-062-3/+10
* trivial fixes in settings filesTheo Chatzimichos2013-05-112-10/+3
* Add django_auth_ldap logging settingsTheo Chatzimichos2013-05-111-1/+20