Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BdEINSALyon/github-webhook-handler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: razius/github-webhook-handler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 31, 2017

  1. Filtering for localhost in case ngrok is used

    If you are proxying through ngrok, the request is from 127.0.0.1 which gets blocked in the IP filtering. This checks for 127.0.0.1 and doesn't return a 403 is the address is a loopback.
    nickvasilyev authored Mar 31, 2017
    Configuration menu
    Copy the full SHA
    450a1a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Merge pull request razius#19 from nickvasilyev/nickvasilyev-patch-1

    Filtering for localhost in case ngrok is used
    razius authored Apr 3, 2017
    Configuration menu
    Copy the full SHA
    a4d5faa View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    6cbdb8a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Merge pull request razius#22 from userlerueda/issue-21

    Adds fix to check for VALIDATE_SOURCEIP
    razius authored Apr 26, 2018
    Configuration menu
    Copy the full SHA
    d3bdbcd View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Updated README.rst

    razius authored May 23, 2018
    Configuration menu
    Copy the full SHA
    9ce50e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. More projects as alternative

    razius authored Mar 20, 2019
    Configuration menu
    Copy the full SHA
    5e406fe View commit details
    Browse the repository at this point in the history
Loading