- Mar 06, 2013
-
-
Daniel Gerhardt authored
-
- Feb 19, 2013
-
-
Paul-Christian Volkmer authored
-
- Feb 13, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Feb 12, 2013
-
-
Paul-Christian Volkmer authored
-
- 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.
-
- Oct 17, 2012
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This checks if there is a user in current security context. If not, an UnauthorizedException is thrown which will result in HTTP - 401.
-
Julian Hochstetter authored
-
Paul-Christian Volkmer authored
-
- Oct 09, 2012
-
-
Paul-Christian Volkmer authored
-
- Sep 17, 2012
-
-
Julian Hochstetter authored
* @ResponseBody Annotation for JSON Response * Old ARSnova Servlet does nothing * New Spring Servlet loads Beans, Services, Security and SocketServer * One Property Loader which is used in XML Spring Configuration and with @Value Annotation
-
- Sep 14, 2012
-
-
Paul-Christian Volkmer authored
With this configuration both - spring security setup - bean properties will be set to values defined in /etc/arsnova/arsnova.properties. Admins ARE REQUIERED to create production settings file by given example in /etc/arsnova.
-
- Sep 13, 2012
-
-
Julian Hochstetter authored
properties loaded from local filesystem
-
Julian Hochstetter authored
-
- Sep 12, 2012
-
-
Julian Hochstetter authored
remove websocketcontroller and let sessioncontroller do the authorization add toString to User entity
-
Julian Hochstetter authored
-
- Sep 11, 2012
-
-
Paul-Christian Volkmer authored
Properties from properties file are available in all beans now. CouchDB connection in SessionService will be created using these settings. If a connection fails, the next request will have a new try instead of throwing an exception.
-
- Sep 10, 2012
-
-
Julian Hochstetter authored
switch to oauth2 authentication which allows facebook, twitter, google etc authentication
-
- Sep 07, 2012
-
-
Julian Hochstetter authored
include config.properties.example and let override values by config.properties cas spring security configuration adjustments
-
- Jul 26, 2012
-
-
Paul-Christian Volkmer authored
-