An error occurred fetching the project authors.
  1. 09 Apr, 2014 1 commit
  2. 27 Feb, 2014 1 commit
  3. 15 Jan, 2014 1 commit
  4. 04 Dec, 2013 1 commit
  5. 21 Aug, 2013 1 commit
  6. 19 Jun, 2013 1 commit
  7. 22 Feb, 2013 1 commit
    • Dmitry Medvinsky's avatar
      Fix WebHook and special symbols in credentials · dbd9d8d4
      Dmitry Medvinsky authored
      When using web hook with credentials secured web resource, one needs to
      put the credentials in the hook URL.
      
      If the credentials contain special symbols (e.g. @ or #), it should be
      URL-quoted (e.g. %40 instead of @).
      
      But when Gitlab is making a request, it should unquote the symbols
      before base64-encoding them.
      dbd9d8d4
  8. 25 Jan, 2013 1 commit
  9. 20 Nov, 2012 1 commit
  10. 19 Nov, 2012 1 commit
  11. 09 Oct, 2012 2 commits
  12. 27 Sep, 2012 2 commits
  13. 26 Sep, 2012 1 commit
  14. 02 Aug, 2012 1 commit
  15. 18 Jul, 2012 3 commits
  16. 26 Jun, 2012 1 commit
  17. 05 Mar, 2012 1 commit
  18. 03 Jan, 2012 2 commits
  19. 26 Dec, 2011 1 commit
  20. 14 Dec, 2011 1 commit
    • Ariejan de Vroom's avatar
      Added web hooks functionality · edab46e9
      Ariejan de Vroom authored
      This commit includes:
      
       * Projects can have zero or more WebHooks.
       * The PostReceive job will ask a project to execute any web hooks defined for that project.
       * WebHook has a URL, we post Github-compatible JSON to that URL.
       * Failure to execute a WebHook will be silently ignored.
      edab46e9