Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / static / snf / js / auth.js @ 643fe7e3

History | View | Annotate | Download (5.8 kB)

# Date Author Comment
acb284f7 06/03/2013 11:50 am Kostas Papadimitriou

cyclades ui: Allow developers to disable logout redirects

using UI_AUTH_SKIP_REDIRECTS. Useful for developers coping with 401 cyclades
api responses.

e3c026e7 03/29/2013 03:33 pm Kostas Papadimitriou

UI auth module typo fix

fix get_username to return user uuid instead of user token. The change
fix the resolving of image ownership of the current ui user.

afe9ca75 03/20/2013 09:47 pm Kostas Papadimitriou

UI. Always extract user info from current cookie contents

Refs #3460

Token value set in api action/request is always retrieved from the
current cookie contents. When cookie contents change is detected ui
redirects user to log in.

Cookie changes are detected each time the app tries to use the user...

abcdf501 03/02/2012 08:31 pm Kostas Papadimitriou

Astakos js client fix

4ef604a6 03/01/2012 06:37 pm Kostas Papadimitriou

Astakos and cloudbar integration in ui

85f1cd1e 02/21/2012 02:39 pm Kostas Papadimitriou

Astakos integration in UI

- New astakos js client integration (auth.js)
- Removed invitations views
- Removed SynnefoUser dependencies from userdata app
- Apply X-Auth-Token header for all ui requests