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

Update docs for `cacheLength` to show new default

The new default of `cacheLength` is now 1000 and not 100

Signed-off-by: Andrew Naylor <argon@mk...

github.com/parse-community/node-apn - ca1c158d60c3d0caa9f1a9a2efcfb1a74888a69d authored over 10 years ago
Prevent silently dropped connections.

Apple has a habit of silently killing connections which lie unused for several hours. Deliberate...

github.com/parse-community/node-apn - 5c1c92c4ab4571bcebb946b8a08a4ef60d20187f authored over 10 years ago
JShint configuration

github.com/parse-community/node-apn - 4d5bc3a174a223f8b49e9b989ad2a5c3274a04b9 authored over 10 years ago
Don't break old code.

Old implementations will explicitly pass the address/gateway instead of the production flag. In ...

github.com/parse-community/node-apn - 0a879bf225bb37b1b2fc63104b9270d29a2463e1 authored over 10 years ago
Don't explode if the production flag is missing

github.com/parse-community/node-apn - 642204aaf7fd1db963f129538ef281e8b271bfda authored over 10 years ago
Simplified test setup/teardown

github.com/parse-community/node-apn - 37da13c6d61a8d0be239b9f6c6c054ef5aece987 authored over 10 years ago
Without this there could be an uncaught exception.

github.com/parse-community/node-apn - b68956643b248b678b27a0df145937760a47bae8 authored over 10 years ago
Credential validation for feedback too.

github.com/parse-community/node-apn - 89fd50f9033c987034354e4457bd3e02f4d42790 authored over 10 years ago
Check the validator is called correctly.

github.com/parse-community/node-apn - f8ce5ea2204e2d8eb4786dc30f1ae0480d96766d authored over 10 years ago
Explicitly check that PFX is passed through.

github.com/parse-community/node-apn - 197433cf6c375bbe217575a2bda8b8af59304e7e authored over 10 years ago
Better expectation syntax

...I think so anyway.

github.com/parse-community/node-apn - 5846665c48a09128db6d753a9f4f851b59cda713 authored over 10 years ago
Only the validator needs the production flag

Removed unnecessary passing of the production flag from the parser. Also added a missing test on...

github.com/parse-community/node-apn - 612e343ec9399762d9efd5cfdddc297e1d7d45a8 authored over 10 years ago
Correct english in the description

github.com/parse-community/node-apn - 295f7bdfa0c9ba34cde1ac2ff69a455dfe5a6472 authored over 10 years ago
Merge pull request #45 from ParsePlatform/hramos-readme-import

Update README.md

github.com/parse-community/ParseUI-iOS - 812844c4f2cff350bfaded767117425f54bf1ce3 authored over 10 years ago
Update README.md

Adds instructions on importing ParseUI.

github.com/parse-community/ParseUI-iOS - 2f389a85371f07e7c203ae11911bb3d3bc2f3892 authored over 10 years ago
Test should be more rigorous.

github.com/parse-community/node-apn - 1922c50d26cf8c8040b44477a70774396a7ad906 authored over 10 years ago
Unnecessary initialization.

...it happens in `beforeEach`

github.com/parse-community/node-apn - 5c8d3616514e24dcfbcfd2c5f6747ae60235d9d7 authored over 10 years ago
Missing test.

If validateCredentials is called with undefined it will blow up.

github.com/parse-community/node-apn - 2a513ec91e3de46e236b35623cc0f3530906b7eb authored over 10 years ago
More descriptive assertions.

github.com/parse-community/node-apn - c146171ba3da4e8e24948153e9f806bf90a91b73 authored over 10 years ago
Updated version in ParseClient

github.com/parse-community/parse-php-sdk - ec8a76b3b5b3016eeb8e6a74604b240a72c2c5ab authored over 10 years ago
Added useMasterKey param to ParseObject::fetch

github.com/parse-community/parse-php-sdk - 23c336f8dd73b2fa5540236a38f6e7f35f65d6a0 authored over 10 years ago
Missing test for initialization singleton.

github.com/parse-community/node-apn - ae5fb49fe2351c7b8558b906bc0962c89a8c6103 authored over 10 years ago
More collaboration tests

github.com/parse-community/node-apn - 5e36062cb558568dda9a4f3eb6b461bab8d590d5 authored over 10 years ago
Merge pull request #68 from lucianocn/master

Added enable/disable Parse curl exceptions

github.com/parse-community/parse-php-sdk - 64f3f0fc66882a3b3c218959e3dbaacc2e54022b authored over 10 years ago
We like consistency in our error messages.

github.com/parse-community/node-apn - c34d85e852598617814c51249aa474540c4b10f9 authored over 10 years ago
More collaboration tests.

Don't use real code. Cryptography is slow. Tests should match contract of underlying code.

github.com/parse-community/node-apn - 7176edbe7ea3f4dbeae86dd226960c4fc8b5d13e authored over 10 years ago
Test the collaboration, not integration.

Shouldn't be calling the individual parsers. Use test doubles and check that the parser calls in...

github.com/parse-community/node-apn - 603e4d125835b444d84c8c1fa26e45c01bed1214 authored over 10 years ago
Validate credentials when initialising connection.

github.com/parse-community/node-apn - 6f16b51b9c7bce54f383e28ea05a3cd5108e1e05 authored over 10 years ago
First pass at actual validation when connecting.

github.com/parse-community/node-apn - 984d15522d5edaf99159d6711edbabcf204b1f45 authored over 10 years ago
The tests didn't really reflect real-world cases

It's not likely that both PFX and PEM data will be passed in simultaneously and it is usually an...

github.com/parse-community/node-apn - 6b98e819b5bc70fec513a6b2c3606160c3aa71ca authored over 10 years ago
The tests were wrong so nothing worked.

github.com/parse-community/node-apn - 0cdfb2faf441eb5fbd1a24bf36a653f161bee360 authored over 10 years ago
The interface didn't match the parsers

These were awful tests. They did not have any integration testing and therefore defined code whi...

github.com/parse-community/node-apn - 8125b4a0fd9a3db8a3f487780fb5ab6b041f8c61 authored over 10 years ago
Make the test output nicer

Expect.[...].instanceof([function]) displays much nicer output if the function is named instead ...

github.com/parse-community/node-apn - 95a3659c833cd36d2e1bd9c911e92eacd2014b24 authored over 10 years ago
Merge pull request #40 from ParsePlatform/nlutsenko.collectionviewcell_image_layout

Make imageView inside PFCollectionViewCell adapt contentMode to size of the image.

github.com/parse-community/ParseUI-iOS - e4168bd04a4d77327edbbdbcb18cac0c218d69cc authored over 10 years ago
Make imageView inside PFCollectionViewCell adapt contentMode to size of the image.

github.com/parse-community/ParseUI-iOS - fe7aeff2e9e03e892d6f08226190a4a9403ece55 authored over 10 years ago
Merge pull request #39 from ParsePlatform/nlutsenko.querycollection_nibs

Added support and demo for using PFQueryCollectionViewController from Storyboards and XIBs.

github.com/parse-community/ParseUI-iOS - 87756bbb8c4735f6d90a5e20947e482a550aec98 authored over 10 years ago
Add demo for using Storyboards with PFQueryCollectionViewController.

github.com/parse-community/ParseUI-iOS - 9cbc6a3bb07dd75626052ede2881de46be91cd57 authored over 10 years ago
The credential loader interface has changed.

github.com/parse-community/node-apn - e8baa28836ec19071911bfd3a54475cca45fb443 authored over 10 years ago
Missing tests for connection/feedback behaviour

github.com/parse-community/node-apn - 427e2dc44d2474ccdb7de0c8ed2a7bedc56f055c authored over 10 years ago
Missing tests for connect() behaviour

github.com/parse-community/node-apn - e314ae02fbdc42fd00afc647c89958234da02efe authored over 10 years ago
Improved tests to aid next additions

github.com/parse-community/node-apn - 44b3f031253ae0bf98ea1f12a44ae1b73955445e authored over 10 years ago
PFX data is always favoured when establishing conn

github.com/parse-community/node-apn - b475ded049f26d45fd1454c57cf2e49025d552eb authored over 10 years ago
Exceptions were being silently swallowed... Oops.

These instances should have some extra error handling soon.

github.com/parse-community/node-apn - 8e9883831919c81cfe5c9e44085570ad4b1df59d authored over 10 years ago
Add support for using PFQueryCollectionViewController with Storyboards and XIBs.

github.com/parse-community/ParseUI-iOS - 9155fb92dedb4b9f9db0778da6eb96877b022de5 authored over 10 years ago
Missing test for credential passphrase

github.com/parse-community/node-apn - 5ab73e32096c30bdd08a645109496b398637e159 authored over 10 years ago
Include passphrase for validation and connection

github.com/parse-community/node-apn - 88c5656f5f542a1b1fa6850f70db5972c1be0b50 authored over 10 years ago
Make loadCredentials return more descriptive values

github.com/parse-community/node-apn - 907b5ed92c5e626bee9fcea633a831a2849628e5 authored over 10 years ago
Merge pull request #25 from HTChang/type

Toast should respect to the isParseLoginEmailAsUsername flag to avoid confusion

github.com/parse-community/ParseUI-Android - 3b2e94f2eeae5e80a11681af8fb6ebd41bb73fd3 authored over 10 years ago
Merge pull request #24 from HTChang/fix

Should check the nullity of getActivity() in ParseLoginFragmentBase

github.com/parse-community/ParseUI-Android - af5a7235a996125a6eefe7daea858f858e6cdd4b authored over 10 years ago
Certificate Validator

github.com/parse-community/node-apn - 968a7dcd08255a510d60c190f4e4892a626b89ed authored over 10 years ago
Toast should respect to the isParseLoginEmailAsUsername flag to avoid confusion

github.com/parse-community/ParseUI-Android - c9dfe6ad6c092ee8c9b2bdaf0bbaf03068cdc253 authored over 10 years ago
Should check the nullity of getActivity() in ParseLoginFragmentBase

github.com/parse-community/ParseUI-Android - 22cd7902c564678cbb08796bd83f7c4e74c24ff0 authored over 10 years ago
Merge pull request #37 from kostub/squashed

Add loadInBackground:progressBlock: method to PFImageView.

github.com/parse-community/ParseUI-iOS - 1fa9c7dc1aed66cf37d7176c9cda5419088824ea authored over 10 years ago
Add loadInBackground:progressBlock: method to PFImageView.

github.com/parse-community/ParseUI-iOS - 47d553520fbeb3c3413b03a235eb983e47477f1b authored over 10 years ago
Return if 1 argument in Message#addData

github.com/parse-community/node-gcm - a5e38f950273ef5498c484e727ebd577a69cf38b authored over 10 years ago
print deprecation message when using Message#addDataWith*

github.com/parse-community/node-gcm - d42937c02565e915caf388c9cdc262c0a094c6e0 authored over 10 years ago
Make Message#addData contain the logic

addDataWith* now call addData internally

github.com/parse-community/node-gcm - 2147f344ae09ad5402bcd9487c8ac9f35542164a authored over 10 years ago
Tie together the credential parsers.

github.com/parse-community/node-apn - 48b48771696b52d14e8ee871a96f0bf3437e30c9 authored over 10 years ago
Speed the tests up. Credentials will not mutate.

github.com/parse-community/node-apn - a50513449d22e7b9964cd3c30f46d85add485bc9 authored over 10 years ago
`resolve` makes more sense than `read`

github.com/parse-community/node-apn - 92fac27965ed521101c8ab540bb55fca5a002ee8 authored over 10 years ago
Clean up test certificates

github.com/parse-community/node-apn - d49cd61b913ab7e95b4fbe582ce28c71b898c613 authored over 10 years ago
The naming wasn't great.

github.com/parse-community/node-apn - d06212802ed0aa80ca0f28649f4ca2e68ecf828f authored over 10 years ago
Updated to v0.9.14

Updated README with changelog

github.com/parse-community/node-gcm - 88d9749d0a9b38615415fd6dabbaea8db8078647 authored over 10 years ago
Merge pull request #87 from ToothlessGear/default-retries

Default retries for `Sender#send`

github.com/parse-community/node-gcm - da7cbe248ad4555ed73d1390be97cbd2f246a1b8 authored over 10 years ago
Updated README to show default retries in action

github.com/parse-community/node-gcm - ea2e69c2176c47cdad7d01c2cacbe6d66dc67fa9 authored over 10 years ago
Number of retries default to 5 if none given

github.com/parse-community/node-gcm - 86701c8797f6d74bb82db5167e0dee4d58137edf authored over 10 years ago
Merge pull request #86 from ToothlessGear/clarify-debug-usage

Make it clearer how the DEBUG flag is used

github.com/parse-community/node-gcm - ed0cea4fad959ab201ef9c2e4019aa60b1a8b826 authored over 10 years ago
Make it clearer how the DEBUG flag is used

github.com/parse-community/node-gcm - 54fffd31304b58aa93bba9c1ecd937501c7255bd authored over 10 years ago
Merge pull request #74 from ToothlessGear/multi-purpose-addData

Multi-purpose addData

github.com/parse-community/node-gcm - 8468a9809fbe2b582c616059dd916fc9259da642 authored over 10 years ago
Update the Usage example code

github.com/parse-community/node-gcm - d0daa89878a273af4da792f4a04e6eb91961eb8a authored over 10 years ago
Merge pull request #80 from ToothlessGear/response-parse

Simpler response parsing in `Sender#sendNoRetry`

github.com/parse-community/node-gcm - 26b089a1ad79eb003d157cc512012b899ffc07d1 authored over 10 years ago
Cleaned up whitespace. Optimized import and @class order.

github.com/parse-community/ParseUI-iOS - 5e776805b3261de783c67ab0b690a54d22a1a5ec authored over 10 years ago
loadCredentials().then() reads better.

github.com/parse-community/node-apn - 243a17114c1dc84c9f0b4812d206ad40c3689a64 authored over 10 years ago
Validator doesn't support multiple keys

When multiple keys/certificate chains are present it is not possible to distinguish which ones s...

github.com/parse-community/node-apn - 844131e4c6245ebb75c858807ec438dcd638d016 authored over 10 years ago
Development and Production cert had same key

github.com/parse-community/node-apn - 989ae3539c64b1ee8ab76d4c7c4ecc937d6f6645 authored over 10 years ago
Add self to contributors

I forgot to do this when I added myself to the package.json contributors ...

github.com/parse-community/node-gcm - a526d88b0762cdc93f1101d5d0563f5cad0f4aad authored over 10 years ago
Test for non-PKCS#12 files

github.com/parse-community/node-apn - f09c6331d85b5f7fe9c421f2aa9d3d9be3db3aaa authored over 10 years ago
Merge pull request #30 from ParsePlatform/nlutsenko.01122014.querycollectionviewcontroller

Implemented PFQueryCollectionViewController for one-to-one mapping between a PFObject and a UICo...

github.com/parse-community/ParseUI-iOS - f7efdf17a5ec55a2aaad656cf7102cf653675fae authored over 10 years ago
Updated README with information about PFQueryCollectionViewController.

github.com/parse-community/ParseUI-iOS - a8b5edfb970546029fc770b8d3a9682f63cc1a93 authored over 10 years ago
Added demo for PFQueryCollectionViewController.

github.com/parse-community/ParseUI-iOS - 63090dd3c6508c740a8b636b107bbf281a4fec54 authored over 10 years ago
Added an example of displaying images inside PFQueryCollectionViewController.

github.com/parse-community/ParseUI-iOS - 14b94038f8723fe562feaf6cfbaefcc4d91a8851 authored over 10 years ago
Added PFQueryCollectionViewController.

github.com/parse-community/ParseUI-iOS - 4a0ae6f5f53f7385f828ebc38062be950db2337b authored over 10 years ago
PKCS#12 loading for credentials validation

Still need to test behaviour for incorrect file formats

github.com/parse-community/node-apn - 111899dbf222abe78501aba2879ac9a0d7ceb3b7 authored over 10 years ago
These will be needed to test PKCS#12 loading

github.com/parse-community/node-apn - 00bf9da7b633a0c0ce0501040a14837fc47569b9 authored over 10 years ago
Simplified parse-and-callback code in `Sender#sendNoRetry`

github.com/parse-community/node-gcm - 54ed782dae633e74722a38c6675654ebaf99a54f authored over 10 years ago
Changed test of unparsable response to Sender to use a non-JSON-parsable string

github.com/parse-community/node-gcm - b8dfffdcf3ae3e87c71853d512e86c12b7c9d0c6 authored over 10 years ago
Added changelog for 0.9.13

github.com/parse-community/node-gcm - 4895c5712039a219e46a0dc999d264474b9e3844 authored over 10 years ago
Make addData dynamically recognize how data is being added

github.com/parse-community/node-gcm - 64daac2055bba301100a73264edaf7b8af6855ea authored over 10 years ago
Add addDataWithObject tests as addData tests

github.com/parse-community/node-gcm - 54a7c5e229b5af8d8ba4416b699a073fb3a63d3c authored over 10 years ago
Add skipped test for wrong calls of addDataWithKeyValue

github.com/parse-community/node-gcm - c6c3020e531c98fe53f5ed110dd6e27f54ce2b58 authored over 10 years ago
Removed deep equals test of addData and addDataWithKeyValue

github.com/parse-community/node-gcm - 34ea8ab7dfd162c0f887e4d74bc58389684e1668 authored over 10 years ago
Added tests of addDataWithKeyValue()

github.com/parse-community/node-gcm - 9c7582a6a9c960b2beb39bb47c31a1d0210c24c4 authored over 10 years ago
Version bump 0.9.13

github.com/parse-community/node-gcm - d047234d4e5275945e68b9915067b3a8d2be01e2 authored over 10 years ago
Merge pull request #73 from ToothlessGear/callbacks-optional

Make the callbacks for Sender#{send,sendNoRetry} optional

github.com/parse-community/node-gcm - 872a108a3543969448e83983ac6723e78ed875c4 authored over 10 years ago
Make callback for send optional

github.com/parse-community/node-gcm - 315421ac3e49566208939460e089b8d6fba3abe4 authored over 10 years ago