8000 Comparing doorkeeper-gem:master...ifeelgoods:master · doorkeeper-gem/doorkeeper · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: doorkeeper-gem/doorkeeper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ifeelgoods/doorkeeper
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.
  • 14 commits
  • 25 files changed
  • 5 contributors

Commits on Jul 21, 2014

  1. Add possiblity to validate and configure CORS on revoke route

    for ajax requests
    martin-ifg authored and Matthieu Paret committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    ccd6b4a View commit details
    Browse the repository at this point in the history
  2. Add possibility to use logout_url result on revoke

    martin-ifg authored and Matthieu Paret committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    47a7de3 View commit details
    Browse the repository at this point in the history
  3. Remove the possibility to delete an app from the index

    martin-ifg authored and Matthieu Paret committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    4a2f244 View commit details
    Browse the repository at this point in the history
  4. Add basic for oauth_application directly link to an account

    in initializer/doorkeeper: add config like:
    
      original_resource_owner do
        # replace by Doorkeeper.find(params[:client_id]).account_access
        Account.first
      end
    
    Conflicts:
    	lib/doorkeeper.rb
    	lib/doorkeeper/config.rb
    Matthieu Paret committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    8fc7afc View commit details
    Browse the repository at this point in the history
  5. Add xframe options for oauth/authorize

    Conflicts:
    	lib/doorkeeper/config.rb
    erem-ifg authored and Matthieu Paret committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    f1f14d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. Configuration menu
    Copy the full SHA
    e2c3592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a6fb87 View commit details
    Browse the repository at this point in the history
  3. Update redirect_uri_validator.rb

    Added comment to explain why '*' was replaced
    erem-ifg committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    b7a6365 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from ifeelgoods/v1.3.1_allow_subdomain

    Added * support in wildcard_redirect_uri option #2
    mtparet committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    8c4d109 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2014

  1. do not use first which perform an order_by..

    Matthieu Paret committed Sep 17, 2014
    Configuration menu
    Copy the full SHA
    cfd7b80 View commit details
    Browse the repository at this point in the history
  2. missing limit(1).to_a.first

    Matthieu Paret committed Sep 17, 2014
    Configuration menu
    Copy the full SHA
    177d8a5 View commit details
    Browse the repository at this point in the history
  3. simpify account application authorize application

    Matthieu Paret committed Sep 17, 2014
    Configuration menu
    Copy the full SHA
    1e10f1d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2014

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

Commits on Apr 9, 2015

  1. Update redirect_uri_validator.rb

    a port with a letter is not accepted as valid url
    mtparet committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    cd626eb View commit details
    Browse the repository at this point in the history
Loading
0