- Sep 10, 2012
-
-
Julian Hochstetter authored
switch to oauth2 authentication which allows facebook, twitter, google etc authentication
-
- Sep 07, 2012
-
-
Julian Hochstetter authored
-
Julian Hochstetter authored
add spring-test and junit add jetty plugin which allows mvn jetty:run
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Julian Hochstetter authored
redirection
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Julian Hochstetter authored
include config.properties.example and let override values by config.properties cas spring security configuration adjustments
-
Julian Hochstetter authored
-
- Sep 06, 2012
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
A session will be returned if one of the following cases are true: * the session is active * the session is inactive AND current (logged in) user is the creator
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Sep 05, 2012
-
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer 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
-
Paul-Christian Volkmer authored
* Added session controller with method to get session by id * Created session class to be used as entity object * Created session service class and interface * Added content negotiation view resolver to map entity objects to JSON
-
Julian Hochstetter authored
add servlet-api as provided dependency
-
Julian Hochstetter authored
-
Paul-Christian Volkmer authored
-
- Aug 30, 2012
-
-
Paul-Christian Volkmer authored
-
- Aug 29, 2012
-
-
Christoph Thelen authored
-
- Aug 28, 2012
-
-
Paul-Christian Volkmer authored
This tells the servlet container to add the correct mime type if sending any files with the extension 'manifest'.
-
- Aug 27, 2012
-
-
Christoph Thelen authored
-
- Aug 23, 2012
-
-
Julian Hochstetter authored
-
- Aug 20, 2012
-
-
Christoph Thelen authored
This project is now under GPLv3 license
-
- Aug 15, 2012
-
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Aug 14, 2012
-
-
Paul-Christian Volkmer authored
With this patch, there is no need to checkout dojo-war git repository or having dojo-war project in local eclipse anymore.
-
Paul-Christian Volkmer authored
-
Christoph Thelen authored
-
- 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.
-
Paul-Christian Volkmer authored
This is needed if using index.html instead of developer.html
-