Boris Melnik
9b7f9a086d
refactor: Add methods for groups ( #129 )
2022-02-01 11:12:54 +01:00
Khushboo Mehta
3b6e9c799c
feat: Adding edit message functionality
2022-02-01 11:12:54 +01:00
Jonathan Rainville
e9342e73c6
refactor(community): add function to get pending membership requests ( #164 )
2022-02-01 11:12:54 +01:00
Khushboo Mehta
a10c32c7f4
feat: Added new api for delete message
2022-02-01 11:12:54 +01:00
Sale Djenic
cea9a81863
refactor: mailserver_cycle (base_bc)
2022-02-01 11:12:54 +01:00
Sale Djenic
ad280888e0
refactor: methods updated due to cleaning `status-lib` dependencies
...
- `conversion.nim` removed since it has nothing with remote `status-go` lib
- `startMessenger` call added to general section
- `getTransfersByAddress` call updated
- `wallet` section introduced
2022-02-01 11:12:54 +01:00
Boris Melnik
6cb419fedb
refactor(node): Add node methods ( #146 )
2022-02-01 11:12:54 +01:00
Jonathan Rainville
240c7a3650
refactor(community): add invite function ( #158 )
2022-02-01 11:12:54 +01:00
Jonathan Rainville
0f84fd2621
refactor(community): add edit community funciton ( #153 )
2022-02-01 11:12:54 +01:00
Jonathan Rainville
21fcce96ed
refactor(community): add missing community functions ( #152 )
2022-02-01 11:12:54 +01:00
Sale Djenic
40ad92f533
refactor: mailserver and general rpc calls added
2022-02-01 11:12:54 +01:00
Sale Djenic
2be8bb55ee
refactor: privacy methods added
...
- methods `changeDatabasePassword` and `getLinkPreviewWhitelist` added
to `privacy.nim`
- `hashPassword` moved to `utils.nim` since it's used from multiple paces
- `getEthAccounts` added to `eth.nim`
- `verifyAccountPassword` method updated so it returns `RpcResponse` now
2022-02-01 11:12:54 +01:00
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
Khushboo Mehta
ebd6f2674b
chore: bump status-go to latest version
2022-01-05 15:50:19 +01:00
Anthony Laibe
b507813587
feat: use ens API
2022-01-03 10:22:03 +01:00
Richard Ramos
1049b37c49
bump: status-go
2021-12-22 12:02:09 -04: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