- Mar 05, 2013
-
-
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
-
- Aug 27, 2012
-
-
Christoph Thelen authored
-
- Aug 20, 2012
-
-
Christoph Thelen authored
This project is now under GPLv3 license
-
- Aug 11, 2012
-
-
Paul-Christian Volkmer authored
In local environment the principal must be casted to User object but in production environment the username is represented as String in principal object. With this patch the application will try a cast to User object, if this fails, it will do a cast to String - which holds the OpenID identifier.
-
- Jul 26, 2012
-
-
Paul-Christian Volkmer authored
-