1. 06 3月, 2018 1 次提交
  2. 01 3月, 2018 1 次提交
  3. 13 2月, 2018 1 次提交
  4. 06 2月, 2018 1 次提交
  5. 24 1月, 2018 1 次提交
  6. 09 1月, 2018 1 次提交
  7. 05 1月, 2018 1 次提交
  8. 09 11月, 2017 1 次提交
  9. 02 11月, 2017 1 次提交
  10. 22 10月, 2017 1 次提交
  11. 13 10月, 2017 1 次提交
  12. 13 9月, 2017 1 次提交
  13. 07 9月, 2017 4 次提交
  14. 06 9月, 2017 1 次提交
  15. 04 8月, 2017 1 次提交
  16. 03 8月, 2017 1 次提交
  17. 02 8月, 2017 1 次提交
  18. 27 7月, 2017 1 次提交
  19. 25 7月, 2017 1 次提交
  20. 21 7月, 2017 1 次提交
  21. 19 7月, 2017 1 次提交
  22. 28 6月, 2017 1 次提交
    • T
      Initial attempt at refactoring API scope declarations. · 6f192250
      Timothy Andrew 提交于
      - 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
  23. 09 6月, 2017 1 次提交
  24. 08 6月, 2017 2 次提交
    • D
      Bring in security changes from the 9.2.5 release · 565ead61
      DJ Mountney 提交于
      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
    • D
      Bring in security changes from the 9.2.5 release · 1d1363e2
      DJ Mountney 提交于
      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
  25. 06 6月, 2017 1 次提交
    • M
      Introduce an Events API · ad3e180e
      Mark Fletcher 提交于
      * 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
  26. 01 6月, 2017 1 次提交
  27. 30 5月, 2017 1 次提交
  28. 25 5月, 2017 1 次提交
  29. 04 5月, 2017 2 次提交
  30. 22 3月, 2017 1 次提交
  31. 07 3月, 2017 2 次提交
  32. 06 3月, 2017 3 次提交