Commit Graph

149 Commits

Author SHA1 Message Date
Iuri Matias b8511ac287
Update README.md 2022-02-03 11:54:17 -05:00
Sale Djenic 7269a16eb3 chore: unused `signals.nim` file removed 2022-02-03 11:45:08 +01:00
Khushboo Mehta 33334b9b8a feat: bump status go 2022-02-02 18:07:09 +01:00
Khushboo Mehta 4b2c836be3 feat: bump status go to latest develeop 2022-02-02 10:47:34 +01:00
Sale Djenic 4eab2fa86b refactor: repo cleaning
- all unused/unnecessary files remove
- `statusgo_backend_new` content promoted to main content
- only necessary submodules for `status-lib` are kept
2022-02-01 11:16:20 +01:00
Richard Ramos 62775034ed refactor: add categoryId when creating a community channel 2022-02-01 11:12:54 +01:00
Khushboo Mehta c0d302c232 feat: Move Tenor Gif APi to status_go 2022-02-01 11:12:54 +01:00
Anthony Laibe 48e4b24d8e fix: linkurls (#171) 2022-02-01 11:12:54 +01:00
Sale Djenic af79b4f758 refactor: transactions and ens procs updated
- `getGasPrice` proc added
- `PendingTransactionType` should be part of the desktop app,
not needed here in this context, removed.
2022-02-01 11:12:54 +01:00
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