summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump flask versionAlexander Sulfrian2016-02-021-1/+1
| | | | Flask-0.10 has better support for signed sessions based on itsdangerous.
* Drop before first requestAlexander Sulfrian2016-02-021-7/+5
| | | | @app.before_first_request is the same as duing it runing app creation
* Remove context_processor with single useAlexander Sulfrian2016-02-022-7/+3
| | | | | If we need the variable only in a single view, we can simply supply this value for this single view.
* Remove blueprint name for "blueprint-local" urlsAlexander Sulfrian2016-02-022-5/+5
|
* Move general views into blueprintAlexander Sulfrian2016-02-0213-268/+269
| | | | The use of a default blueprint allows more independence of the app object.
* Do not disbale csrfAlexander Sulfrian2016-01-251-5/+5
|
* Use validate_on_submit helperAlexander Sulfrian2016-01-251-6/+6
| | | | | There is no need to validate the request.method by hand, the validate_on_submit helper does that.
* Remove unused importAlexander Sulfrian2016-01-251-1/+0
|
* backend/user: Allow different backends for usersAlexander Sulfrian2016-01-259-344/+476
|
* backend/mail: Allow different backends for mailAlexander Sulfrian2016-01-258-38/+115
|
* Account: Allow direct access to attribuesAlexander Sulfrian2016-01-251-0/+7
|
* All forms should contain a non-empty actionAlexander Sulfrian2016-01-252-2/+2
|
* Render most forms automatically, csrf is also only a fieldAlexander Sulfrian2016-01-259-54/+54
| | | | | | Most forms could be rendered in a loop, so that it automatically contains all fields. The csrf field is only a field, too. So that it could be rendered with render_field, too.
* Moved everything into a packageAlexander Sulfrian2016-01-2530-2/+2
|
* Add flask-scriptAlexander Sulfrian2016-01-252-0/+19
|
* Move admin interface into a blueprintAlexander Sulfrian2016-01-259-85/+104
|
* Bump flask versionAlexander Sulfrian2016-01-225-138/+8
|
* improve wording about service passwordsMarian Sigler2015-12-071-4/+10
|
* utils: also set envelop sender for mailsAlexander Sulfrian2014-01-101-1/+7
|
* Added in about 'Wie kann ich einen Spline-Account löschen?'Nico von Geyso2013-11-021-0/+7
|
* Re-Enabled jabber service entrymk2013-10-211-1/+1
|
* remove a line I forgot to remove ... :/Marian Sigler2013-05-231-2/+0
|
* use a constant time compare when verifying confirmation linksMarian Sigler2013-05-231-1/+27
|
* add possibility to disable accountsMarian Sigler2013-05-095-3/+84
|
* make links in errors red, tooMarian Sigler2013-05-021-0/+3
|
* In the registration form, check if the mail address already exists.Marian Sigler2013-04-292-4/+9
|
* consistency check: don't raise 'no user found' exception when theMarian Sigler2013-04-292-2/+10
| | | | backend accidentally returns two users
* mail is now an attributeAlexander Sulfrian2013-04-161-1/+1
|
* templates/admin_create_account: add security warningAlexander Sulfrian2013-04-161-1/+3
|
* fragen: adjusted to value in ldapAlexander Sulfrian2013-04-161-1/+1
|
* mail is now an attributeAlexander Sulfrian2013-04-161-3/+3
|
* fragen: renamed osqa serviceAlexander Sulfrian2013-04-161-3/+3
|
* foren: add serviceAlexander Sulfrian2013-04-151-1/+1
|
* every attribute can now be set with _set_attribute() in AccountsNico von Geyso2013-03-221-6/+9
|
* account.py: add zettelAlexander Sulfrian2013-02-041-0/+1
|
* Merge branch 'master' of ssh://git.spline.de/account-webNico von Geyso2012-10-296-7/+20
|\
| * fix admin/create_accountMarian Sigler2012-10-151-0/+2
| |
| * fix username regexMarian Sigler2012-10-152-3/+2
| |
| * add "erstellt" to new account information mailMarian Sigler2012-10-102-2/+2
| |
| * remove printMarian Sigler2012-10-071-1/+0
| |
| * Add "captcha"; Send mail when a new account is created.Marian Sigler2012-10-076-5/+18
| |
* | account registration: use uid for cn entryNico von Geyso2012-10-291-1/+2
|/
* Make external urls always with httpsMarian Sigler2012-10-064-4/+18
|
* Merge branch 'master' of ssh://git.spline.de/account-webMarian Sigler2012-10-051-5/+0
|\
| * activated service passwordsNico von Geyso2012-10-041-5/+0
| |
* | Disallow usernames starting with admin or root. Allow digits.Marian Sigler2012-10-054-9/+28
|/
* default_settings: changed base dnAlexander Sulfrian2012-10-041-1/+1
|
* set debug=False in default_settingsMarian Sigler2012-10-042-1/+2
|
* Remove password notice. Add notice urgeing people to wisely choose their ↵Marian Sigler2012-10-013-2/+11
| | | | username
* Add admin panel: Allow creation of usernames that are in the blacklist.Marian Sigler2012-10-017-12/+119
|