summaryrefslogtreecommitdiffstats
path: root/app.py
Commit message (Expand)AuthorAgeFilesLines
* Moved everything into a packageAlexander Sulfrian2016-01-251-301/+0
* Move admin interface into a blueprintAlexander Sulfrian2016-01-251-73/+2
* Bump flask versionAlexander Sulfrian2016-01-221-8/+3
* add possibility to disable accountsMarian Sigler2013-05-091-2/+50
* In the registration form, check if the mail address already exists.Marian Sigler2013-04-291-2/+0
* mail is now an attributeAlexander Sulfrian2013-04-161-3/+3
* add "erstellt" to new account information mailMarian Sigler2012-10-101-1/+1
* remove printMarian Sigler2012-10-071-1/+0
* Add "captcha"; Send mail when a new account is created.Marian Sigler2012-10-071-0/+8
* Make external urls always with httpsMarian Sigler2012-10-061-1/+1
* set debug=False in default_settingsMarian Sigler2012-10-041-1/+1
* Remove password notice. Add notice urgeing people to wisely choose their user...Marian Sigler2012-10-011-1/+1
* Add admin panel: Allow creation of usernames that are in the blacklist.Marian Sigler2012-10-011-12/+39
* settings: require old password to change password (only therefore)Marian Sigler2012-10-011-1/+1
* only use one function for the errorhandlerMarian Sigler2012-10-011-5/+3
* Make it possible to enter an email address at lost_password.Marian Sigler2012-09-291-2/+2
* Make session last for 10 min; Remove SERVER_NAME from config.Marian Sigler2012-09-291-0/+6
* use post instead of get for service password resetNico von Geyso2012-09-291-12/+14
* use Service.id instead of Service for password deletionNico von Geyso2012-09-291-2/+2
* use correct variables... -_-Nico von Geyso2012-09-291-2/+2
* use Service.id instead of name for comparisoningNico von Geyso2012-09-291-2/+3
* use errorhandler for HTTP status error codesNico von Geyso2012-09-291-0/+8
* added possibility to delete service passwordsNico von Geyso2012-09-281-0/+5
* Add script to create accounts (for usernames that are in the blacklist)Marian Sigler2012-09-281-1/+3
* Disable csrf where user is not logged in; Show CSRF errors in forms.Marian Sigler2012-09-281-6/+5
* use context_processor to create a default contextMarian Sigler2012-09-281-0/+6
* move ldap settings from account.py to configMarian Sigler2012-09-281-2/+2
* create servicePassword ldap object if it does not already existMarian Sigler2012-09-281-3/+2
* redirect to settings if logged inNico von Geyso2012-09-271-7/+10
* Implement username blacklist; Don't allow registration with existing usernames.Marian Sigler2012-09-261-0/+9
* allow - in usernames (so now it is [-a-z]{2,16} )Marian Sigler2012-09-261-3/+3
* make sure to utf8-encode passwords correctly.Marian Sigler2012-09-261-1/+3
* check for unique mail addressesMarian Sigler2012-09-261-2/+13
* Fix password change; Don't require old password for settings changesMarian Sigler2012-09-261-1/+4
* Implement password recovery functionality.Marian Sigler2012-09-261-1/+51
* start with form and template changes for service password managementMarian Sigler2012-09-261-34/+34
* add a Service() class to have more data about the servicesMarian Sigler2012-09-261-2/+4
* Add `logout_required; Add bootstrap for formsMarian Sigler2012-09-241-1/+6
* settings: start with service managementMarian Sigler2012-09-211-2/+11
* Send verify mail on change of mail addressMarian Sigler2012-09-211-16/+33
* add color to flashesMarian Sigler2012-09-211-2/+2
* Add confirmation to registration.Marian Sigler2012-09-211-8/+45
* basic settings (yet without confirmation mail on mail change etc)Marian Sigler2012-09-211-3/+32
* use AccountServiceMarian Sigler2012-09-211-4/+17
* start with settings pageMarian Sigler2012-09-211-3/+9
* add the flaskext_compat moduleMarian Sigler2012-09-211-0/+4
* 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