Commit Graph

3835 Commits

Author SHA1 Message Date
4bfbcb2f12 normalizeStatus(): test GoToSocial and Friendica normalization 2022-02-23 22:58:38 -05:00
0c962ee198 normalizeInstance(): add tests for GoToSocial and Friendica 2022-02-23 22:51:23 -05:00
fe6ffc9bc5 normalizeInstance(): add fixtures and tests for Fedibird, Mitra 2022-02-23 22:43:55 -05:00
331b239cc9 Normalize mentions, add tests 2022-02-23 22:31:35 -05:00
02f05abeaa More defensive status normalization 2022-02-23 22:11:40 -05:00
cd6d575ae9 Simplify pending status builder 2022-02-23 20:37:38 -05:00
6c0c66eab1 Simplify scheduled/pending status builders 2022-02-23 20:00:49 -05:00
34ba2505bd normalizeStatus: normalize quote post 2022-02-23 18:25:38 -05:00
2d00c404d3 Add GoToSocial fixtures 2022-02-23 18:04:20 -05:00
7877fce7ba normalizeStatus: refactor baseStatus 2022-02-23 18:02:24 -05:00
717a0917a3 pendingStatus: fix media uploads 2022-02-23 15:42:05 -05:00
a6a87f6702 Convert Badge component to typescript 2022-02-23 15:29:03 -05:00
2757e476b7 Fix typescript imports 2022-02-23 14:56:16 -05:00
94a79ba760 Merge remote-tracking branch 'origin/develop' into typescript 2022-02-23 12:51:36 -05:00
8bc790de17 ErrorBoundary: display Soapbox version 2022-02-23 12:42:04 -05:00
5e18691ab5 Fix custom emoji parsing 2022-02-23 12:37:12 -05:00
01bf8b4729 Merge remote-tracking branch 'origin/develop' into fix-self-reply 2022-02-23 12:03:04 -05:00
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
16da9030ac normalizeInstance: break out instance normalization into its own module 2022-02-23 11:24:36 -05:00
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
f9b934d8f5 Fix 'View context' in media modals
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-22 08:52:33 +01:00
1224044876 Fix post without mentions 2022-02-21 19:21:13 -05:00
1cb6e4e3b3 Merge remote-tracking branch 'origin/develop' into fix-self-reply 2022-02-21 04:15:03 -05:00
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
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
5afd1ce4b3 Fix PendingStatus 2022-02-21 03:56:31 -05:00
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
70ac6b2a76 Fix error in ErrorBoundary 2022-02-21 03:17:52 -05:00
b1a8f6f3ab Add back expandSpoilers 2022-02-20 12:44:10 -05:00
c99415a868 Fix status importing 2022-02-20 12:16:53 -05:00
f1f784f751 normalizeStatus: fix tests, fixQuote fix 2022-02-20 03:38:22 -05:00
f7f18fac79 Refactor status normalizer 2022-02-20 02:27:29 -05:00
1e4659248f statusNormalizer: fix mention to self 2022-02-20 01:19:28 -05:00
b4a2514cd9 pendingStatus: safer to fallback 2022-02-20 01:13:30 -05:00
d16b764de7 Create normalizers/status module 2022-02-20 00:27:40 -05:00
9753067ccc Add self-reply fixture from Mastodon 2022-02-19 23:24:11 -05:00
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
1130373c02 pendingStatus: fix crash when replying to self 2022-02-19 22:49:12 -05:00
0e34ddba60 Typescript: IT WORKS 2022-02-19 15:53:52 -05:00
134d92d83e eslint: typescript 2022-02-19 01:46:57 -05:00
dc3e610b10 Merge branch 'typescript' of gitlab.com:soapbox-pub/soapbox-fe into typescript 2022-02-19 01:25:31 -05:00
2b235a80e4 Merge remote-tracking branch 'origin/develop' into typescript 2022-02-19 01:25:06 -05:00
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
10c6a82e53 SidebarMenu: /settings/aliases --> /settings/migration 2022-02-18 22:22:11 -05:00
37cf29d9f1 LinkFooter: link to /settings/migration, not /settings/aliases 2022-02-18 22:18:39 -05:00
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
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
635f88f5e8 Rewrite code with optional chaining (?.) 2022-02-18 21:04:18 -05:00
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
5bb2d97166 Push notifications: catch error 2022-02-17 18:43:57 -05:00