Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui @ 1e28ba40

# Date Author Comment
7b2ce6b4 10/09/2012 05:08 pm Vangelis Koukis

Merge branch 'devel-0.11'

47c66641 09/07/2012 05:41 pm Dimitris Aragiorgis

Support multiple public networks in UI

Encapsulate in nic dict a public flag (network.public) and
remove twisted oldstyle identification way (network_id == 'public')
for retrieving public interfaces.
All network references are done via their network_id.
...

e49565e1 08/27/2012 05:26 pm Kostas Papadimitriou

Propagate NIC change event to the associated vm

so that nic changed attributes get propagated to the vm views (e.g. nic ip
change).

97d3fca1 08/27/2012 12:42 pm Kostas Papadimitriou

Catch error caused by duplicate NIC removal in ui

NICs get removed once their associated vm or network trigger their
corresponding remove signal. Synchronous removal of vm/network will
cause duplicate NIC removes to be called.

ab3e9eb8 08/09/2012 03:29 pm Kostas Papadimitriou

Improve windows connect message wording

99a005df 08/08/2012 03:13 pm Kostas Papadimitriou

Improve display of windows connect warning message

apply proper html/css formatting

17ab1a48 08/08/2012 02:25 pm Vangelis Koukis

Add warning about Windows sysprep phase in UI

Add warning in UI Connect dialog about initial 15-minute wait before
RDP becomes available with Windows VMs, due to sysprep running.

5c029c29 08/06/2012 11:28 am Kostas Papadimitriou

Remove spare div from html

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

Fix html typo

0b682c29 08/06/2012 11:28 am Kostas Papadimitriou

Firefox ui fix

add overflow to `hidden` to properly clear upper div in single vm view.

fdc32267 08/01/2012 04:49 pm Vangelis Koukis

Shorten "deleted image" string to "deleted" in UI

Shorten "deleted image" string to "deleted" in UI, to prevent line
alignment from breaking.

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

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

Fix create view image selection, Refs #2487

Only reset image selection on create view initialization to be able to
keep image selection between subviews transitions.

738a9b18 06/08/2012 06:15 pm Kostas Papadimitriou

Console popup window fix for safari, Refs #2463

It seems that Safari allows popup windows only if the window.open call
is made from within an html element click event context. Otherwise its
behaviour is based on "Block Pop-Up Windows" setting, which when enabled...

1efe6159 06/08/2012 06:15 pm Kostas Papadimitriou

Public SSH keys improvements

- use 'id_rsa' as the filename for the downloaded private key, Refs #2461
- changed the name of the auto generated public key

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

Prepend namespace for named urls of ui

to avoid conflicts with other applications named urls.

96a93b6b 06/08/2012 06:15 pm Kostas Papadimitriou

Improve wording on vm create view

More explanatory info for the selection of public keys that will get
copied to the created vm on step 3 of vm create view. Refs, #2462

0936e421 06/08/2012 06:15 pm Kostas Papadimitriou

Display stats period selection in ui

taking advantage of the urls for weekly graphs that stats service provide.
Refs #1791

fcdd2549 05/04/2012 06:05 pm Kostas Papadimitriou

Fix userdata tests

mock astakos get_user to bypass calls to astakos server

236223aa 04/30/2012 02:43 pm Kostas Papadimitriou

Fix multiple connect actions sent to the server

Refs #2358

c16d0b2c 04/30/2012 02:23 pm Kostas Papadimitriou

Fix nonexistent image metadata handling

e149a8c4 04/24/2012 03:29 pm Kostas Papadimitriou

Improve readability of vm password in ui

64f17a15 04/24/2012 03:20 pm Kostas Papadimitriou

Update copyright notice on ui footer

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

Fix browser history handling, Refs #2299

dbddee9c 03/29/2012 04:20 pm Kostas Papadimitriou

Reset flavor on image selection change

83221831 03/29/2012 04:20 pm Kostas Papadimitriou

Update footer links

02f0cd19 03/27/2012 11:54 pm Kostas Papadimitriou

Include astakos username in feedback emails

92bbc5b9 03/26/2012 06:33 pm Kostas Papadimitriou

Update js unittest suite

6a0915f7 03/26/2012 06:25 pm Kostas Papadimitriou

Proper image gui metadata identification

1da50ef2 03/26/2012 03:19 pm Kostas Papadimitriou

Removed uneeded debug statement

43ec1206 03/26/2012 03:18 pm Kostas Papadimitriou

Proper gui/os image metadata handling

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

59f43586 03/23/2012 03:42 pm Kostas Papadimitriou

Fix suggested flavors sorting

do not use disk_template in sorting algorithm

e472ed67 03/23/2012 03:19 pm Kostas Papadimitriou

Fix create vm wizard image deselect

when image list is empty

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

Skip timeouts for stats api calls

using the skip_timeouts mechanism

f70c8d47 03/23/2012 02:43 pm Kostas Papadimitriou

Fix handling of invalid image responses

handle invalid image responses while updating unknown image id

1b9ce1d1 03/23/2012 02:42 pm Kostas Papadimitriou

Do not fallback to old images api

old compute/images api is removed, no need to fallback to this api for
missing images

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

Exit early if no auth cookie found

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

Proper redirect 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

ab8aecf2 03/07/2012 05:12 pm Kostas Papadimitriou

Fixed dependencies of userdata migrations

e17979fe 03/05/2012 03:52 pm Kostas Papadimitriou

Fixed userdata migration

Catch attempt to delete inexistent key

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

Astakos js client fix

3ec71573 03/02/2012 08:30 pm Kostas Papadimitriou

ui.userdata astakos integration fixes

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

Astakos and cloudbar integration in ui

5facd191 03/01/2012 06:36 pm Kostas Papadimitriou

Process request using astakos get_user method

0d0466bf 03/01/2012 06:35 pm Kostas Papadimitriou

Return RequestContext context in ui views

7fcf6fec 03/01/2012 05:09 pm Kostas Papadimitriou

Merge branch 'ui-astakos-integration' into astakos-integration

4b3b8688 02/24/2012 05:51 pm Giorgos Verigakis

Use lib.astakos instead of our own middleware

e7903868 02/24/2012 03:24 pm Giorgos Verigakis

Merge branch 'master' of https://code.grnet.gr/git/synnefo into astakos-integration

56413897 02/21/2012 04:37 pm Kostas Papadimitriou

Merge branch 'master' into ui-astakos-integration

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

0c55f609 02/15/2012 05:23 pm Kostas Papadimitriou

Fixed media urls and static files configuration

- Also removed static files serve view (now added by webproject if
needed)

55b1e11f 02/15/2012 02:16 pm Kostas Papadimitriou

Move link_static management command in webproject

1127c6ba 02/14/2012 06:17 pm Kostas Papadimitriou

Removed i18n views from ui app

babfdb9b 02/13/2012 05:05 pm Kostas Papadimitriou

Move display_owner to the base Image model

4fd2095b 02/08/2012 01:27 pm Giorgos Verigakis

Merge remote-tracking branch 'origin/master' into astakos-integration

Conflicts:
snf-cyclades-app/synnefo/api/util.py

d7612b6e 02/06/2012 04:06 pm Kostas Papadimitriou

Fallback support to another image service in UI

So that glance image service can fallback to the old compute images api
for missing image references.

259d30d8 02/06/2012 02:47 pm Kostas Papadimitriou

VM create view fix

fixed a bug that caused previous/next buttons of vm create view
to disappear.

343d2421 02/06/2012 02:38 pm Kostas Papadimitriou

Fixed machine connect urls

cc875294 02/02/2012 05:10 pm Giorgos Verigakis

Merge remote-tracking branch 'origin/master' into astakos-integration

Conflicts:
runtests.sh
snf-cyclades-app/synnefo/aai/__init__.py
snf-cyclades-app/synnefo/aai/fixtures/auth_test_data.json
snf-cyclades-app/synnefo/aai/middleware.py
snf-cyclades-app/synnefo/aai/models.py...

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

Renamed snf-app to snf-cyclades-app