- Sep 24, 2019
-
-
Daniel Gerhardt authored
This endpoint returns properties for enabled authentication providers, a list of enabled features and UI-specific properties.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Configuration properties are now additionally loaded from: * secrets.yml * ui.yml Properties in these files are merged with properties from application.yml and override existing ones.
-
- Sep 17, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Sep 12, 2019
-
-
Daniel Gerhardt authored
Move to new API because of deprecation and add correct annotation See merge request !159
-
Tom Käsler authored
-
- Sep 09, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Jetty 9.4.20 has a breaking change causing issues with Spring's Websocket handling. This will be fixed in version 9.4.21. See https://github.com/eclipse/jetty.project/issues/4020. Closes #49.
-
- Aug 29, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Replace wiki link with relative repository link.
-
Tom Käsler authored
Add /stats endpoint for rooms with content group stats See merge request !158
-
- Aug 27, 2019
-
-
Daniel Gerhardt authored
The endpoint currently returns the number of contents of the room and a list of all content groups with their number of contents. Additional stats like total answer and comment are not set yet and have to be added later. Refs #45.
-
- Aug 26, 2019
-
-
Tom Käsler authored
Conditional beans Closes #35 and #50 See merge request !157
-
Daniel Gerhardt authored
Beans related to authentication providers are now only initialized if they have been enabled via configuration. Besides eliminating memory usage and initialization time of the beans this fixes issues caused by filters of disabled authentication providers. Fixes #35, #50.
-
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
-