- May 05, 2014
-
-
Paul-Christian Volkmer authored
-
- Nov 12, 2013
-
-
Daniel Gerhardt authored
-
- Oct 30, 2013
-
-
Christoph Thelen authored
-
- Oct 02, 2013
-
-
Christoph Thelen authored
-
- Jul 30, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
Connector bean has to be disabled because connector could not get any connection to database server. Connection to database server is forbidden.
-
- Jun 05, 2013
-
-
Paul-Christian Volkmer authored
-
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.
-
Paul-Christian Volkmer authored
Use service and dao beans in application context and controllers in servlet context. This prevents controller beans from being created twice in application and servlet context witch causes some trouble in the past.
-
- Mar 07, 2013
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Mar 06, 2013
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
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
-