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
Updated the readme and package.json for release
github.com/parse-community/node-apn - 74ed13fe77fea4b48e15e84ebf0c4c2a4c32e6cd authored over 13 years agoAdded encoding parameter when sending notification
github.com/parse-community/node-apn - 4b03af31f3e900a191dab57d7da6ce99a34fb145 authored over 13 years agogithub.com/parse-community/node-apn - a55ed78c7925044943e46dd4a6a3e6b2fb13168f authored over 13 years ago
Fixes #11,#12,#13,#14
Ensure delivery of notifications to Apple even under heavy load.
github.com/parse-community/node-apn - 66a0a01cec4028fe91a02581756c2a8ca144ec7e authored over 13 years agoIf we aren't then we can't find which notification made things go wrong then none of the rest of...
github.com/parse-community/node-apn - b213da698ae935e7d7f04390838ed3e503ad62a5 authored almost 14 years agogithub.com/parse-community/node-apn - c9fddc622ad2189c9a966996701d91455f5d7d1a authored almost 14 years ago
Basically I've fixed architectural failings of the first release. This should be far more stable...
github.com/parse-community/node-apn - 463d22c90671d538a58ab519466ebc9b5ed63ace authored almost 14 years agogithub.com/parse-community/node-apn - 38c885c1cf806a72c0567ea946f6a49547bc2d63 authored almost 14 years ago
github.com/parse-community/node-apn - 2097d6f131c216e30ce47b1180af8f8ff03fc097 authored almost 14 years ago
If you send many push notifications (10k) and 10th will have invalid token,
there is chance that ...
github.com/parse-community/node-apn - 516aba71dd574ce62aa1bb220a7d9c9196d96a7f authored almost 14 years ago
github.com/parse-community/node-apn - 052eabf6916a5e546a0fab79007757c0a9b0bd18 authored almost 14 years ago
Closes #6
github.com/parse-community/node-apn - 623a5f967ef447e1e338379f042ebe4a6f5c387e authored over 14 years agoIdeally this would give the user the option to specify an error handler in case the error is mor...
github.com/parse-community/node-apn - ee3910eeeb2f543a0de1f0cb52c23e5c9c966b82 authored over 14 years agogithub.com/parse-community/node-apn - 0a253230b238914445c923ddd2f4b9111e759af5 authored over 14 years ago
Fencepost error with calculating the correct buffer length to store the token. This should fix a...
github.com/parse-community/node-apn - 2968dbbd20fc2f019cc75db72ce82e79d047829c authored over 14 years agogithub.com/parse-community/node-apn - 8056c349aab16b2496d3efee76dd23c3b80e3fca authored over 14 years ago
I'm not entirely sure I have the error checking right/sufficient.
The method of queueing pendin...
github.com/parse-community/node-apn - db064b17c38e92c31438f318cc4c5ae92b14cf3f authored over 14 years ago* Issue #3 fixed.
github.com/parse-community/node-apn - 6779c0fda3620f7233daeffd2ac8711750a62ed9 authored over 14 years agovar apnsConnection = apns.connection(options);
should have read:
var apnsConnection = new apns....
github.com/parse-community/node-apn - 1cc2b8f0b6db2cc56a0d3647843218c834b82bcf authored over 14 years agoIssue #1 fixed where error callback was incorrectly referenced.
github.com/parse-community/node-apn - 6c7fd0f2fa70d85f28f12d7cfcbe8602a5c77c5f authored over 14 years agoerrorCallback should in fact be options.errorCallback on lines 159-160
github.com/parse-community/node-apn - b83f9e7c91ab7bd2967896896f7b9abaaf3b4125 authored over 14 years agogithub.com/parse-community/node-apn - 2a93355a7d52029acb9150ad0113cfa43955a76a authored almost 15 years ago
github.com/parse-community/node-apn - a2fc04310b478c1a85799137c70bf3b3163d495a authored almost 15 years ago
github.com/parse-community/node-apn - 037ae6b58ce2bc3e22276a3f8760cfdaf7374b91 authored almost 15 years ago
github.com/parse-community/node-apn - c558c08397044e128b1d83bb081949c458c4ea13 authored almost 15 years ago
github.com/parse-community/node-apn - 87da6ace7d29adc33275b4d212b6e017b967bbff authored almost 15 years ago
github.com/parse-community/node-apn - 67661caa818252e7b32f5fefdcb7d30dc8394570 authored almost 15 years ago
github.com/parse-community/node-apn - 1821f49baebabfb9dad71beff2af5235107c0ab3 authored almost 15 years ago
github.com/parse-community/node-apn - 7a92810f79f7a4e4caba183abc7aedde795ec114 authored almost 15 years ago
github.com/parse-community/node-apn - b785c6e0fffc64862ce6e88677debd9651a6005e authored almost 15 years ago
github.com/parse-community/node-apn - cdfb4e75de3568625d297c478343382f77b64d1a authored almost 15 years ago
github.com/parse-community/node-apn - cc8e5c69e8d32db0d46841e452c95178aa43090e authored almost 15 years ago
github.com/parse-community/node-apn - 25fb3821de71d6df8053d5cda46c280a5495b31a authored almost 15 years ago
github.com/parse-community/node-apn - cf8c71209e9bab7f736ac03f1dcdb6aea7721035 authored almost 15 years ago
github.com/parse-community/node-apn - d3656eb3f21452659af973cf403b19c4278bdbc6 authored almost 15 years ago
github.com/parse-community/node-apn - 580a3d5f827a99cf4a7de1c0e112cd33e836038c authored almost 15 years ago
github.com/parse-community/node-apn - b2c9b7566da13b8091e8925431ad7e931d47215b authored almost 15 years ago
github.com/parse-community/node-apn - 99f36d4675860800b8ddf335fa0ab0bc70317ba8 authored almost 15 years ago
github.com/parse-community/node-apn - df55494c1636fae6bce2d0e1cf0bdd6d21c93840 authored almost 15 years ago
github.com/parse-community/node-apn - a23f50a0a18faa20edbdda95ff0c9670252d851d authored almost 15 years ago
github.com/parse-community/node-apn - 1951c6673e83003ea9d66254466ed02de2691d52 authored almost 15 years ago
github.com/parse-community/node-apn - f5b97750e368d49a7602f8e24eabf9f1ce36d633 authored almost 15 years ago
github.com/parse-community/node-apn - b0a0cc3d5ba741a81c95dd3d5e994832c727029f authored almost 15 years ago
github.com/parse-community/node-apn - 5acabb2493f234040ad3ba85ccc47891af9435e5 authored almost 15 years ago
github.com/parse-community/node-apn - 0e3ca8202fee240801eb438447df1fb946575891 authored almost 15 years ago
github.com/parse-community/node-apn - 84d22c747e79428f6bb3ed9cba9d94e238ea88e9 authored almost 15 years ago
github.com/parse-community/node-apn - 688e35b287e8ce730d8d08ee973f562c554c9ee6 authored almost 15 years ago
github.com/parse-community/node-apn - 09e38e797e14ca565f9679bab91accc8283e8916 authored almost 15 years ago
github.com/parse-community/node-apn - 4331239983e102dde4448335774c7734fc56d368 authored almost 15 years ago
github.com/parse-community/node-apn - 50ec3b22b150c00ebff702d51f13b28256915478 authored almost 15 years ago
github.com/parse-community/node-apn - a4ffe954c245049935b154d3c70b7468c7d72f41 authored almost 15 years ago
github.com/parse-community/node-apn - 31549cf6c762dd21ba072081c7581db09a4c6d0a authored almost 15 years ago
github.com/parse-community/node-apn - 1c2e24ebafdd4a17697f54e9c645ccef3f7704a9 authored almost 15 years ago
github.com/parse-community/node-apn - 701e76e9754f5b762b2e977bdc90203134a06df4 authored almost 15 years ago
github.com/parse-community/node-apn - 492a5a6e0534ed4179f3d7dc24946e1fd0a8dc78 authored almost 15 years ago
github.com/parse-community/node-apn - 331ec5172e4927b393c91b29f836f4b6f30e36c0 authored almost 15 years ago
github.com/parse-community/node-apn - 7e635138ed8974fd1d99ecfd0a99db4d08bc4610 authored almost 15 years ago
github.com/parse-community/node-apn - 0141e4a4f5642ffd537d0600a8c62f112a45e56c authored almost 15 years ago
github.com/parse-community/node-apn - 64de3d6db5a49b73dd0f6908162fc55da40f3145 authored almost 15 years ago
github.com/parse-community/node-apn - 134a5e1d9ac836eae2ead98a348ac71b060289b3 authored almost 15 years ago
github.com/parse-community/node-apn - 5f60a55786eb481736372d0c49b77c35c5de9016 authored almost 15 years ago
github.com/parse-community/node-apn - a5becaf59e5877782dc7c24a3e207c8f85deb56f authored almost 15 years ago
github.com/parse-community/node-apn - d729b47d3966090ca737a40a74af9b817ef2971b authored almost 15 years ago
github.com/parse-community/node-apn - 89653c4d4e6b9473fafbe37c4e8a2288d6b0eead authored almost 15 years ago
github.com/parse-community/node-apn - 2ffbbda275f923e46121dba9f363ed0d416916a4 authored almost 15 years ago
github.com/parse-community/node-apn - d984769578559491bfbd4673bb2f91d532aff24f authored almost 15 years ago
github.com/parse-community/node-apn - 2ded1b9171e0687002e0674c68ef3e2b288ce48e authored almost 15 years ago
github.com/parse-community/node-apn - 4183c9dbc189324d3846b636ebff87e3f2c8cb34 authored almost 15 years ago
github.com/parse-community/node-apn - 721788d0eeaa3d2881e507ba9d542af5e3e556bb authored almost 15 years ago
github.com/parse-community/node-apn - fc0114db0eec8bbd8219fb16d05b284b326586fb authored almost 15 years ago
github.com/parse-community/node-apn - f326109d28d9f17233bcaf4a8a9ea3402a2b7822 authored about 15 years ago