Commit Graph

11799 Commits

Author SHA1 Message Date
Alex Gleason baf1c2acae Merge branch 'toast-error-fallthrough' into 'main'
showAlertForError: fallthrough when response.error() fails

See merge request soapbox-pub/soapbox!3306
2024-12-26 17:29:28 +00:00
Alex Gleason 3158e0a16a
showAlertForError: fallthrough when response.error() fails 2024-12-26 11:26:58 -06:00
Alex Gleason c5a745957a Merge branch 'fix-mfa' into 'main'
MastodonResponse: use .passthrough() on errorSchema

Closes #1801

See merge request soapbox-pub/soapbox!3305
2024-12-26 17:22:28 +00:00
Alex Gleason 1926daa3c7
MastodonResponse: use .passthrough() on errorSchema
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1801
2024-12-26 11:19:33 -06:00
Alex Gleason c737d7cb5c Merge branch 'fix-profile-update' into 'main'
Fix updating profile avatar/banner

See merge request soapbox-pub/soapbox!3304
2024-12-19 19:43:48 +00:00
Alex Gleason 2385d0694f
Fix updating profile avatar/banner 2024-12-19 13:41:21 -06:00
Alex Gleason 9542c5bbc2 Merge branch 'bunker-44' into 'main'
Switch bunker to nip44 encryption

See merge request soapbox-pub/soapbox!3303
2024-12-18 08:00:04 +00:00
Alex Gleason 614d950083
Switch bunker to nip44 encryption
https://gitlab.com/soapbox-pub/ditto/-/issues/279
2024-12-18 01:58:50 -06:00
Alex Gleason e6deb7916c Merge branch 'fix-pagination' into 'main'
Fix pagination

See merge request soapbox-pub/soapbox!3302
2024-12-18 00:19:37 +00:00
Alex Gleason f0043813e6
MastodonClient: merge searchParams 2024-12-17 18:16:34 -06:00
Alex Gleason 790564b74e
Fix BACKEND_URL with baseClient 2024-12-17 18:01:40 -06:00
Alex Gleason dd3ac81a7b Merge branch 'baseurl' into 'main'
Actually fix baseURL

See merge request soapbox-pub/soapbox!3300
2024-12-14 02:32:08 +00:00
Alex Gleason dc48b256d6
Actually fix baseURL 2024-12-13 20:31:25 -06:00
Alex Gleason 98617d1036 Merge branch 'baseurl' into 'main'
Fix baseURL drama

See merge request soapbox-pub/soapbox!3299
2024-12-14 02:19:05 +00:00
Alex Gleason 4b3e8fcf22
Fix baseURL drama 2024-12-13 20:18:05 -06:00
Alex Gleason dcdd14b2b8 Merge branch 'axios' into 'main'
Remove axios

See merge request soapbox-pub/soapbox!3298
2024-12-14 01:57:14 +00:00
Alex Gleason 878c3ac54d
MastodonClient: fallback to XHR for onUploadProgress 2024-12-13 19:52:31 -06:00
Alex Gleason 2ffff220e4
Remove axios 2024-12-13 18:12:57 -06:00
Alex Gleason 4031de3f52 Merge branch 'fix-wrong-emoji-display' into 'main'
fix: show correct emoji selected

See merge request soapbox-pub/soapbox!3296
2024-12-12 15:53:38 +00:00
P. Reis f81d0fccef fix: show correct emoji selected 2024-12-12 11:16:52 -03:00
Alex Gleason 3b5ad6e3ba Merge branch 'fix-emoji-display' into 'main'
fix: like emoji display

Closes #1796

See merge request soapbox-pub/soapbox!3295
2024-12-12 03:41:26 +00:00
P. Reis a5048c9a6c fix: like emoji display 2024-12-12 00:32:25 -03:00
Alex Gleason 95f134785d Merge branch 'refactor-immutable-to-plain-object' into 'main'
refactor: remove immutable, convert to use plain javascript object

See merge request soapbox-pub/soapbox!3294
2024-12-11 20:50:46 +00:00
P. Reis ca70e6e6fa refactor: get rid of EntityTypes[Entities.STATUSES] 2024-12-11 16:38:08 -03:00
P. Reis 65f03707e4 refactor: type cast, remove question marks 2024-12-11 16:34:56 -03:00
P. Reis 45a81a937c refactor: rename Status to LegacyStatus and EntityTypes[Entities.STATUSES] to StatusEntity 2024-12-11 16:24:23 -03:00
P. Reis 6a44582c9c refactor: add documentation to useBookmarks hook 2024-12-11 15:38:38 -03:00
P. Reis bff17c9fa0 refactor: @deprecated Status immutable 2024-12-11 15:37:50 -03:00
P. Reis c7e695b300 refactor: remove blank line 2024-12-11 14:50:31 -03:00
P. Reis 60489cb123 refactor: dispatch openModal() 'MEDIA' with raw objects 2024-12-10 22:37:38 -03:00
P. Reis 10ff18e76f refactor: remove immutable, convert to use plain javascript object
all changes were made to the StatusMedia component and its components, including all subcomponents recursively.
other components that dispatch openModal() of 'MEDIA' still need to be updated
2024-12-10 21:20:12 -03:00
Alex Gleason 77e45dea2c Merge branch 'refactor-comments' into 'main'
Refactor comments

See merge request soapbox-pub/soapbox!3292
2024-12-09 17:18:46 +00:00
P. Reis 9bd964880b refactor: add TODO and FIXME comments 2024-12-09 14:14:47 -03:00
Alex Gleason b03c29c371 Merge branch 'new-status-list-bookmark' into 'main'
Checkpoint/Feature: Rewrite Bookmark component  and all of its children

See merge request soapbox-pub/soapbox!3289
2024-12-09 15:55:51 +00:00
P. Reis 2da74399b1 refactor(ReplyIndicator): add help text 2024-12-06 18:07:19 -03:00
P. Reis c25e5d5456 checkpoint/fix: show missing posts by importing them with old reducer, importFetchedStatuses function 2024-12-06 18:07:12 -03:00
P. Reis d5f0714233 refactor: create PureTranslateButton component, used in PureStatus component 2024-12-06 14:23:01 -03:00
P. Reis c1c31537d9 refactor: create PureStatusContent component, used in PureStatus component 2024-12-06 00:39:07 -03:00
P. Reis 3ce20394a6 refactor: create PureEventPreview component, used in PureStatus component 2024-12-05 23:48:14 -03:00
P. Reis 286aaa24d9 refactor: create PureEventActionButton component 2024-12-05 23:42:23 -03:00
P. Reis b0337b6d87 refactor: create PureEventDate component 2024-12-05 23:31:11 -03:00
P. Reis e1cb14ecf8 refactor: create PureSensitiveContentOverlay component, used in PureStatus component 2024-12-05 23:21:26 -03:00
P. Reis 4632cb4964 refactor: create PureStatusReplyMentions component and use it in PureStatus component 2024-12-05 22:21:14 -03:00
P. Reis 575fd24ec1 fix: status.emojis.toJS is not a function 2024-12-05 18:16:54 -03:00
P. Reis 440ed28b11 fix: use PureStatus instead of StatusContainer 2024-12-05 17:58:45 -03:00
P. Reis 231f3ff56a fix(Bookmarks): remove useless useEffect
it was causing bugs also, not showing all bookmarked posts
2024-12-04 22:52:26 -03:00
P. Reis 19b4078af6 refactor: create useMentionCompose hook, used in PureStatus component 2024-12-04 20:33:35 -03:00
P. Reis 5a28c42e7c fix: add zaps_amount to baseStatusSchema 2024-12-04 18:41:48 -03:00
P. Reis e303d19f8c refactor(StatusActionBar): calculate emojiReactCount & meEmojiReact in a pure way 2024-12-04 18:31:53 -03:00
P. Reis def8d8a72b refactor: create useStatusHidden hook and use it in PureStatus component 2024-12-04 17:52:40 -03:00