summaryrefslogtreecommitdiffstats
path: root/app.py
Commit message (Collapse)AuthorAgeFilesLines
* add color to flashesMarian Sigler2012-09-211-2/+2
|
* Add confirmation to registration.Marian Sigler2012-09-211-8/+45
| | | | | | First, only ask for username and email, then send out a confirmation mail. When the link therein is clicked, ask for a password and create the account in LDAP.
* basic settings (yet without confirmation mail on mail change etc)Marian Sigler2012-09-211-3/+32
|
* use AccountServiceMarian Sigler2012-09-211-4/+17
| | | | | 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-3/+9
|
* add the flaskext_compat moduleMarian Sigler2012-09-211-0/+4
| | | | | | This is needed because changed the paths of flask extensions. flaskext_compat makes sure they can be imported both the old and new way.
* login works now.Marian Sigler2012-09-191-8/+10
|
* intermediate commit before I remove flask-login againMarian Sigler2012-09-191-6/+36
|
* first web stuffMarian Sigler2012-09-141-3/+31
|
* first pieces of codeMarian Sigler2012-09-131-0/+11