Statistics
| Branch: | Tag: | Revision:

root / helpdesk @ 96b635d9

# Date Author Comment
27f0e60e 06/23/2011 10:53 am Giorgos Gousios

Forbid destructive actions from the helpdesk GUI

Mark requests with impersonated users as readonly and check access on all API method invocations

10ac885c 06/21/2011 03:59 pm Giorgos Gousios

Take care of various auth corner cases

Allow requests with X-Auth-Tmp-Token set but not under /helpdesk to
proceed
-Do not allow requests from non-valid users to proceed (in the face of
the recent Dropbox exploit :
))

1b68fa48 06/21/2011 02:36 pm Giorgos Gousios

Really process URL exclusions

abc6c854 06/20/2011 04:51 pm Giorgos Gousios

Better sizing of included iframe

89f34211 06/20/2011 04:51 pm Giorgos Gousios

Better cookie expiration handling

e55b6c56 06/20/2011 04:29 pm Giorgos Gousios

Impersonation works as expected

-Remove superflous check from middleware
-Make iframe cover full screen in firefox
-Filter our helpdesk users from users list

5ac53b64 06/20/2011 03:35 pm Giorgos Gousios

Add helpdesk user group

Helpdesk users are registered statically using the HELPDESK user type.
The middleware will only allow impersonation requests from helpdesk
users.

faec6e4f 06/15/2011 05:18 pm Giorgos Gousios

Several UI fixes

- Set and delete impresonated user cookies
- Clear button to clear selected user
- Countdown till the tmp user token expires

0e3918f3 06/15/2011 05:08 pm Giorgos Gousios

Only allow specific IP addresses to connect to the helpdesk app

71cb53b8 06/14/2011 05:20 pm Giorgos Gousios

Countdown timer till token expiration

15e9cf1a 06/14/2011 05:19 pm Giorgos Gousios

Fix tmp auth header creation

5c1d69e9 06/14/2011 03:09 pm Giorgos Gousios

Retrieve the temp auth token and store it in a cookie

dd0e2b2d 06/14/2011 03:08 pm Giorgos Gousios

Support for creating one-off user tokens

6ff0245f 06/14/2011 01:38 pm Giorgos Gousios

Middleware for dealing with impersonation requests

68688470 06/14/2011 11:03 am Giorgos Gousios

Retrieve fake user token from the API

Refs: #665

05310288 06/10/2011 05:00 pm Giorgos Gousios

Methods to retrieve list of active synnefo users

28f97815 06/10/2011 10:35 am Giorgos Gousios

Helpdesk skeleton application