Skip to content
Snippets Groups Projects
  1. Feb 06, 2015
    • Christoph Thelen's avatar
      Create proper anonymized copy of Session object · f0c17488
      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."
      f0c17488
  2. Jan 22, 2015
  3. Jan 17, 2015
  4. Jan 16, 2015
  5. Jan 13, 2015
  6. Jan 12, 2015
  7. Jan 08, 2015
  8. Dec 15, 2014
  9. Oct 29, 2014
  10. Oct 15, 2014
  11. Jun 02, 2014
  12. Mar 03, 2014
  13. Feb 26, 2014
  14. Jun 09, 2013
    • Paul-Christian Volkmer's avatar
      Added property _conflicts to avoid NoSuchMethodException · aec06ce5
      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.
      aec06ce5
  15. Jun 08, 2013
  16. Jun 05, 2013
  17. Feb 19, 2013
  18. Feb 13, 2013
  19. Dec 06, 2012
  20. Nov 01, 2012
  21. Oct 25, 2012
  22. Oct 24, 2012
  23. Sep 28, 2012
  24. Sep 05, 2012