Skip to content
Snippets Groups Projects
  1. Aug 17, 2019
    • Daniel Gerhardt's avatar
      Fix persistance related bugs for contents and answers · f17340b4
      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
      f17340b4
    • Daniel Gerhardt's avatar
      Refactor legacy code for /v2 to support content groups · 657f10fc
      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)
      657f10fc
  2. Aug 16, 2019
  3. Aug 10, 2019
  4. Aug 04, 2019
  5. Aug 02, 2019
  6. Aug 01, 2019
  7. Jul 30, 2019
  8. Jul 26, 2019
  9. Jul 23, 2019
  10. Jul 02, 2019
  11. Jul 01, 2019
    • Daniel Gerhardt's avatar
      a06f3c0a
    • Daniel Gerhardt's avatar
      Fix code style violations regarding comments · f8bafdff
      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.
      f8bafdff
    • Daniel Gerhardt's avatar
      Fix multiple code style violations · 387c6347
      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
      387c6347
    • Daniel Gerhardt's avatar
      Break long lines to conform with style conventions · 10bb84c2
      Daniel Gerhardt authored
      The following conventions have been applied:
      * Rule: (sizes) LineLength
      10bb84c2
    • Daniel Gerhardt's avatar
      Adjust whitespace to conform with style conventions · 775382d1
      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
      775382d1
    • Daniel Gerhardt's avatar
      Adjust imports to conform with style conventions · a67dc377
      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
      a67dc377
  12. Jun 19, 2019
  13. Jun 06, 2019
  14. Jun 05, 2019