frank
c7aebfeed3
Fix/mobile issue 15899 : error when trying login under updated password ( #3493 )
...
* fix: unable to reset password for newly created account using CreateAccountAndLogin
* remove unnecessary print
* add TestCreateAccountAndLogin
* update TestCreateAccountAndLogin
* bump version
2023-05-18 22:00:55 +08:00
yqrashawn
23138d0dbb
feat: start media server with no db right after logout ( #3505 )
2023-05-18 19:22:20 +08:00
yqrashawn
6fed50ce53
feat: media server and colorhash related change ( #3500 )
2023-05-18 14:27:16 +08:00
Andrea Maria Piana
c26f45ae3d
Bump version to 0.151.8
2023-05-17 18:22:50 +01:00
Jonathan Rainville
9151aa7f04
fix(unviewed): fix edge case where unviewed count would be -1 ( #3491 ) ( #3496 )
2023-05-16 12:11:52 -04:00
Ibrahem Khalil
1b6cebac22
Return consistent version of muteTill ( #3460 )
2023-05-15 18:12:26 +03:00
frank
31d02f5197
fix: Suggested list of mentions does not appear initially when '@' is typed in the editing message composer ( #3484 )
...
* fix: Suggested list of mentions does not appear initially when '@' is typed in the editing message composer
* bump version
2023-05-15 20:15:10 +08:00
frank
39f486a47a
optimize mention ( #3479 )
...
* optimize mention
* bump version
2023-05-15 15:21:41 +08:00
frank
0197e6c484
Feat/sync local deleted message ( #3476 )
...
* sync local deleted messages
* rebase
* add REPLACE
* fix lint
* defer rows.Close() / rename function
* add local pair test
* replace unused clock with _
2023-05-12 16:31:34 +08:00
Patryk Osmaczko
fd05016c6e
fix: mark imported messages as seen
...
fixes : status-im/status-desktop#10600
2023-05-10 18:51:48 +02:00
Ibrahem Khalil
ff75280b30
Return compressed key with emojis ( #3410 )
2023-05-10 13:45:42 +03:00
Richard Ramos
acad6e4958
chore: bump go-waku
2023-05-09 17:26:29 -04:00
frank
98d3b4198b
sync message for `delete for me` should not be sent to someone else ( #3462 )
...
* sync message for `delete for me` should not be sent to someone else
* addressed feedback from review
* remove LocalChatID
* bump version
2023-05-09 20:54:56 +08:00
Sale Djenic
31144ed5a3
chore: `password` removed from the `DeleteAccount` function
...
Asking for a password when removing a key is not necessary.
2023-05-09 10:48:44 +02:00
Jonathan Rainville
edf8869ff2
fix(communities/manager): use sync.map to fix concurrent map writes err ( #3445 )
2023-05-05 14:13:55 -04:00
Michal Iskierko
4935848287
fix(GetAllCommunityTokens): Add GetAllCommunityTokens function
...
Issue #10254
2023-05-05 18:14:55 +02:00
frank
a8fe8edd45
Fix/flaky test sync installation ( #3452 )
...
* fix flaky test: sync installation
* bump version
* fix error description
2023-05-05 14:44:26 +08:00
Boris Melnik
ebf997bf63
fix(communities): Ignore requests to join from banned user ( #3030 )
2023-05-03 18:01:55 +03:00
Richard Ramos
975883407f
refactor: improve mailserver batch handling
2023-05-02 07:27:57 -04:00
frank
8608aecdb4
fix mobile mention issue #15616 ( #3388 )
...
* fix mobile mention issue #15616
* add state != nil
* clear previous text when clear mentions
* fix: after selected mention user, and type @ not working
* bump version
2023-04-27 11:06:40 +08:00
frank
a2ed1b78dd
feat:support backup/sync ens name ( #3415 )
2023-04-26 23:37:18 +08:00
Mohamed Javid
141a3e2633
[Fix] Added Community Kicked notification to response ( #3427 )
...
* [Fix] Added Community Kicked notification to response
* Added unit test and updated response merge method
* Update VERSION
2023-04-26 19:30:54 +05:30
Igor Sirotin
b8209cbc7d
fix(pairing): Received installation event ( #3422 )
2023-04-26 14:48:49 +03:00
Andrea Maria Piana
213dc463bc
Bump version to 0.147.1
2023-04-25 16:02:29 +01:00
Mikhail Rogachev
96532f97c4
Unifying the endpoints for contact flows ( #3379 )
...
* fix: Contact requests flows
fix: pending CR notification
fix: use CR as message with provided text
* fix: Remove legacy default contact request
* fix: Add test case sending CR after removal from contacts
* fix: refactor contact request tests to have common steps
* fix: activate chat on sender side after receiveing the CR
* chore: Return defaultContactRequestID function
* fix: force activate chat on reciever's side
* fix: ensure AC notification's name for CR notifiaction match contact's primary name
2023-04-25 15:27:15 +04:00
Anthony Laibe
dd7c59423f
feat: add saved address created at
2023-04-22 10:22:43 +02:00
Sale Djenic
a0b062b503
chore: unused `latest_derived_path` removed from `settings` table
2023-04-21 16:35:24 +02:00
Mohamed Javid
0eff61c57a
Community request to join changes for pending and declined states ( #3387 )
...
* Community request to join changes
* Fix read state for request to join notification
* Bring back deleted notification when updated with response
* Update Request timeout to 7 days
* Update VERSION
2023-04-21 14:48:47 +05:30
John Ngei
9dea0aaee3
Remove contact from the contact list of contacts the blocked contact
...
* Remove contact from the user's list of contacts when the contact is blocked by the user
* added test for removed blocked contact
2023-04-20 13:52:08 +03:00
frank
272173c939
feat:support backup/sync social settings ( #3407 )
...
* feat:support backup/sync social settings
* update binddata.go
* fix lint issue
* addressed feedback from @saledjenic @osmaczko
* addressed feedback from @saledjenic @osmaczko
* add corresponding test for local pairing
* addressed feedback from @saledjenic
2023-04-20 06:59:09 +08:00
Richard Ramos
2ebe5b97e7
fix: set default value in sync period column to 9d
2023-04-18 09:41:42 -04:00
Samuel Hawksby-Robinson
5a993e8f98
Added functionality to slow stop UDP beacon multicast/listen
2023-04-17 12:01:38 +01:00
Ibrahem Khalil
719af90fcc
Add muted_till param for chats ( #3258 )
2023-04-16 17:06:00 +02:00
Jonathan Rainville
62da2d404c
fix(image-album): make sure to delete all images part of an album ( #3380 )
...
* fix(image-album): make sure to delete all images part of an album
* test(delete): add test that deletes a message part of an album
* test(delete): add test where the signal to delete images is after
also adds the handling of deleteForMe
* fix(delete): add album deletion handling for deleteForMe
2023-04-14 13:17:56 -04:00
Richard Ramos
06749717ea
chore: set default sync period to 9 days
2023-04-13 14:20:15 -04:00
frank
5fd9e93e9c
backup/sync if seed phrase removed ( #3385 ) ( #3384 )
...
backup/sync bio
2023-04-13 08:45:25 +08:00
RichΛrd
ba1ba1ac02
chore: use go 1.19 and bump go-libp2p ( #3371 )
...
* chore: use go 1.19 and bump go-libp2p
* chore: bump golangci-lint
* chore: update go version in shell.nix
2023-04-07 20:23:07 +02:00
frank
fd6073ab2e
rewrite mention in go ( #3309 )
2023-04-07 16:47:38 +08:00
Mohamed Javid
e131d738bd
[Fix] Remove AC request notification on community request cancellation ( #3381 )
2023-04-06 19:36:24 +05:30
Ibrahem Khalil
5577679733
Version bump to fix album_images_count ( #3378 )
2023-04-05 17:10:51 +02:00
Michal Iskierko
db6c05a8e8
fix(DeployCollectiblesEstimate): Add DeployCollectiblesEstimate function
...
Issue #10035
2023-04-05 12:23:19 +02:00
Samuel Hawksby-Robinson
170ae0d455
Removed HandlerServer interface
...
closes #3370
2023-04-04 15:29:13 +01:00
Samuel Hawksby-Robinson
465afd0131
Refactored BasePayloadReceiver to handle Receive()
...
Additionally to allow this process flow I refactored RawMessagePayloadReceiver and InstallationPayloadHandler to use a dedicated Marshaller type. Also added a fix to struct extention functionality, we want to ignore the process if there is no public key because that will key encoding. Seems an unnecessary bug to have to handle when you know there is no key.
2023-04-04 11:56:40 +01:00
Boris Melnik
696e061861
fix(unread_count): Skip extra count of new messages for album of images ( #3345 )
...
* fix(unread_count): Skip extra count of new messages for album of images
* fix(unread_count): Update migration files
2023-03-31 12:15:06 +03:00
Ibrahem Khalil
142b170ec9
Allow/Add YouTube and Twitter mobile link previews ( #3314 )
2023-03-30 15:27:12 +02:00
Andrea Maria Piana
b38b381778
Bump version to 0.142.3
2023-03-30 13:51:07 +01:00
Ibrahem Khalil
bd593373b2
Add album count key to messages ( #3347 )
2023-03-30 12:02:20 +02:00
frank
bb6139aef1
add validation on config ( #3350 )
2023-03-29 23:51:01 +08:00
Patryk Osmaczko
8dd8b1ae45
feat: implement community members count
...
iterates: status-im/status-desktop#8016
2023-03-29 17:08:41 +02:00
Patryk Osmaczko
6eb39eca75
fix: correct logic in `IsActivePersonalChat`
...
fixes : status-im/status-desktop#10030
2023-03-28 17:04:26 +02:00