BigW Consortium Gitlab

  1. 09 Nov, 2017 1 commit
  2. 02 Nov, 2017 1 commit
  3. 22 Oct, 2017 1 commit
  4. 12 Oct, 2017 1 commit
  5. 13 Sep, 2017 1 commit
  6. 07 Sep, 2017 3 commits
  7. 06 Sep, 2017 2 commits
  8. 04 Aug, 2017 1 commit
  9. 02 Aug, 2017 2 commits
  10. 27 Jul, 2017 1 commit
  11. 25 Jul, 2017 1 commit
  12. 21 Jul, 2017 1 commit
  13. 19 Jul, 2017 1 commit
  14. 28 Jun, 2017 1 commit
    • 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.
  15. 08 Jun, 2017 3 commits
    • 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
    • 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
    • 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
  16. 06 Jun, 2017 1 commit
    • 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
  17. 31 May, 2017 1 commit
  18. 30 May, 2017 1 commit
  19. 25 May, 2017 1 commit
  20. 04 May, 2017 2 commits
  21. 22 Mar, 2017 1 commit
  22. 07 Mar, 2017 1 commit
  23. 06 Mar, 2017 4 commits
  24. 03 Mar, 2017 1 commit
  25. 02 Mar, 2017 3 commits
  26. 28 Feb, 2017 2 commits
  27. 24 Feb, 2017 1 commit