aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix misc pep8 errorsPavlos Ratis2013-09-081-5/+12
* move password and email settings to another pagePavlos Ratis2013-09-041-2/+8
* add support for user settingsPavlos Ratis2013-09-011-0/+58
* Fix flake8 errorsTheo Chatzimichos2013-08-261-1/+2
* switch back to non-relative imports, they proved to be confusingTheo Chatzimichos2013-08-251-2/+2
* Move crypto-related stuff to okupy.crypto.Michał Górny2013-08-211-1/+1
* Move session ID encryption, decryption & validation to SessionRefCipher.Michał Górny2013-08-211-14/+5
* ssl_auth: check decrypted session ID validity.Michał Górny2013-08-201-6/+10
* SSL auth: decrypt session ID in forms cleanup.Michał Górny2013-08-201-0/+13
* check if the passwords match in form.is_valid()Theo Chatzimichos2013-08-191-0/+8
* login: ask only for password when upgrading auth.Michał Górny2013-08-191-0/+5
* OpenID: add 'auto logout' option.Michał Górny2013-08-141-0/+5
* SSL auth: authenticate directly into session.Michał Górny2013-08-121-0/+6
* Introduce a dummy token input.Michał Górny2013-08-091-0/+4
* Support storing user data preferences in the db.Michał Górny2013-07-201-0/+1
* Support mail address choice for OpenID SReg.Michał Górny2013-07-121-0/+2
* Merge branch 'master' into openid-week4Michał Górny2013-07-121-17/+23
|\
| * Fix all pep8 issues apart from:Theo Chatzimichos2013-07-091-8/+13
* | SReg: initial support for choosing fields to send.Michał Górny2013-07-071-0/+19
|/
* 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
* End the session after 15 minutes of inactivityTheo Chatzimichos2013-06-091-1/+0
* Add the signup and activate viewsTheo Chatzimichos2013-06-061-0/+8
* Minor fixes and renames in loginTheo Chatzimichos2013-06-051-1/+1
* Add login formTheo Chatzimichos2013-05-111-0/+8