- 11 Jun, 2013 1 commit
-
-
Ilias Tsitsimpis authored
Filter images list so it does not contain burnin's registered images. This way we reduce the posibility that images list and detailed images list have different number of images.
-
- 10 Jun, 2013 17 commits
-
-
Sofia Papagiannaki authored
Pithos public api was broken since the pithos api decorator used to call the common api decorator without passing the ``token_required`` optional argument (default to True). As a result, all the requests failed with 401 Unauthorized status. An additional argument ``token_required`` was added to the pithos api_method which is propagated to the common api decorator. Related commit: commit: 65bbcd436f538c90abf85ebf611d1a8964e267dc
-
Sofia Papagiannaki authored
Use cookie for retrieving the authentication token
-
Sofia Papagiannaki authored
The header value should contain the absolute public url
-
Sofia Papagiannaki authored
If no request body is provided (no request content length), the response returns only non authentication protected information (before it used to return BadRequest)
-
Sofia Papagiannaki authored
* allow only GET method * ignore next request parameter unless it has pithos scheme
-
Sofia Papagiannaki authored
-
Christos Stavrakakis authored
Make astakosclient log a warning, instead of info, when retrying requests to Astakos.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Make the default status code of API Fault and AstakosClientException to be 500.
-
Olga Brani authored
Auth url and API token in API access page are disabled html inputs. On firefox, these inputs are replaced by <span> elements to allow them to be selected on user click.
-
Giorgos Korfiatis authored
Rename snf-register-components to snf-component-register.
-
Vangelis Koukis authored
-
Vangelis Koukis authored
-
Giorgos Korfiatis authored
snf-register-components and snf-service-export
-
Giorgos Korfiatis authored
Because migrating the timestamp fields of model ProvisionLog from string to datetime takes too long, we keep them in string format. Alter migrations 0005 through 0007 introduced in commit 164e64d.
-
Giorgos Korfiatis authored
-
Sofia Papagiannaki authored
Pithos api default serialization for listing is text insted of json. However the common api decorator if not specified otherwise used to json as the default serialization. So we introduced a new optional argument (defaults to json) to override the default serialization for the api method. Conflicts: snf-pithos-app/pithos/api/util.py
-
- 07 Jun, 2013 6 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Strip padding ("=") introduced during the base64 encoding. Update token examples in docs.
-
Giorgos Korfiatis authored
Update URLs according to the new scheme. Remove note on CSRF deactivation. Mention PITHOS_BASE_URL and CYCLADES_SERVICE_TOKEN. Update output of pithos-migrate. Remove VMAPI_BASE_URL.
-
Giorgos Korfiatis authored
Rename CYCLADES_ASTAKOS_SERVICE_TOKEN to CYCLADES_SERVICE_TOKEN for uniformity.
-
Giorgos Korfiatis authored
-
Georgios D. Tsoukalas authored
-
- 06 Jun, 2013 16 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
`snf_django.lib.api.urls.api_patterns` acts as django `patterns` method used commonly in urls modules. Using api_patterns to register urls will result all patterns to be exempted from csrf protection.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
method does not seem to exist in debian packaged django release. Since csrftoken is not used in 500 templates the removal won't cause any side effects.
-
Georgios D. Tsoukalas authored
The service definitions of astakos are not actually within the astakos package, but in astakosclient. The reason for this is that every other component needs some knowledge about astakos' services, and the only common astakos-related package they depend is astakosclient.
-
Kostas Papadimitriou authored
automatically detect which cloudbar menu is active by matching the current window location with the registered service url.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
- Move 404, 500 templates from astakos to webproject - Remove 404, 500 templates from pithos-app - Webproject now includes static files to serve jquery as an asset in 404, 500 pages. - Custom 500 handler. Use RequestContext if possible.
-
Kostas Papadimitriou authored
redirect user to landing page by default
-
Olga Brani authored
-
Christos Stavrakakis authored
-
Olga Brani authored
-
Kostas Papadimitriou authored
-
Giorgos Korfiatis authored
A data migration was mistakenly squashed in schema migration, causing problems with newer south versions. This data migration is not needed in a production system, because it affects only a table introduced in the same Synnefo version as this migration (v0.13).
-