- Nov 03, 2016
-
-
Daniel Gerhardt authored
-
- Oct 11, 2016
-
-
Tom Käsler authored
-
- Sep 29, 2016
-
-
Tom Käsler authored
-
Tom Käsler authored
-
- Feb 21, 2016
-
-
Tom Käsler authored
-
- Feb 19, 2016
-
-
Tom Käsler authored
add empty test methods
-
- Feb 05, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- 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
-
- Sep 28, 2015
-
-
Christoph Thelen authored
-
- Sep 17, 2015
-
-
Paul-Christian Volkmer authored
In getSkillQuestion() a call to stubQuestions.get() contained an argument with an incompatible class. Session will be converted into String using toString() but this is not what was intended to do here. In saveQuestion() the CouchDB document ID was used, but the sessions keyword should have been used instead.
-
- 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 28, 2015
-
-
Christoph Thelen authored
-
- May 24, 2015
-
-
Daniel Gerhardt authored
-
- May 23, 2015
-
-
Andreas Gärtner authored
-
- May 18, 2015
-
-
Andreas Gärtner authored
-
- May 13, 2015
-
-
Andreas Gärtner authored
-
- Apr 14, 2015
-
-
Christoph Thelen authored
-
- Apr 09, 2015
-
-
Christoph Thelen authored
-
- Apr 01, 2015
-
-
Tom Käsler authored
change getQuestionsBySortOrder to fetch Questions in one single db request instead of requesting every document alone
-
- Mar 28, 2015
-
-
Tom Käsler authored
-
Tom Käsler authored
-
- Mar 18, 2015
-
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
-
- Mar 13, 2015
-
-
Tom Käsler authored
-
- Mar 03, 2015
-
-
Christoph Thelen authored
-
- Mar 02, 2015
-
-
Christoph Thelen authored
Removed test cases because they weren't of much use after the refactoring.
-
- Feb 28, 2015
-
-
Christoph Thelen authored
-
- Feb 19, 2015
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Feb 16, 2015
-
-
Christoph Thelen authored
-
- Feb 12, 2015
-
-
Christoph Thelen authored
-
- Feb 10, 2015
-
-
Christoph Thelen authored
-
- Feb 09, 2015
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
Christoph Thelen authored
This change also removes the "lockSession" method from CouchDB. Instead, the more general update method is used which also has the required caching annotations.
-
- Feb 06, 2015
-
-
Christoph Thelen authored
-