Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-webclient / pithos_webclient / settings.py @ master

History | View | Annotate | Download (3.4 kB)

# Date Author Comment
0afd9936 02/18/2014 12:07 pm Giorgos Korfiatis

Replace get_path with dict indexing

Remove dependency on obsolete module util/keypath.py.

31a5ca85 02/10/2014 02:41 pm Kostas Papadimitriou

Fix in key_path statements to match updated method usage

02f1204b 12/10/2013 01:29 pm Kostas Papadimitriou

Use pithos proxy path to redirect to astakos login view

ae9e1923 12/09/2013 05:17 pm Kostas Papadimitriou

Fix resolving of LOGIN_URL

resolve it as an absolute astakos url instead or proxying login view contents
from pithos webapp.

79c8010d 10/10/2013 12:41 pm Ilias Tsitsimpis

Use proxy to access Astakos service

Always use a proxy to access the Astakos service and don't import
astakos_services endpoints from astakosclient.

52670d22 06/11/2013 02:47 pm Kostas Papadimitriou

Expose STORAGE_VIEW_URL setting in index view

72fa004f 06/05/2013 05:47 pm Kostas Papadimitriou

Fix identity prefix resolving

e60d9343 06/04/2013 08:40 pm Kostas Papadimitriou

Update url/services settings

f5c3cc50 06/03/2013 01:15 pm Kostas Papadimitriou

Fix default login url

append ?next=

fc764443 05/31/2013 05:56 pm Kostas Papadimitriou

Component/service friendly views

- Enrich settings with setting keys shared with pithos-app in order to be able
to properly resolve dynamically set urls and prefixes
- Serve ui service of the pithos component

6157de5b 05/31/2013 01:51 pm Kostas Papadimitriou

Python packaging improvments

- Use {% include %} to extend index.html with appropriate django context
- Introduce `urls_config` context variable. A dict that contains requred webapp
endpoints. Keys are merged in otherProperties js object.

f90dd41a 04/11/2012 05:02 pm Kostas Papadimitriou

New setting PITHOS_UI_CLOUDBAR_ACTIVE_SERVICE

which overrides cloudbar js script ACTIVE_SERVICE setting.

28adfa0f 04/09/2012 12:33 pm Kostas Papadimitriou

Rename snf-pithos-web-client to snf-pithos-webclient