Wykres commitów

9209 Commity (c5ec7556617045faaedc4fef2c0ef12f4275f385)

Autor SHA1 Wiadomość Data
marcin mikołajczak da6be7ba4c Merge remote-tracking branch 'soapbox/develop' into follow-hashtags 2023-05-11 19:31:25 +02:00
Chewbacca 8d05747537 Fix test 2023-05-11 08:30:13 -04:00
Chewbacca 2d087be65b Merge branch 'tombstone' into 'develop'
Support soft-deleted statuses via tombstones

See merge request soapbox-pub/soapbox!2509
2023-05-09 19:48:04 +00:00
Chewbacca 4a2b7faa59 Support soft-deleted statuses via tombstones 2023-05-09 15:16:13 -04:00
Chewbacca afec0edc1c Add tests for Group API hooks 2023-05-08 13:29:11 -04:00
Chewbacca e9fee8aad3 Merge branch 'search-ux' into 'develop'
Remove search term after navigating away from Search page

See merge request soapbox-pub/soapbox!2498
2023-05-08 16:11:15 +00:00
Chewbacca da10423020 Merge branch 'login-ux' into 'develop'
Prevent focus on 'Trouble logging in?' link

See merge request soapbox-pub/soapbox!2505
2023-05-08 16:11:03 +00:00
Alex Gleason f4c7ab5dd6 Merge branch 'thread-line' into 'develop'
Thread fixes

See merge request soapbox-pub/soapbox!2507
2023-05-08 16:09:16 +00:00
Alex Gleason c5c2378542 Merge branch 'zod-notification' into 'develop'
zod: Notification, Attachment, ChatMessage, Status

See merge request soapbox-pub/soapbox!2500
2023-05-08 15:49:08 +00:00
Alex Gleason f47b5f0a20
Thread: fix display of initial loading indicator 2023-05-08 10:44:07 -05:00
Alex Gleason f290ca85e3
Thread: scroll up a little more on focus so the thread connector is visible 2023-05-08 10:39:25 -05:00
Alex Gleason 0f65c7bd7e
Auth: fix otherAccounts throwing a fullscreen error in local dev 2023-05-08 10:35:12 -05:00
Alex Gleason 0f91282edc Merge branch 'reply-mentions-maxwidth' into 'develop'
StatusReplyMentions: enforce a 200px max width

See merge request soapbox-pub/soapbox!2506
2023-05-07 04:19:41 +00:00
Alex Gleason 185ef4e3c6
StatusReplyMentions: enforce a 200px max width 2023-05-06 22:55:36 -05:00
marcin mikołajczak 5e16d0875e Merge branch 'birthday-panel' into 'develop'
Hide relationship in BirthdayPanel

See merge request soapbox-pub/soapbox!2501
2023-05-06 06:29:41 +00:00
Chewbacca a491c6acb8 Prevent focus on 'Trouble logging in?' link 2023-05-05 15:15:59 -04:00
Chewbacca a35d95e9e3 Merge branch 'group-tests' into 'develop'
Group tests

See merge request soapbox-pub/soapbox!2502
2023-05-05 17:16:01 +00:00
Chewbacca 670b3cff02 Merge branch 'remove-groups-search' into 'develop'
Remove group search inside global search

See merge request soapbox-pub/soapbox!2499
2023-05-05 17:15:27 +00:00
Chewbacca 390855b6d9 Merge branch 'allow-owner-status-deletion' into 'develop'
Add ability for owners to delete statuses from Group

See merge request soapbox-pub/soapbox!2490
2023-05-05 17:15:08 +00:00
Alex Gleason fe3e53d527 Merge branch 'Bassam-Dev' into 'develop'
Enhance RTL detection by ignoring links in post

See merge request soapbox-pub/soapbox!2503
2023-05-05 16:31:18 +00:00
Alex Gleason 7a0ce1aab4 Sound better now! 2023-05-05 16:26:58 +00:00
Ahmad Dakhlallah 06d8370fe6 Enhance RTL detection by ignoring links in post 2023-05-05 17:51:33 +03:00
Chewbacca de3ff58f95 Merge branch 'group-improvements' into 'develop'
Improve Group UX

See merge request soapbox-pub/soapbox!2494
2023-05-05 13:13:37 +00:00
Chewbacca 2e7e6b3df6 I18n 2023-05-05 08:44:23 -04:00
Chewbacca 5b61aa39a7 Account for 409 response codes 2023-05-05 08:41:25 -04:00
Chewbacca 9b011275b8 Switch order of Group Page tabs 2023-05-05 08:35:21 -04:00
Chewbacca db91a00aca Add more Jest tests for various Group components 2023-05-05 08:35:11 -04:00
Chewbacca ad6f237a9d Add back 'uses' attribute for specific use-case 2023-05-05 08:34:23 -04:00
marcin mikołajczak f1b98e1602 Hide relationship in BirthdayPanel
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-05-05 13:18:39 +02:00
Alex Gleason 0e7ccd57ae
Export new schemas 2023-05-04 12:20:39 -05:00
Alex Gleason e024e92125
Add a real statusSchema 2023-05-04 12:13:39 -05:00
Alex Gleason 9a64375681
useGroupMedia: don't use statusSchema directly yet so we can change it 2023-05-04 11:51:50 -05:00
Alex Gleason 1dec42cd9f
Add contentSchema helper 2023-05-04 11:42:20 -05:00
Alex Gleason a7e1350a65
Add real chatMessageSchema 2023-05-04 11:31:58 -05:00
Alex Gleason 074c3c5b39
Add attachmentSchema 2023-05-04 11:26:31 -05:00
Alex Gleason 55ebc8c6ee
Add notificationSchema 2023-05-04 10:24:34 -05:00
Chewbacca f8d31aa505 Merge branch 'thread-connector-fix' into 'develop'
Fix alignment on ThreadConnector

See merge request soapbox-pub/soapbox!2493
2023-05-04 14:14:22 +00:00
Alex Gleason da69cf140b Merge branch 'zod-poll' into 'develop'
zod: Poll

See merge request soapbox-pub/soapbox!2495
2023-05-04 14:10:15 +00:00
Chewbacca 8ebaca0b44 Remove group search inside global search 2023-05-04 09:48:39 -04:00
Chewbacca 9e33dc80ae Remove search term after navigating away from Search page 2023-05-04 09:24:37 -04:00
Chewbacca 4f081abb7a d 2023-05-04 08:14:43 -04:00
Alex Gleason 4dbcf1c711 Merge branch 'detailed-status-colors' into 'develop'
Detailed status colors

See merge request soapbox-pub/soapbox!2497
2023-05-04 02:11:11 +00:00
Alex Gleason 32d7a8b509 Merge branch 'shorthand-timestamp' into 'develop'
DetailedStatus: remove timestamp from account

See merge request soapbox-pub/soapbox!2496
2023-05-03 19:53:20 +00:00
Alex Gleason 04811c4618
InteractionCounter: use neutral colors 2023-05-03 14:37:41 -05:00
Alex Gleason 08b2f0446d
DetailedStatus: remove timestamp from account 2023-05-03 14:29:57 -05:00
Alex Gleason f48edfba45
Add tagSchema 2023-05-03 13:40:30 -05:00
Chewbacca ebaff75e38 Improve Group UX 2023-05-03 14:03:13 -04:00
Alex Gleason d4ed442a7e
Normalize poll with zod 2023-05-03 12:52:36 -05:00
Chewbacca 2baabd3e86 i18n 2023-05-03 11:17:47 -04:00
Chewbacca 27cc002572 Fix alignment on ThreadConnector 2023-05-03 11:13:47 -04:00