Skip to content

Fly

Compare
Choose a tag to compare
@watzenare watzenare released this 06 Nov 16:22
· 38 commits to master since this release

New

  • Added Ios Push
  • Added PUT call to set the same option value to all preferences (i.e. disable all notifications, enable all to all devices, enable all but only by email, ...).
  • Added option in order to restrict unicast notifications send per day from the same theme.
  • Added delay time to all workers if the notification requires it.
  • Added new route that retrives the smartphones that user has registered.
  • Added a redirect restriction on push notifications messages.
  • Added 'time_to_live' to send params. By default, messages have a TTL of one day. This is done in order to avoid send messages when workers fail and they are reactivated late (for example). It is better no notification than a late notification.

Updates

  • Updated documentation && now using a new documentation page
  • Updated base structure in order to update the debug mode via configuration file
  • Updated LogController function removing params and passing them into an array.

Fixes

  • Preventing to set the same device id to diferent users while updating user data.
  • Preventing to set the same mail that another user while updating user data.