- Feb 05, 2013
-
-
Daniel Gerhardt authored
Strings. This fixes incorrect content types being set in the response header.
-
Daniel Gerhardt authored
returned by some controller methods.
-
- Feb 04, 2013
-
-
Daniel Gerhardt authored
/canteen/foodvote => /canteen/menu/vote (GET) /canteen/vote => /canteen/menu/vote (POST) /canteen/foodvotecount => /canteen/menu/vote/count
-
Daniel Gerhardt authored
/socketurl => /socket/url /authorize => /socket/assign Changed status code for /socket/assign to 204 (this does not create).
-
- Feb 01, 2013
-
-
Daniel Gerhardt authored
-
- Jan 24, 2013
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
the header being present (e.g. with IE).
-
Daniel Knapp authored
-
- Jan 23, 2013
-
-
Daniel Knapp authored
-
Daniel Knapp 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.
-
Paul-Christian Volkmer authored
This patch should increase findbugs report and solve some issues that will occure: * Doing operation on NULL object * Using wrong object type in hope of magic object casting ;-)
-
- Dec 12, 2012
-
-
Christoph Thelen authored
-
- Dec 06, 2012
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
Christoph Thelen authored
Conflicts: src/main/java/de/thm/arsnova/controller/QuestionController.java src/main/java/de/thm/arsnova/dao/IDatabaseDao.java src/main/java/de/thm/arsnova/services/QuestionService.java
-
Christoph Thelen authored
-
Daniel Knapp authored
-
Daniel Knapp authored
-
- Dec 05, 2012
-
-
Christoph Thelen authored
-
Daniel Knapp authored
Conflicts: src/main/java/de/thm/arsnova/controller/QuestionController.java src/main/java/de/thm/arsnova/dao/IDatabaseDao.java src/main/java/de/thm/arsnova/services/IQuestionService.java
-
- Dec 03, 2012
-
-
Julian Hochstetter authored
and the users inside of it
-
Julian Hochstetter authored
-
Julian Hochstetter authored
caused in past server errors
-
Julian Hochstetter authored
* rename methods to clearify that this are sockets
-
- Nov 29, 2012
-
-
Daniel Knapp authored
-
Jan Kammer authored
-
- Nov 28, 2012
-
-
Jan Kammer authored
-
- Nov 20, 2012
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
If a session key was used in URI path which dous not exist, send HTTP NotFound to client instead if running into NullPointerException.
-
- Nov 19, 2012
-
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
This is a quick fix for HTTP session timeout which will result in some strange behavior in client devices. THIS MUST BE REVOVED if client JS code is able to re-authenticate from local storage after session timeout.
-
Paul-Christian Volkmer authored
-
- Nov 04, 2012
-
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-