- May 26, 2014
-
-
Paul-Christian Volkmer authored
-
- May 24, 2014
-
-
Paul-Christian Volkmer authored
-
- May 21, 2014
-
-
Paul-Christian Volkmer authored
Spring security based permission check will do this for us.
-
- May 20, 2014
-
-
Paul-Christian Volkmer authored
-
- May 19, 2014
-
-
Paul-Christian Volkmer authored
-
- Mar 10, 2014
-
-
Christoph Thelen authored
-
- Dec 07, 2013
-
-
Daniel Gerhardt authored
-
- Jun 05, 2013
-
-
Paul-Christian Volkmer authored
This sets current user and ARSnova session information in a session scoped service bean. If the user connects with a websocket, the websocket session ID will be set in addition to the user and session object. The aspects methods pointcut after returning from joinSession() method in SessionService. So the UserSessionService will be set with all needed data after a user successfully joins a session. With this service available, it can be used to replace some usage of Array/Map based application wide data structures that cause some trouble when stopping or redeploying the application.
-
- Jun 04, 2013
-
-
Paul-Christian Volkmer authored
This bean holds user and session object of the current user after he joins a session and could be used to access those objects within the application. Added two simple URIs to get a JSON representation of the referenced objects.
-
- May 08, 2013
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Mar 08, 2013
-
-
Daniel Gerhardt authored
-
- Mar 06, 2013
-
-
Daniel Knapp authored
-
- Mar 05, 2013
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
API specification. Changed StatisticsController to allow requests without a trailing slash to be consistent with the other **/statistics paths.
-
- Feb 28, 2013
-
-
Paul-Christian Volkmer authored
If the current session is linked to a course and there are other sessions for this course, add a number to the name and short name of the session, indicating which session is ment since all sessions will have the same name and short name.
-
- Feb 26, 2013
-
-
Christoph Thelen authored
-
- Feb 22, 2013
-
-
Paul-Christian Volkmer authored
-
- Feb 19, 2013
-
-
Daniel Gerhardt authored
/questionbylecturer/* => [/session/{sessionKey}]/lecturerquestion/* /questionbyaudience/* => [/session/{sessionKey}]/audiencequestion/*
-
Daniel Gerhardt authored
API changes: - /session/visitedsessions => /session/?filter=visited - /session/mysessions => /session/?filter=owned Added changed routes to LegacyController.
-
- Feb 12, 2013
-
-
Paul-Christian Volkmer authored
This allows expecting those exceptions in test classes.
-
- Feb 05, 2013
-
-
Daniel Gerhardt authored
-
- Feb 04, 2013
-
-
Christoph Thelen authored
-
Daniel Gerhardt authored
/socketurl => /socket/url /authorize => /socket/assign Changed status code for /socket/assign to 204 (this does not create).
-
- Dec 03, 2012
-
-
Julian Hochstetter authored
* rename methods to clearify that this are sockets
-
- Nov 01, 2012
-
-
Christoph Thelen authored
-
- Oct 30, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 25, 2012
-
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
-
- Oct 24, 2012
-
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
cthelen recently
-
Julian Hochstetter authored
remove methods from session controller which are now in its own controller
-
Paul-Christian Volkmer authored
All relevant information about users (e.g. session mebership) are accessible via UserService. The method IUserService::getCurrentUser provides information about the actual logged in user. If no user is logged in, this method will throw a UnauthorizedException which will end up in 401 HTTP error.
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
This adds URI "/session/mysessions" in addition to the old URI which still can be used.
-
Paul-Christian Volkmer authored
All feedback methods are available in class FeedbackController, all question methods are available in class QuestionController. None of the URIs are changed! Added second URI for method QuestionController::getSkillQuestions that matches common URI rules in ARSnova: "/session/{sessionkey}/skillquestions" Both, the old an the new URI can be used equally.
-
Christoph Thelen authored
Currently, there is an issue with the response. It seems like Spring is trying to resolve some view, but fails, and then displaying a message stating POST is not allowed.
-
- Oct 17, 2012
-
-
Christoph Thelen authored
The properties are needed by the client and must not be ignored.
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
This checks if there is a user in current security context. If not, an UnauthorizedException is thrown which will result in HTTP - 401.
-