- Jul 06, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
The security.*.enabled properties are now loaded as booleans.
-
- May 15, 2016
-
-
Daniel Gerhardt authored
-
- May 13, 2016
-
-
Daniel Gerhardt authored
Fixes failing start up because of no longer existent `security.guest.lecturer.enabled` setting.
-
- May 11, 2016
-
-
Daniel Gerhardt authored
-
- Apr 11, 2016
-
-
Daniel Gerhardt authored
-
- Apr 07, 2016
-
-
Tom Käsler authored
-
- Mar 09, 2016
-
-
Andreas Gärtner authored
-
- Feb 22, 2016
-
-
Tom Käsler authored
-
Tom Käsler authored
-
- Feb 19, 2016
-
-
Tom Käsler authored
fix bug where abstention questions are not exported
-
Tom Käsler authored
implement: via two booleans you can now decide whether AnswerStatistics and FeedbackQuestions shall be exported, too
-
Tom Käsler authored
-
Tom Käsler authored
add constructors to transport classes to parse "main"class
-
Tom Käsler authored
-
- Feb 05, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Andreas Gärtner authored
-
- Feb 02, 2016
-
-
Daniel Gerhardt authored
See also: 003b064b
-
- Jan 19, 2016
-
-
Tom Käsler authored
- add controller/service/entity/dao-functions - add motdlist so that users can tell the backend, which motds they have read - add admin account (in arsnova.properties: security.adminaccount). - add permission function for admin
-
- Jan 12, 2016
-
-
Daniel Gerhardt authored
Version information is now compiled as part of a build and written to version.properties. It is exposed by the API.
-
Daniel Gerhardt authored
Markdown and learning progress features are no longer considered experimental. Leaning progress can no longer be globally disabled.
-
- Jan 07, 2016
-
-
Daniel Gerhardt authored
Added 'ui' prefix for splash screen settings.
-
- Dec 08, 2015
-
-
Andreas Gärtner authored
-
- Nov 19, 2015
-
-
Andreas Gärtner authored
-
- Oct 31, 2015
-
-
Andreas Gärtner authored
-
- Oct 25, 2015
-
-
Andreas Gärtner authored
-
- Oct 10, 2015
-
-
Paul-Christian Volkmer authored
The default exception handles all excaptions not handled by the following handle methods. It creates a response, containing the HTTP status description and the exception message. This response can be serialized into JSON.
-
- Sep 28, 2015
-
-
Christoph Thelen authored
-
- Sep 17, 2015
-
-
Paul-Christian Volkmer authored
A boxed primitive is created from a String in * RangeAspect#handlePaginationRange() * LoginController#dialog() just to extract the unboxed primitive value with Integer#valueOf(). This creates an Integer object. It is more efficient to use parseInt() which creates a primitive int. Corrected random indention in LoginController
-
- Aug 10, 2015
-
-
Tom Käsler authored
-
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
-