- 04 Oct, 2013 1 commit
-
-
Giorgos Korfiatis authored
At some points, verified users where mistakenly assumed.
-
- 27 Sep, 2013 2 commits
-
-
Ilias Tsitsimpis authored
In python 2 we cannot have keyword-only arguments (PEP 3102). And even if we could, this was not the right way to declare a python function.
-
Christos Stavrakakis authored
Replace commit_manually decorator with commit_on_success, since the functions that were using this decorator did not really needed it.
-
- 26 Sep, 2013 2 commits
-
-
Ilias Tsitsimpis authored
From Django documentation: """ It’s also important that you pass through the arguments that can be passed to the model method – that’s what the *args, **kwargs bit does. Django will, from time to time, extend the capabilities of built-in model methods, adding new arguments. If you use *args, **kwargs in your method definitions, you are guaranteed that your code will automatically support those arguments when they are added. """
-
Ilias Tsitsimpis authored
In Django 1.4 the `request.user' returns a SimpleLazyObject instead of a LazyUser. The equivalent of `user.__dict__' is now `user._wrapped.__dict__'. In order to be backward compatible we are requesting explicitely the attributes we want and not all of them with __dict__.
-
- 25 Sep, 2013 2 commits
-
-
Giorgos Korfiatis authored
Test was mistakenly using application id rather than project id in some occasions.
-
Giorgos Korfiatis authored
Sort list before comparing, since ordering in the response data is not specified. Triggered when run with postgres.
-
- 24 Sep, 2013 1 commit
-
-
Christos Stavrakakis authored
-
- 16 Sep, 2013 1 commit
-
-
Olga Brani authored
FOOTER_EXTRA_MESSAGE setting appears above Copyright message at the Compute templates and the Dashboard UI. Accepts html tags.
-
- 18 Jul, 2013 3 commits
-
-
Kostas Papadimitriou authored
although CONTACT_EMAIL is not a branding setting, we use the branding mechanism to expose it to brandable templates for practical reasons. This also fixes the missing contact email from all project related emails.
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
When approving a modification, automatically set the project to active, if it has been deactivated.
-
- 16 Jul, 2013 1 commit
-
-
Giorgos Korfiatis authored
-
- 12 Jul, 2013 1 commit
-
-
Giorgos Korfiatis authored
-
- 11 Jul, 2013 1 commit
-
-
Kostas Papadimitriou authored
- Customized logout success message - Customized add prompt message
-
- 10 Jul, 2013 1 commit
-
-
Kostas Papadimitriou authored
This reverts commit 02c1f22a0f7396a7b2211677db78247586e10805.
-
- 09 Jul, 2013 3 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
avoid redirecting user to signup view. Notify user the login credentials was invalid instead.
-
Kostas Papadimitriou authored
- include shibboleth headers in provider_details - display eppn instead of identifier in profile
-
- 08 Jul, 2013 1 commit
-
-
Kostas Papadimitriou authored
-
- 01 Jul, 2013 1 commit
-
-
Kostas Papadimitriou authored
fix pithos:// redirect params extraction
-
- 28 Jun, 2013 6 commits
-
-
Kostas Papadimitriou authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Olga Brani authored
-
Giorgos Korfiatis authored
Include leave requested and suspended members in the list of approved.
-
Sofia Papagiannaki authored
The weblogin used to return the user uuid. However, this in 0.14 version had been removed since the uuid can be retrieved using the POST /tokens authentication method. However, the old pithos clients have no other way to get the uuid, so we restore it temporarily.
-
- 19 Jun, 2013 5 commits
-
-
Georgios D. Tsoukalas authored
-
Sofia Papagiannaki authored
-
Georgios D. Tsoukalas authored
-
Kostas Papadimitriou authored
view always passes request argument. Avoid propagating it to ModelForm constructor.
-
Kostas Papadimitriou authored
when recpatcha is enabled in astakos settings
-
- 18 Jun, 2013 3 commits
-
-
Olga Brani authored
-
Kostas Papadimitriou authored
since django 1.3, when using the ``transaction.commit_manually`` decorator, transaction is required to be closed (using either commit/rollback) even if only read db operations are executed from within the wrapped method.
-
Kostas Papadimitriou authored
-
- 17 Jun, 2013 3 commits
-
-
Giorgos Korfiatis authored
-
Olga Brani authored
-
Giorgos Korfiatis authored
Initialize the argument with the desired list in runtime rather than load time; set the default to None.
-
- 14 Jun, 2013 2 commits
-
-
Kostas Papadimitriou authored
Django response object content_type attribute is not used. Pass desired content type in HttpResponse constructor.
-
Olga Brani authored
-