Wykres commitów

471 Commity (14ec40ee95cf7a8f34d9abbe90bd2a2fede7c529)

Autor SHA1 Wiadomość Data
Alex Gleason 14ec40ee95
Typescript: start fixing 'strict' mode errors 2022-03-23 21:43:36 -05:00
Alex Gleason fff580f053
Normalize Tailwind colors from SoapboxConfig 2022-03-23 15:31:19 -05:00
Alex Gleason 0938612678
Use colors from soapbox.json at runtime 2022-03-21 18:43:31 -05:00
Alex Gleason 4ccbce71e0
Fetch frontend_configurations once again, reenable /soapbox/config route 2022-03-21 15:13:33 -05:00
Alex Gleason 83137498d9
Generalize some language 2022-03-21 13:33:10 -05:00
Alex Gleason 5cd894ab02
Truth Social 2022-03-21 13:14:26 -05:00
Alex Gleason ed692c8bef
Fix build >:( 2022-03-18 16:23:14 -05:00
Alex Gleason 12c57e02a5
Fix Instance types 2022-03-18 16:04:08 -05:00
Alex Gleason c8c5a6b077
Merge remote-tracking branch 'origin/develop' into ts-redux 2022-03-18 15:33:56 -05:00
Alex Gleason 3be0ddaa25
Merge remote-tracking branch 'origin/develop' into ts-redux-first 2022-03-18 13:17:19 -05:00
Alex Gleason 1fe7a72790
Fix API mock 2022-03-18 12:20:03 -05:00
Alex Gleason 8587bd4bf6 Revert "Merge branch 'msw' into 'develop'"
This reverts merge request !1100
2022-03-18 16:08:42 +00:00
Alex Gleason 9c0a304926
External auth: normalize instance 2022-03-16 22:44:30 -05:00
Alex Gleason 10b2e10a97 Merge branch 'pleroma-redraft-quirk' into 'develop'
Delete+Redraft: drop attachments with integer IDs from Pleroma

See merge request soapbox-pub/soapbox-fe!1104
2022-03-17 02:59:45 +00:00
Alex Gleason db38d3cd59 Merge branch 'msw' into 'develop'
Mock API with MSW

See merge request soapbox-pub/soapbox-fe!1100
2022-03-17 02:02:34 +00:00
Alex Gleason 76eeb8a219
Delete+Redraft: drop attachments with integer IDs from Pleroma 2022-03-16 20:54:41 -05:00
Alex Gleason 9fa1dc3fe5
Merge remote-tracking branch 'mkljczk/mastodon-redraft' into pleroma-redraft-quirk 2022-03-16 19:50:41 -05:00
Alex Gleason c0ea0a948d
Suggestions: limit to 50 results 2022-03-16 16:01:36 -05:00
Alex Gleason d07d9b5bed
Mock API with MSW 2022-03-16 13:55:18 -05:00
Alex Gleason 27564dd360
WIP: reducer typescript 2022-03-15 09:40:19 -05:00
marcin mikołajczak b003ac0634 Fix: Delete end edit on Markdown post loses Markdown setting
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-13 21:09:58 +01:00
Alex Gleason 6fa973aec0
Remove importer/normalizer.js 2022-03-11 21:22:11 -06:00
Alex Gleason 9547a7042d
Normalize chat in reducer, not action 2022-03-10 21:09:12 -06:00
Alex Gleason 75db92719d
Normalize poll emoji 2022-03-10 19:55:14 -06:00
marcin mikołajczak 71ea3ed425 Include media attachments when redrafting on Mastodon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-10 18:47:20 +01:00
Alex Gleason 067e3a26f5
Allow setting a custom verified icon 2022-03-05 13:55:41 -06:00
Alex Gleason d72ef7b423
Typescript, Compose: use forEach 2022-02-28 14:13:40 -06:00
Alex Gleason 92ac0e6a0d Merge branch 'account-notes' into 'develop'
Account notes

See merge request soapbox-pub/soapbox-fe!1053
2022-02-26 21:30:05 +00:00
marcin mikołajczak ccff91b072 Account notes
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-26 15:57:34 +01:00
marcin mikołajczak 06d33de47f Single user mode
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-25 16:35:48 +01:00
marcin mikołajczak 5b3f7c1cdc Let accent color be configurable
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-24 18:28:52 +01: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 f7f18fac79
Refactor status normalizer 2022-02-20 02:27:29 -05:00
Alex Gleason 1130373c02
pendingStatus: fix crash when replying to self 2022-02-19 22:49:12 -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 635f88f5e8
Rewrite code with optional chaining (?.) 2022-02-18 21:04:18 -05:00
Alex Gleason 5bb2d97166
Push notifications: catch error 2022-02-17 18:43:57 -05:00
marcin mikołajczak 767c3dad7a Merge remote-tracking branch 'soapbox/develop' into modals-stack 2022-02-14 22:32:58 +01:00
marcin mikołajczak 48a57cc998 Fix aliases
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-14 21:38:44 +01:00
marcin mikołajczak f75ffeadd8 Account migrations
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-14 21:35:35 +01:00
marcin mikołajczak 23aa11dfe3 Use new API for account aliases
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-14 21:00:41 +01:00
Alex Gleason abcd55752d
Support only external Ethereum auth for now 2022-02-10 19:34:23 -06:00
Alex Gleason 01dd53328b
Cleanup unused code 2022-02-10 16:36:36 -06:00
Alex Gleason f051b70b10
Support Ethereum external login 2022-02-10 16:34:46 -06:00
Alex Gleason 012a7f8d89
Mitra: support Ethereum login 2022-02-09 19:47:13 -06:00
Alex Gleason d260cc2e2c
Add fallback avatar 2022-02-07 13:14:15 -06:00
Alex Gleason c084a7a232
Mitra: handle status context endpoint as a list of statuses 2022-02-07 12:19:28 -06:00
Alex Gleason 69712baa02
Normalizer: normalize required account & status fields 2022-02-07 11:50:05 -06:00
Alex Gleason fb7c642dc7
GoToSocial support 2022-02-06 20:46:06 -06:00