8126 Commits

Author SHA1 Message Date
Iuri Matias
bdedda6298 release 0.14.0 0.14.0 2023-10-04 10:18:33 -04:00
Jonathan Rainville
3a8c4b5821 release candidate 0.14.0 RC 12 0.14.0-rc.12 2023-09-28 10:26:41 -04:00
Jonathan Rainville
5e8f2e96ba fix(backup): fix import not setting recoverAccount so backup wasn't used 2023-09-28 10:25:11 -04:00
Michal Iskierko
b2c9c466cc fix(@desktop/communities): Fix communitytokens status-go calls
Fix #12270
2023-09-28 09:28:42 -04:00
Patryk Osmaczko
788087ea6e chore: bump status-go
Ensures community channels are dehydrated on publish.
2023-09-26 15:35:40 -04:00
Iuri Matias
c028534203 release candidate 0.14.0 RC 11 - debugging release 2023-09-25 12:04:56 -04:00
Patryk Osmaczko
8a25e99ec7 chore: bump status-go 2023-09-25 12:04:17 -04:00
Jonathan Rainville
ee4cf80d0d fix(message/service): fix crash on missing assignment of MessageResult
Fixes #12195
2023-09-19 12:57:23 -04:00
Iuri Matias
6303a0c3b9 release candidate 0.14.0 RC 10 - debugging release 2023-09-19 10:49:54 -04:00
Iuri Matias
ba9256bf6a update status-go 2023-09-19 10:49:39 -04:00
Boris Melnik
c1875a6f99 fix(archives): Stop importing archives when the user isn't a member of community 2023-09-19 09:17:49 -04:00
Iuri Matias
0e29a621b2 release candidate 0.14.0 RC 9 - debugging release 2023-09-13 17:37:29 -04:00
Iuri Matias
41e0954529 release candidate 0.14.0 RC 8 - debugging release 2023-09-13 15:29:23 -04:00
Iuri Matias
774c8fc66f release candidate 0.14.0 RC 7 - debugging release 2023-09-12 13:51:00 -04:00
Iuri Matias
e87fd13119 release candidate 0.14.0 RC 6 - debugging release 2023-09-12 12:17:47 -04:00
Iuri Matias
ccd20464a4 release candidate 0.14.0 RC 5 2023-09-08 10:53:01 -04:00
Michał Cieślak
15d6e83d55 fix(Communities): Align Constants.CommunityMembershipRequestState with MembershipRequestState in types.nim
Closes: #12042
2023-09-08 10:52:21 -04:00
Iuri Matias
dfab5608c5 release candidate 0.14.0 RC4 2023-09-06 16:23:30 -04:00
Iuri Matias
c3ac8f35f8 chore: update status-go 2023-09-06 10:14:59 -04:00
Igor Sirotin
71dd8f1ea4 bump status-go 2023-09-06 10:14:59 -04:00
Igor Sirotin
95eac8c72f bump status-go 2023-09-06 10:14:59 -04:00
Igor Sirotin
a3f944af24 stopScrollToMessage 2023-09-06 10:14:59 -04:00
Igor Sirotin
b2e449345d fix: treat empty first message as initial message loaded 2023-09-06 10:14:59 -04:00
Alex Jbanca
8032cf7244 fix: Defer QModelIndex delete when it is created
It's fixing a crash on dataChanged when SortFilterProxyModel is used in qml on top of nim models. The model index is destroyed too early and the SFPM will use a deleted index.
2023-09-06 09:48:22 -04:00
Alex Jbanca
ba00228d0f fix: Crash when 1-1 chats order is changing in the UI 2023-09-06 09:48:22 -04:00
Alex Jbanca
41ba1f1710 fix: Fixing a crash on channels reordering in community column view 2023-09-06 09:48:22 -04:00
Michal Iskierko
a8fb1daf3a chore(@desktop): Upgrade status-go
Fix #12020
2023-09-01 16:39:47 -04:00
Teodor M. Ionita
fb54479dcf Add missing object id for clearHistoryMenuItem 2023-08-31 09:21:08 -04:00
Jonathan Rainville
980a69da48 better logs 2023-08-30 10:40:18 -04:00
Jonathan Rainville
6f03e77bf7 fix(ChatLayout): fix isPrivileged user by using sectionItemModel 2023-08-30 10:40:18 -04:00
Jonathan Rainville
efde4ef9b3 Release candidate 0.14.0 RC3 2023-08-29 15:30:38 -04:00
Jonathan Rainville
7b1c7de309 chore: add some more logs to debug 2023-08-29 15:03:12 -04:00
Jonathan Rainville
057b6c2c0f fix: make sure we only get a community when it's a community
Part of #11996
2023-08-29 15:03:12 -04:00
Jonathan Rainville
3d6c05a7d1 fix(crash): fix crash about community permissions
Fixes #11996
2023-08-29 12:28:03 -04:00
Jonathan Rainville
2718836589 Release candidate 0.14.0 RC2 2023-08-25 14:51:09 -04:00
Jonathan Rainville
bd886abc50 chore(status-go): bump status-go to have pending transaction table fix 2023-08-25 14:50:20 -04:00
Jonathan Rainville
aad7cf9416 fix(chat_section): only call community function for communities 2023-08-25 14:50:20 -04:00
Jonathan Rainville
12a3ca366a add logs to debug 2023-08-25 14:50:20 -04:00
Jonathan Rainville
7af93d2ca8 chore: clean up modules and controllers by removing the useless function 2023-08-25 14:50:20 -04:00
dlipicar
8d2cac08c0
chore: Bump status-go to include collectibles fixes (#12006) 2023-08-24 13:24:38 -04:00
Igor Sirotin
7c48447d50
fix: restored community links old unfurling (#11988) 2023-08-23 09:35:34 -04:00
Jonathan Rainville
0ef1001825 Release candidate 0.14.0 RC1 2023-08-22 14:25:36 -04:00
Shinnok
1a781c509f
Ask for confirmation before clearing chat history (#11891)
* Adjust cancel button for chat delete/leave dialog

Show the Cancel button for both 1-to-1 chats
and channels. Also use the "normal" cancel
button type instead, otherwise both confirm and
cancel dialog actions are buttons in red color.

* Ask for confirmation before clearing chat history

Also move the context menu action to the
bottom section along with delete/leave chat,
since both are irreversible operations.

* Adjustments to chat context menu

- To show the vertical section separator if either
"clear history" or "delete/leave" destructive actions are
enabled.
- Show either the "clear history" or the "delete/leave"
actions in red, but not both at the same time.
2023-08-22 14:24:06 -04:00
Shinnok
ffc560b393
Add ChatIdentifierItem back, after model is cleared (#11900)
On chat history clearance initiated by the user.

Fixes #10889
2023-08-22 14:23:40 -04:00
Mykhailo Prakhov
3f5df7e3ef
feat: owner and token master permissions (#11942) 2023-08-22 20:09:34 +02:00
Stefan
8941b218d5 fix(wallet) duplicate entries in activity
The multi-transaction ID was not propagated. The status-go change fixes
this.

Close: #11754, #11404
2023-08-22 19:16:46 +02:00
Mikhail Rogachev
3463d7a01f
fix(Communities): show community tokens in token section (#11970)
Close #11843
2023-08-22 19:07:02 +03:00
Ivan Belyakov
43f49c0b2d chore: Bump status-go to include fixes for collectibles migration
issue and wallet db password issue.
2023-08-22 17:49:19 +02:00
Igor Sirotin
7e34260aef
feat: Unfurl GIFs locally (#11977) 2023-08-22 11:46:26 -04:00
Mikhail Rogachev
cc83098263
feat(Communities): Improvements for token holders list (#11923)
* feat(Communities): Refactor token holder list item to separate file

Close #11858

* feat(Communities): Use contact details for community member info

* feat(Communities): reuse StatusMemberListItem for member token holder

* Review fixes

Co-authored-by: Michał Iskierko <61889657+endulab@users.noreply.github.com>

---------

Co-authored-by: Michał Iskierko <61889657+endulab@users.noreply.github.com>
2023-08-22 18:34:37 +03:00