Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / templates / home.html @ dccd42eb

History | View | Annotate | Download (30.1 kB)

# Date Author Comment
8f53cfa3 02/14/2013 04:27 pm Kostas Papadimitriou

Translate image owner uuid -> display name in UI

UI uses the introduced /user_catalog api to translate uuids to display
names when necessary.

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

Fix footer positioning javsacript handler

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

Periodic update of user usage quotas

e65291d7 01/07/2013 01:41 pm Kostas Papadimitriou

JS fix

call positionFooter after its definition

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.

28958b8e 11/08/2012 03:35 pm Kostas Papadimitriou

Improve ui personal images ui view

include reference to custom image creation guide if available.
Reference url can be configured by setting the UI_CUSTOM_IMAGE_HELP_URL
setting.

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

Dynamically set user quota url in ui

29cf98c9 11/08/2012 02:24 pm Kostas Papadimitriou

Automatic private networks subnet assignment in ui

Automatically choose a subnet that doesn't already exists in user's
private networks if 'Auto' subnet option is selected.

3796f345 11/07/2012 04:10 pm Kostas Papadimitriou

UI vm connection improvements

- add configurable vm hostname template
- allow override of vm connect messages
- replace ip by hostname in vm connection messages
- configurable ssh message template
- optional setting to append extra content in windows rdp files

40e5d2d2 11/07/2012 01:51 pm Kostas Papadimitriou

Change grouped public network name setting

UI_GROUPED_NETWORK_NAME -> UI_GROUPED_PUBLIC_NETWORK_NAME

3635e7ac 11/06/2012 01:05 pm Kostas Papadimitriou

Configurable grouped public network view name

9555268a 10/29/2012 06:46 pm Kostas Papadimitriou

Optionally group public nics in one network view in ui

b1fb5f74 10/29/2012 06:30 pm Kostas Papadimitriou

Fix stray divs

6de7fde5 10/23/2012 04:10 pm Kostas Papadimitriou

Configurable changes since attribute alignment

Introduce a new setting (UI_CHANGES_SINCE_ALIGMENT) to allow aligment of
changes-since attribute of consiquent API calls.

ebf4619d 08/10/2012 04:52 pm Kostas Papadimitriou

Apply UI_VM_IMAGE_COMMON_METADATA setting in ui index

the setting handles which image metada to copy when creating a vm using
the ui application.

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

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

5a3f410b 08/09/2012 03:33 pm Kostas Papadimitriou

Merge branch 'devel-0.11' into ui-helpdesk

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.

8aed3cc3 08/06/2012 11:28 am Kostas Papadimitriou

Fix html typo

0cd3b40b 08/01/2012 06:31 pm Kostas Papadimitriou

Comment disks menu

not fully implemented yet

126a01f2 07/23/2012 11:42 am Kostas Papadimitriou

Cyclades UI integration with the new networks api

- Handles nic connections instead of vms. New NIC model and NICs
collections created to handle the NIC api logic. NIC models get
updated on each vms/networks api call.
- New private network creation form....

18059f42 07/23/2012 11:42 am Kostas Papadimitriou

Update cyclades ui jquery lib to 1.7.2

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

Helpdesk improvements (VM connected to network)

d194e869 06/08/2012 06:15 pm Kostas Papadimitriou

Prepend namespace for named urls of ui

to avoid conflicts with other applications named urls.

4954661a 03/26/2012 02:30 pm Kostas Papadimitriou

IE 8 specific styles

03639c6d 03/26/2012 02:25 pm Kostas Papadimitriou

Proper display of vms associated with deleted images

0375f6c5 03/23/2012 03:16 pm Kostas Papadimitriou

Skip timeouts for stats api calls

using the skip_timeouts mechanism

810205e5 03/21/2012 08:04 pm Kostas Papadimitriou

Exit early if no auth cookie found

9ccb70fd 03/08/2012 05:19 pm Kostas Papadimitriou

Updated user menu in ui

- removed feedback and logout buttons (now provided by the separate identity
management application)
- removed username uniq display

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

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

Renamed snf-app to snf-cyclades-app