- Jul 08, 2018
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Jul 07, 2018
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Removed X-Forwarded header handling from the application code and documented how to setup the servlet container and reverse proxy to handle those.
-
- Jul 06, 2018
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
The link property of Facebook Oauth profiles no longer has a consistent value across logins and will be completly removed in future versions of Facebook's Graph API. We generate a link in the old format from the id for backwards compatibility.
-
- Jun 13, 2018
-
-
Daniel Gerhardt authored
-
- May 15, 2018
-
-
Daniel Gerhardt authored
The public CORS config was always overriden by the more generic config. Credentials are no longer allowed to be sent with default CORS config.
-
- Apr 24, 2018
-
-
Daniel Gerhardt authored
-
- Mar 13, 2018
-
-
Daniel Gerhardt authored
Setting 'security.cors.origins' did not have any effect since the the configuration was overriden by the default path settings.
-
- Feb 22, 2018
-
-
Daniel Gerhardt authored
-
- Nov 08, 2017
-
-
Daniel Gerhardt authored
This fixes a regression caused by a change in CouchDB4J 0.8 introduced in commit 1eaebde0. CouchDB4J 0.8+ always defaults to `reduce=false` as long as grouping is not enabled.
-
- Oct 25, 2017
-
-
Daniel Gerhardt authored
Always set `creationTime` on session creation. Sessions with invalid timestamps might otherwise be deleted by the scheduled cleanup.
-
- Oct 23, 2017
-
-
Daniel Gerhardt authored
Fixes a regression introduced with commit dd749370. Refs arsnova#85 Refs !16
-
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
-
- Aug 17, 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
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
-