- Feb 12, 2013
-
-
Daniel Gerhardt authored
LegacyController.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Feb 11, 2013
-
-
Daniel Gerhardt authored
-
Christoph Thelen authored
-
- Feb 08, 2013
-
-
Daniel Gerhardt authored
implementation yet!).
-
- Feb 07, 2013
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
Daniel Gerhardt authored
-
- Feb 06, 2013
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Feb 05, 2013
-
-
Christoph Thelen authored
This prevents crashes caused by null pointers. Checks are moved to the service class, and real objects are passed along.
-
Daniel Gerhardt authored
Removed sessionKey from routes if it is not needed. Changed sessionKey from PathVariable to RequestParam if still needed. /session/{sessionKey}/question/* => /question/bylecturer/*
-
Christoph Thelen authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
QuestionByLecturerController.
-
Daniel Gerhardt authored
class.
-
Daniel Gerhardt authored
Excluded HttpRestApiTest from build process.
-
Daniel Gerhardt authored
Strings. This fixes incorrect content types being set in the response header.
-
Christoph Thelen authored
Read, unread, and total count for interposed/feedback questions implemented.
-
Daniel Gerhardt authored
returned by some controller methods.
-
- Feb 04, 2013
-
-
Christoph Thelen authored
-
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).
-
- 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
-