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

Parse Platform

The low-code open source backend framework with 6+ client SDKs
Collective - Host: opensource - https://opencollective.com/parse-server - Website: https://parseplatform.org/ - Code: https://github.com/parse-community

Merge pull request #37 from ParsePlatform/gFosco.saveMethods

Matching save signature on ParseUser, ParseRole

github.com/parse-community/parse-php-sdk - b464ab34a0edd0322c9f496813501ec3bfb7ef09 authored almost 11 years ago
Merge pull request #36 from ParsePlatform/gFosco.file-delete

Adding delete to ParseFile.

github.com/parse-community/parse-php-sdk - eefe288c73bbd40f0e76b727a3355e8ddc99a933 authored almost 11 years ago
Matching save signature on ParseUser, ParseRole

github.com/parse-community/parse-php-sdk - 3728b73e6927e39e96ad77c2f0d2627c14442620 authored almost 11 years ago
Update cache size in error docs

To reflect the changes to 1000 as default in 28a0cdd275f2bf022783d7f2448e3c6542317967

github.com/parse-community/node-apn - 2ee846da855f27a7a78dd4e2fa4741a1a2382c1b authored almost 11 years ago
Adding delete to ParseFile.

github.com/parse-community/parse-php-sdk - 6fa1e87cfd5eab8048be0c8a3c36216f7563e2d9 authored almost 11 years ago
Merge pull request #32 from egreenmachine/master

Fix bug saving using MasterKey

github.com/parse-community/parse-php-sdk - 609bf200a1adadf0fb453f9a99cc24d92313d717 authored almost 11 years ago
Fix bug saving using MasterKey

github.com/parse-community/parse-php-sdk - ad2a1517a36ad1fbbbda020da955c314c6c8f1eb authored almost 11 years ago
Change reference to 'drain' event to 'completed'

https://github.com/argon/node-apn/blob/master/lib/connection.js#L311 seems to indicate the doc u...

github.com/parse-community/node-apn - 9ffd2ed2dc5da336c9b7d121cf09a8b57246f28b authored almost 11 years ago
Merge pull request #29 from egreenmachine/save-master-key

Allow saving Parse Objects with Master Key

github.com/parse-community/parse-php-sdk - 99ec49b9625f42e85a1d7e933b3410fc01801ae4 authored almost 11 years ago
Pass useMasterKey to deepSave on saveAll

github.com/parse-community/parse-php-sdk - a780976c7eb6709279d971c1a449547462da6103 authored almost 11 years ago
Allow saving Parse Objects with Master Key

github.com/parse-community/parse-php-sdk - 99d4a473bf0721f3b0e54368b8c89e9588ecfb0d authored almost 11 years ago
Updated to support large payloads in iOS8

Removed 256 byte limit and replaced with 2048 bytes.

github.com/parse-community/node-apn - bdef2f17f8e11f571e373f03341f81947d9fee54 authored almost 11 years ago
Fix feedback to actually emit the error.

github.com/parse-community/node-apn - 7bac99f198a79ef79be28d869ef7f288923facc7 authored almost 11 years ago
Merge pull request #25 from watcheur/master

Fix issue with ACL & role.

github.com/parse-community/parse-php-sdk - 97bb2050b75948f76a978dd5f81d83a0b0596b4e authored almost 11 years ago
Fix issue with ACL & role.

github.com/parse-community/parse-php-sdk - 12398686c6d1c6c135afd9da20fe6bb5a46b1877 authored almost 11 years ago
Merge branch 'develop'

github.com/parse-community/node-apn - 9b38b7c226d3bc569a1159c10e738820cdeed5cb authored almost 11 years ago
Fixed a test failure

github.com/parse-community/node-apn - 115931b4364f9b5af6eda29029ccd96973b8f704 authored almost 11 years ago
Added a connect timeout

When a connection takes longer than 10 seconds to establish there is likely a problem. This valu...

github.com/parse-community/node-apn - b1bd1edac78f48d2fad839d152585ab69d62f1f2 authored almost 11 years ago
Emit "drain" notification

When the queue is empty and all notifications have been transmitted to Apple emit an event.

Als...

github.com/parse-community/node-apn - 151eca8759969a9e70c5f9f1775bf633331ce9fe authored almost 11 years ago
Cache Length checks

Fixes #196

github.com/parse-community/node-apn - 779a22464f566b590431faf1defd48ab5a0963a0 authored almost 11 years ago
Added some guidance for an error scenario.

github.com/parse-community/node-apn - d1509d3d239872f1f33bab255c55665fab52cdc9 authored almost 11 years ago
Removed a redundant JSON.stringify

github.com/parse-community/node-apn - aded852fa3ad01a36f1a8ab551ff4bc78f2f3973 authored almost 11 years ago
Tightened conditionals to apply to legacy mode

github.com/parse-community/node-apn - efc344d6c26cbe004415e69fc19e6a9aa3bc707a authored almost 11 years ago
"namespaced" properties used on sockets.

github.com/parse-community/node-apn - 4a5d059978e9b8900bfe13a5f17be3d79b8473aa authored almost 11 years ago
Improved buffer servicing for multiple connections

github.com/parse-community/node-apn - d1ec57c97357451c6b192b56534156317fd44970 authored almost 11 years ago
DRY some socket handling code.

github.com/parse-community/node-apn - 4974939b67bb3038b27239c084bda035cf6ce080 authored almost 11 years ago
Handle errors "during" connect

If a socket error occurs during the connection process, flag the socket as retired so it doesn't...

github.com/parse-community/node-apn - ae559646b0ee801cc554b01395f384cd95207ee8 authored almost 11 years ago
Added some more debug logging

Much more work needed here.

github.com/parse-community/node-apn - ecdf1a1bb9bf1f11a37d3d28a573761a887388fb authored almost 11 years ago
Use socket provider for feedback.

github.com/parse-community/node-apn - 9d3032f1b6ecae8e31a4a8db9230ab1daac6097a authored almost 11 years ago
Add delay to handle mismatched certificates

github.com/parse-community/node-apn - 596b854a89c8ae32cdff8dfc93237cc4c0477246 authored almost 11 years ago
Increase default cache length

github.com/parse-community/node-apn - 28a0cdd275f2bf022783d7f2448e3c6542317967 authored almost 11 years ago
Updated visibility of a ParseObject method.

github.com/parse-community/parse-php-sdk - 377fb49ab4446298222500fe45aae0a7e23cfbdc authored almost 11 years ago
Merge pull request #17 from GrahamCampbell/patch-2

Added a branch alias

github.com/parse-community/parse-php-sdk - faa01da2c9ea8722c5969f5f17423a30ea3b50cb authored almost 11 years ago
Merge pull request #15 from GrahamCampbell/patch-1

Improved composer.json

github.com/parse-community/parse-php-sdk - d19ce1f0f7588e1b30648a99ab9636016aa16c9c authored almost 11 years ago
Added a branch alias

github.com/parse-community/parse-php-sdk - 761b0c2b4d8d253d31d141666a7239ca496d9f1f authored almost 11 years ago
Improved composer.json

github.com/parse-community/parse-php-sdk - 4331c69c28c5acd584e3fb712f275f12cb98bf07 authored almost 11 years ago
Merge pull request #14 from niraj-shah/master

Added init instructions to readme

github.com/parse-community/parse-php-sdk - e896d332e59474fd5f2fd7a40bdfc8456b10a2c9 authored almost 11 years ago
Added init instructions to readme

github.com/parse-community/parse-php-sdk - 552fddad3193a0462b8fafd3f79f32277c891f64 authored almost 11 years ago
Merge pull request #11 from niraj-shah/master

Fix for `where` parameter in ParsePush

github.com/parse-community/parse-php-sdk - d6f00713a12ff4297b2c16e2fd2d7e81cfab43b2 authored almost 11 years ago
Fix for `where` parameter (#9)

github.com/parse-community/parse-php-sdk - 40cba6dfdb64d4e499edf1c99ed9ca97da76605a authored almost 11 years ago
Merge pull request #8 from niraj-shah/master

Added use of current user session for ParseCloud (#6)

github.com/parse-community/parse-php-sdk - f99ca6f5c68bd194703f7cfa1603b592a3cdbe9c authored almost 11 years ago
Added use of current user session (#6)

github.com/parse-community/parse-php-sdk - ceee49fe118fcdf356d5e0d1bc51e06c4761c45f authored almost 11 years ago
Merge pull request #6 from AfzalivE/master

Fixed leaked window while showing ProgressDialog

github.com/parse-community/ParseUI-Android - be1a3fac7c7b1d1f89817aa492c7107e69e9c8b6 authored almost 11 years ago
Added null check for progressDialog in onDestroy

github.com/parse-community/ParseUI-Android - 6cec856a4563b6f11a3d00e8500d91fa847a353b authored almost 11 years ago
Fixed leaked window while showing ProgressDialog

Fixed issue #4

github.com/parse-community/ParseUI-Android - f350f1c0751d3eb9ff56ea7df78f72cdfba19737 authored almost 11 years ago
Merge pull request #2 from niraj-shah/master

Added autoload for those that don't want to use Compose

github.com/parse-community/parse-php-sdk - c3843af9238d2130436bb04b385771077ce6776c authored almost 11 years ago
Added autoload documentation

github.com/parse-community/parse-php-sdk - 7cac00982aa12bb81a2cc93771585e4e79e6d707 authored almost 11 years ago
Added autoload for those that don't want to use Compose

github.com/parse-community/parse-php-sdk - 1d6339aa7e847e98235274e3eb092e7d9faf3c0f authored almost 11 years ago
Merge pull request #1 from vespakoen/patch-1

Adding syntax highlighting to README

github.com/parse-community/parse-php-sdk - cb538906083c5626728d27c8ece0281383ca6162 authored almost 11 years ago
Adding syntax highlighting to README

Makes it more readable in the browser

github.com/parse-community/parse-php-sdk - 3d9991793553cc7d31025b606c0e6dafe8fdcacc authored almost 11 years ago
Merge branch 'develop'

github.com/parse-community/node-apn - 955c3732e486dda605180f607efd3b0f91490720 authored almost 11 years ago
Remove a socket from the pool when a timeout occurs

In some cases timeouts are occurring but the socket isn't fully closing. Because of this the max...

github.com/parse-community/node-apn - 71cbc6a34199c7d16388e0ae62f9bba77def7123 authored almost 11 years ago
Restructured documentation.

github.com/parse-community/node-apn - 9840a0d56932cc4b1cd9d520ae3f4025fa8626e5 authored almost 11 years ago
Merge branch 'feature/ssl-failure-abort' into develop

github.com/parse-community/node-apn - 03d0cca3bd8c15b7a4c3a62bd70c26fc824bf7d0 authored almost 11 years ago
Documented the connectionRetryLimit

github.com/parse-community/node-apn - d901adbf6400087bf206526b716efeab2b329760 authored almost 11 years ago
Connection retry limit

github.com/parse-community/node-apn - b0501fe6bb65e8dfa7954866f200a92f830270bc authored almost 11 years ago
Merge pull request #59 from mmerkes/master

Tests and Retry fix

github.com/parse-community/node-gcm - 2a293a6d795472a0886e0893891a4a0013b92800 authored almost 11 years ago
Initialize repository.

github.com/parse-community/parse-php-sdk - 549291aa592a6bdab350f1ac2ea996bfa98738ea authored almost 11 years ago
Write more unit test for Sender.send() and correct retry count issue. Fixes #58 and resolves #5

github.com/parse-community/node-gcm - a60e845d65e73ffd0a520a97182c404aa0b3edf8 authored almost 11 years ago
Write Sender.send() unit tests, round 1

github.com/parse-community/node-gcm - 215c4315dc6ea8c3182a2bd062ca6e4797afb973 authored about 11 years ago
Write spec for sendNoRetry

github.com/parse-community/node-gcm - 0767910957341fad065d9fcf001ae7008374a552 authored about 11 years ago
Write unit tests for Message, and make minor code improvements to Message

github.com/parse-community/node-gcm - 9ba82d68c15e80e754ca33c3c4bb566b3a03cb4e authored about 11 years ago
Corrected engine requirement

EPIPE Fix requires changes made in 0.6.14. In reality it probably makes sense to drop support fo...

github.com/parse-community/node-apn - 91ee2053c9f5af7b06a2e2f4257a0e7bc6e97daa authored about 11 years ago
Fixed node 0.10 behaviour

github.com/parse-community/node-apn - d18df5200433874cb40dfe296e29ffad5337d28a authored about 11 years ago
Large Payload support for iOS 8

Fixes #181

github.com/parse-community/node-apn - 75048a41c24b3f746a34e4d1e9d614d47ace4331 authored about 11 years ago
Fixed node 0.10 behaviour

Fixes #192

github.com/parse-community/node-apn - 4f378a527a127ebdde4c71d9155d5abf2926577c authored about 11 years ago
Merge branch 'hotfix/152-retry-backoff' into develop

github.com/parse-community/node-apn - 4dc0e37d48dea302fe0f2adff5da5b90b226e8b3 authored about 11 years ago
Raise error on next loop

When an error is emitted with no listeners attached an exception is thrown. In this case the exc...

github.com/parse-community/node-apn - 767bc625b34a01c89305b7002168507db8826cac authored about 11 years ago
setImmediate function

New function to call setImmediate, if available, or fallback to process.nextTick.

github.com/parse-community/node-apn - 945b01432248632d8755f5e0c38721bbc6e54c38 authored about 11 years ago
Improvements to the clarity of the sample code.

github.com/parse-community/node-apn - ce4aa7c521a5dfd4b43817f0c78be36bea215293 authored about 11 years ago
Refactored the credential loading code into a separate method.

github.com/parse-community/node-apn - b57117db2e6814f6fbcdf7dfa6e2b1ec3ad51c40 authored about 11 years ago
Fixes for EPIPE error

github.com/parse-community/node-apn - f46915d9a8f519e600ea9d9dd244a531b745038a authored about 11 years ago
Tidied up tests.

github.com/parse-community/node-apn - 351a11257bfe72b0a9c3558752c10e7955829ea1 authored about 11 years ago
Support for longer payloads in iOS8 for testing.

github.com/parse-community/node-apn - 70997561ee017e36ed70ac189d52098d5559ff5c authored about 11 years ago
Fixed a typo in test

github.com/parse-community/node-apn - 1e1e25f02e50cd7fea8d48c902aa1e72f80f77f7 authored about 11 years ago
Merge pull request #190 from matthewpalmer/master

Added support for iOS 8 notification actions by adding a 'category'.

github.com/parse-community/node-apn - 58cfc3c052e43342fe5c104f3ca3631a5fb2d94c authored about 11 years ago
Correctly trim notifications with special characters.

github.com/parse-community/node-apn - 4af6973fb7515a65c24673f7d5c0ea24c5ce4928 authored about 11 years ago
Merge pull request #189 from Mumakil/trigger-feedback-when-empty

When in batch mode always trigger feedback event - even when there are no items.

github.com/parse-community/node-apn - 60df936662d7def954c0586befdeb140273186e7 authored about 11 years ago
Emit feedback event on connection reset even when there are no tokens

github.com/parse-community/node-apn - 3442d7d3c1726984a33b3f9093fa0fd4bd5325ac authored about 11 years ago
Version bump 0.9.12

npm bump

github.com/parse-community/node-gcm - f1f890c0d9c2a0ce2746f08e0bc76e67e8bbe24f authored about 11 years ago
Merge pull request #55 from pbininda/master

keep this on Sender object in retries

github.com/parse-community/node-gcm - acfa48e22ce1527f8905596c826b775c0542f86b authored about 11 years ago
Added support for iOS 8 notification actions by adding a 'category'

field to the push notification.

github.com/parse-community/node-apn - 2463e3d1cc18b3f527a9d37bd0dfff59e1fc593d authored about 11 years ago
keep this on Sender object in retries

github.com/parse-community/node-gcm - 6716bcfd4ebca0df1b50dc8b22a1f7a72261ac43 authored about 11 years ago
Merge pull request #1 from giulioprinaricotti/master

[FIX] Failed to convert @color/android:transparent into a drawable

github.com/parse-community/ParseUI-Android - 907ab326ab42d66e081fd0401ee23bc3ab56ea15 authored about 11 years ago
[FIX] Failed to convert @color/android:transparent into a drawable

github.com/parse-community/ParseUI-Android - eb3c9cf564d94224fefa78770d58ef5cef83dad2 authored about 11 years ago
ParseLoginUI library project

github.com/parse-community/ParseUI-Android - 73ffa863b026672ff1c9e9711eedf984db5a0afa authored about 11 years ago
Show a debug warning when a "null" parameter is passed during connection creation.

github.com/parse-community/node-apn - 3731fae9fefccdb7964606d819561058debf4b70 authored about 11 years ago
Merge pull request #53 from Notificare/feature-maxsockets

Feature maxsockets

github.com/parse-community/node-gcm - 527868a4cd87fa35b21fef6e54d89a835a4369ca authored about 11 years ago
Add maxSockets option

github.com/parse-community/node-gcm - 336b3798dd66b4857506e83315f1f36c2ef33646 authored about 11 years ago
Update request module with most recent compatible one

Remove require on global timers

github.com/parse-community/node-gcm - ad651d5a54f200c558120b4d1a163a6287b4d5af authored about 11 years ago
Fixes #171

Remove references to the notification identifier as it is managed internally and should not be m...

github.com/parse-community/node-apn - 614375f09e85f819f610697c3e255d80993efa85 authored about 11 years ago