- 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
-
- 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 27, 2015
-
-
Christoph Thelen authored
-
- May 23, 2015
-
-
Andreas Gärtner authored
-
- May 18, 2015
-
-
Andreas Gärtner authored
-
- May 13, 2015
-
-
Andreas Gärtner authored
-
- Apr 18, 2015
-
-
Christoph Thelen authored
-
- Apr 14, 2015
-
-
Christoph Thelen authored
-
- Apr 09, 2015
-
-
Christoph Thelen authored
-
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
-
- Mar 19, 2015
-
-
Tom Käsler authored
-
- Mar 18, 2015
-
-
Tom Käsler authored
-
- Mar 17, 2015
-
-
Tom Käsler authored
#15362 alphabetical sortOrder is now automatically created when there is no sortOrder. bugfix included
-
- Mar 13, 2015
-
-
Tom Käsler authored
-
- Mar 12, 2015
-
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
#14886 edited the lecture/preparation view to use new sort_question-views, saveOrder is not checking whether there is already a list
-
- Mar 11, 2015
-
-
Tom Käsler authored
-
Tom Käsler authored
-
- Mar 05, 2015
-
-
Tom Käsler authored
#14886 edited the lecture/preparation view to use new sort_question-views, saveOrder is not checking whether there is already a list
-
- 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
This will result in events being fired at the right time. Most importantly, this ensures event-specific caching annotations to work correctly.
-
- Feb 19, 2015
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Feb 16, 2015
-
-
Christoph Thelen authored
-
- Feb 12, 2015
-
-
Christoph Thelen authored
getSession throws an HTTP exception, which is not good style. Additionally, as it calls getSessionFromKeyword internally -- which has a caching annotation -- this caching mechanism will not work because it only works if the method is called from another object. This is due to the way Spring is using proxies to intercept the calls.
-
- Feb 10, 2015
-
-
Christoph Thelen authored
-
- Feb 09, 2015
-
-
Daniel Gerhardt authored
-
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
-
- Feb 01, 2015
-
-
Felix Schmidt authored
Added few pp Attributes to SessionInfo. Requests for Public Pool Sessions now return SessionInfo instead of Session.
-
- Jan 27, 2015
-
-
Christoph Thelen authored
-
- Jan 23, 2015
-
-
Andreas Gärtner authored
count to NewAnswerEvent websocket broadcast. Task #14471
-
- Jan 22, 2015
-
-