An error occurred fetching the project authors.
  1. 06 Sep, 2017 1 commit
  2. 04 Aug, 2017 1 commit
  3. 02 Aug, 2017 2 commits
  4. 27 Jul, 2017 1 commit
  5. 25 Jul, 2017 1 commit
  6. 21 Jul, 2017 1 commit
  7. 19 Jul, 2017 1 commit
  8. 28 Jun, 2017 1 commit
    • Timothy Andrew's avatar
      Initial attempt at refactoring API scope declarations. · 6f192250
      Timothy Andrew authored
      - Declaring an endpoint's scopes in a `before` block has proved to be
        unreliable. For example, if we're accessing the `API::Users` endpoint - code
        in a `before` block in `API::API` wouldn't be able to see the scopes set in
        `API::Users` since the `API::API` `before` block runs first.
      
      - This commit moves these declarations to the class level, since they don't need
        to change once set.
      6f192250
  9. 08 Jun, 2017 3 commits
    • DJ Mountney's avatar
      Merge branch 'dz-api-x-frame' into 'security-9-2' · e1d1a524
      DJ Mountney authored
      Restrict API X-Frame-Options to same origin
      
      See merge request !2103
      e1d1a524
    • 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
  10. 06 Jun, 2017 1 commit
    • Mark Fletcher's avatar
      Introduce an Events API · ad3e180e
      Mark Fletcher authored
      * Meld the following disparate endpoints:
       * `/projects/:id/events`
       * `/events`
       * `/users/:id/events`
      + Add result filtering to the above endpoints:
       * action
       * target_type
       * before and after dates
      ad3e180e
  11. 31 May, 2017 1 commit
  12. 30 May, 2017 1 commit
  13. 25 May, 2017 1 commit
  14. 04 May, 2017 2 commits
  15. 22 Mar, 2017 1 commit
  16. 07 Mar, 2017 1 commit
  17. 06 Mar, 2017 4 commits
  18. 03 Mar, 2017 1 commit
  19. 02 Mar, 2017 3 commits
  20. 28 Feb, 2017 2 commits
  21. 24 Feb, 2017 1 commit
  22. 22 Feb, 2017 2 commits
  23. 21 Feb, 2017 3 commits
  24. 17 Feb, 2017 1 commit
  25. 16 Feb, 2017 2 commits
  26. 13 Feb, 2017 1 commit