aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Identation, whitespace and other cosmetics fixes in templatesTheo Chatzimichos2013-09-088-61/+70
* fix misc pep8 errorsPavlos Ratis2013-09-084-17/+17
* move password and email settings to another pagePavlos Ratis2013-09-043-0/+82
* add support for user settingsPavlos Ratis2013-09-014-1/+151
* Support authentication using SSH.Michał Górny2013-08-251-0/+7
* add url tag to templatesPavlos Ratis2013-08-181-5/+5
* Add @strong_auth_required decorator.Michał Górny2013-08-171-1/+3
* SSL auth: authenticate directly into session.Michał Górny2013-08-121-1/+9
* Merge pull request #47 from dastergon/prof_page_ldapdbTheo Chatzimichos2013-08-122-8/+41
|\
| * use LDAPUser and ldapdb in profile pagePavlos Ratis2013-08-082-8/+41
* | Support SOTP recovery keys.Michał Górny2013-08-091-0/+18
* | Support displaying QRCode for TOTP URI.Michał Górny2013-08-091-0/+2
* | Introduce 'otp-setup', to set TOTP up.Michał Górny2013-08-091-0/+50
* | Introduce a dummy token input.Michał Górny2013-08-091-3/+5
|/
* use of LDAPUser and ldapdb to get lists infoPavlos Ratis2013-08-063-74/+39
* Establish simple SSL client certificate auth.Michał Górny2013-08-051-0/+2
* OpenID: support automatic authentication for the same site.Michał Górny2013-07-201-0/+4
* Do not use 'SRegRequest' in views.Michał Górny2013-07-191-1/+1
* Print privacy policy URL for SReg when supplied.Michał Górny2013-07-191-19/+27
* User proper <label/> elements for SReg items.Michał Górny2013-07-191-1/+1
* Pass 'next' properly within the login form.Michał Górny2013-07-181-0/+1
* Support mail address choice for OpenID SReg.Michał Górny2013-07-121-4/+2
* Return LDAP data for SReg requests.Michał Górny2013-07-121-8/+18
* Merge branch 'master' into openid-week4Michał Górny2013-07-123-54/+114
|\
| * fix view to pass tests and indentPavlos Ratis2013-07-011-30/+30
| * fix indent, misc other fixesPavlos Ratis2013-07-012-55/+57
| * add data retrieval support from LDAP to user pagePavlos Ratis2013-07-013-48/+106
* | SReg: initial support for choosing fields to send.Michał Górny2013-07-071-0/+13
|/
* Drop separate OpenID after merging it.Michał Górny2013-06-295-220/+0
* Support cancelling login in OpenID requests.Michał Górny2013-06-291-0/+3
* Support OpenID CheckID requests.Michał Górny2013-06-291-0/+46
* Add a minimal user page with OpenID <link/>s.Michał Górny2013-06-292-0/+20
* Re-enable a minimal OpenID endpoint facility.Michał Górny2013-06-262-21/+23
* Merge remote-tracking branch 'origin/master' into openid-week2Michał Górny2013-06-266-13/+269
|\
| * Include vim modelines in all code files.Michał Górny2013-06-256-1/+13
| * misc fixesPavlos Ratis2013-06-251-13/+0
| * add django-compressor supportPavlos Ratis2013-06-251-10/+15
| * add main login and devlistsPavlos Ratis2013-06-255-13/+265
* | [OpenID] Enable Return-To trust checks.Michał Górny2013-06-201-0/+6
* | [OpenID] Allow cancelling request on login page.Michał Górny2013-06-201-0/+3
* | [OpenID] Re-tab templates.Michał Górny2013-06-206-172/+172
* | [OpenID] Explicitly note that login is requested by OpenID request.Michał Górny2013-06-191-10/+27
* | [OpenID] Support minimal site auth.Michał Górny2013-06-192-1/+42
* | [OpenID] initial request/response support.Michał Górny2013-06-181-0/+22
* | [OpenID] Initial endpoint discovery support.Michał Górny2013-06-174-3/+83
* | [OpenID] initial login support.Michał Górny2013-06-172-0/+72
|/
* End the session after 15 minutes of inactivityTheo Chatzimichos2013-06-091-5/+1
* Add the signup and activate viewsTheo Chatzimichos2013-06-062-13/+13
* remove legacy codeTheo Chatzimichos2013-06-063-35/+0
* Switch to the django messages frameworkTheo Chatzimichos2013-05-141-3/+3