2644 Commits

Author SHA1 Message Date
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
8089c03464 ci: specify macos host architecture in labels
Since now we have a 5th Gen Mac Mini with `arm64` M1 CPU.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-11-29 11:34:51 +01:00
Roman Volosovskyi
7ef2efaabd
Support for binance chains v0.91.10 2021-11-27 10:47:57 +02: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) v0.91.8 2021-11-25 20:51:42 +05:30
Richard Ramos
87a033c249
bump go-waku (#2442) 2021-11-25 10:37:06 -04:00
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 v0.91.5 2021-11-22 11:18:09 +00:00
Andrea Maria Piana
272342fb6b Revert "Revert "Correctly process confirmations""
This reverts commit b4c4cf62418e485905feafd44f038422c1862ebb.
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>
v0.91.3
2021-11-19 20:02:04 +05:30
Richard Ramos
6099380d9c
fix: waku2 - send messages in a separate goroutine (#2433) 2021-11-18 14:31:28 -04:00
Andrea Maria Piana
b4c4cf6241
Revert "Correctly process confirmations"
This reverts commit 1b9bc4450c8a6382c4ec9243cc800d70eb3c7fdd.
v0.91.2
2021-11-18 17:19:41 +00:00
Roman Volosovskyi
0be1b44642
fix mistake in sql query v0.91.1 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 v0.91.0 2021-11-17 09:28:09 +00:00
Andrea Maria Piana
f0c9236508 Add ping community script 2021-11-16 15:36:55 +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 v0.90.0 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
Andrea Maria Piana
a7b0c6c933 Backup removed & added by them contacts 2021-11-15 18:53:35 +00:00
Andrea Maria Piana
301325a22e Add backing up of contacts
We periodically check whether we should backup contacts through waku.

Currently it's not tied to any event, it will only schedule a backup on
a tick, or through the provided API endpoint.
2021-11-15 18:53:35 +00:00
Andrea Maria Piana
7f4631b829 Add indexes for encryption 2021-11-15 10:17:25 +00:00
Anthony Laibe
f24cc2e9fc
chore: bum go-waku (#2430) 2021-11-15 09:44:03 +01:00
Roman Volosovskyi
53bbfb3f08
Allow sending messages offline 2021-11-11 19:12:31 +02:00
Samuel Hawksby-Robinson
87d7c48e2a
Bug fix old requests to join prematurely stop sync community handling (#2421) 2021-11-11 16:37:04 +00:00
Richard Ramos
38cc695753
waku2: log envelope hash and ids for all messages (#2427) 2021-11-11 12:13:55 -04:00
Anthony Laibe
c95c29bba5 feat: Push messages to telemetry server when receiving messages 2021-11-10 09:34:14 +01:00
Richard Ramos
7440c184c0
feat: add batch information and request ID in history requests (#2397) 2021-11-09 16:16:19 -05:00
Richard Ramos
d35e0a339d
feat(waku2): use relay or lightpush depending on the number of peers (#2425) 2021-11-09 15:16:05 -04:00
Richard Ramos
f47229a466
feat: add dns discovery to wakuv2 (#2422) 2021-11-09 08:22:34 -04:00
saledjenic
dbac362bc7
Added api points for fetching message details and message reactions (#2423)
by message id
2021-11-05 09:48:20 -04:00
Richard Ramos
4602982c77
waku2: enable message confirmations (#2416) 2021-11-02 14:27:37 -04:00
Roman Volosovskyi
4a0ad1cf69
[pairing] Sync read messages v0.89.18 2021-11-02 10:02:27 +02:00
Andrea Maria Piana
2d13fa1e25 Add logging of message-id 2021-11-01 11:53:08 +00:00
Parvesh Monu
9693d59e61
Online Status Indicator (#2408) v0.89.15 2021-10-28 20:51:28 +05:30
Parvesh Monu
c20e8ebdef
Store Highlight field for identify new chats (#2384) v0.89.14 2021-10-21 22:34:56 +05:30
Andrea Maria Piana
b79d68c696 Bump version to 0.89.13 v0.89.13 2021-10-20 18:41:00 +01:00
Andrea Maria Piana
48b466674b Replay skipped migration 2021-10-20 18:41:00 +01:00
Andrea Maria Piana
c9b66d18da Send picture in private chats 2021-10-20 18:41:00 +01:00
andrey
c7e758eeab [#12717] No preview for transaction messages in 1-1 chat v0.89.12 2021-10-20 15:45:07 +02:00