Skip to content
Snippets Groups Projects
  1. Oct 09, 2013
  2. Aug 14, 2013
  3. Jul 12, 2013
  4. Jul 08, 2013
  5. Jun 12, 2013
  6. Jun 06, 2013
  7. Jun 04, 2013
  8. Jun 03, 2013
  9. May 23, 2013
  10. May 14, 2013
  11. May 06, 2013
  12. Apr 03, 2013
  13. Apr 01, 2013
  14. Mar 25, 2013
  15. Mar 18, 2013
  16. Mar 07, 2013
  17. Mar 05, 2013
  18. Mar 01, 2013
  19. Feb 27, 2013
  20. Feb 20, 2013
  21. Feb 16, 2013
    • Sebastian Ziebell's avatar
      API: fixes visibility of project hook · e9d3b965
      Sebastian Ziebell authored
      When a user is not authorized to see the list of hooks for a project, he is
      still able to access the hooks separately. For example if access to
      `GET /projects/:id/hooks` fails and returns a `403 Unauthorized` error it is
      still possible to access a hook directly via `GET /projects/:id/hooks/:hook_id`.
      
      Fixes access, also added tests to check access and status codes of hooks.
      e9d3b965
  22. Feb 14, 2013
  23. Feb 13, 2013
  24. Feb 12, 2013
    • Sebastian Ziebell's avatar
      API: changed status codes for project hooks functions · 7cc4339f
      Sebastian Ziebell authored
      Different status codes in the API lib are returned on hook creation, update or deletion.
      If a required parameter is not given (e.g. `url` in `/projects/:id/hooks/:hook_id`) status
      code 400 (Bad request) is returned. On hook deletion a 200 status code is returned, regardless if
      the hook is present or not. This makes the DELETE function an idempotent operation. Appropriate tests
      are added to check these status codes.
      7cc4339f
Loading