Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/parse-community/Parse-SDK-dotNET

Parse SDK for .NET, Xamarin, Unity.
https://github.com/parse-community/Parse-SDK-dotNET

[Unity] Fix crash in ParsePush.jar related to empty push payload.

Fixes #104

dee301b795d8ad5e48f92bdaa928e616ad16daba authored about 9 years ago by Richard Ross <[email protected]>
FacebookAuthenticationProvider.cs fix

Passing null 'Method' causes ArgumentException (Cannot set null or blank methods on request) so ...

f66bb9348666cd71b2f340de320654eadddc4458 authored about 9 years ago by MaximBarminov <[email protected]>
Merge pull request #94 from Julien-Mialon/feature/DelayedPushSupport

Implement support to send delayed push notification using .NET SDK.

01842a1a7b6606471beb8ccd5207f64f59120944 authored about 9 years ago by Richard Ross <[email protected]>
Implement support to send delayed push notification using .NET SDK.

48dcd5421aac797d867e8984681bbc783784d753 authored about 9 years ago by Julien Mialon <[email protected]>
Merge pull request #96 from ParsePlatform/richardross.newlines.unify

Unify all newlines of '.cs' files in the code base.

16d59f8b444ad902789e2206dcc9d93056c96b65 authored about 9 years ago by Richard Ross <[email protected]>
Unify all newlines of '.cs' files in the code base.

This was long overdue, as we have started having issues in PRs due to bad newline format.

This ...

8b836439836735c126bccadbfb4ab9f781e2e922 authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #98 from ParsePlatform/richardross.subclassing.parseobject.fix

Allow ParseObject to be registered as a subclass of ParseObject.

67dff35730f41dbec217053c09dcf4ef295ce2e9 authored about 9 years ago by Richard Ross <[email protected]>
Allow ParseObject to be registered as a subclass of ParseObject.

This is necessary to allow ACL, ObjectId, CreatedAt, and UpdatedAt to work on ParseObject directly.

0742d9488759feada3e2bb3e07474b8f14a1c9c0 authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #86 from ParsePlatform/richardross.release.161

SDK Version 1.6.2 Release.

7b8b5b636aa8a93cc9cfca19166d5bc88bbb5dde authored about 9 years ago by Richard Ross <[email protected]>
SDK Version 1.6.2 Release.

Update assembly info.

3e9cdeda203afe1bfedd201b4feb41de2ad00016 authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #41 from ParsePlatform/richardross.installation.fix

Make `SetIfDifferent` no longer check if a key is mutable.

6351b4d4310e26a43a2d90e8fd456938a189f15d authored about 9 years ago by Richard Ross <[email protected]>
Make `SetIfDifferent` no longer check if a key is mutable.

This would cause issues when updating an installation. By forcing removal of a key using an oper...

6d7651586adcd4b5aca3b14211170307ee5aa2e3 authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #76 from ParsePlatform/richardross.file.state.npe

Fix potential NullPointerException in FileState.

1db6c815c23553638c68724c3a4cb7be453bd6e2 authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #82 from ParsePlatform/richardross.httpclient.error

Fix several continuations inside of HttpClient.

651c73f9fa56d51b2cf21227b4c3847408869d68 authored about 9 years ago by Richard Ross <[email protected]>
Support any number of trailing zeroes when decoding dates.

This was causing sporadic issues when the server returns dates that are valid according to the I...

7cd0eab1b10bd97aa63f62ee2bda9bb03f2a2b93 authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #83 from kamronbatman/patch-1

[Typo] Fixes typo in Parse/Internal/Json.cs

e8f7844014e62499b88e7fc55058fef802003a6e authored about 9 years ago by Richard Ross <[email protected]>
[Typo] Fixes typo in Parse/Internal/Json.cs

Fixes a typo in Parse/Internal/Json.cs

b3e8e7e7a47e08c530b9d60441204ac67a4a9fd3 authored about 9 years ago by Kamron Batman <[email protected]>
Fix several continuations inside of HttpClient.

This was causing errors to happen at certain parts of the process to be discarded, leading to cr...

4d2db82017008202caf6486944974d859147d91f authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #77 from ParsePlatform/richardross.command.v1

Remove hard-coded '/1/' from all API request URIs.

325a5adc07fd53e90c966b60c5ae7a972964eadd authored about 9 years ago by Richard Ross <[email protected]>
Remove hard-coded '/1/' from all API request URIs.

This allows us to more easily do path redirection while performing tests.

d64b538e3e3885fa9d1d681a2ebecb0bd9056bca authored about 9 years ago by Richard Ross <[email protected]>
Make batch requests no longer require manual encoding.

Now leverages the existing 'ParseCommand' class instead of constructing improperly typed diction...

e4fdf0578d793f3123df9f4fea9071d011bdd959 authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #61 from ParsePlatform/richardross.subclassing.decouple

Decoupled ParseObject subclassing

9d51b34dd67cf697fbd73e4081f5b42bdb273e8e authored about 9 years ago by Richard Ross <[email protected]>
Decoupled ParseObject subclassing

Similar to the subclassing architecture used on iOS, this abstracts and cleans up all of the cod...

95cfdb44686953505adb1364a0bc4ea09931fac4 authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #75 from ParsePlatform/gogo.add-parse-push

Open Source ParsePush (っ˘▽˘)っ :cloud:

c606130a0c297803d7ef0d58463cd9b2655f15f3 authored about 9 years ago by Listiarso Wastuargo <[email protected]>
Open Source ParsePush

5e890b996edeab13a5f148529064f6c516203351 authored about 9 years ago by Listiarso Wastuargo <[email protected]>
Fix potential NullPointerException in FileState.

If you accessed `file.Url` without being saved yet, you would crash. Very bad.

eae2bc0087495fbf5e1df839aa4d63571210cd13 authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #73 from ParsePlatform/richardross.relation.query.redirect

Add support for redirecting class-names of ParseRelations.

3f129b93396903d8d51abd2a011ee2169a4ccf5d authored about 9 years ago by Richard Ross <[email protected]>
Add support for redirecting class-names of ParseRelations.

This is useful for creating a relation client-side when previously one did not exist.

Fixes #72.

1e1117be7958d9a26236df432aa994854d3b59df authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #66 from ParsePlatform/richardross.mutablecontainers.kill

Remove mutable containers functionality.

1b1cf36e592b77ed9442b2a571f9ef85cb789489 authored about 9 years ago by Richard Ross <[email protected]>
Remove mutable containers functionality.

Horrible, horrible feature, removing this will bring us up to parity with the iOS and Android re...

ea6f6c0a8003b7ac4133f0eb46d447deaf933c9c authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #65 from ParsePlatform/richardross.cleanup

Remove execute bit from files that VMWare messed up.

e3a1864c49a0f4d23d409de493b3c30d3c098a85 authored about 9 years ago by Richard Ross <[email protected]>
Remove execute bit from files that VMWare messed up.

When using VMWare shared folders, the execute bit of files would get set by VS running inside th...

4f38620ad36961ffaeb649c4247935017e3eaa19 authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #59 from ParsePlatform/richardross.filestate.secure

Added `SecureUrl` to FileState to support TLS file downloads.

24b213e20aa50b165000494b824e7738ac6fc5eb authored about 9 years ago by Richard Ross <[email protected]>
Added `SecureUrl` to FileState to support TLS file downlaods.

Fixes #54.

3b9e41dde0d712f05b8cc3dcf2330eae7173ba7a authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #53 from IkeTheDestroyer/badgeRunOnMainThread

Changed badge access to run on the main thread, fixes issues where in…

e01f99e9bfec18e179a0a5b0317599db7a4f6d57 authored about 9 years ago by Richard Ross <[email protected]>
Changed badge access to run on the main thread, fixes issues where installation is not created in Start or Awake

566636b2854c2de150599cef2ec2a0ba551cbe04 authored about 9 years ago by Ben Turner <[email protected]>
Merge pull request #42 from ParsePlatform/richardross.unity4.discontinue

Drop support for Unity 4, to support push notifications.

92eebf386de55d064498e38d2d1db241430643c9 authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #43 from ParsePlatform/richardross.android.push.icon

Support custom push notification icon in Xamarin android.

cf1acc844522bb8835f3cd4cba21c19c7a7016f5 authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #45 from ParsePlatform/richardross.dotnet.sdk1-6-1

SDK Version 1.6.1 Release.

c73349c76cb3b48efda4ca2c9a351d5da945713f authored about 9 years ago by Richard Ross <[email protected]>
SDK Version 1.6.1 Release.

Update assembly info.

d388c2a51b60cd507578ac7c99eb5958677d3d06 authored about 9 years ago by Richard Ross <[email protected]>
Support custom push notification icon in Xamarin android.

This brings us up to parity with the main Parse android SDK: https://parse.com/tutorials/android...

0f5845144348d622a80de1e6165f84fa2d0a874b authored about 9 years ago by Richard Ross <[email protected]>
Drop support for Unity 4, to support push notifications.

Push notifications on Unity 5 were broken due to IL2CPP not supporting PropertyInfo being export...

1b0c2479dbfca1ba68b898d6b8773775b61bf79d authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #35 from ParsePlatform/richardross.uikit.concurrency

Made accesses to ApplicationIconBadgeNumber always use the main queue.

e7049fce41f85db510d3324da1167cf69594c230 authored about 9 years ago by Richard Ross <[email protected]>
Made accesses to ApplicationIconBadgeNumber always use the main queue.

In Xamarin.iOS, any accessess made to a UIKit property that's labeled as `nonatomic` on a thread...

096ce80024ec982c9b15fbc9834bc8c95f647591 authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #31 from ParsePlatform/richardross.collectchildren.crash

Fix crash related to duplicate dictionary keys.

02903d03c3b8f1e9c898b2c78919d0e0ca92365e authored about 9 years ago by Richard Ross <[email protected]>
Fix crash related to duplicate dictionary keys.

When saving a ParseObject which had the same object reference inside of itself twice (which is a...

e2e77510be7589183d936c251c2005926a8aa2e0 authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #30 from ParsePlatform/richardross.push.crash

Fix NullReferenceException when push notification handler hasn't been registered.

c49673a945ed8d78fec987fe6e57298c4deebeed authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #28 from ParsePlatform/richardross.platformhooks.awaitdeadlock

Fix deadlock in WinRT platform utils when AppName is accessed from the main thread.

356d29b73aa05ee7b8c7726973f1682a85f5c134 authored about 9 years ago by Richard Ross <[email protected]>
Fix NullReferenceException when push notification handler hasn't been registered.

When a push was received without a handler, we would previously crash. This doesn't exist as an ...

1def7dc66983cf192ff1c6b38df38fcabcf0c5a9 authored about 9 years ago by Richard Ross <[email protected]>
Fix deadlock in WinRT platform utils when AppName is accessed from the main thread.

This could happen because by default, `await` continues on the thread it was invoked from, in th...

7febb144beff2ef9e52694d97bb24b8f6a7d75ac authored about 9 years ago by Richard Ross <[email protected]>
Merge pull request #21 from ParsePlatform/richardross.unity.httpclient.error

Parse error codes from unity using TryParse, to prevent exceptions.

bc9e948296e26f4c6c33fbc0a8f1153dfeefa115 authored over 9 years ago by Richard Ross <[email protected]>
Parse error codes from unity using TryParse, to prevent exceptions.

When unity has no network, it returns a string such as 'no network', which causes `Int32.Parse` ...

3ad23041e7c123cc4100bd63148e663b014fc8d5 authored over 9 years ago by Richard Ross <[email protected]>
Merge pull request #15 from ParsePlatform/gogo.fix-unity-props

Fix Unity properties initialization

4ce5a3378f78b5958f874b2a835a66cbfafb1065 authored over 9 years ago by Listiarso Wastuargo <[email protected]>
Fix Unity properties initialization

e3150e85a18a0c24f724003e79d4dbe4b23f748f authored over 9 years ago by Listiarso Wastuargo <[email protected]>
Merge pull request #14 from ParsePlatform/richardross.user.signup.fix

Properly unwrap tasks returned during signup.

5433e3d2f2a07e78220616e89a06b0a15a73e130 authored over 9 years ago by Richard Ross <[email protected]>
Properly unwrap tasks returned during signup.

Because this task wasn't properly unwrapped, 'OnSuccess' was always being invoked, as the task w...

704d7cf3467ace18f37466e6ec415026e9e2b3bb authored over 9 years ago by Richard Ross <[email protected]>
Merge pull request #6 from ParsePlatform/gogo.progress-event-tests

Add ProgressTests

026182d4fb903969ceaeecaf286f0d50563703eb authored over 9 years ago by Listiarso Wastuargo <[email protected]>
Add ProgressTests

06914398c53612d25cfe3e18d2c2afc0986df6a2 authored over 9 years ago by Listiarso Wastuargo <[email protected]>
Update AppVeyor Badge to properly link

b332da20749b9297e6428cba56a4a0179710f068 authored over 9 years ago by Listiarso Wastuargo <[email protected]>
Merge pull request #5 from ParsePlatform/gogo.object-controller-tests

Add ObjectControllerTests

0603222b6c22b7374d41df8b469df6a7aec10103 authored over 9 years ago by Listiarso Wastuargo <[email protected]>
Add ObjectControllerTests

756e4d254a86745cb940380adb0eac9434cba529 authored over 9 years ago by Listiarso Wastuargo <[email protected]>
Merge pull request #3 from ParsePlatform/gogo.add-nunit-runner

Add NUnit.Runnner to required NuGet packages

1b29813aff785a3d48ba562d53cf09c6c0b0510b authored over 9 years ago by Listiarso Wastuargo <[email protected]>
Merge pull request #4 from ParsePlatform/gogo.remove-unity-library

Remove auto-generated files, and gitignore them

79820fd5917b073837654b18f26e36ecd306021f authored over 9 years ago by Listiarso Wastuargo <[email protected]>
Remove auto-generated files, and gitignore them

0ed7f57093997bf3b96bca730be804475918654f authored over 9 years ago by Listiarso Wastuargo <[email protected]>
Add NUnit.Runnner to required NuGet packages

224685036e8e24547ca7c67c9e399dc24d2464d2 authored over 9 years ago by Listiarso Wastuargo <[email protected]>
Update coverall badge

26c3d356b3dd34845287834036ee38b1c8cb43cd authored over 9 years ago by Listiarso Wastuargo <[email protected]>
Merge pull request #2 from ParsePlatform/gogo.more-user-tests

Add more tests on UserTests

e498d4c0fef5a581611b4c8035716974ac738135 authored over 9 years ago by Listiarso Wastuargo <[email protected]>
Add more tests on UserTests

b97d6e15bd0956aeb1d4ceae901ee5e1e51679ea authored over 9 years ago by Listiarso Wastuargo <[email protected]>
Update Windows comment

7a0661fa4da23323c57078bb5f7c446d0b7e1887 authored over 9 years ago by Listiarso Wastuargo <[email protected]>
Update AppVeyor Badge

acdba90c1c694908d0067c145b5eb9f403caa0e4 authored over 9 years ago by Listiarso Wastuargo <[email protected]>
Update coverall badge

01bea26cd3c5086a4a5d0d8ddeb393a3c04a6bdb authored over 9 years ago by Listiarso Wastuargo <[email protected]>
(っ˘▽˘)っ :cloud: ⊂(◕。◕⊂)

facd22589e723b87defec48d0e6eb6f75cf9a5d2 authored over 9 years ago by Listiarso Wastuargo <[email protected]>