- Feb 09, 2015
-
-
Christoph Thelen authored
-
- Feb 06, 2015
-
-
Christoph Thelen authored
Changing the Session object the way it was done previously interferes with the new caching mechanism. The objects are now long-lived so any direct changes to it which are not in the spirit of its use case have to be removed. In this case, changing the creator information invalidated many of the isCreator checks sprinkled through the code, as the new creator's name would have been the string "not visible to you."
-
- Feb 03, 2015
-
-
Daniel Gerhardt authored
-
- Feb 01, 2015
-
-
Felix Schmidt authored
Added few pp Attributes to SessionInfo. Requests for Public Pool Sessions now return SessionInfo instead of Session.
-
- Jan 26, 2015
-
-
Daniel Vogel authored
-
- Jan 22, 2015
-
-
- Jan 17, 2015
-
-
Daniel Gerhardt authored
Updated copyright year and adjusted header format to be consistent over all files and with other ARSnova projects.
-
- Jan 15, 2015
-
-
Felix Schmidt authored
-
Felix Schmidt authored
-
- Jan 12, 2015
-
-
Daniel Vogel authored
-
Daniel Vogel authored
-
Daniel Vogel authored
-
- Jan 08, 2015
-
-
Daniel Vogel authored
-
- Dec 15, 2014
-
-
Daniel Vogel authored
-
- Oct 29, 2014
-
-
Christoph Thelen authored
-
- Oct 15, 2014
-
-
Christoph Thelen authored
-
- Oct 07, 2014
-
-
Christoph Thelen authored
-
- 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
-