Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / helpdesk / views.py @ 9fd36718

History | View | Annotate | Download (4.4 kB)

# Date Author Comment
9fd36718 08/09/2012 03:56 pm Kostas Papadimitriou

Helpdesk application improvements

- Additional setting HELPDESK_ENABLED to be able to enable/disable
helpdesk views.
- Fix fixtures to play along with new network models
- Include helpdesk default settings module

d59d86d4 08/01/2012 05:28 pm Kostas Papadimitriou

Support ip to account lookup

as an alternative method to helpdesk details view. If network interface
exists with the passed ip, the details of the owner of the machine linked to
the network interface will be displayed.

e620ca07 07/06/2012 06:05 pm Olga Brani

Helpdesk improvements

- Display vm os
- DIsplay network connected vms
- Short view of user info
- Other minor styling improvements

ebda2ad4 06/26/2012 04:05 pm Kostas Papadimitriou

Helpdesk api fix

handle prefix that contains text after "@".

9e3519e0 06/25/2012 03:06 pm Kostas Papadimitriou

Helpdesk improvements

- New json view to return a list of existing users with a prefix ending
with "@" to be used for autocompletion in helpdesk account name input.
- Proper non existing account handling. If no vms or private networks exist
for the specified account notify helpdesk user that the account...

0e5c88d0 06/13/2012 06:38 pm Kostas Papadimitriou

Helpdesk authentication view wrapper fix

- avoid AttributeError when checking for request.user attribute to be
present
- deny access if no groups defined in user dict

e129e26b 06/13/2012 02:53 pm Kostas Papadimitriou

Helpdesk permissions and filters

- deny access to users that don't belong to 'helpdesk' group
- filter results based on account provided

6bc44f65 05/18/2012 02:52 pm Kostas Papadimitriou

Order results by state

c3564ce9 05/18/2012 02:21 pm Kostas Papadimitriou

Initial commit of helpdesk app