Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added missing ou entry | Nico von Geyso | 2012-09-26 | 1 | -1/+1 | |
| | ||||||
* | added InvalidPasswordError Exception | Nico von Geyso | 2012-09-26 | 1 | -1/+5 | |
| | ||||||
* | make sure to utf8-encode passwords correctly. | Marian Sigler | 2012-09-26 | 2 | -4/+13 | |
| | | | | You can now use umlauts in your password \o/ | |||||
* | account: fix delete() | Marian Sigler | 2012-09-26 | 1 | -3/+2 | |
| | ||||||
* | Merge branch 'master' of ssh://git.spline.de/account-web | Marian Sigler | 2012-09-26 | 1 | -36/+66 | |
|\ | ||||||
| * | Merge branch 'master' of ssh://git.spline.de/account-web | Nico von Geyso | 2012-09-26 | 6 | -25/+35 | |
| |\ | | | | | | | | | | | | | Conflicts: account.py | |||||
| * | | added escape method and use it nearly everywhere. good old paranoia | Nico von Geyso | 2012-09-26 | 1 | -27/+66 | |
| | | | ||||||
* | | | check for unique mail addresses | Marian Sigler | 2012-09-26 | 4 | -3/+27 | |
| |/ |/| | ||||||
* | | Fix password change; Don't require old password for settings changes | Marian Sigler | 2012-09-26 | 3 | -4/+4 | |
| | | ||||||
* | | add get_by_uid | Marian Sigler | 2012-09-26 | 1 | -4/+14 | |
| | | ||||||
* | | layout stuff | Marian Sigler | 2012-09-26 | 2 | -17/+26 | |
|/ | ||||||
* | add accounts logo, style header | Marian Sigler | 2012-09-26 | 6 | -34/+274 | |
| | ||||||
* | Implement password recovery functionality. | Marian Sigler | 2012-09-26 | 10 | -13/+124 | |
| | ||||||
* | fix munin plugin | Marian Sigler | 2012-09-26 | 1 | -2/+2 | |
| | ||||||
* | account.py: Fix find(); Add get_by_uid() | Marian Sigler | 2012-09-26 | 1 | -1/+17 | |
| | ||||||
* | start with form and template changes for service password management | Marian Sigler | 2012-09-26 | 6 | -59/+88 | |
| | ||||||
* | add a Service() class to have more data about the services | Marian Sigler | 2012-09-26 | 3 | -7/+25 | |
| | ||||||
* | fixed password bug for register() | Nico von Geyso | 2012-09-25 | 1 | -2/+2 | |
| | ||||||
* | wildcards for find() are by default off | Nico von Geyso | 2012-09-25 | 1 | -6/+13 | |
| | | | | To use wildcards you have to use find(..., wildcard=True) otherwise the wildcard gets escaped. | |||||
* | Merge branch 'master' of ssh://git.spline.de/account-web | Nico von Geyso | 2012-09-24 | 10 | -60/+153 | |
|\ | ||||||
| * | templates/_macros: move errors in own macro | Marian Sigler | 2012-09-24 | 3 | -13/+16 | |
| | | ||||||
| * | indentation | Marian Sigler | 2012-09-24 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of ssh://git.spline.de/account-web | Marian Sigler | 2012-09-24 | 1 | -8/+25 | |
| |\ | | | | | | | | | | | | | Conflicts: account.py | |||||
| * | | Warn users not to enter valuable passwords (because of osqa etc) | Marian Sigler | 2012-09-24 | 1 | -0/+1 | |
| | | | ||||||
| * | | Add `logout_required; Add bootstrap for forms | Marian Sigler | 2012-09-24 | 10 | -45/+125 | |
| | | | ||||||
| * | | settings: start with service management | Marian Sigler | 2012-09-21 | 3 | -7/+16 | |
| | | | ||||||
* | | | use passwd_s for password changes | Nico von Geyso | 2012-09-24 | 1 | -16/+27 | |
| |/ |/| | | | | | | | with modify_s passwords will be saved in plain text (base64 encoded). To prevent this security issue we use passwd_s instead of modify_s. | |||||
* | | find() now uses dict instead of ldap search str | Nico von Geyso | 2012-09-23 | 1 | -7/+24 | |
|/ | | | | | | | examples: service.find() # find all users service.find_by_uid('test') # find users by uid service.find_by_mail('test@test.de') # find users by mail | |||||
* | Send verify mail on change of mail address | Marian Sigler | 2012-09-21 | 5 | -20/+65 | |
| | ||||||
* | add color to flashes | Marian Sigler | 2012-09-21 | 3 | -6/+28 | |
| | ||||||
* | use img instead of background-image | Nico von Geyso | 2012-09-21 | 2 | -6/+2 | |
| | ||||||
* | fixed path for logo | Nico von Geyso | 2012-09-21 | 1 | -1/+1 | |
| | ||||||
* | added spline logogit status111 | Nico von Geyso | 2012-09-21 | 3 | -1/+19 | |
| | ||||||
* | Add confirmation to registration. | Marian Sigler | 2012-09-21 | 6 | -23/+115 | |
| | | | | | | 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. | |||||
* | utils: use flask.current_app to avoid circular import | Marian Sigler | 2012-09-21 | 1 | -8/+6 | |
| | ||||||
* | add send_mail function | Marian Sigler | 2012-09-21 | 2 | -1/+25 | |
| | ||||||
* | account: remove delete by string for the time being | Marian Sigler | 2012-09-21 | 1 | -12/+12 | |
| | | | | | That functionality requires searching through the subtree for services to be deleted etc. | |||||
* | add functions to create confirmation links | Marian Sigler | 2012-09-21 | 1 | -1/+36 | |
| | ||||||
* | Merge branch 'master' of ssh://git.spline.de/account-web | Marian Sigler | 2012-09-21 | 1 | -0/+3 | |
|\ | ||||||
| * | contrib/munin: add relative import | Alexander Sulfrian | 2012-09-21 | 1 | -0/+3 | |
| | | ||||||
* | | basic settings (yet without confirmation mail on mail change etc) | Marian Sigler | 2012-09-21 | 6 | -13/+49 | |
| | | ||||||
* | | account: don't fail on unicode input strings. Update examples | Marian Sigler | 2012-09-21 | 1 | -8/+14 | |
|/ | ||||||
* | Merge branch 'master' of ssh://git.spline.de/account-web | Marian Sigler | 2012-09-21 | 1 | -0/+1 | |
|\ | ||||||
| * | Merge branch 'master' of ssh://git.spline.de/account-web | Alexander Sulfrian | 2012-09-21 | 4 | -42/+59 | |
| |\ | | | | | | | | | | | | | | | | * 'master' of ssh://git.spline.de/account-web: use AccountService AccountService: expect admin credentials at initialization. | |||||
| * | | forms: add mail to RegisterForm | Alexander Sulfrian | 2012-09-21 | 1 | -0/+1 | |
| | | | ||||||
* | | | AccountService.delete: check for basestring not .dn | Marian Sigler | 2012-09-21 | 1 | -4/+5 | |
| |/ |/| | ||||||
* | | Merge branch 'master' of ssh://git.spline.de/account-web | Marian Sigler | 2012-09-21 | 2 | -0/+1 | |
|\| | ||||||
| * | requirements: add pycrypto | Alexander Sulfrian | 2012-09-21 | 1 | -0/+1 | |
| | | ||||||
| * | contrib/munin: moved script | Alexander Sulfrian | 2012-09-21 | 1 | -0/+0 | |
| | | ||||||
* | | use AccountService | Marian Sigler | 2012-09-21 | 3 | -10/+27 | |
| | | | | | | | | | | 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`. |