Statistics
| Branch: | Tag: | Revision:

root / ui / views.py @ f81d0548

History | View | Annotate | Download (10.4 kB)

# Date Author Comment
65ecc5e4 07/21/2011 10:36 am Kostas Papadimitriou

UI machine connect improvements

- retrieve domain prefix from settings (defaults to BACKEND_PREFIX_ID)
- display message for windows users trying to connect to windows machine

406bf0d9 07/20/2011 06:05 pm Kostas Papadimitriou

Improved rdp file creation, Refs #895

- Create contents from a django template
- Added username parameter
- Added domain parameter (defaults to snf-<machine_id>)

319091c7 07/20/2011 12:17 pm Kostas Papadimitriou

Proper connect to machine messages

Display proper messages for host os other than linux/windows

31f9a55b 07/19/2011 06:12 pm Kostas Papadimitriou

Feedback fixes

- return 404 for GET requests
- early translate of subject to avoid send_mail exception

dacd179a 07/19/2011 01:39 pm Kostas Papadimitriou

Fix logout from ui url redirect

- defaults to settings.LOGIN_URL

ae748a9d 07/18/2011 07:14 pm Kostas Papadimitriou

Better connect message for windows hosts, Refs. #801

5bc1794f 07/18/2011 06:01 pm Kostas Papadimitriou

Dynamic username on connect display, Refs. #801

- display user for ubuntu,kubuntu,fedora
- display root for all other linux distros
- display value of 'User' meta attribute if exists

f277a1cd 07/18/2011 03:55 pm Kostas Papadimitriou

Ipv6 display improvements

- display on icon view and console window, Refs. #837
- show tooltip for long ip addresses, Refs. #839

0e8e87ac 07/13/2011 04:40 pm Kostas Papadimitriou

minor improvements on ui error handlers

display specific code/message (-5, "UI Error") for js exceptions
display exception info and firebug trace if in DEBUG mode

bdf369a2 07/13/2011 04:40 pm Kostas Papadimitriou

Machine connect fixes and improvements. Refs. #801

- more informative messages
- ui improvements
- ie fixes
- new rdp filename (<serverid>-<ip>.rdp)

faf5ddde 07/13/2011 04:40 pm Kostas Papadimitriou

Feedback form view, templates, urls and settings

6f4c1371 07/08/2011 10:31 am Kostas Papadimitriou

connect to machine improvements

- specific messages depending the os of the client and the vm
- direct to rdp file if windows client tries to connect to a windows vm
-

b687587e 07/07/2011 03:51 pm Kostas Papadimitriou

more informative `machine connect` process.

afedad4d 06/30/2011 06:44 pm Markos Gogoulos

add check for windows OS.

Refs #471

fd70c1db 06/30/2011 06:14 pm Markos Gogoulos

add windows rdp functionality

Refs #671

a226ff9f 06/28/2011 06:05 pm Christos Psaltis

Change only browser title and not the project variable

8950a78f 06/28/2011 05:02 pm Christos Psaltis

Change page title to ~okeanos, Refs. #699

7b03c69d 06/17/2011 04:38 pm Dimitris Moraitis

move UPDATE_INTERVAL to settings.py

a5bc3755 06/16/2011 04:24 pm Vangelis Koukis

Add license text to all UI files, refs #581

f533f224 06/03/2011 04:35 pm Vangelis Koukis

Merge branches api-current and ui-0.4, minor fixes

Merge branches api-current and ui-0.4: * Fix merge conflicts * Fix minor bug in reconciliation mgmt command * Add comments in settings.py.dist * minor PEP8 fixes

e6561111 05/04/2011 01:52 pm Mike Muzurakis

revert date changes, Refs #431

54479111 05/03/2011 06:48 pm Mike Muzurakis

fix IE date issue, Refs #431

6912c72b 05/02/2011 10:52 pm Markos Gogoulos

fix vnc console. open console on a new window

Refs #391

f2d1f663 04/29/2011 11:28 pm Markos Gogoulos

fix vnc console

pass console width/height on machine_console template. This can be
inserted on settings.py

473d37cc 04/29/2011 11:05 pm Markos Gogoulos

fix vnc console

9c901aec 04/29/2011 09:51 pm Markos Gogoulos

fix vnc console.

vnc console opens on a new tab. the code is on template machine_console.html and
has it's own url /machines/console

e646ebe5 03/30/2011 11:38 pm Dimitris Moraitis

pep8 compliance

42f67a2a 03/06/2011 07:40 am Dimitris Moraitis

major js restructuring & refactoring

Most javascript functions have been moved to a seperate file.
The standard view is also now seperate from the machines view. This solves a
couple of issues with Webkit browsers and the code becomes cleaner.
All actions from both the list and the standard view now have unified...

941b00d4 02/12/2011 10:08 pm Markos Gogoulos

added error codes for reboot action.

if the action can't happen, the user gets informed. There are three cases:

  • user sends the reboot request but timeout happens. He gets informed to check his network connection
  • the request can't be made. The user gets informed that the reboot action couldn't happen. We can further parse the error message to discover why this...
abf90954 02/11/2011 07:59 pm Markos Gogoulos

added TIMEOUT variable on settings.py.dist. You'll have to cp to your settings.py

initial value is 10 seconds. after this time passes, if the ui hasn't received any data, the user is informed (with js alert window at the moment) that there
are network issues (a better message might ask the user to refresh)

0dedf601 01/24/2011 07:08 pm Christos Psaltis

new main tabs appear and disappear without animation

43df43aa 01/19/2011 05:43 pm Markos Gogoulos

renamed instances to machines and also files/urls

325918fd 01/16/2011 07:27 pm Christos Psaltis

removed old hardcoded instances from views.py

ec06b07c 01/15/2011 07:50 am Dimitris Moraitis

js api calls

edda4d30 01/14/2011 10:02 pm Markos Gogoulos

removed django localeurl, added ui/i18n that handles the change of languages with GET. also added the translation of a few strings and updated a few lines on the documentation

2c3ab694 01/14/2011 08:53 pm Christos Psaltis

moved os logos to their own folder

de9bbf4e 01/14/2011 08:41 pm Christos Psaltis

replaced pc/os icons for machines

072ac3b4 01/14/2011 02:47 pm Christos Psaltis

added grey color background for better look when there is a long list of instances

b80d3c62 01/10/2011 11:52 am Markos Gogoulos

passing request to def home, to be available on the templates

b303ba05 12/21/2010 04:42 pm Christos Psaltis

move to django templates except main instances

5153f2a9 12/20/2010 07:39 pm Dimitris Moraitis

more css improvements towards mockup

cc7c5902 12/17/2010 10:00 pm Dimitris Moraitis

port to Django

ce124269 12/16/2010 06:28 pm Dimitris Moraitis

added ui django app