- Oct 23, 2017
-
-
Daniel Gerhardt authored
Fixes a regression introduced with commit d74ef999. Refs arsnova#85 Refs !25
-
Daniel Gerhardt authored
Fixes a regression introduced with commit 7207bad9. Fixes arsnova#84
-
- Sep 11, 2017
-
-
Daniel Gerhardt authored
-
- Aug 21, 2017
-
-
Daniel Gerhardt authored
-
- Aug 17, 2017
-
-
Daniel Gerhardt authored
-
- Jun 29, 2017
-
-
Daniel Gerhardt authored
-
- Jun 22, 2017
-
-
- May 24, 2017
-
-
Daniel Gerhardt authored
Since we do not use a SecurityFilter, the previously visited page is not saved in the session.
-
Daniel Gerhardt authored
This improves/fixes compatibility with third-party OAuth APIs.
-
Daniel Gerhardt authored
Consistently prioritize the `api.path` setting before falling back to `servletContext.getContextPath()`.
-
- May 08, 2017
-
-
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
Log level for DB logging was overriden by the fallbacki value in some cases.
-
Daniel Gerhardt authored
-
- Apr 26, 2017
-
-
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
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.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Error responses now expose exception details.
-
Daniel Gerhardt authored
Exeption handling was broken by 56fe085e (GH-27).
-
- Apr 17, 2017
-
-
Daniel Gerhardt authored
-
- Apr 11, 2017
-
-
Daniel Gerhardt authored
Readd an empty constructor for deserialization with Jackson. It was accidentally removed a part of a code clean up in commit 685695a6.
-
- Mar 28, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Mar 27, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Additionally, removed unused empty constructor
-
Daniel Gerhardt authored
Additionally, made first use of it in CouchDBDao.
-
Daniel Gerhardt authored
Additionally, remove unused loggers.
-
Daniel Gerhardt authored
SessionServiceTest.testShouldDeleteAllSessionData fails when run on JDK 8.
-
- Mar 06, 2017
-
-
This fixes WebSocket communication for course sessions. (dg) Refs GH-40.
-
- Feb 28, 2017
-
-
Daniel Gerhardt authored
Changed `security.facebook.enabled-roles` to `security.facebook.allowed-roles`.
-
- Feb 14, 2017
-
-
Daniel Gerhardt authored
* Remove unused code * Optimize imports (group 10+ and static imports) * Remove redundant variable assignments * Replace explicit type parameters with <> * Remove redundant catch blocks * Use varargs instead of explicit array instantiation * Weaken visibility of methods and fields * Simplify conditions * Do not use StringBuilder for simple concatenations * Fix code style * Remove invalid Javadoc
-
Daniel Gerhardt authored
-