- 09 Jan, 2014 2 commits
-
-
Ilias Tsitsimpis authored
Don't use basicConfig inside astakosclient library. This function should be called from the main thread. The user of our library should be able to set a handler for `astakosclient' logger if she wants to.
-
Sofia Papagiannaki authored
This limit is configurable and is applied in the api level. Refs: #4804
-
- 08 Jan, 2014 23 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Olga Brani authored
-
Olga Brani authored
-
Olga Brani authored
-
Olga Brani authored
Pagination, filtering and sorting of tables in projects-list and members-list view is done client-side using DataTables.js
-
Olga Brani authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
- Validate key submission content size. Maximum allowed content size is configurable in userdata settings (USERDATA_SSH_KEY_MAX_CONTENT_LENGTH). - Return 422 status code on submission validation errors.
-
Kostas Papadimitriou authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Delete all holdings with a holder that does not correspond to an accepted user uuid. This is expected to affect only holdings with zero usage, because an astakos migration has previously accepted users with non-zero usage for some holding.
-
Giorgos Korfiatis authored
Due to a non-handled case during the introduction of the user moderation framework, there can exist non-accepted users with non-zero quota usage. This can have happened if a user was set inactive before that migration. We accept such non-moderated or rejected users, but keep them inactive.
-
Giorgos Korfiatis authored
Revert deletion of holdings for non accepted users, introduced in cfc934f.
-
Giorgos Korfiatis authored
Don't attempt to show quota for non-accepted users, since they don't have any.
-
Dionysis Grigoropoulos authored
Function check_name_length would crash if the input was a unicode string.
-
Dionysis Grigoropoulos authored
Since commit ba6ad3460931223d262badebcecbb4124ac136d8 subnets were always created with an empty name field due to a bug.
-
- 07 Jan, 2014 2 commits
-
-
Kostas Papadimitriou authored
set missing overlay titles
-
Kostas Papadimitriou authored
-
- 29 Dec, 2013 1 commit
-
-
Kostas Papadimitriou authored
-
- 23 Dec, 2013 4 commits
-
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
Kamaki changed its API and now AstakosClient has been renamed to CachedAstakosClient whereas the AstakosClient class points to the astakosclient package.
-
Christos Stavrakakis authored
-
Sofia Papagiannaki authored
Use backend astakosclient instance to query the account quotas.
-
- 20 Dec, 2013 8 commits
-
-
Sofia Papagiannaki authored
Change database field to TextField in order to avoid restrictions on the redirect url lengths Update tests This fix introduces a database migration of the oa2 app Refs: #4804
-
Constantinos Venetsanopoulos authored
-
Constantinos Venetsanopoulos authored
This change should have been included in commit 3df48a3faa0d84bdb2c945d117929e17dc999d59 but was mistakenly left out.
-
Constantinos Venetsanopoulos authored
Change all Astakos messages to reflect the new sign up procedure: * first send a verification email * user clicks on verification link * mark as pending moderation * activate
-
Kostas Papadimitriou authored
-
Constantinos Venetsanopoulos authored
Since now we have more services and we have separate guides for each service API, it is misleading to keep component names in guide file names. Rename file names to reflect the actual service they describe. * astakos-api-guide -> identity-api-guide * pithos-api-guide -> object-api-guide * cyclades-api-guide -> compute-api-guide
-
Constantinos Venetsanopoulos authored
* Separate Developer's guide from API guide * Update API guide to reflect the latest changes mostly regarding Networks * Create an empty Network API guide to get filled with the Neutron API specification * Add the corresponding link to the API guide in index * Remove obsolete Integrator's guide TODO: Refactor/remove/update the Integrator's Quick Installation Guide which is now out-of-date. Sort out what we should keep and merge them to the other guides.
-
Kostas Papadimitriou authored
-