Skip to content
Snippets Groups Projects
  1. Mar 04, 2020
  2. Jan 27, 2020
  3. Dec 17, 2019
  4. Aug 02, 2019
    • George Koltsov's avatar
      Add outbound requests setting for system hooks · e5e1c907
      George Koltsov authored
      This MR adds new application setting to network section
      `allow_local_requests_from_system_hooks`. Prior to this change
      system hooks were allowed to do local network requests by default
      and we are adding an ability for admins to control it.
      e5e1c907
  5. Jul 10, 2019
  6. Oct 19, 2018
  7. Oct 18, 2018
  8. Jul 16, 2018
  9. Jun 25, 2018
  10. May 04, 2018
  11. Mar 21, 2018
  12. Jan 17, 2018
    • Robert Speicher's avatar
      Merge branch... · 791ca43f
      Robert Speicher authored
      Merge branch '41293-fix-command-injection-vulnerability-on-system_hook_push-queue-through-web-hook' into 'security-10-3'
      
      Don't allow line breaks on HTTP headers
      
      See merge request gitlab/gitlabhq!2277
      
      (cherry picked from commit 7fc0a6fc096768a5604d6dd24d7d952e53300c82)
      
      073b8f9c Don't allow line breaks on HTTP headers
      791ca43f
  13. Dec 05, 2017
  14. Sep 07, 2017
  15. Aug 01, 2017
  16. Jul 27, 2017
    • Alex Lossent's avatar
      Log web hook execution timeout events · a94e91a4
      Alex Lossent authored
      If a web hook HTTP request is sent but no response comes
      within a certain time (10s by default), the hook execution fails
      and will be retried. This commit makes such timeouts visible
      in the web hook log, like connection timeouts already are.
      
      Also log "no route to host" errors.
      a94e91a4
  17. Jul 20, 2017
  18. May 25, 2017
    • Alexander Randa's avatar
      Implement web hooks logging · 330789c2
      Alexander Randa authored
      * implemented logging of project and system web hooks
      * implemented UI for user area (project hooks)
      * implemented UI for admin area (system hooks)
      * implemented retry of logged webhook
      * NOT imeplemented log remover
      330789c2
Loading