aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/provider
Commit message (Collapse)AuthorAge
* Move unavailable initializers out of categories, so they’ll be properly ↵Gravatar Tom Harrington2017-12-29
| | | | | handled in Swift. (#1698) If NS_UNAVAILABLE is used in a category, Swift doesn’t notice, and these initializers are permitted even though they don’t work.
* Fix MCOAccountValidator to work with arbitrary services (#1602)Gravatar Conrad Kramer2017-01-23
|
* Thread safety on loggerGravatar Hoa V. DINH2016-03-03
|
* Mark non-designated initializers and new as unavailableGravatar Nikolay Morev2016-02-09
|
* id -> instancetypeGravatar Robert Widmann2016-02-02
|
* Mark more initializers unavailableGravatar Robert Widmann2016-01-20
|
* Improve account validation: fail on first error, validation of services can ↵Gravatar Hoa V. DINH2015-04-02
| | | | be disabled/enabled, no need to provide a list of servers when a provider is detected
* AccountValidator FixesGravatar Christopher Hockley2015-02-11
|
* AccountValidatorGravatar Christopher Hockley2015-01-26
| | | | | Added AccountValidator to used to validate an email provider and it's associated metadata and credentials.
* Unify Project StyleGravatar CodaFi2013-12-08
|
* whitespaceGravatar CodaFi2013-09-12
|
* ObjC interface to registering providersGravatar CodaFi2013-09-12
|
* Fixed #367: fixed -hostnameWithEmail:Gravatar Hoa V. Dinh2013-09-09
|
* Remove a few potential memory leaksGravatar Yuk Lai Suen2013-09-09
|
* WhitespaceGravatar CodaFi2013-08-07
|
* Added check for filenameGravatar CodaFi2013-08-07
|
* Proper copying and whitespace controlGravatar Robert Widmann2013-07-03
|
* Minor cleanupGravatar CodaFi2013-06-22
|
* Merge remote-tracking branch 'upstream/master' into NSCoding-NSCopyingGravatar CodaFi2013-06-22
|\
| * Improved headers documentation. Fixed #109.Gravatar Hoa V. DINH2013-06-21
| |
| * Fix providers identifierGravatar CodaFi2013-06-20
| |
* | Redo commitsGravatar CodaFi2013-06-20
|/
* Documented the Obj-C API for providersGravatar Matt Ronge2013-06-08
|
* Exposes hostnameWithEmailGravatar CodaFi2013-05-29
|
* Fixed pathsGravatar Hoa V. DINH2013-05-26
|
* Provider classes made public and fixed the load issue with the NetServiceGravatar Pushkar Singh2013-05-24
|
* Fixed buildGravatar Hoa V. DINH2013-05-04
|
* Cleaned provider implementationGravatar Hoa V. DINH2013-05-04
|
* Providers APIGravatar CodaFi2013-04-28