- Aug 26, 2019
-
-
Daniel Gerhardt authored
-
- Aug 23, 2019
-
-
Daniel Gerhardt authored
Make deletion of user profiles cascading See merge request !156
-
Daniel Gerhardt authored
The deletion of users now triggers a cascading deletion for rooms owned by the user.
-
Daniel Gerhardt authored
Extract code coverage from Jacoco for GitLab See merge request !155
-
Daniel Gerhardt authored
-
- Aug 21, 2019
-
-
Daniel Gerhardt authored
Remove redundant modifiers and add Checkstyle rule See merge request !154
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Remove unneccessary imports and add Checkstyle rules See merge request !153
-
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
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Update install guide for current versions for dependencies See merge request !152
-
Daniel Gerhardt authored
* Update CouchDB section for version 2 * Remove "or newer" for OpenJDK (ARSnova 2 does not run on JDK 11) * Adjustments for Debian 9/10 * Install Tomcat 9
-
Daniel Gerhardt authored
Remove obsolete PropertySourcesPlaceholderConfigurer bean See merge request !151
-
Daniel Gerhardt authored
An PropertySourcesPlaceholderConfigurer bean was still set up which tried to load the legacy properties files. Refs !137.
-
- Aug 17, 2019
-
-
Daniel Gerhardt authored
Fix persistance related bugs for contents and answers See merge request !150
-
Daniel Gerhardt authored
* Fix delayed answer creation * Fix deletion of all contents of a group * Fix deletion of all answers of a content * Fix answer count for groups * Initialize new answers with round 1
-
Daniel Gerhardt authored
Refactor handling of content groups See merge request !141
-
Daniel Gerhardt authored
Use updated content group handling and remove all references to the old `variant` property of contents/answers. The following /v2 endpoints are now fully implemented: * Deleting all contents of a group (/) * Retrieving ids of unanswered content in a group (/unanswered) * Deleting all answers of contents in a group (/answers) * Counting answers of a group (/answercount)
-
- Aug 16, 2019
-
-
Daniel Gerhardt authored
The `ContentFindQueryService` now supports filtering contents of a room that are not part of any content group.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Content groups are now a separate entity with their own repository and service and endpoint. A content group can no longer be set when creating a new content. Instead the new API endpoint has to be used to add the content to a group.
-
- Aug 11, 2019
-
-
Daniel Gerhardt authored
Update Travis CI config See merge request !149
-
Daniel Gerhardt authored
* Build and test on OpenJDK 8 and 11 * Upgrade to xenial image (bionic causes issues with JDK 8)
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Update Travis CI config for 2.x See merge request !148
-
Daniel Gerhardt authored
* Remove notification settings * `sudo` environment is no longer supported
-
- Aug 10, 2019
-
-
Daniel Gerhardt authored
Refactor account activation and password reset Closes #47 See merge request !146
-
Daniel Gerhardt authored
Account activation is now using the ban logic as used for login failure logic.
-
Daniel Gerhardt authored
The account activation and reset mail now only contain the code. String placeholders are numbered correctly again. The activation and reset keys' length has been reduced to 8 characters. Fixes #47.
-
Daniel Gerhardt authored
Fix multiple bugs and code smells See merge request !147
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-