webapp

Tinode web chat using React

APACHE-2.0 License

Downloads
180
Stars
318
Committers
19

Bot releases are visible (Hide)

webapp - Dependencies updated

Published by or-else almost 2 years ago

Dependencies updated

webapp - Video and voice calls

Published by or-else about 2 years ago

Ability to place and receive video and voice calls

Other changes:
https://github.com/tinode/webapp/commit/e209ef2483f85dc2a339c5b13dd55c9fcd6a092b Fix crash on attempt to change password
https://github.com/tinode/webapp/commit/dcf9e1d47e9786430b5abcd5373ec8fd2ba31a54 use topic.latestMsgVersion instead of iteration over versions
https://github.com/tinode/webapp/commit/c31c0c2c07a521888eeded716d17b84191275d67 Fix clipping of a host name
https://github.com/tinode/webapp/commit/e77e8441cf7467ab3fd2d550e258fa2953350cd3 recv ackns moved to the SDK
https://github.com/tinode/webapp/commit/69282bab89ffb264979e25e6b0c1cea53dbdb9aa Add missing Tinode.onData and .onInfo handlers.
https://github.com/tinode/webapp/commit/a90f1f4fefa1a15b9df04233bca3bbfa929ee68e Fix crash on missing AccessMode module
https://github.com/tinode/webapp/commit/d45a141704be431d59fbac4080641cd3ae9e01f0 https://github.com/tinode/webapp/commit/5006a6fb3423929dfeac6049bc663f5604c38c3d Fix avatar upload on signup
https://github.com/tinode/webapp/commit/ee106a17f6acc3c1e0ed51fe930b1c3655bab1cd https://github.com/tinode/webapp/commit/740cb7faf850222393f37bde735be404d5bdcbd9 https://github.com/tinode/webapp/commit/0e53234d025a6475e8a7de66ce818adea74dbeb4 https://github.com/tinode/webapp/commit/22320808fce6380fd9b3d7eb0f042d6cd91c22fe https://github.com/tinode/webapp/commit/df203f48bd003d2d44a7d58be45c19fda9701c0b Fix for authentication after credential validation, https://github.com/tinode/webapp/issues/100
https://github.com/tinode/webapp/commit/8b80f59d3adaea9b8cef0483cd5c8dd600ae2f78 Fix for a crash on a typo in a name of a variable
https://github.com/tinode/webapp/commit/6a6e3ad754ffc7a69b646da296f8997065b17722 Change app width on very wide monitors
https://github.com/tinode/webapp/commit/d15aa9372daaecef2dd9bffaffc9a4f1fd7f28a8 Minor visual tweaks and missing translation
https://github.com/tinode/webapp/commit/384955777dfe0f69e13b1aa153d4e7b173924ae3 https://github.com/tinode/webapp/commit/8250c5f372fbc98060c90af436800bd78e67f502 https://github.com/tinode/webapp/commit/5144f581e7356cba74255377d3ff69b3e2f15c0e Better handling of non-default hosts, like connecting to sandbox from localhost

The full list of changes: https://github.com/tinode/webapp/compare/v0.19.2...v0.20.0

webapp - Bug fixes

Published by or-else over 2 years ago

8cd8ffb Prevent crash when audio is used under http, #763
932ab0a Documentation update

webapp - French translation, bug fix

Published by or-else over 2 years ago

French translation (thanks @RomainStorai!)

88c4cb4 Fix scroll bug in messages panel

webapp - Voice messages

Published by or-else over 2 years ago

Ability to send and receive audio messages.

Other changes:

  • [Go to the latest message] button.
  • Continue to display deleted topics until user removes them.
  • Support for "read" push notifications.
  • Date dividers in messages view.
  • Subscription to P2P topics is delayed until the first message.
  • Interaction of push notification with Tinode moved to the SDK.

The full list of changes: https://github.com/tinode/webapp/compare/v0.18.6...v0.19.0

webapp - Minor bug fix

Published by or-else over 2 years ago

b454518 Fixed "contact us" email link

webapp - Dependencies updated

Published by or-else over 2 years ago

Dependencies updated due to security vulnerability in minimist.

webapp - Bug fixes

Published by or-else over 2 years ago

Bug fixes:

601c048 Fix broken spam reporting
f3def8c Fix Drafty.preview signature
7e3a616 Fix for #91 (typo)

Also includes SDK fixes.

webapp - Bug fix

Published by or-else over 2 years ago

webapp - Fix for a crash caused by invalid Drafty content.

Published by or-else over 2 years ago

fb45c44 crash in message preview in empty topic

webapp - Replying, forwarding, avatars sent out of band, trusted badges

Published by or-else over 2 years ago

Multiple new features:

  • Replying to messages.
  • Forwarding messages.
  • Avatars can now be cropped.
  • Large avatars are uploaded and sent as URLs.
  • Trusted badges: verified account, staff account, danger.
  • UI refactored for consistency and clarity.
  • Different format for i18n files.
  • Multiple bug fixes.

The full list of changes: https://github.com/tinode/webapp/compare/v0.17.10...v0.18.0

webapp - Bug fixes, [password reset email sent] screen.

Published by or-else about 3 years ago

763a525 Fixed message scrolling on initial load.
f3e54e4 Fixed a race condition in handleScrollEvent (#85).
9c4db41 Fixing unarchive menu, translations.
7ba20c7 1d0c7e1 Fixed [unarchive] menu item.
8822c28 Added a "password reset email has been sent" screen.

SDK fixes incorporated: https://github.com/tinode/tinode-js/releases/tag/v0.17.10

webapp - Bug fixes

Published by or-else about 3 years ago

b783ec2 Removed loading... spinner on database fetch.
0840a79 Refactoring to use topic.messages() directly instead of creating a copy in this.state.
e0e25fc Updated dependencies.
25e9c1a Added missing translations.
b59fd06 Fixed some visual breakage with long strings in messages.
b540ac4 Made owner delete chat instead of leaving (and failing).

SDK fixes incorporated: https://github.com/tinode/tinode-js/releases/tag/v0.17.9

webapp - Bug fixes, Traditional Chinese translation

Published by or-else about 3 years ago

febc75d Ensure sort order of contacts by [touched].
a0312f8 Fix leaving a conversation.
812cdd9 e3bdd5b f8879f7 Add Traditional Chinese translation from @SiderealArt.
a24ee01 122fd01 Fixed crash in Safari, #80.

webapp - Bug fixes

Published by or-else over 3 years ago

d1ea1d7 add React.StrictMode checking for devel
8647539 rebuilt with indexedDB initialization fix
bf9ba90 clear reconnect timer on logout

webapp - Bug fixes

Published by or-else over 3 years ago

SDK fixes for breakage around uploading large images #79 .

webapp - Bug fixes

Published by or-else over 3 years ago

2d01e0a Fixed topic subscription on page reload
cdf27b4 Fixed layout of tabs in new topic view
9b76577 Fix occasional breakage in makeImageDataUrl
c57fd6e Fix DB initialization and teardown, wrong upload parameters order
5d97746 Remove support for obscure browsers

webapp - Bug fixes

Published by or-else over 3 years ago

2ecb522 updated dependencies including react-intl (previously broken)
92f7464 ignore trailing deleted ranges for message previews
0349448 fix cache issue on logout
02e23c8 tabs to spaces, typo in comment
74d5473 adding support for out of band avatars
02e1a28 rename vcard to theCard
2c61ab2 prepare for foreground notifications
eeb14cf better cache handling
e97e708 adding another generated file
aa8d60c a bit of cleanup, better naming of the app cache

The full list of changes: https://github.com/tinode/webapp/compare/v0.17.0...v0.17.1

webapp - Message previews in contact list

Published by or-else over 3 years ago

  • Message preview in contact list
  • Caching data on the client using IndexedDB.
  • Lots of small bug and visual fixes.

The full list of changes: https://github.com/tinode/webapp/compare/v0.16.10...v0.17.0

webapp - Emergency release

Published by or-else over 3 years ago

Unscheduled release due to a critical bug in v0.16.9

Full list of changes https://github.com/tinode/webapp/compare/v0.16.9...v0.16.10