Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / static / snf / js / ui / web / ui_main_view.js @ 336ddd59

History | View | Annotate | Download (38.3 kB)

# Date Author Comment
336ddd59 03/20/2013 10:45 pm Kostas Papadimitriou

UI loading view improvements

Refs #3396
Refs #3397

- Use separate loading messages for each action to avoid confusion
caused due to aynchronous progress
- Enforce resolving of unknown machine image ids before the main view
gets rendered.

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...

3b463c5a 03/12/2013 04:36 pm Kostas Papadimitriou

UI create machine improvements

- Display remaining resources
- Predefined flavors display fix

f7e51fc5 03/12/2013 01:39 pm Kostas Papadimitriou

New ui quota helper class

also updated ui views to use the new class

d1a7ce9c 01/15/2013 09:47 pm Kostas Papadimitriou

Fix footer positioning javsacript handler

52a432c7 01/15/2013 09:47 pm Kostas Papadimitriou

Improve javascript exception handling

Skip 'Script error' exceptions. Those exceptions get raised in
FF/Safari/Chrome from scripts which location violates same-origin-policy
of the document (e.g cloudbar.js).

515b3e04 01/07/2013 01:41 pm Kostas Papadimitriou

Periodic update of user usage quotas

a6b9836b 11/08/2012 08:27 pm Kostas Papadimitriou

Handle suspended VM's in ui

UI now displays notice for vm's flagged as suspended. User may click on
suspended notice to contact support.

1b18db69 11/08/2012 03:16 pm Kostas Papadimitriou

Dynamically set user quota url in ui

cbf7b384 11/07/2012 07:50 pm Kostas Papadimitriou

UI quota limit handling

ui inititalization process now includes a call to the introduced
`ui.views.userquota` view which returns a json representation of available user
quota limits. Quota information is used across ui to prevent user from the
effort of trying to allocate additional resources.

5fe6c466 08/09/2012 03:57 pm Kostas Papadimitriou

Merge branch 'ui-helpdesk' into progress-monitor-new

1e882dd7 08/08/2012 08:39 pm Kostas Papadimitriou

Diagnostics implementation in ui app

- Change vm status message update method to include diagnostic messages
if the exist.
- New overlay to display vm diagnostics if vm is in ERROR state.

7f841ad2 07/17/2012 05:57 pm Olga Brani

Helpdesk improvements (VM connected to network)

9fd7a7a8 04/10/2012 03:43 pm Kostas Papadimitriou

Fix browser history handling, Refs #2299

3a7e5b0f 03/21/2012 07:59 pm Kostas Papadimitriou

Proper redirect if no auth cookie found

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

9c0ac5af 01/30/2012 06:55 pm Kostas Papadimitriou

Renamed snf-app to snf-cyclades-app