-
Notifications
You must be signed in to change notification settings - Fork 128
Comparing changes
Open a pull request
base repository: calebd/SimpleAuth
base: 838aa6d
head repository: tipbit/SimpleAuth
compare: 37e77b1
- 12 commits
- 58 files changed
- 2 contributors
Commits on Jun 7, 2014
-
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.
Configuration menu - View commit details
-
Copy full SHA for 4650fc0 - Browse repository at this point
Copy the full SHA 4650fc0View commit details
Commits on Jun 10, 2014
-
Configuration menu - View commit details
-
Copy full SHA for c43e421 - Browse repository at this point
Copy the full SHA c43e421View commit details
Commits on Jun 13, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 53f536b - Browse repository at this point
Copy the full SHA 53f536bView commit details
Commits on Jun 20, 2014
-
Configuration menu - View commit details
-
Copy full SHA for ca88546 - Browse repository at this point
Copy the full SHA ca88546View commit details
Commits on Jul 11, 2014
-
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 committedJul 11, 2014 Configuration menu - View commit details
-
Copy full SHA for 534709e - Browse repository at this point
Copy the full SHA 534709eView commit details -
Remove Instagram, Tumblr, Meetup, Foursquare providers from the build.
Ewan Mellor committedJul 11, 2014 Configuration menu - View commit details
-
Copy full SHA for ab2f3f2 - Browse repository at this point
Copy the full SHA ab2f3f2View commit details -
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 committedJul 11, 2014 Configuration menu - View commit details
-
Copy full SHA for b973a3a - Browse repository at this point
Copy the full SHA b973a3aView commit details
Commits on Sep 23, 2014
-
Set the UIWebViw.delegate to nil in dealloc.
This avoids crashing if we get UIWebViewDelegate events just as everything is tearing down.
Ewan Mellor committedSep 23, 2014 Configuration menu - View commit details
-
Copy full SHA for 8c965e3 - Browse repository at this point
Copy the full SHA 8c965e3View commit details
Commits on Nov 14, 2014
-
Clear __currentProvider once the auth is completed, so that we
aren't keeping the SimpleAuthProvider instance alive forever.
Ewan Mellor committedNov 14, 2014 Configuration menu - View commit details
-
Copy full SHA for f2f088b - Browse repository at this point
Copy the full SHA f2f088bView commit details
Commits on Jul 27, 2015
-
Enable Testability, as recommended by Xcode 7, and let it update the …
…schemes.
Ewan Mellor committedJul 27, 2015 Configuration menu - View commit details
-
Copy full SHA for 05d2947 - Browse repository at this point
Copy the full SHA 05d2947View commit details -
Fix calls to NSException.raise with a nil format. Xcode 7 has these m…
…arked as nonnull.
Ewan Mellor committedJul 27, 2015 Configuration menu - View commit details
-
Copy full SHA for bee8933 - Browse repository at this point
Copy the full SHA bee8933View commit details
Commits on Oct 25, 2015
-
Set IPHONEOS_DEPLOYMENT_TARGET = 8.0.
Ewan Mellor committedOct 25, 2015 Configuration menu - View commit details
-
Copy full SHA for 37e77b1 - Browse repository at this point
Copy the full SHA 37e77b1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 838aa6d...37e77b1