Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
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: calebd/SimpleAuth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tipbit/SimpleAuth
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.
  • 12 commits
  • 58 files changed
  • 2 contributors

Commits on Jun 7, 2014

  1. Made SimpleAuthWebViewController a protocol

    This allows for adding extensions such as gmail.
    Removed categories for mainWindow.  Get the main window from
    SimpleAuthProvider.  This helps testing.
    navisingh committed Jun 7, 2014
    Configuration menu
    Copy the full SHA
    4650fc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2014

  1. changes for build

    navisingh committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    c43e421 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2014

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

Commits on Jun 20, 2014

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

Commits on Jul 11, 2014

  1. Make GTMOAuth use ARC.

    Depend on Tidbits, so that we can drop the NSData+Base64
    implementation here and use the one in Tidbits (they're both
    derived from Matt Gallagher's implementation).  In particular,
    the Tidbits one uses ARC.
    
    Use NSUUID to create the nonce, instead of CFUUIDCreate.  Use
    gtm_stringByEscapingForURLArgument instead of the
    CFURLCreateStringByAddingPercentEscapes-based implementation.
    Ewan Mellor committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    534709e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab2f3f2 View commit details
    Browse the repository at this point in the history
  3. Depend upon the ReactiveCocoa-iOS project.

    This way the RAC header files get put into the build directory before
    we start building SimpleAuth, and so we don't have to reference
    the RAC source.
    Ewan Mellor committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    b973a3a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2014

  1. Set the UIWebViw.delegate to nil in dealloc.

    This avoids crashing if we get UIWebViewDelegate events just as
    everything is tearing down.
    Ewan Mellor committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    8c965e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2014

  1. Clear __currentProvider once the auth is completed, so that we

    aren't keeping the SimpleAuthProvider instance alive forever.
    Ewan Mellor committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    f2f088b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2015

  1. Enable Testability, as recommended by Xcode 7, and let it update the …

    …schemes.
    Ewan Mellor committed Jul 27, 2015
    Configuration menu
    Copy the full SHA
    05d2947 View commit details
    Browse the repository at this point in the history
  2. Fix calls to NSException.raise with a nil format. Xcode 7 has these m…

    …arked
    
    as nonnull.
    Ewan Mellor committed Jul 27, 2015
    Configuration menu
    Copy the full SHA
    bee8933 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2015

  1. Set IPHONEOS_DEPLOYMENT_TARGET = 8.0.

    Ewan Mellor committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    37e77b1 View commit details
    Browse the repository at this point in the history
Loading