- May 08, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Filter sessions on the DB side to check if key is available See merge request !58
-
This should massively reduce the time needed for session creation. Additionally, the `Transactional` annotation has been removed because it did not have any effect in this case.
-
- May 07, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Log level for DB logging was overriden by the fallbacki value in some cases.
-
Daniel Gerhardt authored
-
- May 06, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
ARSnova no longer supports JDK 7 which is still the default for Travis CI Java builds. `sudo` is disabled to speed up the build start up time.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- May 03, 2017
-
-
Daniel Gerhardt authored
-
- May 02, 2017
-
-
Daniel Gerhardt authored
Throw and handle NoHandlerFoundException for unmapped paths See merge request !57
-
Daniel Gerhardt authored
-
- May 01, 2017
-
-
Daniel Gerhardt authored
Remove obsolete config See merge request !56
-
Daniel Gerhardt authored
There should not be any Servlet container around which does not support JSON by default. The backend does not have an AppCache manifest so a mapping is not needed here either.
-
Daniel Gerhardt authored
Since error handlers use JSON for responses there is no need for HTML error pages anymore.
-
Daniel Gerhardt authored
Add multi-version API support via media types See merge request !55
-
Daniel Gerhardt authored
API v3: * Media type: application/vnd.de.thm.arsnova.v3+json * Serializes date as strings conforming to ISO 8601. API v2: * Media type: application/vnd.de.thm.arsnova.v2+json * Serializes dates as timestamps including nanoseconds. An indentation setting has been added: `api.indent-response-body:false`.
-
- Apr 30, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Apr 26, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Exception logging See merge request !54
-
Daniel Gerhardt authored
Add messages to exceptions and slightly refactor exception handling.
-
Daniel Gerhardt authored
Exceptions are now always passed to the logger. The logger decides based on configuration whether and how they are logged. Logging messages were adjusted for consistency.
-
Daniel Gerhardt authored
-
- Apr 25, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Improve exception handling See merge request !52
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Execption messages in API responses is disabled by default because they can contain sensitive data. The config property `api.expose-exception-messages` has been added and is described in the developer documentation.
-