Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-webclient @ 3aaee38a

Name Size
  conf
  pithos_webclient
COPYRIGHT 1.5 kB
Changelog 242 Bytes
MANIFEST.in 307 Bytes
README 2.7 kB
distribute_setup.py 15.4 kB
setup.py 10 kB

Latest revisions

# Date Author Comment
862ad222 06/19/2013 05:29 pm Georgios D. Tsoukalas

fix synnefo.settings circular import dependency

Break this import circle:

django.conf -> synnefo.settings (via DJANGO_SETTINGS_MODULE)
synnefo.settings -> pithos_webclient.synnefo_settings (via entry points)
pithos_webclient.synnefo_settings -> pithos_webclient.urls...

021bccd7 06/19/2013 01:16 pm Kostas Papadimitriou

Use example.synnefo.org in default conf settings

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=

View revisions

Also available in: Atom