summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* basic settings (yet without confirmation mail on mail change etc)Marian Sigler2012-09-213-4/+4
|
* use AccountServiceMarian Sigler2012-09-211-0/+2
| | | | | Add it to the request context (as `g.ldap`); Use it for login; Connect to ldap on request startup and store the user object as `g.user`.
* start with settings pageMarian Sigler2012-09-211-0/+28
|
* Use Flask-WTForms because it adds CSRF protectionMarian Sigler2012-09-212-6/+12
|
* login works now.Marian Sigler2012-09-193-0/+24
|
* intermediate commit before I remove flask-login againMarian Sigler2012-09-192-2/+8
|
* first web stuffMarian Sigler2012-09-144-0/+51