Wykres commitów

9658 Commity (develop)

Autor SHA1 Wiadomość Data
Alex Gleason b8c42c9371
Fix edit profile
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1451
2023-06-30 11:52:37 -05:00
Alex Gleason f7e82e2fc1 Merge branch 'fix-mentions' into 'develop'
Fix mentions

Closes #1449

See merge request soapbox-pub/soapbox!2584
2023-06-30 15:13:55 +00:00
Alex Gleason 6326eeb083
Fix mentions 2023-06-30 09:45:11 -05:00
Alex Gleason bcac58b9c3
Redirect to login when groups or accounts 403 2023-06-29 15:10:45 -05:00
Alex Gleason 5ffaaa4c3a Merge branch 'compose-safe' into 'develop'
Make Compose reducer type-safe

See merge request soapbox-pub/soapbox!2581
2023-06-29 17:12:32 +00:00
Chewbacca 05efc9f30e Merge branch 'refactor-group-queries' into 'develop'
Refactor group queries

See merge request soapbox-pub/soapbox!2579
2023-06-29 15:06:03 +00:00
Chewbacca 241ef58e88 Add account check 2023-06-29 10:49:37 -04:00
Chewbacca cadff9b4ab Add test for 'usePendingGroups' 2023-06-29 10:40:15 -04:00
Chewbacca 5eef027ed0 Use new api hook for 'useGroup' 2023-06-29 10:40:15 -04:00
Chewbacca 6f2e0749b6 Refactor 'usePendingGroups' into new api hooks 2023-06-29 10:40:15 -04:00
Alex Gleason 32990fa77b
Merge remote-tracking branch 'origin/develop' into compose-safe 2023-06-28 22:29:39 -05:00
Alex Gleason 11f100da51 Merge branch 'get-account-perf' into 'develop'
Fix performance issue with makeGetAccount

See merge request soapbox-pub/soapbox!2582
2023-06-29 03:12:36 +00:00
Alex Gleason 3ffc5e054d
Fix performance issue with makeGetAccount 2023-06-28 21:42:56 -05:00
Alex Gleason a336fa2137 Merge branch 'status-get' into 'develop'
status.get('x') --> status.x

See merge request soapbox-pub/soapbox!2580
2023-06-28 22:53:50 +00:00
Alex Gleason de0b05d691
Make Compose reducer type-safe 2023-06-28 17:53:17 -05:00
Alex Gleason 118cbd5994
status.get('x') --> status.x 2023-06-28 16:27:25 -05:00
Alex Gleason 0c83f840fb Merge branch 'fix-follow-relationship' into 'develop'
Fix follow notifications not having relationship

Closes #1446

See merge request soapbox-pub/soapbox!2578
2023-06-28 14:56:09 +00:00
Alex Gleason c4931d5f6f
Fix follow notifications not having relationship 2023-06-28 09:30:44 -05:00
Alex Gleason a6a1ed9576 Merge branch 'fix-instance-favicons' into 'develop'
Fix instance favicons

Closes #1447

See merge request soapbox-pub/soapbox!2576
2023-06-28 01:50:10 +00:00
Alex Gleason fcae0df1f8
Fix instance favicons
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1447
2023-06-27 20:21:50 -05:00
Alex Gleason 14ad6e6fb2 Merge branch 'oakes/own-account-familiar-followers' into 'develop'
Don't show familiar followers for own account

See merge request soapbox-pub/soapbox!2575
2023-06-27 20:38:49 +00:00
oakes 2cae474547 Don't show familiar followers for own account 2023-06-27 16:05:39 -04:00
Chewbacca e60a4b5be0 Merge branch 'group-mutes' into 'develop'
Support Group Muting

See merge request soapbox-pub/soapbox!2552
2023-06-27 19:14:11 +00:00
Alex Gleason 9eff8d1e9c Merge branch 'oakes/import-relationships' into 'develop'
Import relationships and fix familiar followers dialog

See merge request soapbox-pub/soapbox!2574
2023-06-27 18:54:45 +00:00
oakes 881e8662af Make fetchRelationships import the data into Entities.RELATIONSHIPS 2023-06-27 13:43:57 -04:00
oakes 985022f857 Fetch relationships after getting familiar followers 2023-06-27 13:42:33 -04:00
oakes ecdbee271b Fix how familiar followers dialog is rendered 2023-06-27 13:41:05 -04:00
Alex Gleason 5883e43711 Merge branch 'default-display-name' into 'develop'
Show username when no display name is set

See merge request soapbox-pub/soapbox!2573
2023-06-27 16:22:02 +00:00
oakes b8a3083e4d Show username when no display name is set 2023-06-27 12:11:44 -04:00
Chewbacca f981eaa27e Fix type 2023-06-27 09:34:00 -04:00
Chewbacca 9e27cb06cb Ban User from status action bar 2023-06-27 09:24:29 -04:00
Chewbacca e3fa58c0da Support Group mutes 2023-06-27 09:24:03 -04:00
Alex Gleason e58dada03a Merge branch 'modal-scrollable-list' into 'develop'
Fix scrollable list in modals and add pagination

See merge request soapbox-pub/soapbox!2570
2023-06-27 02:52:11 +00:00
Alex Gleason 4c99889812 Merge branch 'group-hooks' into 'develop'
Group entity store updates

See merge request soapbox-pub/soapbox!2571
2023-06-26 18:31:40 +00:00
Alex Gleason 64df93f5a0
Fix status test 2023-06-26 12:41:42 -05:00
Alex Gleason a8792f9a02
StatusActionBar: use GroupRelationship from entity store 2023-06-26 12:12:34 -05:00
Alex Gleason e07412f872
Remove getIn calls in status and status-action-bar components 2023-06-26 11:59:01 -05:00
Alex Gleason 98cfb6fae5
Don't let status.group be a string 2023-06-26 11:50:53 -05:00
Alex Gleason cb4477185c
Update usages of useGroupRelationships hook 2023-06-26 11:25:03 -05:00
Alex Gleason 242c6026d5
Make account hooks DRY with useAccountList 2023-06-26 11:22:02 -05:00
Alex Gleason df4975c688
Remove unused makeGetGroup 2023-06-26 11:09:44 -05:00
Alex Gleason a375159444
useGroupRelationships: switch to useBatchedEntities 2023-06-26 11:05:03 -05:00
Alex Gleason a4cc48dce6 Merge branch 'weblate-soapbox-pub-soapbox' into 'develop'
Translations update from Hosted Weblate

See merge request soapbox-pub/soapbox!2504
2023-06-26 13:27:15 +00:00
Tassoman a7e85650bf
Translated using Weblate (Italian)
Currently translated at 99.6% (1574 of 1580 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/it/
2023-06-26 06:25:19 +02:00
abidin toumi 0e95e124cc
Translated using Weblate (Arabic)
Currently translated at 99.8% (1577 of 1580 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
2023-06-26 06:25:19 +02:00
marcin mikołajczak ce32608de4
Translated using Weblate (Polish)
Currently translated at 95.5% (1510 of 1580 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/pl/
2023-06-26 06:25:19 +02:00
jonnysemon 4b2e74905d
Translated using Weblate (Arabic)
Currently translated at 99.5% (1573 of 1580 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
2023-06-26 06:25:19 +02:00
Poesty Li f332111a28
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1580 of 1580 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
2023-06-26 06:25:18 +02:00
Poesty Li 28907ca9b8
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1577 of 1577 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
2023-06-26 06:25:18 +02:00
marcin mikołajczak d16a56420e
Translated using Weblate (Polish)
Currently translated at 95.9% (1513 of 1577 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/pl/
2023-06-26 06:25:18 +02:00