Commit Graph

108 Commits

Author SHA1 Message Date
Sale Djenic 2585f9418f refactor: methods for store/delete identity image added 2022-02-01 11:12:54 +01:00
Sale Djenic 749fdd33c4 refactor: mailservers related rpc calls added 2022-02-01 11:12:54 +01:00
Sale Djenic 25ee98d91e refactor: installation related rpc calls added 2022-02-01 11:12:54 +01:00
Jonathan Rainville 623d3b0def refactor(chat): add function to send messages (#141) 2022-02-01 11:12:54 +01:00
Jonathan Rainville fbd06ca881 refactor(about): add about module (#138) 2022-02-01 11:12:54 +01:00
Jonathan Rainville 034b21e88f refactor(communities): add join community (#134)
* refactor(communities): add join community

* refactor(community): add community functions (#135)
2022-02-01 11:12:54 +01:00
Jonathan Rainville 3326813d77 refactor(communities): add getAllCommunities function (#133) 2022-02-01 11:12:54 +01:00
Anthony Laibe bc3d85bad1 refactor: add saved address to new backend 2022-02-01 11:12:54 +01:00
Jonathan Rainville 0e2d98da80 refactor(act-center): move activity center functions to the new backend (#131) 2022-02-01 11:12:54 +01:00
Anthony Laibe 81aed1a302 refactoring: add clear history 2022-02-01 11:12:54 +01:00
Sale Djenic bfac7c57e1 refactor: methods for mute/unmute chat added 2022-02-01 11:12:54 +01:00
Jonathan Rainville 2fab5ae9c4 refactor(chat): add functions for 1-1 chats (#127) 2022-02-01 11:12:54 +01:00
Jonathan Rainville 32269deb54 refactor(transactions): move PendingTransaction type to new backend (#124) 2022-02-01 11:12:54 +01:00
Sale Djenic 08a4cfa36c feat(chat): a method for creating public chat is added 2022-02-01 11:12:54 +01:00
Alexandra Betouni 650b263547 fix(contacts) fixed bug in add contacts function (#114) 2022-02-01 11:12:54 +01:00
Jonathan Rainville 323f53af32 Some more modules for the stickers refactor (#112)
* refactor: add additional sticker functions

* refactor: add network module
2022-02-01 11:12:54 +01:00
Sale Djenic b66a0fd88a feat(general): node configuration added 2022-02-01 11:12:54 +01:00
Sale Djenic 1f07ce9a8f refactor: necessary changes due to moving fleet config to the desktop app
This commit doesn't remove fleet configuration completely but it's more like
a step before the final one.
2022-02-01 11:12:54 +01:00
Sale Djenic e1ba033633 refactor: settings updated 2022-02-01 11:12:54 +01:00
Sale Djenic 9ada3bf23c refactor: add new module for stickers (#107) 2022-02-01 11:12:54 +01:00
Sale Djenic 79be86551b refactor: signals removed 2022-02-01 11:12:54 +01:00
Sale Djenic 0bc0110e9a refactor: os notification class/type removed 2022-02-01 11:12:54 +01:00
Sale Djenic 45eade2218 refactor: mark all and mark certain messages as read methods added 2022-02-01 11:12:54 +01:00
Sale Djenic a07dc86b8a refactor: search for messages which match a patter
Two convenient methods added to search for the messages which match
a pattern. Search is applied on the chat with passed id or across communities
and/or chats with passed ids.
2022-02-01 11:12:54 +01:00
Richard Ramos cdaea151d9 chore: add wakuv2prod fleet config 2022-01-25 13:46:58 -04:00
Anthony Laibe 7413bbde00 feat: move create accounts to status-go 2022-01-24 10:35:31 +01:00
Richard Ramos 1d83b436e9 chore: change dns discovery url 2022-01-18 14:15:31 -04:00
Anthony Laibe 0928e15d02 feat: use register ens api 2022-01-14 12:35:34 +01:00
Anthony Laibe 50993fda1c feat: new token API to fetch balance 2022-01-14 10:34:28 +01:00
Richard Ramos d51b70c703 refactor: mailserver cycle 2022-01-12 16:03:24 +00:00
Anthony Laibe b507813587 feat: use ens API 2022-01-03 10:22:03 +01:00
Richard Ramos f73e990907
fix: web3provider 2021-12-22 11:34:31 -04:00
Anthony Laibe e13f904121 feat: use node config 2021-12-21 16:30:18 +01:00
Anthony Laibe 926faf234e feat: new backend for ens 2021-12-21 16:19:58 +01:00
Richard Ramos 37d1ca96ea add Web3Provider to config 2021-12-21 14:29:28 +00:00
Richard Ramos 4e30c510dd feat: use loginWithConfig instead of login 2021-12-21 14:29:28 +00:00
Richard Ramos caa44cf5b9 refactor: move provider logic to status-go 2021-12-21 14:29:28 +00:00
Richard Ramos f0c1ad5087 fix: load messages from mailserver after rejoining a chat
- bump status-go
- clear cursor tables
- remove filters after deactivating a chat
- channel history is already removed in status-go
2021-12-09 22:00:07 +00:00
Richard Ramos d762d5e021 feat: add syncedFrom and syncedTo chat attributes 2021-12-03 18:18:22 +00:00
Alexandra Betouni c858eed50f
refactor(timeline): Removed all timeline related code (#122)
This feature is deprecated and shall be removed

Relates to #4064
2021-12-03 19:55:34 +02:00
Jonathan Rainville 6d0e5ccf62
refactor(contact): remove saveContact and rename to addContact (#118) 2021-12-01 13:04:53 -05:00
Anthony Laibe cd5412823a feat: Add settings for auto message 2021-11-29 14:24:54 +01:00
Anthony Laibe c7a7bdc0df fix: send sticker mark as sent 2021-11-26 15:31:42 +01:00
r4bbit.eth 4ff2b6857c
fix: introduce missing contact related RPC APIs (#110)
There was a breaking change in status-go that has removed the
`saveContact` API which `status-lib` has used in various places to perform
changes on contact data.

There are now more dedicated APIs for contact related actions,
such as: `AddContact`, `RemoveContact`, `BlockContact` etc.

This commit introduces APIs for these RPC calls and adjusts other
APIs that relied on `saveContact` before.
2021-11-23 14:15:06 +01:00
Richard Ramos 6c7deb85a0 refactor!: resolve ens 2021-11-19 09:34:52 -04:00
Boris Melnik b7872bc9cf
fix: check if contract exists before getting address (#105)
Closes: #3963
2021-11-18 18:43:35 +03:00
Khushboo Mehta 3f242713e9 fix: Fix for request transaction shows wrong preview
I have added a check so that for a "request transaction" type , the "from" and publicKey are compared to find value of isCurrentUser.
In case of the send transaction will check for isCurrentUser via the from jsonMsg["commandParameters"]["from"] instead.

fixes #4048
2021-11-17 15:48:47 +01:00
r4bbit.eth ffe6d5e0f0
feat(chat): add bindings to `markActivityCenterNotificationsUnread` API (#53)
This is needed so clients can implement the functionality of marking notifications
as unread.
2021-11-16 12:37:56 +01:00
Richard Ramos adb1933f2e
chore: log message IDs (#106) 2021-11-15 09:50:57 -04:00
Anthony Laibe 0a8674c5cd
fix: create one to one chat (#98)
Even if the chat exists, we need to update it and mark it as
active in case it already exists and is not active
2021-11-10 14:47:41 -05:00