- Aug 24, 2014
-
-
Daniel Gerhardt authored
-
- Jun 30, 2014
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
The creator name is only visible to the creating user itself.
-
- Jun 18, 2014
-
-
Christoph Thelen authored
-
- Jun 07, 2014
-
-
Paul-Christian Volkmer authored
-
- Jun 04, 2014
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
SessionController: Append integer to a string will result in a string ApplicationPermissionEvaluator: Code formatting UserService: Create new user object instead of assining parameter reference ARSnovaSocketIOServer: No exceptions are thrown
-
- Jun 02, 2014
-
-
Paul-Christian Volkmer authored
-
- 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
-