- Aug 03, 2019
-
-
Daniel Gerhardt authored
Enable Jacoco for GitLab unit test job See merge request !145
-
Daniel Gerhardt authored
-
- Aug 02, 2019
-
-
Daniel Gerhardt authored
Use constants for HTTP methods and header names See merge request !143
-
Daniel Gerhardt authored
-
- Aug 01, 2019
-
-
Tom Käsler authored
Add support to build and run on Java 11 See merge request !142
-
The Nashorn ScriptEngine is deprecated since JDK 11 as described by JEP 335. We now include GraalJS as a replacement. Related docs: * https://github.com/graalvm/graaljs. * https://openjdk.java.net/jeps/174. * https://openjdk.java.net/jeps/335.
-
This workaround can be removed when a new plugin version is released.
-
Java 11 removes Java EE modules as described by JEP 320. Since we depend on some of those modules those have now to be added explicitly. The following affected APIs are used by us directly or indirectly: * javax.annotation * javax.xml.bind Some workarounds had to be added for now to fix issues caused by dependencies which include conflicting APIs. See https://openjdk.java.net/jeps/320.
-
Tom Käsler authored
Add tracing on incoming messages See merge request !139
-
- Jul 30, 2019
-
-
Tom Käsler authored
-
- Jul 29, 2019
-
-
Tom Käsler authored
Add bean validation for entity classes See merge request !138
-
- Jul 26, 2019
-
-
Daniel Gerhardt authored
Validation is performed before entities are persisted using Hibernate Validator, the reference implementation for Bean Validation 2.0 (JSR 380). Refs #23.
-
- Jul 23, 2019
-
-
Daniel Gerhardt authored
Use YAML instead of properties format for config See merge request !137
-
Daniel Gerhardt authored
The location of `application.yml` can now be set via environment variable `ARSNOVA_CONFIG_DIR` or Java system property `arsnova.config-dir`.
-
Daniel Gerhardt authored
For most of the configuration property classes are now used instead of using property injection via @Value.
-
Daniel Gerhardt authored
-
- Jul 02, 2019
-
-
Daniel Gerhardt authored
Apply code conventions based on Google's Java conventions and enforce them via Checkstyle See merge request !136
-
Daniel Gerhardt authored
Checks for missing Javadocs are run separately and do not cause build failures for now.
-
Daniel Gerhardt authored
-
- Jul 01, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
* Removed obsolete commented-out code. * Fixed indentation of commented out code. * Added FIXME comments where old code still has to be migrated.
-
Daniel Gerhardt authored
Rules: * (naming) ParameterName * (naming) LocalVariableName * (naming) MemberName * (naming) InterfaceTypeParameterName * (naming) AbbreviationAsWordInName * (modifier) ModifierOrder * (blocks) NeedBraces * (coding) OneStatementPerLine * (coding) MultipleVariableDeclarations * (coding) VariableDeclarationUsageDistance * (coding) MissingSwitchDefault * (coding) OverloadMethodsDeclarationOrder * (extension) RightCurlySame * (misc) ArrayTypeStyle
-
Daniel Gerhardt authored
The following conventions have been applied: * Rule: (sizes) LineLength
-
Daniel Gerhardt authored
The following conventions have been applied: * Fix indentation levels Rules: (indentation) Indentation, (regexp) RegexpSinglelineJava * Always use operators at the beginning of a new line if there is a line break. Rule: (whitespace) OperatorWrap * Always use empty lines between method declarations. Rule: (whitespace) EmptyLineSeparator * Always use new line between annotation and field/method declaration. Rule: (extension) AnnotationLocationMostCases * Additional rules: * (whitespace) ParenPad * (whitespace) GenericWhitespace * (blocks) LeftCurly * (extension) RightCurlyAlone
-
Daniel Gerhardt authored
The following conventions have been applied: * Import order: static packages -> other packages -> ARSnova packages Rule: (imports) CustomImportOrder * New line between import package groups Rule: (imports) CustomImportOrder * All packages are imported explicitly (no wildcard imports) Rule: (imports) AvoidStarImport * New line between license comment and package line Rule: (whitespace) EmptyLineSeparator
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
The updated Maven plugin fixes compatibilty with Checkstyle >= 8.2. Checkstyle >= 8.11 is needed for support of the `LambdaParameterName` rule used by Google style checks.
-
Daniel Gerhardt authored
Updated Checkstyle to version 8.14 to support all rules.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Jun 19, 2019
-
-
Daniel Gerhardt authored
Add placeholder in reset mail for reset key See merge request !135
-
Tom Käsler authored
-
- Jun 06, 2019
-
-
Daniel Gerhardt authored
Room moderators See merge request !131
-
This also fixes the read permission room owners. They now have read access to closed rooms.
-
The `/room/find` endpoint has been extended to support querying rooms by moderator user ID. It can be used in combination with the `ownerId` property.
-
Moderators can assist a room owner in managing the room. This commit adds API and persistence support for moderators.
-
Daniel Gerhardt authored
Add placeholder in activation mail for activation key See merge request !133
-