- Aug 10, 2015
-
-
-
-
-
-
-
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
-
- Aug 01, 2015
-
-
Daniel Gerhardt authored
All feature settings are replaced by the received object so the use of PATCH does not make sense here. The session is "patched" but the HTTP verb always relates to the URL which refers explicitly to features in this case. See https://tools.ietf.org/html/rfc5789.
-
- Jul 29, 2015
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Jul 28, 2015
-
-
Andreas Gärtner authored
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Jul 27, 2015
-
-
Andreas Gärtner authored
-
Andreas Gärtner authored
-
- Jul 22, 2015
-
-
Christoph Thelen authored
-
- Jul 18, 2015
-
-
Andreas Gärtner authored
-
Andreas Gärtner authored
-
- Jul 07, 2015
-
-
Daniel Gerhardt authored
-
- Jul 06, 2015
-
-
Christoph Thelen authored
-
- Jun 25, 2015
-
-
Daniel Gerhardt authored
This disables CORS for this path. It should not be usable by external websites.
-
Daniel Gerhardt authored
-
- Jun 24, 2015
-
-
Daniel Gerhardt authored
This prevents DoS attacks caused by request loops.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Renamed optional.arsnova to ui.arsnova-slogan and made comments start with an uppercase letter.
-
Daniel Gerhardt authored
-
- Jun 12, 2015
-
-
Christoph Thelen authored
-
- Jun 10, 2015
-
-
Katharina Staden authored
-
Katharina Staden authored
refactored handling of logo during the saving of a new session and the update of an existing session out into a new method handleLogo
-
- Jun 09, 2015
-
-
Daniel Gerhardt authored
-
- Jun 08, 2015
-
-
Katharina Staden authored
Retrieved @Cacheable and changed updateSession method in SessionService, now getting the session by keyword and set all fields that may have changed to a new value
-
- Jun 06, 2015
-
-
Katharina Staden authored
Removed @Chacheable from getSession function, because the Update of a session wont work if only the cache is used for loading the content of a session
-
Katharina Staden authored
-
- Jun 03, 2015
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Andreas Gärtner authored
-
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
-