Commit graph

7381 commits

Author SHA1 Message Date
Alex Gleason
b0ee86139c
Disable privacyScopes on Ditto 2023-07-27 09:52:09 -05:00
Alex Gleason
f9b4a89ead
Hashtag: fix conditional display of "x people talking" 2023-07-25 23:23:33 -05:00
Alex Gleason
497ca73ede
Enable trending tags for Ditto 2023-07-25 16:45:15 -05:00
Alex Gleason
889184caf5 Merge branch 'revert-530329bf' into 'develop'
Revert "Merge branch 'disable-errors-middleware' into 'develop'"

See merge request soapbox-pub/soapbox!2631
2023-07-24 20:30:31 +00:00
Alex Gleason
878cb40d53 Revert "Merge branch 'disable-errors-middleware' into 'develop'"
This reverts merge request !2614
2023-07-24 20:01:28 +00:00
Alex Gleason
c6c7f7eb2f
Fix aspect ratio of avatars in audio player
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1345
2023-07-24 14:50:13 -05:00
b5dd668609 Improve focus handlding and focused state styles
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-23 19:27:11 +02:00
Alex Gleason
1addfb96a9
Fix streaming follow update
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1469
2023-07-22 16:38:34 -05:00
Alex Gleason
26dfcb728b
yarn i18n 2023-07-22 15:45:02 -05:00
Alex Gleason
85c8f674b4
Streaming: allow connecting if not logged in, gate certain topics 2023-07-22 14:55:21 -05:00
Alex Gleason
53c8858fa6
Add useHashtagStream hook, clean up hashtags timeline (remove unused code for fetching multiple hashtags) 2023-07-22 14:41:50 -05:00
Alex Gleason
4a4a2d1a87
Add useGroupStream hook 2023-07-22 14:06:15 -05:00
Alex Gleason
811a9af670
Add useListStream hook 2023-07-22 14:03:00 -05:00
Alex Gleason
4090d6ab51
Add useDirectStream hook 2023-07-22 14:00:00 -05:00
Alex Gleason
9b1352f0ad
Add useRemoteStream hook 2023-07-22 13:16:01 -05:00
Alex Gleason
d99e266008
Add usePublicStream hook 2023-07-22 13:09:45 -05:00
Alex Gleason
3cef200a44
Add useCommunityStream hook, refresh socket when timelineId or path changes 2023-07-22 13:05:41 -05:00
Alex Gleason
757f6600f8
Streaming: remove unused code 2023-07-22 12:53:43 -05:00
Alex Gleason
77f0f4d377
Add Streaming hooks 2023-07-22 12:49:02 -05:00
marcin mikołajczak
bea4707743 Merge branch 'calckey' into 'develop'
Rename Calckey to Firefish

See merge request soapbox-pub/soapbox!2624
2023-07-22 07:43:01 +00:00
marcin mikołajczak
e6dcf3557a Merge branch 'develop' into 'preserve-spoilers'
# Conflicts:
#   app/soapbox/actions/compose.ts
2023-07-21 22:09:37 +00:00
46313049b0 Rename Calckey to Firefish
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-22 00:04:41 +02:00
Alex Gleason
8df3470f87
Fix auth test 2023-07-21 13:11:36 -05:00
Alex Gleason
40af1d91a4
suggest and verify by account IDs, simplify hooks 2023-07-21 12:59:31 -05:00
Alex Gleason
d0a97c8c52
Export admin API hooks from an index.ts 2023-07-21 12:49:54 -05:00
Alex Gleason
99e8f6912d
Add useVerify hook 2023-07-21 12:48:47 -05:00
Alex Gleason
31e5f860d9
Add useSuggest hook
https://gitlab.com/soapbox-pub/soapbox/-/issues/1483
2023-07-21 12:36:02 -05:00
Alex Gleason
9e59b5d935
Fix page crash when switching accounts 2023-07-20 21:37:33 -05:00
Alex Gleason
6acddfebe7
Composer: fix emoji dropdown not working 2023-07-20 19:41:37 -05:00
Alex Gleason
d69d9a34b4
Add preliminary settings schema 2023-07-20 18:38:01 -05:00
Alex Gleason
4c3f3a6bdd Merge branch 'useaccount-memo' into 'develop'
useAccount: memoize the account

See merge request soapbox-pub/soapbox!2617
2023-07-20 21:45:37 +00:00
Alex Gleason
c014b84a2b
Comment out failing feed-carousel test 2023-07-20 16:41:45 -05:00
Alex Gleason
709b985ab0
Remove intermittently failing test 2023-07-20 16:26:54 -05:00
Alex Gleason
fb848f1484
useAccount: memoize the account 2023-07-20 16:23:48 -05:00
Alex Gleason
4d49d2f581
Merge remote-tracking branch 'origin/develop' into rm-accounts-reducer 2023-07-20 15:28:12 -05:00
Alex Gleason
530329bf7a Merge branch 'disable-errors-middleware' into 'develop'
Remove errors middleware

See merge request soapbox-pub/soapbox!2614
2023-07-20 20:27:25 +00:00
Alex Gleason
e6e946974f
Remove errors middleware 2023-07-20 15:24:24 -05:00
Alex Gleason
6188d44e56
useEntity: don't refetch when there's an error 2023-07-20 15:17:44 -05:00
Alex Gleason
90664dd5c6
Remove legacy accounts reducer 2023-07-20 15:03:23 -05:00
f555128d68 Update en.json
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-19 00:35:02 +02:00
74155432cd Add option to preserve spoilers text when replying
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-19 00:34:06 +02:00
d01f86af22 Make Compose hotkey open Compose modal when required
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-18 01:08:06 +02:00
Alex Gleason
36083fe1b8 Merge branch 'fix-scheduled-posts' into 'develop'
Fix scheduled posts

Closes #1445

See merge request soapbox-pub/soapbox!2606
2023-07-17 16:13:00 +00:00
PUFF1N
ded43c54ab
Translated using Weblate (Turkish)
Currently translated at 99.8% (1591 of 1594 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/tr/
2023-07-17 17:21:43 +02:00
PUFF1N
2321493abd
Translated using Weblate (Turkish)
Currently translated at 99.8% (1591 of 1594 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/tr/
2023-07-17 17:21:43 +02:00
Alexander Minkin
1b75721233
Translated using Weblate (Russian)
Currently translated at 76.0% (1212 of 1594 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ru/
2023-07-17 17:21:43 +02:00
PUFF1N
adaa096aea
Translated using Weblate (Turkish)
Currently translated at 95.7% (1527 of 1594 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/tr/
2023-07-17 17:21:43 +02:00
Alexander Minkin
3297b263a7
Translated using Weblate (Russian)
Currently translated at 72.8% (1161 of 1594 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ru/
2023-07-17 17:21:43 +02:00
Hosted Weblate
fe40bc47db
Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/
2023-07-17 17:21:43 +02:00
abidin toumi
19fe1748ae
Translated using Weblate (Arabic)
Currently translated at 98.9% (1579 of 1596 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
2023-07-17 17:21:42 +02:00