Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Enable for use with GitHub enterprise #195

Closed
wants to merge 19 commits into from

Commits on Jan 21, 2016

  1. clarify required email validation settings

    jehiah authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    0942cc1 View commit details
    Browse the repository at this point in the history
  2. github: better debug output for org/team validation

    jehiah authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    11af4f6 View commit details
    Browse the repository at this point in the history
  3. More robust handling for missing email

    jehiah authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    48fbba5 View commit details
    Browse the repository at this point in the history
  4. Google auth configuration screen flow has changed

    sricola authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    6fa416f View commit details
    Browse the repository at this point in the history
  5. Update github.go

    guotie authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    282707f View commit details
    Browse the repository at this point in the history
  6. Add a flag to set the value of "approval_prompt".

    By setting this to "force", certain providers, like Google,
    will interject an additional prompt on every new session. With other values,
    like "auto", this prompt is not forced upon the user.
    ebardsley authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    ba2a6a7 View commit details
    Browse the repository at this point in the history
  7. google: Support restricting access to a specific group(s)

    jburnham authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    4a29f84 View commit details
    Browse the repository at this point in the history
  8. Add support for serving static files from a directory

    The path should be provided as a file:// url with the full operating system path.
    An alias to where the directory is available as can be specified by appending
    a fragment (ie. "#/static/") at the end of the URL.
    Tenzer authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    a736d02 View commit details
    Browse the repository at this point in the history
  9. Pass ProxyPrefix into the error template.

    The default `error.html` uses `ProxyPrefix` but it isn't supplied in the context, causing it to error.
    johnboxall authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    82890ca View commit details
    Browse the repository at this point in the history
  10. *: rename Url to URL everywhere

    Go coding style says that acronyms should be all lower or all upper. Fix
    Url to URL.
    Brandon Philips authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    229363f View commit details
    Browse the repository at this point in the history
  11. oauthproxy: rename Uri to URI

    Be consistent with Go coding style for acroynyms.
    Brandon Philips authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    66c7f49 View commit details
    Browse the repository at this point in the history
  12. *: rename Oauth to OAuth

    Be consistent with Go capitalization styling and use a single way of
    spelling this across the tree.
    Brandon Philips authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    d89ed08 View commit details
    Browse the repository at this point in the history
  13. Add /auth endpoint to support Nginx's auth_request

    Closes bitly#152.
    Mike Bland authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    4b4a69c View commit details
    Browse the repository at this point in the history
  14. Extract Authenticate for Proxy, AuthenticateOnly

    Mike Bland authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    7ab3d18 View commit details
    Browse the repository at this point in the history
  15. Add nginx auth_request config to README

    Mike Bland authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    32dd8d7 View commit details
    Browse the repository at this point in the history
  16. Sign Upstream requests with HMAC. closes bitly#147

    Mike Bland authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    0e7fea1 View commit details
    Browse the repository at this point in the history
  17. Google UI changes

    Google changed to developer console UI, updated walkthrough to match new UI.
    funkymrrogers authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    631b8d5 View commit details
    Browse the repository at this point in the history
  18. Ignore spaces in authorized emails list

    adding enterprise github provider
    
    print the error stack trace
    
    point to my fork in oauthproxy.go
    
    addint pointers to ruta-goomba fork in mulitple files
    
    change api endpoint
    
    replace hard-coded github api endpoint with variables
    
    resetting fall through github urls to point to github.com
    
    fix malformed url
    
    remove pointers to fork files
    
    removing comment changes and cookie error output changes
    
    replace spacing changes
    Stan Hu authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    bd77857 View commit details
    Browse the repository at this point in the history
  19. Revert "Ignore spaces in authorized emails list"

    This reverts commit 059dcbf.
    Ruta Sakalauskaite authored and Ruta Sakalauskaite committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    a5b111c View commit details
    Browse the repository at this point in the history