Skip to content
Snippets Groups Projects
  1. Feb 13, 2018
  2. Feb 06, 2018
  3. Jan 24, 2018
  4. Jan 09, 2018
  5. Jan 04, 2018
  6. Nov 09, 2017
  7. Nov 02, 2017
  8. Oct 22, 2017
  9. Oct 12, 2017
  10. Sep 13, 2017
  11. Sep 07, 2017
  12. Sep 06, 2017
  13. Aug 04, 2017
  14. Aug 02, 2017
  15. Jul 27, 2017
  16. Jul 25, 2017
  17. Jul 21, 2017
  18. Jul 19, 2017
  19. Jun 28, 2017
    • 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
  20. Jun 08, 2017
    • 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 and Bob Van Landuyt :neckbeard:'s avatar Bob Van Landuyt :neckbeard: committed
      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
  21. Jun 06, 2017
    • 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
  22. May 31, 2017
  23. May 30, 2017
  24. May 25, 2017
  25. May 04, 2017
  26. Mar 22, 2017
  27. Mar 07, 2017
  28. Mar 06, 2017
  29. Mar 03, 2017
  30. Mar 02, 2017
Loading