- Apr 26, 2017
-
-
Daniel Gerhardt authored
Exceptions are now always passed to the logger. The logger decides based on configuration whether and how they are logged. Logging messages were adjusted for consistency.
-
- Mar 28, 2017
-
-
Daniel Gerhardt authored
-
- Mar 27, 2017
-
-
Daniel Gerhardt authored
Additionally, remove unused loggers.
-
- Feb 14, 2017
-
-
Daniel Gerhardt authored
* Remove unused code * Optimize imports (group 10+ and static imports) * Remove redundant variable assignments * Replace explicit type parameters with <> * Remove redundant catch blocks * Use varargs instead of explicit array instantiation * Weaken visibility of methods and fields * Simplify conditions * Do not use StringBuilder for simple concatenations * Fix code style * Remove invalid Javadoc
-
- Jan 10, 2017
-
-
Daniel Gerhardt authored
-
- Oct 11, 2016
-
-
Tom Käsler authored
-
- Apr 07, 2016
-
-
Tom Käsler authored
-
- Feb 05, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Aug 10, 2015
-
-
Tom Käsler authored
remove swagger annotation from feedbackcontroller, coursecontroller and getter and setter for sortOrder
-
Tom Käsler authored
-
Tom Käsler authored
remove spingfox for ApiIgnore direction use swagger-maven-plugin to generate swagger.json before compiling rather than dynamically generate it on request
-
Reasons: * not used consistently * Java signatures are not helpful * Return type should not be hard-coded in a String Statistics model now correctly uses value instead of notes for documentation of properties.
-
* Fix inconsistent whitespaces * Remove unused imports
-
-
added labeled deprecated rest endpoints to api documentation, commentet and included the feedbackController
-
-
-
- Jul 28, 2015
-
-
Andreas Gärtner authored
-
- Jul 27, 2015
-
-
Andreas Gärtner authored
-
- Jun 24, 2015
-
-
Daniel Gerhardt authored
-
- Jun 03, 2015
-
-
Daniel Gerhardt authored
Requesting partial lists would interfere with Spring caching so pagination is handled by the newly introduced PaginationListDecorator in the controllers. This additionally allows to determine the total count of items (independent from pagination parameters) which is not possible with CouchDB.
-
Daniel Gerhardt authored
-
- May 27, 2015
-
-
Christoph Thelen authored
-
- May 23, 2015
-
-
Andreas Gärtner authored
-
- May 20, 2015
-
-
Andreas Gärtner authored
-
- May 13, 2015
-
-
Andreas Gärtner authored
-
- Apr 28, 2015
-
-
Andreas Gärtner authored
-
- Apr 26, 2015
-
-
Andreas Gärtner authored
-
- Apr 24, 2015
-
-
Andreas Gärtner authored
Task #15666 Task #15693
-
- Apr 21, 2015
-
-
Andreas Gärtner authored
-
- Apr 19, 2015
-
-
Christoph Thelen authored
-
- Mar 19, 2015
-
-
Tom Käsler authored
-
- Mar 18, 2015
-
-
Tom Käsler authored
-
Jan Sladek authored
-
Jan Sladek authored
-
Jan Sladek authored
Worked on #15326. Implemented controller, configurable properties imgupload.thumbnail.{width, heigth}, stared on working on communication between client and server.
-
- Mar 17, 2015
-
-
Tom Käsler authored
#15362 alphabetical sortOrder is now automatically created when there is no sortOrder. bugfix included
-
- Mar 16, 2015
-
-
Tom Käsler authored
-