An error occurred fetching the project authors.
  1. 22 Dec, 2017 1 commit
  2. 18 Jul, 2017 1 commit
  3. 08 Jun, 2017 2 commits
    • DJ Mountney's avatar
      Bring in security changes from the 9.2.5 release · 565ead61
      DJ Mountney authored
      Ran:
       - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
       - git checkout -b 9-2-5-security-patch origin/v9.2.2
       - git apply patchfile.patch
       - git commit
       - [Got the sha ref for the commit]
       - git checkout -b upstream-9-2-security master
       - git cherry-pick <SHA of the patchfile commit>
       - [Resolved conflicts]
       - git cherry-pick --continue
      565ead61
    • DJ Mountney's avatar
      Bring in security changes from the 9.2.5 release · 1d1363e2
      DJ Mountney authored
      Ran:
       - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
       - git checkout -b 9-2-5-security-patch origin/v9.2.2
       - git apply patchfile.patch
       - git commit
       - [Got the sha ref for the commit]
       - git checkout -b upstream-9-2-security master
       - git cherry-pick <SHA of the patchfile commit>
       - [Resolved conflicts]
       - git cherry-pick --continue
      1d1363e2
  4. 17 Jan, 2017 1 commit
  5. 07 Nov, 2016 1 commit
  6. 27 Sep, 2016 1 commit
  7. 05 Jul, 2016 1 commit
  8. 10 Jun, 2016 1 commit
  9. 03 Jun, 2016 2 commits
  10. 13 May, 2016 1 commit
  11. 15 Mar, 2016 1 commit
  12. 11 Mar, 2016 1 commit
  13. 04 Mar, 2016 1 commit
  14. 02 Mar, 2016 2 commits
  15. 24 Feb, 2016 1 commit
  16. 08 Feb, 2016 1 commit
  17. 15 Dec, 2015 1 commit
  18. 03 Nov, 2015 1 commit
  19. 05 Aug, 2015 1 commit
  20. 06 Jul, 2015 1 commit
  21. 22 Jun, 2015 2 commits
  22. 15 Jun, 2015 1 commit
  23. 13 Jun, 2015 1 commit
  24. 12 Jun, 2015 2 commits
  25. 08 Jun, 2015 2 commits
  26. 28 May, 2015 2 commits
  27. 20 Mar, 2015 1 commit
  28. 24 Feb, 2015 1 commit
    • Sabba Petri's avatar
      Fixed tests · 9c4337e5
      Sabba Petri authored
      Tests expected specific string capitalization for headers.
      9c4337e5
  29. 20 Feb, 2015 1 commit
  30. 19 Feb, 2015 1 commit
  31. 16 Feb, 2015 1 commit
    • Hannes Rosenögger's avatar
      Fix broken access control and refactor avatar upload · 7d5f86f6
      Hannes Rosenögger authored
      This commit moves the note folder from
      /public/uploads/note
      to
      /uploads/note
      and changes the uploader accordingly.
      Now it's no longer possible to avoid the access control by modifing the url.
      The Avatar upload has been refactored to use an own uploader as well
      to cleanly seperate the two upload types.
      7d5f86f6
  32. 15 Jan, 2015 1 commit
    • Jacob Vosmaer's avatar
      Remove password strength indicator · b79ada97
      Jacob Vosmaer authored
      We were having the following issues:
      - the indicator would sometimes stay red even if the password that was
        entered was long enough;
      - the indicator had a middle yellow signal: what does that mean?
      - the red/green backgrounds were not color-blind-friendly.
      b79ada97
  33. 24 Dec, 2014 1 commit