habitica/website/common
Matteo Pagliazzi e7944b3d98
iOS push notifications, use node-apn (#10517)
* fixing typos in comments. yes, I am that kind of nerd

* replacing push-notify with node-apn in deps and in pushNotifications.js

* updating calling code and tests to use node-apn

* updating APN configs to new format

* migrating team ID and key ID to config.json

* update code to use env variables and add correct topic
2018-07-12 12:56:15 +02:00
..
errors moving developer-only strings to api/common messages (#10258) 2018-05-04 16:00:19 -05:00
locales Merge branch 'release' into develop 2018-07-10 17:26:37 +00:00
script iOS push notifications, use node-apn (#10517) 2018-07-12 12:56:15 +02:00
index.js Common reorg (#8025) 2016-09-16 17:18:07 +02:00
README.md Common reorg (#8025) 2016-09-16 17:18:07 +02:00

Common

Files that are shared among the server and the client.

  • Code that is run on both the client and the server
  • Item definitions - weapons, armor, pets, etc