- Nov 23, 2015
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
This reverts commit fc78eb18. SASS variables only exist at compile time and are not available for arsnova.properties.
-
- Nov 21, 2015
-
-
Klaus-Dieter Quibeldey-Cirkel authored
-
- Nov 19, 2015
-
-
Andreas Gärtner authored
-
- Oct 31, 2015
-
-
Andreas Gärtner authored
-
- Oct 27, 2015
-
-
Andreas Gärtner authored
-
- Oct 26, 2015
-
-
Tom Käsler authored
-
Tom Käsler authored
-
Andreas Gärtner authored
-
- Oct 25, 2015
-
-
Andreas Gärtner authored
-
- Oct 11, 2015
-
-
Klaus-Dieter Quibeldey-Cirkel 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.
-
- Oct 08, 2015
-
-
Klaus-Dieter Quibeldey-Cirkel authored
-
- Sep 28, 2015
-
-
Christoph Thelen authored
-
- Sep 18, 2015
-
-
Paul-Christian Volkmer authored
It generally might not occure but in some conditions the previous code could be used to inject something into response by manipulating the origin header to include some \n or \r. These sequences should not occure in results CORS headers. Patch replaces all \n or \r in origin header with a white space char. Newer servlet containers like Tomcat 7.x fix this problem, but it might be a good idea to fix this issue within ARSnova. See: https://www.owasp.org/index.php/HTTP_Response_Splitting
-
- Sep 17, 2015
-
-
Paul-Christian Volkmer authored
NovaEvents is derived from ApplicationEvent which extends EventObject. EventObject implements Serializable. It is bad practice if defined instance fields within NovaEvents derived classes do not implement Serializable.
-
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
-
- Sep 14, 2015
-
-
Andreas Gärtner authored
-
- Sep 10, 2015
-
-
Christoph Thelen authored
-
- Aug 18, 2015
-
-
Klaus-Dieter Quibeldey-Cirkel authored
-
- 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
-
-
-
-
-
-
-
-
-
Edited tests to support the new EnableWebMvc Annotation from the ExtraConfig file. No more test errors.
-
-
Daniel Gerhardt authored
The config parameter is now used instead of the hard-coded value '5'.
-
- Aug 06, 2015
-
-
Andreas Gärtner authored
-