Skip to content
Snippets Groups Projects
  1. Aug 04, 2018
  2. Jul 21, 2018
  3. Jul 12, 2018
  4. Jul 09, 2018
  5. Jul 08, 2018
  6. Jul 07, 2018
  7. Jul 06, 2018
  8. Jun 13, 2018
  9. May 15, 2018
  10. Apr 24, 2018
  11. Mar 13, 2018
    • Daniel Gerhardt's avatar
      Fix CORS · 7a2bcb99
      Daniel Gerhardt authored
      Setting 'security.cors.origins' did not have any effect since the the
      configuration was overriden by the default path settings.
      7a2bcb99
  12. Feb 22, 2018
  13. Feb 18, 2018
  14. Feb 14, 2018
  15. Feb 09, 2018
  16. Jan 20, 2018
  17. Jan 16, 2018
  18. Jan 14, 2018
  19. Nov 08, 2017
  20. Nov 04, 2017
    • Paul-Christian Volkmer's avatar
      Fixed array index out of bounds error · ebd847d7
      Paul-Christian Volkmer authored
      Since array should contain (see: deleteCascading(final Session session)):
      0 => content (aka question)
      1 => answer
      2 => comment
      same index should be used for logging. Accessing index 1,2 and 3 will
      cause an index out of bound error.
      ebd847d7
  21. Oct 25, 2017