Commit graph

7024 commits

Author SHA1 Message Date
Chewbacca
5d923842c5 Change 'uses' to 'groups' in Tag schema 2023-04-26 09:17:31 -04:00
Chewbacca
4f0cafabcf Fix logic with toggling Group Tag visibility 2023-04-26 09:08:00 -04:00
Chewbacca
6cda34fb69 Handle null group in confirmation step 2023-04-26 09:06:02 -04:00
Chewbacca
36be68cdcc Improve fallback of Group Avatars not loading 2023-04-26 09:04:25 -04:00
marcin mikołajczak
e5cf1dfa85 Merge branch 'deafult-privacy' into 'develop'
Fix default privacy setting on Mastodon

See merge request soapbox-pub/soapbox!2470
2023-04-25 20:47:26 +00:00
929935fb19 Fix default privacy setting on Mastodon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-04-25 19:14:02 +02:00
Alex Gleason
39d381ae4a Merge branch 'drop-zones' into 'develop'
Drop zones

See merge request soapbox-pub/soapbox!2464
2023-04-25 13:55:17 +00:00
Chewbacca
1144b863a2 Fix export 2023-04-24 13:01:01 -04:00
Chewbacca
533400bd66 Merge branch 'clear-pending-cache' into 'develop'
Clear pending groups cache

See merge request soapbox-pub/soapbox!2468
2023-04-24 16:32:27 +00:00
Chewbacca
3bbaa02054 Merge branch 'fix-tab-counter' into 'develop'
Fix counter in Group tabs

See merge request soapbox-pub/soapbox!2467
2023-04-24 16:32:14 +00:00
Chewbacca
c5151417d1 Merge branch 'fallback-group-images' into 'develop'
Handle errors on Group Headers

See merge request soapbox-pub/soapbox!2465
2023-04-24 16:20:25 +00:00
Chewbacca
dfae278741 Merge branch 'remove-warning-for-group-posts' into 'develop'
Remove hashtag warning for Group posts

See merge request soapbox-pub/soapbox!2460
2023-04-24 16:20:10 +00:00
Chewbacca
81bf8649b4 Merge branch 'fix-reporting-modal' into 'develop'
Fix reporting modal

See merge request soapbox-pub/soapbox!2466
2023-04-24 16:19:55 +00:00
Chewbacca
68d3775737 Clear pending groups cache 2023-04-24 12:15:56 -04:00
Chewbacca
50a005da54 Fix counter in Group tabs 2023-04-24 11:46:31 -04:00
Chewbacca
9b90289e7c Fix confirmation step in Group report 2023-04-24 11:34:09 -04:00
Chewbacca
11cb90bb15 Allow admins to report Groups 2023-04-24 11:33:42 -04:00
Alex Gleason
5834be838b Merge branch 'group-tags-x' into 'develop'
GroupTagsField: hide "x" until there's more than one tag

See merge request soapbox-pub/soapbox!2461
2023-04-24 15:00:30 +00:00
Chewbacca
b6a5c56859 Merge branch 'tag-improvements' into 'develop'
Tag improvements

See merge request soapbox-pub/soapbox!2458
2023-04-24 12:59:13 +00:00
Chewbacca
8530471ddb Handle errors on Group Headers 2023-04-24 08:17:51 -04:00
marcin mikołajczak
abfad1a4a7 Merge branch 'gallery-empty-column' into 'develop'
Make empty-column-indicator fullwidth on Gallery pages

See merge request soapbox-pub/soapbox!2463
2023-04-22 21:35:28 +00:00
Alex Gleason
94b84438b0
yarn i18n 2023-04-21 19:27:26 -05:00
Alex Gleason
01b99d875b
Remove UploadArea component 2023-04-21 17:33:20 -05:00
Alex Gleason
0904b6a2a0
Fix drag-and-drop interaction with ComposeModal 2023-04-21 17:13:40 -05:00
Alex Gleason
c9037f6661
GroupTimeline: add drop zone to composer 2023-04-21 16:54:23 -05:00
Alex Gleason
d0722934a9
ComposeForm: expand when dragged 2023-04-21 16:54:08 -05:00
78ce8a4894 Make empty-column-indicator fullwidth on Gallery pages
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-04-21 23:50:08 +02:00
1e18f78756 Fix v2 filters
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-04-21 23:41:55 +02:00
Alex Gleason
ed0206c379
Improve drag-and-drop of Home feed composer 2023-04-21 16:31:10 -05:00
Alex Gleason
aad7309470
useDraggedFiles: control dragged state of node 2023-04-21 16:28:54 -05:00
Alex Gleason
28c8f1dbd6
Add useDraggedFiles hook 2023-04-21 16:03:44 -05:00
Alex Gleason
7ea9f0ad86
UploadArea: update deprecated e.keyCode --> e.key 2023-04-21 12:28:44 -05:00
Alex Gleason
ede31e4e5a
GroupTagsField: hide "x" until there's more than one tag 2023-04-21 11:31:59 -05:00
Chewbacca
620e0cb606 Remove hashtag warning for Group posts 2023-04-21 10:19:37 -04:00
Chewbacca
e5f7fe244c Grid spacing improvements 2023-04-21 10:11:34 -04:00
Chewbacca
63ca6554d1 Improve spacing between GroupGridItem 2023-04-21 09:46:19 -04:00
Chewbacca
f61202c6e0 Fix z-index positioning of Group Grid item 2023-04-21 09:41:28 -04:00
Chewbacca
ed4b86c5fa Add page to show statuses per tag 2023-04-21 09:36:37 -04:00
Chewbacca
6977d305bf Fix route to tag path 2023-04-21 09:36:26 -04:00
Chewbacca
7842f8e7dc Only owners can edit tags 2023-04-21 09:36:08 -04:00
Chewbacca
fc6eba91ac Merge branch 'improve-group-creation' into 'develop'
Improve group creation

See merge request soapbox-pub/soapbox!2456
2023-04-20 14:28:25 +00:00
Chewbacca
67a5240e43 Add locale 2023-04-20 09:51:40 -04:00
Chewbacca
584b3bb539 Merge branch 'my-groups-pagination' into 'develop'
Support pagination in My Groups

See merge request soapbox-pub/soapbox!2455
2023-04-20 13:49:20 +00:00
marcin mikołajczak
e72e39b5ef Merge branch 'schedule-form-order' into 'develop'
Move ScheduleForm below SpoilerInput in ComposeForm

See merge request soapbox-pub/soapbox!2452
2023-04-19 21:13:19 +00:00
Chewbacca
c87589be4e Build group URI and handle successful copying 2023-04-19 16:51:07 -04:00
Chewbacca
2813b02329 Coerce group 'id' into String 2023-04-19 16:45:26 -04:00
Chewbacca
68be77fa54 Use 'copy' function for copying group uri 2023-04-19 16:44:22 -04:00
Chewbacca
e43a9164b7 Update modal title in Group creation 2023-04-19 16:44:00 -04:00
Chewbacca
2516fd36e0 Update 'Create Group' modal title dynamically 2023-04-19 16:28:15 -04:00
Chewbacca
bc72b1822e Support pagination in My Groups 2023-04-19 16:22:34 -04:00
Chewbacca
7675b18e52 Merge branch 'group-quote-fix' into 'develop'
Groups: set composer visibilty when quoting a group post

See merge request soapbox-pub/soapbox!2454
2023-04-19 15:54:44 +00:00
Alex Gleason
666c95e0b5
Groups: set composer visibilty when quoting a group post 2023-04-19 10:55:00 -04:00
Chewbacca
1074b003b0 Merge branch 'improve-status-info' into 'develop'
Improve StatusInfo for reposting from groups

See merge request soapbox-pub/soapbox!2453
2023-04-19 14:48:13 +00:00
Chewbacca
5dbaba3c41 Add locale 2023-04-19 10:20:23 -04:00
Chewbacca
2cce0435b4 Improve StatusInfo for reposting from groups 2023-04-19 10:09:03 -04:00
Chewbacca
5d58a3e18f Merge branch 'fix-request-to-media' into 'develop'
Fix 403 toast on Group Media endpoint

See merge request soapbox-pub/soapbox!2451
2023-04-19 13:24:25 +00:00
776cc1e5bb Move ScheduleForm below SpoilerInput in ComposeForm
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-04-19 15:20:19 +02:00
Alex Gleason
ec903a984d Merge branch 'thread-scrolltop' into 'develop'
Thread: scroll into view accounting for sticky column header

See merge request soapbox-pub/soapbox!2449
2023-04-19 13:13:03 +00:00
Alex Gleason
2b74250981 Merge branch 'ads-spacing' into 'develop'
Improve spacing of ads

See merge request soapbox-pub/soapbox!2448
2023-04-19 13:12:38 +00:00
Chewbacca
fcf6d258ef Prevent request to endpoint if not member 2023-04-18 16:51:55 -04:00
Chewbacca
e88be5fada Fix spacing 2023-04-18 12:03:52 -04:00
Chewbacca
0f29c5673c Fix bug with slug in Group Media 2023-04-18 12:03:42 -04:00
Alex Gleason
768fa1c4eb Merge branch 'profile-popup-corners' into 'develop'
ProfileHoverCard: fix rounded corners

See merge request soapbox-pub/soapbox!2447
2023-04-18 15:29:35 +00:00
Alex Gleason
de9e7b3c90
Thread: scroll into view accounting for sticky column header 2023-04-18 11:00:36 -04:00
Alex Gleason
6ad99d10dc
Improve spacing of ads 2023-04-18 10:56:03 -04:00
Alex Gleason
2216dc4d4c
ProfileHoverCard: fix rounded corners 2023-04-18 10:40:45 -04:00
Alex Gleason
70c2c5c438
GroupLinkPreview: link to slug URL 2023-04-18 10:00:18 -04:00
Alex Gleason
bf8efeee9e
Merge remote-tracking branch 'origin/develop' into group-lookup 2023-04-18 09:59:53 -04:00
Alex Gleason
1dea7b47c8 Merge branch 'group-link-preview' into 'develop'
Group Link Preview

See merge request soapbox-pub/soapbox!2445
2023-04-18 13:59:16 +00:00
Alex Gleason
19dfda4ca2
GroupLinkPreview: dark mode 2023-04-18 09:39:09 -04:00
Alex Gleason
3f44e6cdcb
GroupLinkPreview: fix cursor 2023-04-18 09:31:08 -04:00
Chewbacca
a461ef9f51 Fix endpoint 2023-04-17 16:55:45 -04:00
Alex Gleason
7b544d2427
Group Link Preview 2023-04-17 16:36:05 -04:00
Alex Gleason
c343cce5ea
Merge remote-tracking branch 'origin/develop' into group-lookup 2023-04-17 15:55:05 -04:00
Alex Gleason
dea9979b39
GroupLookup: improve column loading 2023-04-17 15:45:16 -04:00
Alex Gleason
f2d5b2eaef
Update group URLs to use slugs 2023-04-17 15:42:08 -04:00
Alex Gleason
1bce61182c
Make components use groupId param 2023-04-17 15:28:20 -04:00
Alex Gleason
ccde5f8823
Make GroupLookup HOC kind of work 2023-04-17 14:56:31 -04:00
Chewbacca
ddee915d39 Lint + Tests 2023-04-17 10:22:00 -04:00
Chewbacca
c5c5bd0d62 Add ability to update Group tags 2023-04-17 10:21:59 -04:00
Chewbacca
2d52c8c3e4 Add support for Group tags 2023-04-17 10:21:23 -04:00
Chewbacca
8ec8d4a2ca Use FloatingUI with Tooltip 2023-04-17 10:19:57 -04:00
Chewbacca
6da45c3ef7 Add ability to search my Groups 2023-04-17 10:19:57 -04:00
Chewbacca
5a6a6f63d2 Merge branch 'trending-topics' into 'develop'
Support Trending Topics

See merge request soapbox-pub/soapbox!2442
2023-04-17 14:19:31 +00:00
Chewbacca
cc393e2425 Merge branch 'update-details' into 'develop'
Add group context to details screen

See merge request soapbox-pub/soapbox!2433
2023-04-17 14:12:58 +00:00
6b4076ce10 lint
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-04-16 15:10:41 +02:00
Alex Gleason
324c427a72 Add truthsocial to loginWithUsername feature 2023-04-16 06:12:01 +00:00
ba69f5ba62 update en.json
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-04-16 00:06:47 +02:00
8d832856b1 Only use 'username or e-mail' if can log in with username
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-04-16 00:03:06 +02:00
Chewbacca
4cb628d5a4 Allow reposting Group posts 2023-04-14 08:07:49 -04:00
Alex Gleason
4cd43c340b
Fix group types :( 2023-04-13 10:43:24 -05:00
Chewbacca
bb70c1ea3c Add topic pages 2023-04-13 09:28:40 -04:00
Chewbacca
8702c16998 Update GroupTag schema 2023-04-13 07:34:37 -04:00
Chewbacca
5d29666b41 Add support for trending tags 2023-04-13 07:33:52 -04:00
Chewbacca
5bcd150c4b Merge branch 'fix-z-index' into 'develop'
Resolve bug with toast during modal

See merge request soapbox-pub/soapbox!2436
2023-04-13 11:21:43 +00:00
Chewbacca
cbb569b731 Merge branch 'fix-outline' into 'develop'
Fix outline of StatusActionButton

See merge request soapbox-pub/soapbox!2437
2023-04-13 11:21:34 +00:00
Chewbacca
cd890c8641 Handle error from API on Group Save 2023-04-12 16:56:56 -04:00
Alex Gleason
4e822a80dd
Add useGroupLookup hook 2023-04-12 15:51:30 -05:00
Alex Gleason
17757ea326
Add useEntityLookup hook 2023-04-12 15:45:24 -05:00
Chewbacca
3f4bbe6f55 Merge branch 'add-toast' into 'develop'
Update toast after saving Groups

See merge request soapbox-pub/soapbox!2421
2023-04-12 20:42:37 +00:00