- Apr 11, 2014
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Apr 05, 2014
-
-
Daniel Gerhardt authored
-
- Apr 04, 2014
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Mar 18, 2014
-
-
Daniel Gerhardt authored
LDAP login now returns status codes 200/401 instead of using redirection.
-
- Jan 21, 2014
-
-
Christoph Thelen authored
-
- Jan 20, 2014
-
-
Christoph Thelen authored
-
- Dec 18, 2013
-
-
Christoph Thelen authored
-
- Dec 07, 2013
-
-
Daniel Gerhardt authored
-
- Oct 30, 2013
-
-
Christoph Thelen authored
-
- Sep 03, 2013
-
-
Christoph Thelen authored
Note that this is currently untested. :o
-
Christoph Thelen authored
-
Christoph Thelen authored
Introduced a new CouchDB view method, and a new field to divide 'skill_questions' into preparation, lecture, and flashcard variants. The former question type 'flashcard' will be removed soon.
-
- Jul 29, 2013
-
-
Christoph Thelen authored
-
- Jul 16, 2013
-
-
Paul-Christian Volkmer authored
-
- Jul 10, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
It is required to setup those values after login. Current session information will be set up after joining a session.
-
- Jul 09, 2013
-
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
These URIs should not be requested if user does not successfully join a ARSnova session.
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Jun 28, 2013
-
-
Paul-Christian Volkmer authored
If user is successfully logged in, store authentication in security context else redirect to login page.
-
Paul-Christian Volkmer authored
-
- Jun 06, 2013
-
-
Paul-Christian Volkmer authored
There is no request parameter name set, so forwarding will fail. Fixed by this patch.
-
- Jun 05, 2013
-
-
Paul-Christian Volkmer authored
-
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
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.
-
Paul-Christian Volkmer authored
Those logging entries are obsolete and only used to grow log files ;-) Only log log entries if an error occured - not for each event.
-
- May 15, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- May 08, 2013
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- May 07, 2013
-
-
Christoph Thelen authored
-
- Apr 17, 2013
-
-
Paul-Christian Volkmer authored
It is possible now to simulate LDAP login by requesting login page manually but it needs some more internal changes to do all needed stuff for a real ARSnova login.
-
- Apr 15, 2013
-
-
Paul-Christian Volkmer authored
-