Michal Iskierko
38031aba83
feature(desktop/general): Configurable logs
...
Log level can be chosen during application startup.
Logs are disabled for production build.
Fix #3609
2022-03-28 13:58:08 -04:00
Stefan D
022193fe8f
fix(node): enable bandwith reporting in node view
...
Add entry to services.nim in oder to upgrade existing user config
that are missing this value
fixes #4990
2022-03-28 13:23:55 -04:00
Anthony Laibe
f29e825af4
fix(@chat): handle status being nil in stickers
...
fixes #5195
The attribute Status is marked as omit empty in backend
2022-03-28 12:59:37 -04:00
Sale Djenic
da22517138
fix(@desktop/search): search popup UI breaks when clearing the input field
...
Fixes #5138
2022-03-28 12:25:56 -04:00
Anthony Laibe
33216d5bb5
chores: move to backend part1
2022-03-28 12:11:34 -04:00
Anthony Laibe
6ebd8cb1cc
chores(@backend): Add macros for api
2022-03-28 12:11:34 -04:00
Jonathan Rainville
942066f8b4
feat(updates): implement new download update page
...
Fixes #4231
2022-03-25 10:32:31 -04:00
Anthony Laibe
1e6a640c33
refactor(@wallet): simplify saved address
2022-03-25 14:31:34 +00:00
Anthony Laibe
acb38a4c4c
fix(@wallet): cache price to avoid multiple call
...
fixes #5144
2022-03-25 14:30:57 +00:00
Khushboo Mehta
33e3d2377e
fix(@desktop/wallet): User stays on removed account view in wallet after account removal from settings
...
fixes #5037
2022-03-25 08:30:52 -04:00
Michal Iskierko
fd04833610
fix(desktop/chat): Notifies when the user is mentioned in edited message
...
Introduce new signal in message service: SIGNAL_MENTIONED_IN_EDITED_MESSAGE.
Keeping mentioned users public keys in message item/model.
When message is edited, message module sends request to message service to
check if the current user is mentioned and emit SIGNAL_MENTIONED_IN_EDITED_MESSAGE.
Fixes #4475
2022-03-25 09:23:17 +01:00
Michal Iskierko
3711ab613a
feature(desktop/internal): Improve log file naming convention
...
Logs are named app_yyyyMMdd_HHmmss.log
Version, commit and start date information are displayed in logs at the begining.
Injecting commit version from Makefile.
Moving DESKTOP_VERSION const to constants.nim
Fix #3611
2022-03-24 17:47:48 -04:00
Jonathan Rainville
16f61db2f7
fix(group-chat): fix function call to join public chat
...
Fixes #5041
2022-03-24 17:05:32 -04:00
Richard Ramos
d7fb0af91d
refactor: remove active mailserver disconnection
2022-03-24 16:46:46 -04:00
Richard Ramos
2fa620ad92
fix: remove EnableMailserverCycle
2022-03-24 16:46:46 -04:00
Richard Ramos
c6b76f063d
refactor: remove history request
2022-03-24 16:46:46 -04:00
Noelia
8f996992b2
feat(onboarding / privacy): Integrate password validation (zxcvbn lib) in new password screens
...
Use new `PrivacyStore` method getPasswordStrengthScore and link it to the new password strength bar value.
Used backend/general to call to `status-go` method and services/general to define the common `GetPasswordStrengthScore` service.
Added onboarding chain to get password strength score information from `OnboardingStore` to `status-go` call.
Closes #5096
2022-03-24 18:17:04 +01:00
Anthony Laibe
4b91888433
feat(@wallet): move fetch prices
...
also make only one call rather than one call per couple token/currency
2022-03-23 08:54:37 +00:00
Sale Djenic
c5c92fcfd1
refactor(@desktop/general): remove interfaces for controllers, make a single module interface
...
Fixes #5093
2022-03-23 09:00:57 +01:00
Sale Djenic
1bf5882f25
refactor(@desktop/general): remove interfaces for services
...
Fixes #5093
2022-03-23 09:00:57 +01:00
Richard Ramos
8063fbe734
fix: missing changes on contacts for display name
2022-03-21 15:43:42 -04:00
Patryk Osmaczko
9e0b8c5e90
chore: make (emoji/color)Hash direct status_go call
2022-03-18 21:12:39 +01:00
Anthony Laibe
4b48bc69bd
fix(@browser): unlink wallet account and browser account
...
fixes #5034
2022-03-18 15:17:04 -04:00
Noelia
317ac06e43
feat(privacy): Added password strength calls
...
Added all necessary methods to call to a new `status-go` endpoint that allows to get the password strength quality info.
Closes #4980
2022-03-18 13:43:01 +01:00
Stefan Dunca
5a4dde1d5c
feat(chat): members availability and settings change
...
Don't show members in public chat
Show members in communities by default
Enable Gif Widget by default and remove settings entry
Enable Online users by default and remove settings entry
fixes #4906
2022-03-17 15:48:42 -04:00
Patryk Osmaczko
e244260c81
fix(@desktop): make get(Emoji/Color)Hash global utility
...
Removed instances of VisualIdentityService as it was stateless.
Removed (emoji/color)Hash models as they were reduntant, hashes are
obtained only from global utility now.
2022-03-17 15:32:25 +01:00
Richard Ramos
45deb4072e
fix: set display name in accountsDB
2022-03-16 15:29:19 -04:00
Boris Melnik
d4c4fe1f41
fix(Communities): Fix community duplications in model
...
Closes : #5002
2022-03-16 15:22:46 -04:00
Patryk Osmaczko
e130953634
feat(@desktop): use emoji hash and identicon ring
...
Closes : #4782
2022-03-16 18:34:57 +01:00
Khushboo Mehta
ade6a22fda
fix(@desktop/wallet): Disconnect button doesnt disconnect Wallet from Browser
...
fixes #4053
2022-03-16 12:36:58 +01:00
Anthony Laibe
6e453dbbba
fix(@browser): Fix etherscan link
...
fixes #4786
fixes #5014
also fixed simpledapp.eth due to need to resolve previous issue
2022-03-16 11:10:42 +01:00
Jonathan Rainville
a910a3e801
fix(chat): only add active chats (fixes chats reappearing after leaving)
...
Fixes #4903
2022-03-15 12:43:14 -04:00
Jonathan Rainville
13b81134de
fix(community): join community when request is accepted
...
Fixes #4991
2022-03-15 09:29:56 -04:00
Richard Ramos
b07910e27f
feat: display name
2022-03-14 15:17:04 -04:00
Anthony Laibe
d1d56c9ea8
fix(@wallet): pre-populate token details
...
fixes #5024
2022-03-14 14:35:58 +01:00
Anthony Laibe
0908b13ad5
feat(@settings): new dapp permissions view
2022-03-14 13:48:57 +01:00
Khushboo Mehta
6e0471c943
bash: py: command not found
...
feat(@desktop/wallet): Add emoji to Wallet accounts.
Support added to:
1. Wallet list
2. Adding a new account
3. Editing an account
fixes #4926
2022-03-13 08:54:28 -04:00
Jonathan Rainville
aef8d0c4ab
feat(community): enable choosing and changing community channel color
...
Fixes #4953
2022-03-11 16:01:22 -05:00
Richard Ramos
8183d4e317
chore: add status.prod fleet
2022-03-11 15:52:47 -05:00
Alexandra Betouni
8cab96fd24
feat(desktop/chat): Updated create new chat/group flow
...
As per new designs
Closes #4781
2022-03-11 14:31:51 -05:00
Boris Melnik
35bd8fb4ea
fix(Contacts): Exclude myself from contacts
...
Closes : #5018
2022-03-11 14:05:31 -05:00
Jonathan Rainville
f0d9eb9b04
fix(community): fix deleting community chat more reliable
...
Fixes #4913
The problem was that we relied only on the status-go signals, so there was a delay, and also they are not as reliable as deleting them ourselves from the array and calling the event
2022-03-11 09:52:39 -05:00
Sale Djenic
9821e160c1
fix(@dekstop/chat): editing a message does not update the reply
...
Fixes #4891
2022-03-11 14:44:44 +01:00
Sale Djenic
4ff700681f
fix(@dekstop/chat): mentioning oneself display the full key instead of username
...
Fixes #4897
2022-03-11 13:14:14 +01:00
Anthony Laibe
9f7a90d486
fix(@wallet): Correctly load token at boot
...
The settings needs to be loaded before the token as they depends of it
2022-03-10 16:53:08 -05:00
Sale Djenic
b9cc6c7d8e
fix(@dekstop/chat): clicking on a mention or reply in the activity centre notifications list, does not take the user to the correct Community chat window
...
Fixes #4966
2022-03-10 16:51:24 -05:00
Richard Ramos
3c7779305b
feat: move stickers business logic to status-go
2022-03-09 12:16:42 -04:00
Anthony Laibe
49ca009a7c
feat(@settings): Display account information
2022-03-09 13:48:34 +01:00
Jonathan Rainville
68a4498d11
feat(privacy): reimplement show only contact pfp using status-go setting
...
Fixes #4900
2022-03-08 15:50:15 -05:00
Jonathan Rainville
be9d2f94e2
feat: enable emojis as channel icons
...
Fixes #4809
2022-03-08 15:15:25 -05:00