Jonathan Rainville
ece535aaf7
feat: add RequestCommunityInfoFromMailserverAsync ( #2537 )
...
This function doesn't wait for the response from mailservers, so the client has to rely on signals
2022-02-14 16:49:14 -05:00
Samuel Hawksby-Robinson
aa8a84bf91
Fix use of absolute path not compatible with later versions of protoc ( #2533 )
2022-02-14 11:08:18 +00:00
flexsurfer
5925b3b7cc
http server for images ( #2418 )
...
Serve images over HTTPS
Co-authored-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
Co-authored-by: Michele Balistreri <michele@bitgamma.com>
2022-02-10 18:19:34 +01:00
Parvesh Monu
54b35b0510
fix activity center unique constraint error ( #2524 )
2022-02-09 18:45:57 +05:30
Roman Volosovskyi
fb1f95a38f
Mark history as fully synced on clearing chat history
2022-02-08 13:15:52 +02:00
Samuel Hawksby-Robinson
bd3f0f436b
Turning the tests back on ( #2519 )
2022-02-03 20:37:41 +00:00
Roman Volosovskyi
62a0439234
[ #12783 ] fix index out of range when there are no filters
2022-02-02 16:52:50 +02:00
Roman Volosovskyi
c0c90947ab
[ #12783 ] Improve order of mailserver requests
2022-02-02 09:38:30 +02:00
Richard Ramos
6dcc059031
chore: increase mailserver request timeout ( #2497 )
2022-01-26 11:20:27 -04:00
Richard Ramos
52b2c5db7b
feat: verify if mailserver is pinned in cycle ( #2489 )
2022-01-19 08:35:19 -04:00
Andrea Maria Piana
f5b8774f51
Mark messages as processed
2022-01-14 09:34:44 +00:00
Richard Ramos
98784b752a
feat: desktop mailserver cycle ( #2481 )
2022-01-12 12:02:01 -04:00
Parvesh Monu
f1569e4bde
fix membership requests on synced devices ( #2477 )
2022-01-10 17:34:52 +05:30
Andrea Maria Piana
fd2f3206d4
Fix flaky test for backup
2022-01-10 10:46:37 +00:00
Roman Volosovskyi
36b4ecabbf
Set joined=message.clock on syncing pubchat creation
2021-12-24 16:47:28 +02:00
Roman Volosovskyi
64589fbd1f
Fetch synced_from and synced_to from db to avoid resetting values to zero
2021-12-17 12:30:35 +02:00
Andrea Maria Piana
612d8918ea
Fix notification query
2021-12-10 15:36:59 +00:00
Richard Ramos
ebd4511d24
fix: remove mailserver topic when deactivating a chat ( #2460 )
...
This fixes an issue where re-joining a chat does not load the messages again from the mailserver
2021-12-09 17:55:00 -04:00
Anthony Laibe
90122f3e2e
fix: only broadcast status once we are connected ( #2456 )
2021-12-09 09:50:58 +01:00
Michele Balistreri
9feea4fe25
dont sync chats with pending notifications ( #2458 )
...
* dont sync chats with pending notifications
* set accepted/dismissed notifications as read
* activate chat if message is sent from us
2021-12-07 17:34:43 +03:00
Roman Volosovskyi
3564630c33
Allow sending messages offline (non-datasync messages)
2021-12-07 12:12:49 +02:00
Parvesh Monu
83c3849899
Decline pending group invites from user, when user is blocked ( #2455 )
2021-12-06 18:14:40 +05:30
Andrea Maria Piana
258cbb694f
Save contact on unblock
2021-12-06 10:46:18 +00:00
Michele Balistreri
0867458f16
Sync activity center ( #2443 )
...
sync activity center
2021-12-02 17:23:02 +03:00
Vitaliy Vlasov
ea95ce2d4b
Add nil check for DirectMessageProtocol object
2021-12-02 15:42:33 +02:00
Andrea Maria Piana
f60cf5cd47
Wait for p2p messages to be processed
2021-12-01 12:58:46 +00:00
Vitaliy Vlasov
f271277b76
Disable failing tests
...
Fix lint
2021-11-30 20:52:47 +02:00
Vitaliy Vlasov
e6dffe8d8d
Communities encryption
2021-11-30 20:52:47 +02:00
Richard Ramos
51a6d8ee7c
fix: error reordering chats when destination category position is the same as original chatId position ( #2448 )
2021-11-30 10:26:17 -04:00
Anthony Laibe
73c7ea57d1
feat: auto message ( #2441 )
...
Send message every 2 minutes to status-bot chat id
2021-11-29 14:11:55 +01:00
Anthony Laibe
25e1c64ef5
fix: iterate through message with batch topics ( #2444 )
...
When iterating, reuse the list of topics rather
than all topics
2021-11-26 12:59:53 +01:00
Parvesh Monu
a65c873b8f
Decline pending group invitations from user, when user is banned ( #2437 )
2021-11-25 20:51:42 +05:30
Jonathan Rainville
dad02df69b
chore: remove tenor since the api no longer returns a url ( #2439 )
2021-11-24 10:12:30 -05:00
Andrea Maria Piana
ded81b7a51
Reject contact request endpoint
2021-11-23 14:11:43 +01:00
Richard Ramos
d32f0467ae
feat: Add DiscV5 to Waku2 ( #2434 )
...
* feat: Add DiscV5 to Waku2
* fix: null verification for discV5
2021-11-22 09:40:14 -04:00
Andrea Maria Piana
1d752c087f
Default to sent if confirmations not enabled
2021-11-22 11:18:09 +00:00
Andrea Maria Piana
272342fb6b
Revert "Revert "Correctly process confirmations""
...
This reverts commit b4c4cf6241
.
2021-11-22 11:18:09 +00:00
Parvesh Monu
478eb435b1
Allow user to be re-invited to the same group after leaving ( #2431 )
...
Co-authored-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2021-11-19 20:02:04 +05:30
Andrea Maria Piana
b4c4cf6241
Revert "Correctly process confirmations"
...
This reverts commit 1b9bc4450c
.
2021-11-18 17:19:41 +00:00
Roman Volosovskyi
0be1b44642
fix mistake in sql query
2021-11-18 14:35:24 +02:00
Pascal Precht
1ffcf23f9b
Ensure owner is removed from community when leaving community
...
Prior to this commit, when a community owner leaves her community,
status-go would just set the `joined` flag to `false` without updating the
members list. This results in wrong data as the number of members doesn't
match the reality.
This commit removes the owner of the community from the members list
when she's leaving the community.
2021-11-17 11:50:04 +01:00
Volodymyr Kozieiev
1b9bc4450c
Correctly process confirmations
2021-11-17 09:28:09 +00:00
Pascal Precht
df30c06163
feat: add API to mark activity center messages as unread
2021-11-16 12:14:32 +01:00
Andrea Maria Piana
6724cf4c75
Block contact endpoint
2021-11-15 18:53:35 +00:00
Andrea Maria Piana
7fc812b693
Save profile chat
2021-11-15 18:53:35 +00:00
Andrea Maria Piana
54b3689814
Allow setting ens name
2021-11-15 18:53:35 +00:00
Andrea Maria Piana
ca6246d5f2
Set last backup
2021-11-15 18:53:35 +00:00
Andrea Maria Piana
be1a261d9b
Check for verified records when creating a contact
2021-11-15 18:53:35 +00:00
Andrea Maria Piana
1cc7546e67
Create contact if not in contacts when setting nickname
2021-11-15 18:53:35 +00:00
Andrea Maria Piana
f04e5c741c
unblock contact endpoint
2021-11-15 18:53:35 +00:00