-
Remove sl-blip from dependencies (Miroslav Bajtoš)
-
Remove dependency on loopback-testing (Simon Ho)
-
Remove examples (Simon Ho)
-
Refer to licenses with a link (Sam Roberts)
-
Upgrade LB Explorer and related changes (crandmck)
-
Use strongloop conventions for licensing (Sam Roberts)
-
Fix iOS sample app's push registration handling Changes introduced by PR #67 should have been done in loopback-sdk-ios rather than inside the app. Those changes has been moved to loopback-sdk-ios (PR #38) and this PR removes them from the sample. This fixes Issue #75. Add MobileCoreServices and SystemConfiguration frameworks that are needed for the recent SDK. (hideya kawahara)
-
adding jscs and jshint to the pretest with jsdocs updates (Bryan Clark)
-
downgrade to node-cache@2.1.1 (Bryan Clark)
-
Forward "contentAvailable" and "urlArgs" to APNS (Jonathon Mah)
-
Update deps (Raymond Feng)
-
Fix links to example (Rand McKinney)
-
Update README.md (DeniseLee)
-
Style changes and edits. (DeniseLee)
- Add the missing require statement (Raymond Feng)
-
Fix the package.json (Raymond Feng)
-
update module to loopback 2.0 (Bryan Clark)
-
update the example/server-2.0 demo (Bryan Clark)
-
Update notification.js (Rand McKinney)
- Fix API doc and add Notification properties per #69 (crandmck)
-
Fix for iOS8 category parameter (Andrej Šinigoj)
-
Support ios notification app on iOS8 version (xcode 6) (Vine Brancho)
-
Fix a build error from xcode (Vine Brancho)
-
Update README.md (Rand McKinney)
-
Typo (Rand McKinney)
-
Added keywords (Rand McKinney)
-
Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
-
Cleanup CHANGES.md (ariskemper)
-
Fix to GCM provider "devicesGone" test (Andrej Šinigoj)
-
Update gcm.js (Andrej Šinigoj)
-
Add gcm response handling for multiple device tokens, tests (Aris Kemper)
-
Fix the order of routes (Raymond Feng)
-
Bump version (Raymond Feng)
-
Add applications cache, settings ttlInSeconds, checkPeriodInSeconds, tests (Aris Kemper)
-
Add contribution guidelines (Ryan Graham)
-
Updated doc link (Rand McKinney)
-
Bump version (Raymond Feng)
-
Fix the push config (Raymond Feng)
-
Fixed issue#47: Creating a submodel for Installation breaks find* methods (Timo Saikkonen)
-
Add LoopBack 2.0 version of push server (Raymond Feng)
-
Bump version (Raymond Feng)
-
Ensure deviceType/token are populated from installation (Raymond Feng)
-
Upgrade to apn version 1.6.0. (ariskemper)
-
Fix gcm pushNotification and add test case for array of device tokens. Signed-off-by: Aris Kemper aris.github@gmail.com (Aris Kemper)
-
Fix gcm pushNotification and add test case for array of device tokens. (Aris Kemper)
-
Add fixes to notifyMany and tests. (Aris Kemper)
-
Push notification to many installations (ariskemper)
-
push notification to many devices support (ariskemper)
- Remove the peer dep to loopback (Raymond Feng)
-
Update deps (Raymond Feng)
-
Rename loopback-push-notification to loopback-component-push (Raymond Feng)
-
Update link to doc (Rand McKinney)
-
gcm: fix
devicesGone
event (Andrej Šinigoj) -
Update the Apple credentials and app id (Raymond Feng)
-
Update apns.js (Daehyeon Shin)
-
Add missing mongodb dep (Raymond Feng)
-
Update the deps (Raymond Feng)
-
Bump version and update deps (Raymond Feng)
-
Update license to dual Artistic-2.0/StrongLoop (Raymond Feng)
-
Encode the id for urls (Raymond Feng)
-
Fix the version (Raymond Feng)
-
Update dependencies (Raymond Feng)
-
Replace example/server with example/demo-server (Raymond Feng)
-
Move the cleanup to beforeEach/afterEach (Raymond Feng)
-
Use dynamic properties for dependencies (Raymond Feng)
-
Fix typo (Raymond Feng)
-
Improve the UI (Raymond Feng)
-
Fix the push data source configuration (Raymond Feng)
-
Upgrade Bootstrap and Angular (Raymond Feng)
-
Add simple UI to manage applications (Raymond Feng)
-
Fix the demo app (Raymond Feng)
-
Bump the version to 1.1.0 (Raymond Feng)
-
Add the demo server from loopback-workspace (Raymond Feng)
-
Export the default Push model (Raymond Feng)
-
Bump version (Raymond Feng)
-
Fix the test case (Raymond Feng)
-
Refactor to support loopback mobile template (Raymond Feng)
-
Fix the resetBadge (Raymond Feng)
-
Fix link to docs after splitting article. (Rand McKinney)
-
Create README.md (Rand McKinney)
-
Minor rewording and better links to examples. (Rand McKinney)
-
Clean up main README and add links to docs (Rand McKinney)
-
Minor cleanup (Rand McKinney)
-
Add ref to original repo (Rand McKinney)
-
Replace old README with links to docs. (Rand McKinney)
-
example: Use more sensible default values (Miroslav Bajtoš)
-
Update README.md (Rand McKinney)
-
example/android: update LoopBack Android SDK (Miroslav Bajtoš)
- First release!