- 10 Jun, 2013 6 commits
-
-
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 18 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).
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Adapt script snf-register-components to update/import services for an already registered component.
-
- 05 Jun, 2013 10 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
optionally append a redirect view to the root url of the project. Redirect url is configurable using WEBPROJECT_ROOT_REDIRECT setting.
-
Kostas Papadimitriou authored
extend_with_root_redirects can be used by components to easily extend the registered urlpatterns with utility redirect views for the root urls.
-
Kostas Papadimitriou authored
in api access view
-
Kostas Papadimitriou authored
no longer needed
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
- Direct access to user uuid is no longer useful to the users. - `auth token`, `auth token expires` and `renew token action` are now accessed from the api access view.
-
Giorgos Korfiatis authored
-
Kostas Papadimitriou authored
-