summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * only working services for the moment are: gitlab and osqaNico von Geyso2012-09-291-2/+2
| * added some javascript code to handle visiblity of service formsNico von Geyso2012-09-298-29/+116
| * added jquery-1.8.2.min.jsNico von Geyso2012-09-292-1/+3
| * added submit button for each entryNico von Geyso2012-09-291-0/+1
| * use errorhandler for HTTP status error codesNico von Geyso2012-09-292-0/+16
| * added possibility to delete service passwordsNico von Geyso2012-09-284-18/+42
* | change create_account script to by default send an emailMarian Sigler2012-09-291-6/+25
|/
* Add script to create accounts (for usernames that are in the blacklist)Marian Sigler2012-09-286-7/+84
* Disable csrf where user is not logged in; Show CSRF errors in forms.Marian Sigler2012-09-288-13/+18
* use context_processor to create a default contextMarian Sigler2012-09-282-5/+7
* move ldap settings from account.py to configMarian Sigler2012-09-284-11/+18
* create servicePassword ldap object if it does not already existMarian Sigler2012-09-282-4/+8
* Merge branch 'master' of ssh://git.spline.de/account-webMarian Sigler2012-09-273-12/+11
|\
| * generate correct url for about pageNico von Geyso2012-09-271-1/+1
| * redirect to settings if logged inNico von Geyso2012-09-272-11/+10
* | add list of sites to /aboutMarian Sigler2012-09-273-2/+12
|/
* Add about page; Comment out service settingsMarian Sigler2012-09-277-5/+35
* Implement username blacklist; Don't allow registration with existing usernames.Marian Sigler2012-09-263-1/+28
* also allow uppercase letters in usernameMarian Sigler2012-09-261-1/+1
* define default font, increase body's top paddingMarian Sigler2012-09-261-1/+6
* Make logo a link to /; Increase margin of headerMarian Sigler2012-09-262-2/+4
* allow - in usernames (so now it is [-a-z]{2,16} )Marian Sigler2012-09-263-5/+6
* account: only update password as admin when explicitly requestedMarian Sigler2012-09-261-7/+9
* added missing ou entryNico von Geyso2012-09-261-1/+1
* added InvalidPasswordError ExceptionNico von Geyso2012-09-261-1/+5
* make sure to utf8-encode passwords correctly.Marian Sigler2012-09-262-4/+13
* account: fix delete()Marian Sigler2012-09-261-3/+2
* Merge branch 'master' of ssh://git.spline.de/account-webMarian Sigler2012-09-261-36/+66
|\
| * Merge branch 'master' of ssh://git.spline.de/account-webNico von Geyso2012-09-266-25/+35
| |\
| * | added escape method and use it nearly everywhere. good old paranoiaNico von Geyso2012-09-261-27/+66
* | | check for unique mail addressesMarian Sigler2012-09-264-3/+27
| |/ |/|
* | Fix password change; Don't require old password for settings changesMarian Sigler2012-09-263-4/+4
* | add get_by_uidMarian Sigler2012-09-261-4/+14
* | layout stuffMarian Sigler2012-09-262-17/+26
|/
* add accounts logo, style headerMarian Sigler2012-09-266-34/+274
* Implement password recovery functionality.Marian Sigler2012-09-2610-13/+124
* fix munin pluginMarian Sigler2012-09-261-2/+2
* account.py: Fix find(); Add get_by_uid()Marian Sigler2012-09-261-1/+17
* start with form and template changes for service password managementMarian Sigler2012-09-266-59/+88
* add a Service() class to have more data about the servicesMarian Sigler2012-09-263-7/+25
* fixed password bug for register()Nico von Geyso2012-09-251-2/+2
* wildcards for find() are by default offNico von Geyso2012-09-251-6/+13
* Merge branch 'master' of ssh://git.spline.de/account-webNico von Geyso2012-09-2410-60/+153
|\
| * templates/_macros: move errors in own macroMarian Sigler2012-09-243-13/+16
| * indentationMarian Sigler2012-09-241-1/+1
| * Merge branch 'master' of ssh://git.spline.de/account-webMarian Sigler2012-09-241-8/+25
| |\
| * | Warn users not to enter valuable passwords (because of osqa etc)Marian Sigler2012-09-241-0/+1