Wykres commitów

3831 Commity (ed344f712d9c2a5a2a9f6ca811213c547e28a79b)

Autor SHA1 Wiadomość Data
Alex Gleason 02f05abeaa
More defensive status normalization 2022-02-23 22:11:40 -05:00
Alex Gleason cd6d575ae9
Simplify pending status builder 2022-02-23 20:37:38 -05:00
Alex Gleason 6c0c66eab1
Simplify scheduled/pending status builders 2022-02-23 20:00:49 -05:00
Alex Gleason 34ba2505bd
normalizeStatus: normalize quote post 2022-02-23 18:25:38 -05:00
Alex Gleason 2d00c404d3
Add GoToSocial fixtures 2022-02-23 18:04:20 -05:00
Alex Gleason 7877fce7ba
normalizeStatus: refactor baseStatus 2022-02-23 18:02:24 -05:00
Alex Gleason 717a0917a3
pendingStatus: fix media uploads 2022-02-23 15:42:05 -05:00
Alex Gleason a6a87f6702
Convert Badge component to typescript 2022-02-23 15:29:03 -05:00
Alex Gleason 2757e476b7
Fix typescript imports 2022-02-23 14:56:16 -05:00
Alex Gleason 94a79ba760
Merge remote-tracking branch 'origin/develop' into typescript 2022-02-23 12:51:36 -05:00
Alex Gleason 8bc790de17
ErrorBoundary: display Soapbox version 2022-02-23 12:42:04 -05:00
Alex Gleason 5e18691ab5
Fix custom emoji parsing 2022-02-23 12:37:12 -05:00
Alex Gleason 01bf8b4729
Merge remote-tracking branch 'origin/develop' into fix-self-reply 2022-02-23 12:03:04 -05:00
Alex Gleason 870fb3db32 Merge branch 'instance-normalizer' into 'develop'
normalizeInstance: break out instance normalization into its own module

See merge request soapbox-pub/soapbox-fe!1049
2022-02-23 17:02:36 +00:00
Alex Gleason 16da9030ac
normalizeInstance: break out instance normalization into its own module 2022-02-23 11:24:36 -05:00
marcin mikołajczak 71378d8764 Merge branch 'fix-show-context' into 'develop'
Fix 'View context' in media modals

See merge request soapbox-pub/soapbox-fe!1048
2022-02-22 08:06:50 +00:00
marcin mikołajczak f9b934d8f5 Fix 'View context' in media modals
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-22 08:52:33 +01:00
Alex Gleason 1224044876
Fix post without mentions 2022-02-21 19:21:13 -05:00
Alex Gleason 1cb6e4e3b3
Merge remote-tracking branch 'origin/develop' into fix-self-reply 2022-02-21 04:15:03 -05:00
marcin mikołajczak 1ac289c890 Merge branch 'in-reply-to-self' into 'develop'
Compose: Show 'Replying to a post' if unchecked all mentions

See merge request soapbox-pub/soapbox-fe!1047
2022-02-21 09:12:51 +00:00
marcin mikołajczak f1b5482b2d Merge remote-tracking branch 'soapbox/develop' into in-reply-to-self
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-21 09:58:23 +01:00
Alex Gleason 5afd1ce4b3
Fix PendingStatus 2022-02-21 03:56:31 -05:00
marcin mikołajczak 2635d9b109 Compose: Show 'Replying to a post' if unchecked all mentions
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-21 09:56:23 +01:00
Alex Gleason 70ac6b2a76
Fix error in ErrorBoundary 2022-02-21 03:17:52 -05:00
Alex Gleason b1a8f6f3ab
Add back expandSpoilers 2022-02-20 12:44:10 -05:00
Alex Gleason c99415a868
Fix status importing 2022-02-20 12:16:53 -05:00
Alex Gleason f1f784f751
normalizeStatus: fix tests, fixQuote fix 2022-02-20 03:38:22 -05:00
Alex Gleason f7f18fac79
Refactor status normalizer 2022-02-20 02:27:29 -05:00
Alex Gleason 1e4659248f
statusNormalizer: fix mention to self 2022-02-20 01:19:28 -05:00
Alex Gleason b4a2514cd9
pendingStatus: safer `to` fallback 2022-02-20 01:13:30 -05:00
Alex Gleason d16b764de7
Create normalizers/status module 2022-02-20 00:27:40 -05:00
Alex Gleason 9753067ccc
Add self-reply fixture from Mastodon 2022-02-19 23:24:11 -05:00
Alex Gleason 9b02bd154a Merge branch 'fix-self-reply' into 'develop'
pendingStatus: fix crash when replying to self

See merge request soapbox-pub/soapbox-fe!1045
2022-02-20 04:03:58 +00:00
Alex Gleason 1130373c02
pendingStatus: fix crash when replying to self 2022-02-19 22:49:12 -05:00
Alex Gleason 0e34ddba60
Typescript: IT WORKS 2022-02-19 15:53:52 -05:00
Alex Gleason 134d92d83e
eslint: typescript 2022-02-19 01:46:57 -05:00
Alex Gleason dc3e610b10
Merge branch 'typescript' of gitlab.com:soapbox-pub/soapbox-fe into typescript 2022-02-19 01:25:31 -05:00
Alex Gleason 2b235a80e4
Merge remote-tracking branch 'origin/develop' into typescript 2022-02-19 01:25:06 -05:00
Alex Gleason 4e441a5d0f Merge branch 'migration-footer' into 'develop'
LinkFooter, SidebarMenu: link to /settings/migration, not /settings/aliases

See merge request soapbox-pub/soapbox-fe!1042
2022-02-19 03:34:45 +00:00
Alex Gleason 10c6a82e53
SidebarMenu: /settings/aliases --> /settings/migration 2022-02-18 22:22:11 -05:00
Alex Gleason 37cf29d9f1
LinkFooter: link to /settings/migration, not /settings/aliases 2022-02-18 22:18:39 -05:00
Alex Gleason 85c32e3f76 Merge branch 'account-migrations' into 'develop'
Allow account migrations

See merge request soapbox-pub/soapbox-fe!1038
2022-02-19 03:03:57 +00:00
Alex Gleason 0fdb2b1c4b Merge branch 'optional-chaining' into 'develop'
Rewrite code with optional chaining (?.)

See merge request soapbox-pub/soapbox-fe!1041
2022-02-19 02:27:58 +00:00
Alex Gleason 635f88f5e8
Rewrite code with optional chaining (?.) 2022-02-18 21:04:18 -05:00
Alex Gleason da7839f778 Merge branch 'push-exception' into 'develop'
Push notifications: catch error

See merge request soapbox-pub/soapbox-fe!1040
2022-02-17 23:58:16 +00:00
Alex Gleason 5bb2d97166
Push notifications: catch error 2022-02-17 18:43:57 -05:00
Alex Gleason 91a9d6c5c8 Merge branch 'delete-user' into 'develop'
AccountHeader: fix onDeleteUser

See merge request soapbox-pub/soapbox-fe!1039
2022-02-17 21:13:02 +00:00
Alex Gleason 89a5f7b3d6
AccountHeader: fix onDeleteUser 2022-02-17 15:37:19 -05:00
marcin mikołajczak 8334d278a2 Merge branch 'modals-stack' into 'develop'
Allow stacking modals

See merge request soapbox-pub/soapbox-fe!1017
2022-02-16 20:20:01 +00:00
marcin mikołajczak 5f73f96735 Minor modals cleanup
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-14 22:38:15 +01:00