- Jun 28, 2013
-
-
Paul-Christian Volkmer authored
-
- Jun 05, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- 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.
-
- May 15, 2013
-
-
Paul-Christian Volkmer 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
-
- Apr 12, 2013
-
-
Paul-Christian Volkmer authored
-
- Mar 12, 2013
-
-
Daniel Gerhardt authored
triggered if no Referer-Header was sent.
-
- Mar 05, 2013
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
API specification.
-
- Feb 19, 2013
-
-
Daniel Gerhardt authored
compatibility with third party frontends.
-
Daniel Gerhardt authored
-
- Feb 12, 2013
-
-
Paul-Christian Volkmer authored
-
- Jan 24, 2013
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
the header being present (e.g. with IE).
-
- Dec 28, 2012
-
-
Paul-Christian Volkmer authored
With this changeset the spring servlet configuration is separeted from the application configuration. This will result in a main context and a servlet context, holding only spring mvc information. This change has a very nice side effekt: Spring AOP beans will be loaded only once in application context, not a second time in mvc servlet context.
-
- Nov 01, 2012
-
-
Christoph Thelen authored
-
- Oct 30, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 25, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 24, 2012
-
-
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.
-
- Oct 17, 2012
-
-
Paul-Christian Volkmer authored
This patch uses AbstractController class to add exception handlers into controllers. These handlers are used to detect some runtime exceptions which can be thrown in any layer e.g. DAO or service layer. They recognize NotFoundException and ForbiddenException. Test classes are able to check if any of these exceptions are thrown during runtime.
-
Paul-Christian Volkmer authored
-
- Sep 17, 2012
-
-
Julian Hochstetter authored
-
- Sep 14, 2012
-
-
Julian Hochstetter authored
user gets back to the right arsnova
-
- Sep 11, 2012
-
-
Julian Hochstetter authored
-
Julian Hochstetter authored
leiten
-
Julian Hochstetter authored
* Make guest login working with new UserService * Reuse existing guest username * Adapted tests
-
- Sep 10, 2012
-
-
Julian Hochstetter authored
-
Julian Hochstetter authored
switch to oauth2 authentication which allows facebook, twitter, google etc authentication
-
- Sep 07, 2012
-
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
- Sep 05, 2012
-
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
This should send a generated random username to the client that is valid for the current HTTP-Session.
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Aug 29, 2012
-
-
Christoph Thelen authored
-