|
88b91bce3e
|
Mastodon admin API
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-05-16 17:40:47 +02:00 |
|
Alex Gleason
|
debfcaeb1e
|
Merge remote-tracking branch 'origin/develop' into mastodon-pagination
|
2022-05-15 13:08:12 -05:00 |
|
Alex Gleason
|
2e192153ed
|
Fix reducer tests
|
2022-05-14 14:13:58 -05:00 |
|
Alex Gleason
|
88404f32b6
|
Search reducer: convert to TypeScript
|
2022-05-14 13:18:31 -05:00 |
|
Alex Gleason
|
5bbfb0cc39
|
Convert Trends, Suggestions, and TrendingStatuses reducers to TypeScript
|
2022-05-14 13:07:32 -05:00 |
|
Alex Gleason
|
165d6d197e
|
Rip out identity_proofs
|
2022-05-14 12:01:21 -05:00 |
|
Alex Gleason
|
0b8fbdfbb9
|
Contexts: remove unnecessary isReplyTo function (now handled by connectNodes)
|
2022-05-13 17:17:06 -05:00 |
|
Alex Gleason
|
8ed6d9fc6b
|
Test context loops
|
2022-05-13 17:12:36 -05:00 |
|
Alex Gleason
|
e6617af0f9
|
Refactor context test, remove dumb fixtures
|
2022-05-13 16:58:38 -05:00 |
|
Alex Gleason
|
b4e27e5dcd
|
Contexts: stop spewing tombstones everywhere
|
2022-05-13 16:34:45 -05:00 |
|
Alex Gleason
|
75745d2c46
|
Clean up contexts test
|
2022-05-13 15:08:38 -05:00 |
|
Alex Gleason
|
0329cc4d04
|
Clean up contexts test
|
2022-05-13 14:42:15 -05:00 |
|
Alex Gleason
|
2290bfb334
|
Contexts reducer: convert to TypeScript
|
2022-05-13 14:30:11 -05:00 |
|
Alex Gleason
|
02726cfcc3
|
Fix paginated comments, improve Mastodon tombstones
|
2022-05-13 13:07:11 -05:00 |
|
|
c540ae2201
|
Restore session management
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-05-12 17:45:40 +02:00 |
|
Alex Gleason
|
b64be353cc
|
eslint: indent switch statements
|
2022-05-11 16:06:35 -05:00 |
|
Alex Gleason
|
ae01b845de
|
eslint: enforce spacing of imports (and infix ops)
|
2022-05-11 12:40:34 -05:00 |
|
Alex Gleason
|
99b76bb745
|
Fix LandingPage test. Fix rememberSoapboxConfig not importing (!!)
|
2022-05-10 19:11:26 -05:00 |
|
Alex Gleason
|
a657b6374c
|
Search: fix crash on paginating hashtags
|
2022-05-06 11:36:55 -05:00 |
|
|
ffbb6f51de
|
use camelCase
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-05-04 20:36:46 +02:00 |
|
|
f6f8ef99d9
|
Merge remote-tracking branch 'soapbox/develop' into edit-posts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-05-03 21:29:38 +02:00 |
|
Justin
|
e2f24cdd6b
|
Account for multiple rules
|
2022-05-03 08:15:11 -04:00 |
|
Alex Gleason
|
35a731ffd9
|
Restore localStorage onboarding code
|
2022-05-02 15:55:52 -05:00 |
|
Alex Gleason
|
86ecda84c5
|
rule_id --> rule_ids
|
2022-05-02 14:50:16 -05:00 |
|
Alex Gleason
|
9cbe98f131
|
Reports: submit rule_ids to API
|
2022-05-02 14:39:08 -05:00 |
|
Justin
|
86fb9bf704
|
Add ProgressBar and dark mode support
|
2022-05-02 13:55:08 -04:00 |
|
Justin
|
6baec89484
|
Fix test
|
2022-05-02 13:55:08 -04:00 |
|
Justin
|
ac53ed11b9
|
Add tests for Rules redux action/reducer
|
2022-05-02 13:55:08 -04:00 |
|
Justin
|
924b042c84
|
Improve reporting modal
|
2022-05-02 13:55:07 -04:00 |
|
Alex Gleason
|
0fa58be38c
|
Catch instance/fetch error, only set instance_fetch_failed on 404
|
2022-05-02 11:46:18 -05:00 |
|
Alex Gleason
|
39b92b96fc
|
Store settings in IndexedDB even on unsupported backends
|
2022-04-29 23:15:41 -05:00 |
|
|
db56d9b16a
|
Update tests, remove unused code
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-04-29 23:19:52 +02:00 |
|
|
387ebfc56c
|
Allow editing posts on Mastodon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-04-28 16:26:47 +02:00 |
|
Alex Gleason
|
19d579c2a0
|
createAsyncThunk(): .toString() --> .type
|
2022-04-25 15:47:47 -05:00 |
|
Alex Gleason
|
72e64780f7
|
Update tests relying on actions/instance
|
2022-04-25 14:27:09 -05:00 |
|
Alex Gleason
|
c6456a43b6
|
Convert actions/instance to use createAsyncThunk()
|
2022-04-25 14:17:05 -05:00 |
|
Alex Gleason
|
e64d93abcb
|
Fix Patron tests
|
2022-04-24 19:02:25 -05:00 |
|
Alex Gleason
|
73f086c680
|
Add "Donor" badge
|
2022-04-24 17:27:08 -05:00 |
|
Alex Gleason
|
3f9cc3cd04
|
Restore Patron features, context to TSX
|
2022-04-24 17:01:57 -05:00 |
|
Alex Gleason
|
7038d6a844
|
Convert a bunch of files to TypeScript
|
2022-04-24 14:28:07 -05:00 |
|
Alex Gleason
|
ea34a7f303
|
DELETE INTERSECTION OBSERVER ARTICLE
|
2022-04-22 13:13:40 -05:00 |
|
Alex Gleason
|
35396923be
|
Test rendering notifications
|
2022-04-16 19:03:33 -05:00 |
|
Alex Gleason
|
2ebf4777c2
|
Nuke the local uuid implementation
|
2022-04-15 20:00:03 -05:00 |
|
|
19aa4b254e
|
Support 'status' notification type
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-04-14 22:14:54 +02:00 |
|
|
92a6058f26
|
typescript
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-04-14 17:50:47 +02:00 |
|
|
44b64d51c4
|
Merge remote-tracking branch 'soapbox/next' into next_
|
2022-04-14 00:05:21 +02:00 |
|
|
2faaa75d9c
|
tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-04-14 00:04:41 +02:00 |
|
|
50797119ff
|
typescript
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-04-13 16:07:50 +02:00 |
|
Alex Gleason
|
934055557f
|
Fix sidebar reducer test
|
2022-04-12 20:23:45 -05:00 |
|
Alex Gleason
|
9c79ae386a
|
SidebarMenu: convert to tsx
|
2022-04-12 19:52:20 -05:00 |
|
|
b5ae9adf63
|
Chats: typescript
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-04-12 18:52:56 +02:00 |
|
|
2943b91034
|
Typescript, convert some components to functional
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-04-11 21:58:48 +02:00 |
|
|
fb3b88b80b
|
reply mentions modalto tsx
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-04-10 10:20:12 +02:00 |
|
Alex Gleason
|
20aa17ce64
|
Merge branch 'next-status-loading' into 'next'
Next: Improve status loading, refactor Status components to TSX
See merge request soapbox-pub/soapbox-fe!1179
|
2022-04-04 21:36:47 +00:00 |
|
Alex Gleason
|
e88fe4a707
|
Clean up me usage
|
2022-04-04 14:24:55 -05:00 |
|
Alex Gleason
|
c51441c026
|
TypeScript: reducers/me
|
2022-04-04 12:44:05 -05:00 |
|
Justin
|
ed47cf5f09
|
Convert old tests to use "react-testing-library"
|
2022-04-04 11:53:47 -04:00 |
|
Alex Gleason
|
4a8f08e313
|
StatusActionBar: convert to tsx
|
2022-04-01 18:39:27 -05:00 |
|
Alex Gleason
|
836c02b388
|
Convert reducers/alerts to Typescript
|
2022-03-31 18:18:39 -05:00 |
|
Alex Gleason
|
7efa10e7e0
|
Convert reducers/admin to Typescript
|
2022-03-31 18:10:34 -05:00 |
|
Alex Gleason
|
dddba516fb
|
Convert selectors/index to Typescript
|
2022-03-31 17:00:31 -05:00 |
|
Alex Gleason
|
c0c758c103
|
Typescript: reducers/polls.ts
|
2022-03-26 16:20:45 -05:00 |
|
Alex Gleason
|
f83119bfc9
|
Filter statuses by full acct with @ symbol
|
2022-03-26 11:17:27 -05:00 |
|
Alex Gleason
|
24a78f7740
|
Merge remote-tracking branch 'origin/develop' into next
|
2022-03-26 11:15:06 -05:00 |
|
Alex Gleason
|
f7425d80eb
|
Add test for search_index with mentions
|
2022-03-26 10:45:45 -05:00 |
|
|
ea57d1c4a7
|
Fix filtering, allow filtering by mentioned usernames
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-03-26 10:57:48 +01:00 |
|
Alex Gleason
|
2940a3ff4d
|
Put Typescript in "strict" mode, fix or ignore errors
|
2022-03-24 14:27:27 -05:00 |
|
Alex Gleason
|
84d7d2ee38
|
Add @ts-ignore lines for strictFunctionTypes
|
2022-03-24 12:26:27 -05:00 |
|
Alex Gleason
|
67471638c3
|
Typescript: Start fixing strictFunctionTypes errors
|
2022-03-24 11:53:09 -05:00 |
|
Alex Gleason
|
14ec40ee95
|
Typescript: start fixing 'strict' mode errors
|
2022-03-23 21:43:36 -05:00 |
|
Alex Gleason
|
5cd894ab02
|
Truth Social
|
2022-03-21 13:14:26 -05:00 |
|
Alex Gleason
|
b3de700732
|
Fix Soapbox Config
|
2022-03-20 18:41:47 -05:00 |
|
Alex Gleason
|
a59daacc04
|
Fix calculateStatus export
|
2022-03-19 17:29:46 -05:00 |
|
Alex Gleason
|
47653546de
|
Statuses reducer: refactor search_index
|
2022-03-19 15:04:28 -05:00 |
|
Alex Gleason
|
9d79b60134
|
Typescript: reducers/statuses.ts
|
2022-03-19 14:41:16 -05:00 |
|
Alex Gleason
|
b71a592f95
|
Typescript: reducers/accounts.ts
|
2022-03-19 14:22:52 -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
|
c413d94459
|
Merge branch 'normalizer-exports' into 'develop'
Normalizer exports, use fromJS in all normalizers
See merge request soapbox-pub/soapbox-fe!1105
|
2022-03-17 03:03:43 +00:00 |
|
Alex Gleason
|
f1a286f5e0
|
Don't call fromJS in some reducers
|
2022-03-16 21:52:20 -05:00 |
|
Alex Gleason
|
6b8e79d898
|
Export Record entities
|
2022-03-16 21:15:38 -05: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
|
cd19425a0d
|
Fix move notification crashing Notifications page
|
2022-03-16 19:23:07 -05:00 |
|
Alex Gleason
|
27564dd360
|
WIP: reducer typescript
|
2022-03-15 09:40:19 -05:00 |
|
Alex Gleason
|
16266f7cb4
|
reducers/instance: typescript conversion
|
2022-03-14 18:28:13 -05:00 |
|
|
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
|
2089cb124d
|
Test account.moved
|
2022-03-12 14:52:03 -06:00 |
|
Alex Gleason
|
6fa973aec0
|
Remove importer/normalizer.js
|
2022-03-11 21:22:11 -06:00 |
|
Alex Gleason
|
b5432ad8de
|
Refactor some reducers with Immutable.Record
|
2022-03-11 14:42:52 -06:00 |
|
Alex Gleason
|
7a7fafc8ed
|
Refactor applyActions() into test_helpers.js
|
2022-03-11 13:55:48 -06:00 |
|
Alex Gleason
|
7d91bb7ff9
|
Refactor Notifications reducer with Immutable.Record, start rewriting tests
|
2022-03-11 13:51:34 -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 |
|
Alex Gleason
|
9afd43a42d
|
Normalize Attachment entities as Immutable.Record
|
2022-03-10 17:15:09 -06:00 |
|
Alex Gleason
|
4bd1531056
|
More poll normalization fixes
|
2022-03-10 16:25:11 -06:00 |
|
Alex Gleason
|
2dcd05651e
|
Improve Poll normalization, store as Immutable.Record
|
2022-03-10 15:32:01 -06:00 |
|
|
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
|
4961433f7b
|
Actually, we can access state.instance.version directly now
|
2022-03-09 16:07:24 -06:00 |
|
Alex Gleason
|
a63aa16472
|
Merge branch 'state-record' into 'develop'
Parse the Redux state as an Immutable.Record
See merge request soapbox-pub/soapbox-fe!1085
|
2022-03-09 21:54:51 +00:00 |
|