- 25 Nov, 2013 1 commit
-
-
Giorgos Korfiatis authored
Allow project enrollment and ownership only for users that are accepted, not just email_verified. Also change base quota only for accepted users.
-
- 22 Nov, 2013 1 commit
-
-
Giorgos Korfiatis authored
Make available in the API only resources with api_visible=True.
-
- 09 Oct, 2013 1 commit
-
-
Giorgos Korfiatis authored
Prior to 1.3, django wouldn't set the transaction dirty upon a DB exception and thus wouldn't trigger a rollback, resulting in a dangling aborted DB exception. See https://code.djangoproject.com/ticket/9964 Since this is now fixed, there is no need for our custom transaction management.
-
- 01 Oct, 2013 1 commit
-
-
Christos Stavrakakis authored
From django docs: """ HttpRequest.raw_post_data renamed to HttpRequest.body This attribute was confusingly named HttpRequest.raw_post_data, but it actually provided the body of the HTTP request. It’s been renamed to HttpRequest.body, and HttpRequest.raw_post_data has been deprecated. """
-
- 28 Aug, 2013 2 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Use the same regex as in the UI, which matches domain-name-like strings.
-
- 07 Aug, 2013 1 commit
-
-
Giorgos Korfiatis authored
-