Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
235 changes: 235 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,235 @@
# Change Log

## [Unreleased](https://github.com/calebd/SimpleAuth/tree/HEAD)

[Full Changelog](https://github.com/calebd/SimpleAuth/compare/v0.3.9...HEAD)

**Closed issues:**

- LinkedIn Cocoa Pod Missing [\#100](https://github.com/calebd/SimpleAuth/issues/100)

- Facebook Login in ios application [\#97](https://github.com/calebd/SimpleAuth/issues/97)

- There is no class registered to handle Instagram requests. - Swift [\#96](https://github.com/calebd/SimpleAuth/issues/96)

## [v0.3.9](https://github.com/calebd/SimpleAuth/tree/v0.3.9) (2015-04-29)

[Full Changelog](https://github.com/calebd/SimpleAuth/compare/v0.3.8...v0.3.9)

**Closed issues:**

- How remove tokens / logout user ? [\#92](https://github.com/calebd/SimpleAuth/issues/92)

- Swift Version [\#91](https://github.com/calebd/SimpleAuth/issues/91)

**Merged pull requests:**

- Fix Facebook provider authorizeWithCompletion method crash [\#94](https://github.com/calebd/SimpleAuth/pull/94) ([XeroX](https://github.com/XeroX))

## [v0.3.8](https://github.com/calebd/SimpleAuth/tree/v0.3.8) (2015-04-08)

[Full Changelog](https://github.com/calebd/SimpleAuth/compare/v0.3.7...v0.3.8)

**Closed issues:**

- Authorization [\#83](https://github.com/calebd/SimpleAuth/issues/83)

- Error on adding SimpleAuth [\#80](https://github.com/calebd/SimpleAuth/issues/80)

- Google provider [\#29](https://github.com/calebd/SimpleAuth/issues/29)

**Merged pull requests:**

- OneDrive [\#88](https://github.com/calebd/SimpleAuth/pull/88) ([dkhamsing](https://github.com/dkhamsing))

- Added some fields in userInfo response on Foursquare provider [\#87](https://github.com/calebd/SimpleAuth/pull/87) ([ramonvic](https://github.com/ramonvic))

- Added Default Options to Google Provider. [\#86](https://github.com/calebd/SimpleAuth/pull/86) ([ramonvic](https://github.com/ramonvic))

## [v0.3.7](https://github.com/calebd/SimpleAuth/tree/v0.3.7) (2015-03-26)

[Full Changelog](https://github.com/calebd/SimpleAuth/compare/v0.3.6...v0.3.7)

**Closed issues:**

- Facebook SimpleAuthErrorDomain error 2 [\#82](https://github.com/calebd/SimpleAuth/issues/82)

- Cannot log in into facebook-web [\#81](https://github.com/calebd/SimpleAuth/issues/81)

- Undeclared selector 'responseDictionaryWithRemoteAccount:systemAccount:' [\#78](https://github.com/calebd/SimpleAuth/issues/78)

- Twitter-web login is failed with "NSErrorFailingURLKey=https://twitter.com/intent/sessions" [\#76](https://github.com/calebd/SimpleAuth/issues/76)

**Merged pull requests:**

- Added Google Provider [\#84](https://github.com/calebd/SimpleAuth/pull/84) ([ramonvic](https://github.com/ramonvic))

- Replace UIActionSheet with UIAlertController [\#79](https://github.com/calebd/SimpleAuth/pull/79) ([MaximKeegan](https://github.com/MaximKeegan))

- Provider fallback [\#74](https://github.com/calebd/SimpleAuth/pull/74) ([calebd](https://github.com/calebd))

## [v0.3.6](https://github.com/calebd/SimpleAuth/tree/v0.3.6) (2014-10-03)

[Full Changelog](https://github.com/calebd/SimpleAuth/compare/v0.3.5...v0.3.6)

## [v0.3.5](https://github.com/calebd/SimpleAuth/tree/v0.3.5) (2014-09-24)

[Full Changelog](https://github.com/calebd/SimpleAuth/compare/v0.3.4...v0.3.5)

**Closed issues:**

- How to debug response null for facebook-web? [\#73](https://github.com/calebd/SimpleAuth/issues/73)

- in SimpleAuthFacebookWebLoginViewController.m [\#72](https://github.com/calebd/SimpleAuth/issues/72)

- Won't build in Xcode 6 [\#71](https://github.com/calebd/SimpleAuth/issues/71)

- Facebook - dictionaryWithRemoteAccount have no checks for nil in optional values [\#59](https://github.com/calebd/SimpleAuth/issues/59)

- GENERAL\_CANCEL button title [\#50](https://github.com/calebd/SimpleAuth/issues/50)

## [v0.3.4](https://github.com/calebd/SimpleAuth/tree/v0.3.4) (2014-09-05)

[Full Changelog](https://github.com/calebd/SimpleAuth/compare/v0.3.3...v0.3.4)

**Implemented enhancements:**

- Web view requests should ignore cache if possible. [\#56](https://github.com/calebd/SimpleAuth/issues/56)

**Closed issues:**

- Swift Rewrite [\#67](https://github.com/calebd/SimpleAuth/issues/67)

- LinkedIn field selectors [\#65](https://github.com/calebd/SimpleAuth/issues/65)

- Cookies need to be enabled for LinkedIn [\#63](https://github.com/calebd/SimpleAuth/issues/63)

- LinkedIn Specification not found [\#62](https://github.com/calebd/SimpleAuth/issues/62)

- Instagram API [\#57](https://github.com/calebd/SimpleAuth/issues/57)

- Issues with adding Foursquare authentication [\#53](https://github.com/calebd/SimpleAuth/issues/53)

- CMDQueryStringSerialization causing SimpleAuth to choke on iOS6 [\#52](https://github.com/calebd/SimpleAuth/issues/52)

- Adding logout mechanism [\#19](https://github.com/calebd/SimpleAuth/issues/19)

**Merged pull requests:**

- Fix \#65 LinkedIn field selectors [\#66](https://github.com/calebd/SimpleAuth/pull/66) ([markkrenek](https://github.com/markkrenek))

- Re-enable cookies [\#64](https://github.com/calebd/SimpleAuth/pull/64) ([markkrenek](https://github.com/markkrenek))

- Fix a crash when Foursquare user has not set his lastName, firstName or photo [\#55](https://github.com/calebd/SimpleAuth/pull/55) ([amarcadet](https://github.com/amarcadet))

- optional information [\#51](https://github.com/calebd/SimpleAuth/pull/51) ([jerson](https://github.com/jerson))

## [v0.3.3](https://github.com/calebd/SimpleAuth/tree/v0.3.3) (2014-02-28)

[Full Changelog](https://github.com/calebd/SimpleAuth/compare/v0.3.2...v0.3.3)

**Implemented enhancements:**

- Investigate SSO providers. [\#17](https://github.com/calebd/SimpleAuth/issues/17)

**Fixed bugs:**

- Some strange Major bug occuring [\#45](https://github.com/calebd/SimpleAuth/issues/45)

**Closed issues:**

- SimpleAuthTumblrLoginViewController.m is broken [\#39](https://github.com/calebd/SimpleAuth/issues/39)

- Twitter-web [\#32](https://github.com/calebd/SimpleAuth/issues/32)

- xcworkspace file not generating in latest project [\#27](https://github.com/calebd/SimpleAuth/issues/27)

**Merged pull requests:**

- SimpleAuthSingleSignOnProvider implementation [\#43](https://github.com/calebd/SimpleAuth/pull/43) ([kornifex](https://github.com/kornifex))

- Sina Weibo web provider [\#46](https://github.com/calebd/SimpleAuth/pull/46) ([aschuch](https://github.com/aschuch))

- Add the ACFacebookAudienceKey in the native facebook provider [\#41](https://github.com/calebd/SimpleAuth/pull/41) ([alexito4](https://github.com/alexito4))

- fixes Foursquare versioning bug [\#40](https://github.com/calebd/SimpleAuth/pull/40) ([kornifex](https://github.com/kornifex))

- Added LinkedIn to the podspec [\#38](https://github.com/calebd/SimpleAuth/pull/38) ([alexito4](https://github.com/alexito4))

- Fixed typo in Podspec [\#35](https://github.com/calebd/SimpleAuth/pull/35) ([paulyoung](https://github.com/paulyoung))

- Fix facebook-web permissions error [\#31](https://github.com/calebd/SimpleAuth/pull/31) ([jerson](https://github.com/jerson))

## [v0.3.2](https://github.com/calebd/SimpleAuth/tree/v0.3.2) (2014-01-28)

[Full Changelog](https://github.com/calebd/SimpleAuth/compare/v0.3.1...v0.3.2)

**Closed issues:**

- Update Cocoapods [\#24](https://github.com/calebd/SimpleAuth/issues/24)

**Merged pull requests:**

- Refactor system providers. [\#25](https://github.com/calebd/SimpleAuth/pull/25) ([calebd](https://github.com/calebd))

## [v0.3.1](https://github.com/calebd/SimpleAuth/tree/v0.3.1) (2014-01-24)

[Full Changelog](https://github.com/calebd/SimpleAuth/compare/v0.3.0...v0.3.1)

**Implemented enhancements:**

- Remove `SAMCategories` dependency. [\#6](https://github.com/calebd/SimpleAuth/issues/6)

**Closed issues:**

- Add wiki pages for providers [\#18](https://github.com/calebd/SimpleAuth/issues/18)

- Dropbox provider [\#15](https://github.com/calebd/SimpleAuth/issues/15)

- facebook-web and foursquare providers [\#12](https://github.com/calebd/SimpleAuth/issues/12)

**Merged pull requests:**

- Add Dropbox web provider. [\#21](https://github.com/calebd/SimpleAuth/pull/21) ([calebd](https://github.com/calebd))

- Foursquare provider [\#20](https://github.com/calebd/SimpleAuth/pull/20) ([kornifex](https://github.com/kornifex))

- Add Facebook web login. [\#14](https://github.com/calebd/SimpleAuth/pull/14) ([calebd](https://github.com/calebd))

- Form encoding [\#13](https://github.com/calebd/SimpleAuth/pull/13) ([calebd](https://github.com/calebd))

- Better load mechanism. [\#11](https://github.com/calebd/SimpleAuth/pull/11) ([calebd](https://github.com/calebd))

- Add tumblr provider. [\#10](https://github.com/calebd/SimpleAuth/pull/10) ([calebd](https://github.com/calebd))

- Meetup provider implementation [\#8](https://github.com/calebd/SimpleAuth/pull/8) ([mouhcine](https://github.com/mouhcine))

## [v0.3.0](https://github.com/calebd/SimpleAuth/tree/v0.3.0) (2014-01-17)

[Full Changelog](https://github.com/calebd/SimpleAuth/compare/v0.2.1...v0.3.0)

**Closed issues:**

- Common API for allowing the consumer to customize any presented UI. [\#5](https://github.com/calebd/SimpleAuth/issues/5)

- Better error handling. [\#4](https://github.com/calebd/SimpleAuth/issues/4)

- Move all providers to separate repositories. [\#3](https://github.com/calebd/SimpleAuth/issues/3)

- Would be a lot better if you create a SimpleAuthUser [\#2](https://github.com/calebd/SimpleAuth/issues/2)

- Is it in usable state yet? [\#1](https://github.com/calebd/SimpleAuth/issues/1)

## [v0.2.1](https://github.com/calebd/SimpleAuth/tree/v0.2.1) (2014-01-16)

[Full Changelog](https://github.com/calebd/SimpleAuth/compare/v0.2.0...v0.2.1)

## [v0.2.0](https://github.com/calebd/SimpleAuth/tree/v0.2.0) (2014-01-15)

[Full Changelog](https://github.com/calebd/SimpleAuth/compare/v0.1.0...v0.2.0)

## [v0.1.0](https://github.com/calebd/SimpleAuth/tree/v0.1.0) (2014-01-10)



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*