Commit Graph

8889 Commits

Author SHA1 Message Date
Iuri Matias eed5dc640b release candidate 2.27.0 2024-03-18 16:21:36 -04:00
Jonathan Rainville 627c67a666 2.27 RC 8 version 2024-03-15 09:23:10 -04:00
Jonathan Rainville 787e9f9520
chore: up status-go to get the fix to encryption and cache + up version (#13976) 2024-03-14 12:12:35 -04:00
Jonathan Rainville e8d090d0d8
fix(chat input): should be disabled if user is not able to post (#13962)
- extend `isUserAllowedToSendMessage` to also cover
`Constants.chatType.communityChat`
- let `admin` always satisfy the permissions
- hide the add emoji/reaction button instead of disabling it when the
permissions are not met
- adjust the error msg to better reflect the reality (tokens vs.
permissions)

Fixes #13777

Co-authored-by: Lukáš Tinkl <lukast@status.im>
2024-03-13 16:48:45 -04:00
Igor Sirotin 3bd288207d chore: bump status-go 2024-03-07 09:50:04 -05:00
Michal Iskierko 130d3e3336 fix(@desktop/chat): Fix referencing message nil pointer
Fix #13812
2024-03-07 09:46:16 -05:00
Dario Gabriel Lipicar 896b9f487d chore: bump status-go 2024-03-06 13:29:27 -05:00
Iuri Matias 536a8f81e6 release candidate 2.27.0 RC 6 2024-03-01 11:14:39 -05:00
Jonathan Rainville 71e7d6bdf1 chore: bump status-go to have fix to criteria
Fixes #13775
2024-02-29 15:44:17 -05:00
Igor Sirotin eff8ae2cd8 bump status-go 2024-02-29 09:18:03 -05:00
Igor Sirotin b08f738268 chore: bump status-go 2024-02-29 09:18:03 -05:00
Iuri Matias 5deb865531 release candidate 2.27.0 RC 5 2024-02-27 09:38:51 -05:00
Michal Iskierko f0d1c32129 fix(@desktop/messages) Bridge messages will always have headers
Fix #13736
2024-02-27 09:23:13 -05:00
Jonathan Rainville 52608918e2 Version 2.27.RC.4 2024-02-26 11:49:36 -05:00
Igor Sirotin a61478b6e5 bump status-go 2024-02-22 15:22:59 -05:00
Igor Sirotin e6cf4b024d fix: use `fleetFromString` function to prevent panic for unknown values 2024-02-22 15:22:59 -05:00
Jonathan Rainville ac04f8e6f6 2.27.0.RC.3 version 2024-02-21 20:51:49 -05:00
Jonathan Rainville 379de8a191 chore: up status-go for cpu fix 2024-02-21 20:50:23 -05:00
Jonathan Rainville 4664ca38aa up status-go to release-branch 2024-02-21 13:11:53 -05:00
Michal Iskierko c172ecda17 chore(@desktop): Upgrade status-go
Issue #18896
2024-02-21 13:11:53 -05:00
Michal Iskierko d1fa55e379 fix(@desktop/permissions): Use correct chains when creating permissions: testnet or mainnet
Fix #18896
2024-02-21 13:11:53 -05:00
Patryk Osmaczko b18bc2d3ab fix(communities): evaluate chatIDs changes in token permissions 2024-02-19 12:11:35 -05:00
Patryk Osmaczko 611f69523c fix(communities): propagate collectibles model for all communities
fixes part of: #13385
2024-02-19 12:11:35 -05:00
Patryk Osmaczko 1d8b2e66ec fix(communities): ensure permissions are rebuilt upon joining
fixes: #13385
2024-02-19 12:11:35 -05:00
Dario Gabriel Lipicar da3e242b5d fix(wallet): implement sort collectibles by date
Fixes #13550
2024-02-16 13:42:17 -05:00
Jacek Sieka 3d10074a73 maintenance bumps
Maintenance bumps of several dependencies - broadly address security
issues, 1.6+ compatibility, bugfixes etc to catch up with Nimbus'
development

The extra try/catch is due to increased exception safety requirements in
`chronicles`, where `fmt` allows dynamic format strings and therefore
may raise `ValueError` in theory.
2024-02-15 12:37:54 -05:00
Iuri Matias 4fc4922a5e release candidate 2.27.0 RC 2 2024-02-15 10:30:06 -05:00
Iuri Matias 16f482cf51 update status-go 2024-02-15 10:29:08 -05:00
Roman Volosovskyi cd11a2ac81
[#13552] fix Community assets not shown in account (#13576) 2024-02-15 14:55:20 +01:00
Mikhail Rogachev 6d9be9b49d
fix(Profile): fix requesting empty profile showcase (#13564) 2024-02-15 14:28:20 +03:00
Anthony Laibe 40e00c0602 fix(@wallet): Sepolia toggle 2024-02-15 11:53:22 +01:00
Sale Djenic dbd7937d8b feat(savedaddresses): add save receiver address to the context menu in tx details view
This commit handles saved addresses changes and reflect them to the history view
and tx details view. In this context it handles the same way changes coming from sync
devices.

Also fix the issue when switching network mode.

Closes: #13095
2024-02-15 10:07:48 +01:00
Jakub Sokołowski 1410b03dd3
chore(ci): reuse discord send function from library
Provides more info and requires less boilerplate.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-02-14 16:42:27 +01:00
Noelia 2259f92ed3 storybook(ActivityNotification): Community token received page
Added support to `ActivityNotificationCommunityTokenReceived` component.

Closes #13362
2024-02-14 15:10:20 +01:00
Alex Jbanca 8a69f3bc63
fix(SeedPhrase): Fixing seed phrase validation (#13496)
* fix(SeedPhrase): Fixing seed phrase validation

1. Validate each word after the editing is finished
2. Fixing the seed phrase suggestions where the suggestions box was hidden behind other ui elements
3. Propagate editingFinished signal in StatusBaseInput, StatusInput, StatusSeedPhraseInput
4. Fixing undefined `mnemonicIndex` errors

* fix: Refactoring of SeedPhraseInputView

Remove duplicated code and use EnterSeedPhrase component

+ Added storybook page

* fix(Onboarding): Fixing seed phrase validation on windows

The seed phrase validation fails on windows due to the dictionary line endings

* chore(squish): Update e2e tests to the new enter seed phrase panel construction

* fix: Load english dictionary from local file using StringUtils
2024-02-14 15:50:14 +02:00
Lukáš Tinkl 46e256673c feat(profile): Place user image/identicon onto the QR code
- fix the QR code to generate a URL with the link to the profile instead
of just the user key
- reuse the `UserImage` component and place it on top of the existing QR
code
- put a white rectangle behind the QR code image and white ring around
the user image

Fixes #13482
2024-02-14 13:37:06 +01:00
Noelia 98f9edb545 fix(ManageTokens): Advanced tab UI pixel perfect fixes
- Fixed spacing between `Token lists` title and list items.
- Fixed spacing between list items and `add more` box.
- Fixed highlight item when hovering `View` button.

Closes  #13395
2024-02-14 13:21:08 +01:00
Sale Djenic 3e3452c8db fix(savedaddresses): saved addresses are not in sync between devices
Closes: #9567
2024-02-14 12:19:34 +01:00
Noelia 1de573ada7 feat(ProfileShowcase): Collectibles panel navigation button
- Created new reusable component to navigate to accounts tab form collectibles / assets tab.
- Added needed support in `storybook` to cover the new use case.

Closes #13340
2024-02-14 10:28:56 +01:00
Anastasiya Semenkevich 34d72e7cf1 chore: object name for image cropper 2024-02-13 22:18:39 +03:00
Stefan 1e75319664 test(wallet) sql integration tests for activity incremental update
Refactor tests to follow changes in session based activity API

Updates #12120
2024-02-13 19:47:39 +01:00
Khushboo Mehta d970e7c3f2 fix(@desktop/wallet): Fix issues in adding minted collectible as permision in a community 2024-02-13 16:45:48 +01:00
Noelia a55998cf8a fix(SettingsDirtyToastMessage): Save changes always disabled
It fixes issue with save changes button introduced in commit edf7e82.
2024-02-13 17:51:20 +03:00
Lukáš Tinkl 0f1fc3b241 fix(profile/qr) add Copy/Download menu for QR code
add a regular image context menu with:
- "Copy image" -> copy the image to clipboard
- "Download image" -> downloads the image in the user specified folder

Fixes #13479
2024-02-13 15:04:27 +01:00
Anastasiya Semenkevich 520b658c09 chore: add object name for EditCroppedImage item 2024-02-13 16:24:46 +03:00
Anastasiya Semenkevich 0a0466a7a3
ci: fix leftover to allow tests running in nightly
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-02-13 12:29:35 +01:00
Michal Iskierko 46c69cf0a8 fix(@desktop/permissions): Hide permissions list in sharing addresses dialog if only base permissions are set
Fix #12884
2024-02-13 12:09:26 +01:00
Noelia edf7e82932 feat(ProfileShowcase): Save changes tooltip when disabled
- Replaced current `StatusButton` type to `DisabledTootipButton` to allow tooltip displayed when disabled in dirty toast message.
- Added needed conditions in `MyProfileView` where the tooltip when the save changes is disabled.

Closes #13334
2024-02-13 10:56:50 +01:00
Anthony Laibe a1c2d9a4b2 feat(@wallet): add restart required for changes
fixes #13380
2024-02-13 09:34:06 +01:00
Jonathan Rainville d41affabb9 fix(discord_import): fix community not cleaned up when it fails
Fixes #12724

The actual issue wasn't reproducible, even if I removed the guards against duplicate names.
But I did find that the community wasn't cleaned up correctly, so I fixed it in this PR. It should limit the confusion and possible issues that could arise.
2024-02-12 16:43:16 -05:00