- Aug 07, 2018
-
-
Daniel Gerhardt authored
-
- Aug 04, 2018
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Jul 07, 2018
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Removed X-Forwarded header handling from the application code and documented how to setup the servlet container and reverse proxy to handle those.
-
- Jul 06, 2018
-
-
Daniel Gerhardt authored
-
- Apr 24, 2018
-
-
Daniel Gerhardt authored
-
- Feb 22, 2018
-
-
Daniel Gerhardt authored
-
- Aug 28, 2017
-
-
Daniel Gerhardt authored
* Moved classes from `de.thm.arsnova` root package. * New util package * Do not start interface names with `I`. Appended `Impl` to the implementing class instead. * Renamed learning progress classes to score and move them from `.domain` to a new `.services.score` package. * Do not capitalize acronyms in class names: * CASLogoutSuccessHandler -> CasLogoutSuccessHandler * SocketIO* -> Socketio* * Renamed `.socket` package to `.websocket`
-
- May 24, 2017
-
-
Daniel Gerhardt authored
This improves/fixes compatibility with third-party OAuth APIs.
-
Daniel Gerhardt authored
Consistently prioritize the `api.path` setting before falling back to `servletContext.getContextPath()`.
-
- 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 28, 2017
-
-
Daniel Gerhardt authored
Changed `security.facebook.enabled-roles` to `security.facebook.allowed-roles`.
-
- 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
-
- Jul 19, 2016
-
-
Daniel Gerhardt authored
-
- Jul 14, 2016
-
-
Daniel Gerhardt authored
-
- Jul 06, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
The security.*.enabled properties are now loaded as booleans.
-
- May 11, 2016
-
-
Daniel Gerhardt authored
-
- Apr 11, 2016
-
-
Daniel Gerhardt authored
-
- Feb 05, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- 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
remove spingfox for ApiIgnore direction use swagger-maven-plugin to generate swagger.json before compiling rather than dynamically generate it on request
-
-
- May 27, 2015
-
-
Christoph Thelen authored
-
- Feb 19, 2015
-
-
Daniel Gerhardt authored
-
- Jan 18, 2015
-
-
Daniel Gerhardt authored
Bug was introduced in 0d050f02.
-
- Jan 17, 2015
-
-
Daniel Gerhardt authored
Updated copyright year and adjusted header format to be consistent over all files and with other ARSnova projects.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Oct 29, 2014
-
-
Christoph Thelen authored
-
- Sep 12, 2014
-
-
Cherry-pick commit 4015a255 which was lost in merge.
-
Daniel Gerhardt authored
-
- Aug 24, 2014
-
-
Daniel Gerhardt authored
* Organize imports * Add missing Override annotations * Remove trailing whitespace
-