Commit Graph

185 Commits

Author SHA1 Message Date
Alex Gleason
c6b7a7ca8a Store admin log in reducer 2021-03-15 17:29:48 -05:00
Alex Gleason
6c18050636 Fix jumpy follow relationship in Pleroma 2021-01-28 16:34:52 -06:00
Alex Gleason
36f6f12856 Stream following relationships 2021-01-28 16:22:31 -06:00
Alex Gleason
d97f9d7472 Merge branch 'rgi-reacts' into 'develop'
Support RGI emoji reacts conditionally

See merge request soapbox-pub/soapbox-fe!421
2021-01-18 20:27:35 +00:00
Alex Gleason
47ed1e42c9 Run rootReducer in tests 2021-01-18 14:14:08 -06:00
Alex Gleason
f24e1c9929 Normalize Pleroma user fields, fixes #549 2021-01-18 13:59:24 -06:00
Alex Gleason
fb99d36494 Support RGI emoji reacts conditionally 2021-01-18 13:31:16 -06:00
Alex Gleason
ddac13d308 Account backups 2021-01-07 14:17:06 -06:00
Alex Gleason
a8893907d4 Reports: import statuses, add getReport selector 2020-12-31 20:11:08 -06:00
Alex Gleason
dccc384f0d Reports: fix admin reducer test 2020-12-31 18:33:45 -06:00
Alex Gleason
35a148d9c9 Reports: allow closing a report 2020-12-31 18:24:52 -06:00
Alex Gleason
51faa660ca Admin: refactor Reports reducer 2020-12-31 14:29:31 -06:00
Alex Gleason
e9b70c0648 Admin: fix soapbox reducer test 2020-12-30 00:32:12 -06:00
Alex Gleason
acdc282cfd Admin: optimistic RegistrationModePicker 2020-12-29 23:29:06 -06:00
Alex Gleason
b571765c33 Admin: add registration mode picker 2020-12-29 23:25:07 -06:00
Alex Gleason
bfd01d0316 Admin: fetch ConfigDB config, start RegistrationModePicker 2020-12-29 22:17:03 -06:00
Alex Gleason
19e1e15263 Admin: fix reducer tests 2020-12-29 18:59:31 -06:00
Alex Gleason
23a4a605a1 Admin: fix optimistic approve 2020-12-29 18:53:06 -06:00
Alex Gleason
299c14adc8 Admin: optimistic awaiting-approval actions 2020-12-29 18:38:58 -06:00
Alex Gleason
a3f208c1be Admin: make awaiting approval actions work 2020-12-29 18:22:31 -06:00
Alex Gleason
1ad3ea4437 Admin: awaiting approval basics 2020-12-29 15:55:45 -06:00
Alex Gleason
958aa8c18e Make Markdown posting configurable, use text/plain by default 2020-12-24 14:26:48 -06:00
Alex Gleason
83bebe38bc Clear user's localStorage when verify_credentials fails 2020-12-11 09:04:34 -06:00
Alex Gleason
488db44a85 Preload frontend config
https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3075
2020-10-15 17:07:33 -05:00
Alex Gleason
0bbdaa4191 eslint: trailing comma fixes, unused var 2020-10-07 13:08:36 -05:00
Alex Gleason
d022978078 Merge branch 'snackbar' into 'develop'
Snackbars

See merge request soapbox-pub/soapbox-fe!243
2020-09-30 00:43:11 +00:00
Alex Gleason
1b56fff6cb Chats: fix #451 duplicated message 2020-09-29 16:52:20 -05:00
Alex Gleason
81c31f5d92 Merge remote-tracking branch 'origin/develop' into snackbar 2020-09-28 16:20:28 -05:00
Alex Gleason
fb94664c08 Composer: fix #449 hydrate tagHistory 2020-09-28 15:25:56 -05:00
Alex Gleason
7d44e84111 Timelines: fix existingQueuedStatus bug 2020-09-28 14:58:12 -05:00
Alex Gleason
ce1e04c224 Obliterate hydrateStore() 2020-09-27 19:49:55 -05:00
Alex Gleason
c05eb0120a Purge state on logout, fixes #264 2020-09-27 19:09:35 -05:00
Alex Gleason
d5d8c4877e Interactions: optimistic Favourite and EmojiReact actions, fixes #104 2020-09-27 17:24:55 -05:00
Alex Gleason
a67ab78c36 Timelines: refactor timelineQueue to use IDs instead of full objects, fixes #156 2020-09-27 16:17:21 -05:00
Alex Gleason
83f31b8a00 Notifications: parseInt ID when sorting 2020-09-27 14:33:21 -05:00
Alex Gleason
f183094f82 Refactor notifications again, this time with OrderedMap, fixes #433 2020-09-23 18:57:10 -05:00
Alex Gleason
9c0793d1f3 Comment TIMELINE_DISCONNECT test 2020-09-23 10:26:01 -05:00
Alex Gleason
3b94700311 Lint: fix import 2020-09-23 10:15:49 -05:00
Alex Gleason
4851ec24f9 Don't just put "null" in the notifications list, fixes #432 2020-09-23 10:14:27 -05:00
Alex Gleason
ed4abfdce3 Chats: allow deleting a message, fixes #358 2020-09-22 16:20:10 -05:00
Alex Gleason
64a68c650e Notifications: refactor with OrderedSet instead of List 2020-09-22 13:42:08 -05:00
Alex Gleason
9d2da836b3 Snackbar: allow severity levels 2020-09-21 22:56:15 -05:00
Alex Gleason
b51236a6b0 Threading test #422 2020-09-18 17:03:00 -05:00
Alex Gleason
b29ed6b18a Refactor threading, fixes #422 2020-09-18 16:16:56 -05:00
Alex Gleason
556e11a9cb Skip importing empty accounts, fixes #424 2020-09-15 10:33:12 -05:00
Alex Gleason
9692c7539a Hovercard: appear and disappear properly 2020-09-11 10:05:52 -05:00
Alex Gleason
4630a5cd04 Hovercard: mouseout clears the card 2020-09-10 20:18:04 -05:00
Alex Gleason
0c4eae5f10 Hovercard: basic Redux+Popper prototype 2020-09-10 19:09:27 -05:00
Alex Gleason
adc98b7ad2 UserLists: use OrderedSets instead of Lists, fixes #230 2020-09-09 18:06:01 -05:00
Alex Gleason
9247f37e75 Chats: fix #399 scrolling in FireFox 2020-09-07 16:07:05 -05:00