mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
* Fix Social Push notifications * Fix code formatting issues * Fix commented issues * Fix Syntax errors * update push notify dependency * specify push-notify version * change how apn key is loaded * feat(push-notifications): improve logging * feat(push-notifications): disable v2 push notifications * test(push-notifications): add unit tests and improve integration ones * fix(push-notifications): throw when required params are missing * fix(tests): correct descriptions and remove wrong comment * fix(push-notifications): trim APN key * fix(apn): log feedback only if it has data * fix(apn): load cert and key differently * fix(tests): correctly load apn during tests * download creds from S3 and create AWS lib * convert s3 buffer to a string * fix(apn): remove console.log and do not use cert twice * invert key and cert, disable failing test * invert key and cert |
||
|---|---|---|
| .. | ||
| addTag.js | ||
| addTask.js | ||
| addWebhook.js | ||
| allocate.js | ||
| allocateNow.js | ||
| blockUser.js | ||
| buy.js | ||
| buyArmoire.js | ||
| buyGear.js | ||
| buyHealthPotion.js | ||
| buyMysterySet.js | ||
| buyQuest.js | ||
| buySpecialSpell.js | ||
| changeClass.js | ||
| clearPMs.js | ||
| deletePM.js | ||
| deleteTag.js | ||
| deleteTask.js | ||
| deleteWebhook.js | ||
| disableClasses.js | ||
| equip.js | ||
| feed.js | ||
| getTag.js | ||
| getTags.js | ||
| hatch.js | ||
| hourglassPurchase.js | ||
| index.js | ||
| markPMSRead.js | ||
| openMysteryItem.js | ||
| purchase.js | ||
| readCard.js | ||
| rebirth.js | ||
| releaseBoth.js | ||
| releaseMounts.js | ||
| releasePets.js | ||
| reroll.js | ||
| reset.js | ||
| revive.js | ||
| scoreTask.js | ||
| sell.js | ||
| sleep.js | ||
| sortTag.js | ||
| sortTask.js | ||
| unlock.js | ||
| update.js | ||
| updateTag.js | ||
| updateTask.js | ||
| updateWebhook.js | ||