- Aug 24, 2014
-
-
Daniel Gerhardt authored
* Organize imports * Add missing Override annotations * Remove trailing whitespace
-
Daniel Gerhardt authored
-
- Jun 18, 2014
-
-
Christoph Thelen authored
-
- Jun 04, 2014
-
-
Paul-Christian Volkmer authored
-
- Mar 10, 2014
-
-
Christoph Thelen authored
-
- Jan 14, 2014
-
-
Christoph Thelen authored
-
- Dec 07, 2013
-
-
Daniel Gerhardt authored
-
- May 08, 2013
-
-
Christoph Thelen authored
-
- Mar 08, 2013
-
-
Daniel Gerhardt authored
CouchDB and visited sessions.
-
- Mar 06, 2013
-
-
Daniel Knapp authored
-
- Feb 28, 2013
-
-
Paul-Christian Volkmer authored
If the current session is linked to a course and there are other sessions for this course, add a number to the name and short name of the session, indicating which session is ment since all sessions will have the same name and short name.
-
- Feb 19, 2013
-
-
Daniel Gerhardt authored
API changes: - /session/visitedsessions => /session/?filter=visited - /session/mysessions => /session/?filter=owned Added changed routes to LegacyController.
-
- Feb 18, 2013
-
-
Paul-Christian Volkmer authored
The method now returns users visited sessions and all sessions connected to a course the user is enlisted - if connector is activated. If connector is enabled, user will see in addition to his visited sessions all sessions linked to his courses.
-
- Feb 04, 2013
-
-
Christoph Thelen authored
-
- Nov 01, 2012
-
-
Christoph Thelen authored
-
- Oct 30, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 25, 2012
-
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
-
Paul-Christian Volkmer authored
This provides smaller and cleaner Interfaces for each context.
-
- Oct 24, 2012
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
remove methods from session controller which are now in its own controller
-
Paul-Christian Volkmer authored
All relevant information about users (e.g. session mebership) are accessible via UserService. The method IUserService::getCurrentUser provides information about the actual logged in user. If no user is logged in, this method will throw a UnauthorizedException which will end up in 401 HTTP error.
-
Paul-Christian Volkmer authored
-
Christoph Thelen authored
Currently, there is an issue with the response. It seems like Spring is trying to resolve some view, but fails, and then displaying a message stating POST is not allowed.
-
- Oct 16, 2012
-
-
Julian Hochstetter authored
-
Julian Hochstetter authored
/getSkillQuestions/{sessionkey}, by default sort by subject but if getSkillQuestions/{sessionkey}?sort=text the result will be sorted by subject and text
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Paul-Christian Volkmer authored
The URI to be used contains the session id the question is linked to. If the resulting question object did not match the given session id an error HTTP - NOT FOUND will be send. This will also be done if no question was found.
-
- Sep 28, 2012
-
-
Christoph Thelen authored
-
- Sep 19, 2012
-
-
Paul-Christian Volkmer authored
This layer can be used to create a StubDAO for use with unit tests.
-
- Sep 14, 2012
-
-
Christoph Thelen authored
* If a user posts new feedback, while having already posted one, the value gets updated. This prevents feedback adding up. * If feedback is too old (10 minutes), it gets removed. For testing purposes the cleaning routine currently runs every few seconds, and feedback only lasts a few seconds as well. * The deleted feedback changes are broadcasted to: o All users, if feedback of other users has been deleted. o The user whose feedback got deleted. Currently, this is a huge mess! There are three types of "Session Ids": * The Socket.IO "session" * The internal CouchDB session id * The ARSnova session keyword A severe clean up is needed before proceeding any further...
-
- Sep 13, 2012
-
-
Julian Hochstetter authored
-
- Sep 12, 2012
-
-
Paul-Christian Volkmer authored
-
- Sep 10, 2012
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This method uses transaction level READ_COMMITTED.
-
- Sep 06, 2012
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-