- Feb 06, 2015
-
-
Christoph Thelen authored
Changing the Session object the way it was done previously interferes with the new caching mechanism. The objects are now long-lived so any direct changes to it which are not in the spirit of its use case have to be removed. In this case, changing the creator information invalidated many of the isCreator checks sprinkled through the code, as the new creator's name would have been the string "not visible to you."
-
- Jan 22, 2015
-
-
- Jan 17, 2015
-
-
Daniel Gerhardt authored
Updated copyright year and adjusted header format to be consistent over all files and with other ARSnova projects.
-
- Jan 16, 2015
-
-
Daniel Vogel authored
-
- Jan 13, 2015
-
-
Felix Schmidt authored
-
- Jan 12, 2015
-
-
Felix Schmidt authored
-
- Jan 08, 2015
-
-
Daniel Vogel authored
-
- Dec 15, 2014
-
-
Daniel Vogel authored
-
- Oct 29, 2014
-
-
Christoph Thelen authored
-
- Oct 15, 2014
-
-
Christoph Thelen authored
-
- Jun 02, 2014
-
-
Paul-Christian Volkmer authored
-
- Mar 03, 2014
-
-
Paul-Christian Volkmer authored
-
- Feb 26, 2014
-
-
Christoph Thelen authored
-
- Jun 09, 2013
-
-
Paul-Christian Volkmer authored
CouchDB tries to set _conflicts propertiy but did not find a setter and throws NoSuchMethodException. This patch will avoid exception throwing. The reason of exception throwing can be found can be found in CouchDBs availibility to store different and concurrent versions of one single document. This error occurs if two different versions of one session document are stored within CouchDB. Further we have to take care, that there is only one version of a session, not multiple versions.
-
- Jun 08, 2013
-
-
Paul-Christian Volkmer authored
-
- Jun 05, 2013
-
-
Paul-Christian Volkmer authored
-
- Feb 19, 2013
-
-
Paul-Christian Volkmer authored
-
- Feb 13, 2013
-
-
Paul-Christian Volkmer authored
-
- Dec 06, 2012
-
-
Christoph Thelen authored
-
- Nov 01, 2012
-
-
Christoph Thelen authored
-
- Oct 25, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 24, 2012
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Sep 28, 2012
-
-
Christoph Thelen authored
-
- Sep 05, 2012
-
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
* Added session controller with method to get session by id * Created session class to be used as entity object * Created session service class and interface * Added content negotiation view resolver to map entity objects to JSON
-