1. 07 Mar, 2019 1 commit
  2. 06 Feb, 2019 1 commit
  3. 02 Jan, 2019 1 commit
  4. 20 Dec, 2018 1 commit
  5. 30 Nov, 2018 2 commits
  6. 30 Oct, 2018 1 commit
  7. 29 Oct, 2018 2 commits
  8. 10 Sep, 2018 2 commits
  9. 25 Jul, 2018 2 commits
  10. 17 Jul, 2018 1 commit
  11. 06 Jun, 2018 1 commit
  12. 04 Jun, 2018 1 commit
  13. 09 May, 2018 1 commit
  14. 22 Dec, 2017 1 commit
  15. 16 Nov, 2017 1 commit
  16. 30 Oct, 2017 1 commit
  17. 15 Sep, 2017 1 commit
  18. 12 Sep, 2017 1 commit
  19. 10 Sep, 2017 2 commits
  20. 13 Aug, 2017 1 commit
  21. 12 Aug, 2017 3 commits
  22. 11 Aug, 2017 1 commit
  23. 24 Jul, 2017 1 commit
  24. 11 Jul, 2017 2 commits
  25. 30 Jun, 2017 1 commit
  26. 29 Jun, 2017 1 commit
  27. 14 Jun, 2017 1 commit
  28. 01 Jun, 2017 1 commit
  29. 27 May, 2017 1 commit
  30. 19 May, 2017 1 commit
  31. 03 May, 2017 1 commit
  32. 12 Apr, 2017 1 commit
    • Frank Bergmann's avatar
      - REST: · c8949401
      Frank Bergmann authored
        Fixed "GanttEditor: Error saving data on the server side: No authentication found ('')" bug.
        Apparently Chrome sometimes sends out PUT XHTTP calls without cookies.
        So ]po[ then correctly identifies a non-authenticated session.
        As a workaround, I have added auth_token authentication in the SenchaPreference store,
        so that the calls are authenticated, even if the cookies should disappear for some
        reason.
      c8949401