Main Changes
- Root user can send messages on behalf of other users.
- Multiple improvements in push notification.
- Try re-sending unsent messages after a reconnect.
Other changes
Server
e6fe492 b5e3d28 name logical:actual mapping for authenticators
32734c3 start reporting default access in fnd
results
33ab495 FCM fixes to make it work with web
a617034 8e9d192 1ea4a3d e805ce1 823b5ca changes to init-db
3edab2c use grpc.Stop instead of grpc.GracefulStop (otherwise shutdown gets stuck forever when chatbot is connected)
46052f9 9512c58 remove inconsistency between keygen and tinode.conf
Webapp
- Retry sending messages after a reconnect.
- Password can be reset now.
- Convert .prod.js to ES2015.
tinode/webapp@dba9500 tinode/webapp@62cac29 tinode/webapp@76620cc logout fixes
tinode/webapp@e43e3ff ensure correct sorting of contacts even in presence of undefined values
tinode/webapp@b2ffb62 tinode/webapp@57ca428 push notification improvements
Tinode SDK
- Node compatibility from @fstn
- Support for message re-sending after a reconnect.
- Support for resetting the password.
tinode/tinode-js@ae7f86b wrap sendText error in a Promise, if one is available
tinode/tinode-js@441a89a fix url regex: exclude emails, exclude terminating punctuation
Tindroid
- Password reset screens added.