Ecosyste.ms: OpenCollective

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

github.com/parse-community/node-apn

Apple Push Notification module for Node.js
https://github.com/parse-community/node-apn

Add support for iOS 10 subtitle property

fffbfcb56703cc74022ad76e5a335dfdb43cf3a3 authored over 8 years ago
Suppose iOS 10 notification management

Fixes #414

4fe3dd95d3e655fd9a106f8ae4a2a878e2374bdc authored over 8 years ago
Remove token length constraints

It was announced at WWDC 2015 (Session 720) that large device tokens are
coming soon:

> Let's l...

6f5e14bcb6926e0caa7b703dd9fd6ea50f97c5e9 authored over 8 years ago
Fix codacy style issues

a857c8894c3c13ff04ab4819ea0e4867203bd8e6 authored over 8 years ago
Ensure that pending connections are closed

0d2b686e3df4c162f77c5344d6ce83e2aefee463 authored over 8 years ago
Implement shutdown

85f4eb2c92bb06d35be01f98e46424347a461457 authored over 8 years ago
Update changelog

805e0c0e6ab8e9f73477d8f0057366d709a2fac7 authored over 8 years ago
Surface the token method from mock interface

9dd1c9c2b2dd2137ded6d43663abbe142b5d41bb authored over 8 years ago
Rename pushNotification to send

d366d7c763b54cb696ce2d6421de98c179c27ad7 authored over 8 years ago
Merge pull request #402 from williambelle/notification-doc-typo-fix

Fix typo in notification doc

2da439832c0837c544197947fa1c05f51892ce29 authored over 8 years ago
Merge pull request #413 from alexanderedge/master

Rich notifications (iOS 10)

8ddb001dcf68aba34987da561d7d89395f0375a8 authored over 8 years ago
Fix up index to load Provider

619e8962fe9126a02a75cabb7832d9ccdb93ea5e authored over 8 years ago
First pass at a mock

5c28e3fd84d535bc9c72a2b5ccb0eea530f71d4e authored over 8 years ago
Rename Connection to Provider

eddbc5eec91eaedae726d7e4511ee091b27cb67b authored over 8 years ago
Update the module index

b7e6e8d3a4dfc878748ade9f886bb7b52857bb65 authored over 8 years ago
Replace Writer with Client and fix tests

705899f2300b083cb96c3d8b5603bccfbcce6557 authored over 8 years ago
Rename Writer to Client

a6a499c728e2aef96da0df200e8200f9c98527c8 authored over 8 years ago
Ensure we bind to the correct client context

4b4de22706851f17617a9d4a342b15be85e1ec70 authored over 8 years ago
Extract the "writer" functionality

f7c02974a1d55b23b1dba45abbf4d34a87bc7231 authored over 8 years ago
Restructure the Client interface

We need to do more than one thing (shutdown, for instance) so returning
a single closure isn't e...

96efccf10f590a062b726c56a9f0bb9892caf2a1 authored over 8 years ago
Fix indentation

32e45c8cf10bdcd941dd10ead38f5ec56abaf95c authored over 8 years ago
Fix failing tests

7704ef0e02155d92f422f0f398af80228444d2c5 authored over 8 years ago
Update @since tag to future version

217cef5dc4c295a37d821e9841ffb36e22684be6 authored over 8 years ago
Add mutable-content push payload

As specified in WWDC 2016 session 708:

http://devstreaming.apple.com/videos/wwdc/2016/708tbh8wn...

f1b49caa10748883278429a806611b7f60117103 authored over 8 years ago
Replace Device type with simple token validator

48cfe38b2a1938c812f8cdb730ea4252a4b89ae2 authored over 8 years ago
v1.7.7

eccd565975adbe5c40208f7763c9cf897f1fef73 authored over 8 years ago
Test on 6.0.0

04804d828768c832dc4c2e363e8406eda164fed9 authored over 8 years ago
Restructure connection for future mocks

9ea4e83dbab9179bbcf241965257895cc93b51c9 authored over 8 years ago
Stop using Arrow functions in tests

Mocha recommend against it: https://mochajs.org/#arrow-functions

> Passing arrow functions to M...

22df137372207aa4f33a1df28e04ec84207b0956 authored over 8 years ago
Clean up the link references

de986d6fd93502759c8f4fd6c9f0c58d4ede7ef4 authored over 8 years ago
Rewrite the doc for Notification

d5b943d7b59f74e40f16ab5f9926d5ce43021756 authored over 8 years ago
Ensure rawPayload takes absolute precedence

8ed70256be09ee3ba13682cc9db7a91030cf8f0f authored over 8 years ago
Remove a stale property after removing `trim`

2eb7500623133ff40ce8b6f75f8946fbf43ad8d8 authored over 8 years ago
Fix typo in notification doc

8d1f336536aff043f99e9b117c0768880191e8e1 authored over 8 years ago
Remove notification.trim

Trimming the payload was probably useful functionality when the
notification size was 256bytes. ...

8a3370dcfc9ed3090d2262e21ff532c34bcbc33c authored over 8 years ago
Release the first alpha

21923ec914f7aeba60840057ac6c4cff679f0136 authored over 8 years ago
Change the promise response

sent/failed is more expressive than 0, 1

1e51b1d7065ef5db5ed467d167d13307ffc00d0b authored over 8 years ago
Add the new `mutable-content` property

New for iOS 10

dc754e13c38857d3f923871f32f36d5f936ad402 authored over 8 years ago
Break out the endpoint cleanup

ea0ef5f6d580da1bae7fc3ef1a9f67b578b4305d authored over 8 years ago
Fix a codacy issue

4f25e5ce98e1aa5edb0c9fcaf78dc09268f97d38 authored over 8 years ago
Merge pull request #393 from williambelle/notification-doc-fix

Fix the 'Binary Interface and Notification Format' url in notification doc

cab5019ebd77bae8525144f4d940b0cd7538d5d9 authored over 8 years ago
Ensure only pre-connect errors are failures

c0b0874de0cf651208cb22d4a50bf54dd1ed0d3f authored over 8 years ago
Ensure we don't stomp on pending connections

69920ae2ffddc7a6e8d934a835e5b839b5d2ced2 authored over 8 years ago
Ensure an errored connection is not used

c0337c4c4d590a939781d4ef75efc22cafa91d99 authored over 8 years ago
Restructure the tests

efd261d1d6bf811b9a6f23458034eb1a1d093154 authored over 8 years ago
Ensure ended sockets are cleaned up

46c9213afd2402c9431908a1199f8c8f866f4818 authored over 8 years ago
Merge pull request #394 from cloudstech/master

Fix: Library was changing badge: 0 to badge: undefined

da6c418ebedb8ef2c3898d413cbb4e9ac5d13330 authored over 8 years ago
Merge pull request #397 from darrrk/master

Avoid error, when deferredConnection is null

576dc6db067c12f16d0c43a877060499d732c0be authored over 8 years ago
Avoid error, when deferredConnection is null

a25d29344493b2483b85462066fbdd5391249ba8 authored over 8 years ago
Simplify the index arithmetic

e439601dd9ddc00fef309bb527afbbed1d46168c authored over 8 years ago
Ensure that badges can be zeroed

ea2c40136c90335ace51f01cf03f0bc5b7936082 authored over 8 years ago
Fix: Send '0' badges

0fa7cf0d598e13f26214cd2273052c1b052ce824 authored over 8 years ago
Fix the 'Binary Interface and Notification Format' url in notification doc

c115af6e5ac34dc07909cacd8880c635b8a833fe authored over 8 years ago
Implement round-robin connections

70f6fc029d805058ca50b3350962a31c4d6664bc authored over 8 years ago
Update to v1.7.6

0bc5e746c93db792bd1b2a7c87ee79bab4de1a43 authored over 8 years ago
Ensure a minimum number of attempts are made

774025385224965e006182e4c9f0cf1fbe60967b authored over 8 years ago
Enforce `maxConnections` limit

b30bb49ab58188f26cccc6061a4097ef3834cf60 authored over 8 years ago
Reduce the default connectionRetryLimit

40c720b8f8f5c4eac9c8df325e5ca00d5c5d4e6e authored over 8 years ago
Reinstate `connectionRetryLimit`

c83690832988630a4abdb524438105ed4d1cc557 authored over 8 years ago
Establish multiple connections

7ea81fc0e60b243d8b74633e4bf17953224c48ad authored over 8 years ago
Reset the failure count after success

9c38768019c9a2a9ed876f72c3cde6bcd4a2f353 authored over 8 years ago
Error-out on multiple connection failure

13898f05ee79f1080650e72ef458e6e1a937b446 authored over 8 years ago
Destroy the socket when error occurs

4c9586fbdcfd153bff2423e0d63b0bb80e227c8a authored over 8 years ago
Retab the project

1b81eb9394769205da375b2b87070b61cd513bad authored over 8 years ago
Add an eslint profile

d2fb9a6f49d6ceb4580a2dc597c20a1ba545a2e7 authored over 8 years ago
Fix leaking streams

Use custom branch of node-http2 which releases streams when they close.

7c2013ab446c74bdf8e211065e4906353bdfc1bc authored almost 9 years ago
Null-out the retain-cycle

1079095458049cf051455d1c290d2fcb69b5107c authored almost 9 years ago
Missing ;

6bc98a9ce2607c73558e8b2c9875090d213c1d0e authored almost 9 years ago
Ensure that passphrase is a string

2d6d83ed291fdab6f9b33206ad50bb3b7cf52ad5 authored almost 9 years ago
Increase test coverage

de35e9e3a47df945a69122404b93c01004d8dfe1 authored almost 9 years ago
Improve code coverage and use "bunyan" properly

08781d0fa32bfa91d3820583c2717cdfb455b2c4 authored almost 9 years ago
Fix code style issues

b77877e3c0510c7ce83953ad0ffb8218e54b55b6 authored almost 9 years ago
Allow all properties to be set in the constructor

The original payload property now moves to `rawPayload` if `aps` value
should be preserved inste...

cf2cf2f10e788ed569fab59b1efab07c7dc027c7 authored almost 9 years ago
Merge pull request #378 from argon/hotfix/377-notification-construction

Reinstate broken aps behaviour

25f0d7b8d6d7ae173d53b64944e7e3ec7a739ef0 authored almost 9 years ago
Move the prepareAlert method where it is needed

3b3fa76c792cf6ab51f965688fced09ce1f2fe38 authored almost 9 years ago
Dynamically generate the convenience accessors

08108b81c8af439020dd08f368e203769c7fd2a1 authored almost 9 years ago
Move the aps properties to their own file

abdf303b46963cc7319dc04542de26c1e389bf31 authored almost 9 years ago
Remove the unnecessary getters

032ae47213f172302b78a78ed8df2285f9252501 authored almost 9 years ago
Use the correct accessor with trim tests

13160582f6ee7ab58e045c01bd8a454c85f46016 authored almost 9 years ago
Rename `alertText` to `body`

This maintains naming consistency with Apple documentation

eb5a58a9995d8145efe3408d0bcaab1c416c7371 authored almost 9 years ago
Refactor the alert preparation

e84183a0b39be5bac66aa90e2f7651587ee8c7db authored almost 9 years ago
Tidy up the existing API. Only to die soon.

26e2adba67dd5839000186c4efa8a417cda25eef authored almost 9 years ago
Implement missing accessors

13cb2331a8dff9255a5e1460008dcacc7bdca504 authored almost 9 years ago
Fix some style issues

33f48eb347b7b3fefac701c13b7d97a832ec0a3e authored almost 9 years ago
Implement loc-key / loc-args property

33495aaff56eec58b3e0917e2cb19e1bfa39aa1e authored almost 9 years ago
Prepare to implement missing tests

12a539fa85e73d373531a6bc5256f685548e1da9 authored almost 9 years ago
Improve alertText tests

9f5cf29023c5c216eafd27c6695d611ceb035cb8 authored almost 9 years ago
Correct a test for new behaviour

3271c2dd19d8c9e29a9fdeecb8a396b1ffcf8e3d authored almost 9 years ago
Remove deprecated properties

8d0d24b9d2a836e64a6affebcda10bf397e49a90 authored almost 9 years ago
Move trim to its own file

b567ac8cf16a29a6101902561ade96156c5df366 authored almost 9 years ago
Move the trim tests to their own file

d8cfb4c297bc27de7ca864dc547763e657da1163 authored almost 9 years ago
Restructure notifications to their own submodule

fcc7e2cbfae52e3139bc2eed7313b1dc918b00a8 authored almost 9 years ago
Consolidate JSON output tests

bf259fcd11a3051a395703efb0f063cae4843806 authored almost 9 years ago
Test category in output

e07cfd4fb9e72b6e8f65b04f1d8edd4384772bd6 authored almost 9 years ago
Simplify the JSON output matching

0ca98a56d2f1cfc1ddd1cccf297c14e93c8a4b24 authored almost 9 years ago
Rearrange the notification methods a little

6666156c4715da848b9f0211ec37d846dd7497eb authored almost 9 years ago
Ensure that the precompiled payload is immutable

c31e4615c243d10ada4331e56da07282eebec554 authored almost 9 years ago
Fix some more codacy issues

e87f326829736a2d26b4fe000518f76345a0cab8 authored almost 9 years ago
Make alertText a direct property

339e1ce71c9640fc9f5f14c32834e606e5523db2 authored almost 9 years ago
Revert "Remove some legacy interfaces"

This reverts commit e751fe3f5ad010068ad0658efe0bed79f62e4765.

1b2e8737d06ecc05ecb62e87543c77e495d71154 authored almost 9 years ago