oncall-engine/engine/engine
Vadim Stepanov 255964ceaf
Mobile app messaging backend (#874)
* move mobile notifications to a separate backend, remove critical notification

* remove outdated mobile app code

* MOBILE_APP_PUSH_NOTIFICATIONS_ENABLED -> FEATURE_MOBILE_APP_INTEGRATION_ENABLED

* create error log if no devices are set up

* move mobile auth related code to the mobile_app Django app

* move mobile auth related code to the mobile_app Django app

* move mobile auth related code to the mobile_app Django app

* fix typing

* add GCMDevice todos

* add user connection capabilities

* add user connect/disconnect to the messaging backend

* move APNS endpoint to mobile_app Django app

* restore critical notifications

* support hackathon app

* tweak migrations so mobile app auth tokens are preserved

* reuse notify_by IDs

* use mobile app template to render push notification

* add GCM/FCM (Android) support

* fix unlink user

* logger.error -> logger.info
2022-11-23 15:56:43 +00:00
..
logging World, meet OnCall! 2022-06-03 08:09:47 -06:00
management/commands Get rid of installation token + add a bunch of tests (#624) 2022-11-21 16:26:00 +01:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
celery.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
middlewares.py Check user attribute 2022-11-02 10:47:26 -06:00
parsers.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
urls.py Mobile app messaging backend (#874) 2022-11-23 15:56:43 +00:00
views.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
wsgi.py World, meet OnCall! 2022-06-03 08:09:47 -06:00