- Feb 19, 2015
-
-
Christoph Thelen authored
-
- Jan 17, 2015
-
-
Daniel Gerhardt authored
Updated copyright year and adjusted header format to be consistent over all files and with other ARSnova projects.
-
- Nov 03, 2014
-
-
Christoph Thelen authored
-
- Oct 29, 2014
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Jun 04, 2014
-
-
Paul-Christian Volkmer authored
This affects: * Some null checks before instanceof checks * CouchDBDao.collectUnansweredQuestionIds() * DeprecatedApiInterceptorHandler.getDeprecatedApiAnnotation() * CacheControlInterceptorHandler.getCacheControlAnnotation() * CacheControlInterceptorHandler.setCacheControlResponseHeader() * FeedbackService - userService private field
-
Paul-Christian Volkmer authored
-
- May 27, 2014
-
-
Paul-Christian Volkmer authored
-
- Jun 17, 2013
-
-
Paul-Christian Volkmer authored
-
- Jun 13, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This reverts commit c22330fd.
-
- Jun 12, 2013
-
-
Paul-Christian Volkmer authored
This enables access to all UserSessionService objects from within the application. This could be used to send events to all session users.
-
- Jun 11, 2013
-
-
Paul-Christian Volkmer authored
With this patch all feedbacks will be stored in memory without any interaction with CouchDB. Due to in memory storage, all feedbacks will be removed if server gets restartet. Depending on new requests, feedbacks will be deleted after some time.
-
- Jun 10, 2013
-
-
Paul-Christian Volkmer authored
With this patch, websocket feedback data will be send without using UserService arrays within ARSnovaSocketIOServer except reportDeletedFeedback().
-
- Jun 05, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- May 13, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
These classes could be used to replace methods from DAO class.
-
- Dec 03, 2012
-
-
Julian Hochstetter authored
and the users inside of it
-
- Nov 03, 2012
-
-
Christoph Thelen authored
-
- Oct 30, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 25, 2012
-
-
Paul-Christian Volkmer authored
The new NoContentException should indicate, that there is no error, but the server could not provide a response object. This will result in HTTP Code 204 - NO CONTENT => see RFC2616 Fixed two NullPointerExceptions wich might occure in QuestionService or by using CouchDBDao from QuestionService.
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This change is needed due to client developer restriction not to round returned value on client side but on server side, because this would change sth.
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This change is needed due tu websocket security issues.
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
Method SessionService::broadcastFeedbackChanges is obsolete since this method is used in FeedbackService. FeedbackService::broadcastFeedbackChanges must not be annotated with "@Authenticated" since authentication is not implemented for web sockets.
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This provides smaller and cleaner Interfaces for each context.
-
- Oct 24, 2012
-
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
cthelen recently
-
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.
-