- Jul 08, 2013
-
-
Paul-Christian Volkmer authored
-
- Jun 13, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This reverts commit c22330fd.
-
- Jun 12, 2013
-
-
Paul-Christian Volkmer authored
This enables access to all UserSessionService objects from within the application. This could be used to send events to all session users.
-
- Jun 11, 2013
-
-
Paul-Christian Volkmer authored
With this patch all feedbacks will be stored in memory without any interaction with CouchDB. Due to in memory storage, all feedbacks will be removed if server gets restartet. Depending on new requests, feedbacks will be deleted after some time.
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This patch uses an in memory storage of logged in users. Every time users send a (online) heartbeat the last known active timestamp of all users will be checked and inactive users will be removed from active user list.
-
Paul-Christian Volkmer authored
-
- Jun 10, 2013
-
-
Paul-Christian Volkmer authored
-
- Jun 08, 2013
-
-
Paul-Christian Volkmer authored
-
- Jun 06, 2013
-
-
Paul-Christian Volkmer authored
-
- Jun 05, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This could be used to send data via websockets without searching sessionIDs or user tables within ARSnova. Simply publish an event with ARSnova-sessionKey from within the application.
-
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 will now be linked to a session returning different values for different sessions and users. It can be used to access current users (ARSnova)-session and user object.
-
Paul-Christian Volkmer authored
-
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.
-