summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* settings: require old password to change password (only therefore)Marian Sigler2012-10-013-3/+13
|
* Give user menu a white background so that it is readable on small displays.Marian Sigler2012-10-011-1/+3
|
* only use one function for the errorhandlerMarian Sigler2012-10-011-5/+3
|
* disabled service passwordNico von Geyso2012-09-301-1/+5
|
* added missing endifNico von Geyso2012-09-301-0/+1
|
* Merge branch 'master' of ssh://git.spline.de/account-webMarian Sigler2012-09-302-2/+0
|\ | | | | | | | | Conflicts: templates/base.html
| * removed not working if statement for javascript blockNico von Geyso2012-09-291-2/+0
| |
| * removed console.log() debug statementsNico von Geyso2012-09-291-1/+0
| |
* | fix the script block existence checkMarian Sigler2012-09-291-2/+2
|/
* remove print statements ...Marian Sigler2012-09-291-5/+0
|
* only show js block on page if one is setMarian Sigler2012-09-291-1/+3
|
* move settings JavaScript code to own js file to not have to load it everytimeMarian Sigler2012-09-293-28/+29
|
* Make it possible to enter an email address at lost_password.Marian Sigler2012-09-294-14/+28
| | | | That way users who forgot their username can find it out.
* Make session last for 10 min; Remove SERVER_NAME from config.Marian Sigler2012-09-292-1/+11
| | | | | SERVER_NAME just caused problems with cookies and stuff when on localhost.
* make links only underlined, but also when not hoveredMarian Sigler2012-09-291-9/+2
|
* Merge branch 'master' of ssh://git.spline.de/account-webMarian Sigler2012-09-292-1/+2
|\
| * Merge branch 'master' of ssh://git.spline.de/account-webNico von Geyso2012-09-291-6/+25
| |\
| * | style: links are now boldNico von Geyso2012-09-292-1/+2
| | |
* | | mark error strings as safe. N.B: This means they all need to be escaped now!Marian Sigler2012-09-291-2/+2
| |/ |/|
* | Merge branch 'master' of ssh://git.spline.de/account-webMarian Sigler2012-09-2914-43/+246
|\|
| * use version for css file to prevent css caching if there are changesNico von Geyso2012-09-292-2/+2
| |
| * use post instead of get for service password resetNico von Geyso2012-09-294-15/+33
| |
| * added script to add new services to ldap backendNico von Geyso2012-09-291-0/+50
| |
| * some css fixesNico von Geyso2012-09-291-2/+6
| |
| * 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
| | | | | | | | with this we can use our base layout to display pretty error messages
| * 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
| | | | | | Before, we did it in templated which a) is not the recommended way, b) does only work when @templated is used and c) didn't work when directly returning response objects.
* 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
|\ | | | | | | | | Conflicts: templates/base.html
| * 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
|