Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-webclient @ ccd43725

# Date Author Comment
ccd43725 06/14/2013 04:36 pm Kostas Papadimitriou

.conf files cleanup

- remove deprecated setting ``PITHOS_UI_CLOUDBAR_ACTIVE_SERVICE``
- remove ``PITHOS_UI_LOGIN_URL``, ``PITHOS_UI_FEEDBACK_URL``. Settings are
dynamically computed based on ``ASTAKOS_BASE_URL`` setting.

c51ebcfd 06/12/2013 05:33 pm Kostas Papadimitriou

Restrict url pattern

append `$` to the url pattern to restrict it from matching extended ui
urls that might get appended from other applications (e.g. /ui/view/....)

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

Expose STORAGE_VIEW_URL setting in index view

746fdf7a 06/11/2013 02:36 pm Kostas Papadimitriou

Register root urls redirect helpers

by default redirect root url to `/<base_path>` and `/<base_path>` to the
pithos ui service.

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

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

Convert index view context to json

to safely append any type of values to otherProperties javascript object

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

Fix default login url

append ?next=

c4e41cff 06/03/2013 01:13 pm Kostas Papadimitriou

Include missing services module

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.

e4ac2d18 05/22/2013 01:30 pm Kostas Papadimitriou

Extend otherProperties with branding settings

otherProperties object defined in the index.html is used from within the GWT
app to access deployment specific configuration options. A new placeholder added
in index.html. The placeholder gets replaced with django template code which...

9a450603 05/22/2013 01:07 pm Kostas Papadimitriou

Fix setup.py dependencies

snf-branding-app -> snf-branding

2aa9b2c5 02/08/2013 01:27 pm Kostas Papadimitriou

Devflow fixes

0fd5f349 02/07/2013 06:03 pm Kostas Papadimitriou

Devflow integration

a5f5da3c 06/22/2012 04:10 pm Kostas Papadimitriou

Proper version display

- Patch runtime.properties to apply version provided by index view

0f367488 04/11/2012 05:05 pm Kostas Papadimitriou

Update sample conf file

0ecaec63 04/11/2012 05:03 pm Kostas Papadimitriou

Update documentation

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

New setting PITHOS_UI_CLOUDBAR_ACTIVE_SERVICE

which overrides cloudbar js script ACTIVE_SERVICE setting.

97940d2e 04/09/2012 12:52 pm Kostas Papadimitriou

Update MANIFEST.in and README

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

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