- Aug 04, 2018
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Moved PI timer logic to its own service. The implementation for room owner changes has been removed for now.
-
Daniel Gerhardt authored
A new service, repository and entity have been introduced to handle file attachments to other entities. Attachments store meta data about the file. The file upload is not yet implemented. It is planned to abstract the storage handling to allow the support for different storage solutions (local file system, database, cloud).
-
Daniel Gerhardt authored
Additionally moved previously missed v2 entities to the v2 package.
-
Daniel Gerhardt authored
Introduced content groups which replace question variants and support sorting.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Jul 21, 2018
-
-
Daniel Gerhardt authored
-
- Jul 12, 2018
-
-
Daniel Gerhardt authored
Limit logging for profile handling to WARN level for privacy reasons.
-
- Jul 09, 2018
-
-
Cast int to double before division to avoid truncation of the division result. Changed corresponding test so that it fails with the old implementation. Cherry-picked and backported from GH-52.
-
Cherry-picked from GH-52.
-
Daniel Gerhardt authored
-
Cherry-picked from GH-51.
-
Daniel Gerhardt authored
-
-
Cherry-picked from GH-51.
-
- Jul 08, 2018
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Jul 07, 2018
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
libapr alone is not sufficiant. libtcnative is required for Tomcat.
-
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.
-
Daniel Gerhardt authored
-
- 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
-
Daniel Gerhardt authored
-
- Feb 18, 2018
-
-
Daniel Gerhardt authored
An empty list is now returned instead of requesting all documents.
-