Osma Ahvenlampi
5549d21528
Fix inbox processing errors from pinned posts and non-Mastodon servers ( #596 )
...
If a post (interaction) comes in from AP inbox but no local author profile exists,
fetch_actor will pull in both the identity AND its pinned posts, which the incoming
post might have been. This would case a database integrity violation. We check
for post existing again after syncing the actor.
Post processing also barfed on posts where content didn't follow Mastodon specs.
For example, Kbin sets tag names in 'tag' attribute, instead of 'name' attribute.
2023-07-12 09:49:30 -06:00
Christof Dorner
cec04e8ddb
Fixes various issues with pinned posts - continued ( #581 )
2023-05-15 11:36:33 -06:00
Christof Dorner
9bc18a1190
Fixes various issues with pinned posts ( #580 )
2023-05-15 10:54:32 -06:00
Christof Dorner
d6c9ba0819
Pinned posts ( #561 )
2023-05-13 10:01:27 -06:00
Andrew Godwin
33b24d99bc
Fix follow repeats on pages
...
Fixes #510
2023-02-15 10:45:43 -07:00
Andrew Godwin
9a0008db06
Add initial follow import/export
...
Fixes #437
2023-02-13 20:50:43 -07:00
Humberto Rocha
4eada68d9f
Fix filter to display only the ones you are actually following ( #494 )
2023-02-04 11:53:20 -07:00
Andrew Godwin
a6922cb9d6
Move to a new HTML parser/stripper
...
This removes the use of the EOL'd Bleach, and also integrates hashtag,
mention and emoji searching into one single place.
2023-01-29 17:47:06 -07:00
Andrew Godwin
f150a3eee9
Don't allow self-mute and self-block
...
Fixes #454
2023-01-20 09:31:37 -07:00
Andrew Godwin
54e7755080
Unfollowing or blocking users purges timeline
...
Fixes #366
2023-01-16 11:53:40 -07:00
Andrew Godwin
de9261251e
Fixed #421 : Allow profile editing via API
2023-01-15 16:15:57 -07:00
Andrew Godwin
9dded19172
Add admin notification for new identities
2023-01-15 14:48:17 -07:00
Andrew Godwin
b44be55609
Fixed #408 : Implemented blocking
2023-01-15 13:35:45 -07:00
Andrew Godwin
8b3106b852
Implement server announcements
...
Fixes #377
2023-01-13 16:12:05 -07:00
Cosmin Stejerean
6028232d3d
fix follow in relationship json ( #339 )
2022-12-31 20:17:05 -07:00
Cosmin Stejerean
eea83214cb
Option to show/hide boosts for a followed user ( #317 )
2022-12-30 15:03:11 -07:00
Andrew Godwin
716b74404f
Allow for follow accepts with object URIs only
...
Fixes #214
2022-12-28 22:25:34 -07:00
Andrew Godwin
df90285356
Fix setting empty summary
2022-12-21 21:56:45 +00:00
Andrew Godwin
13ebe14cf9
Don't show deleted follows, and sort publicly
2022-12-21 20:56:52 +00:00
Andrew Godwin
23db8f3dd8
Make summary HTML-formatted (and safe!)
2022-12-21 20:48:39 +00:00
Andrew Godwin
c9794c0fcf
Add public following/followers pages
2022-12-21 20:36:10 +00:00
Andrew Godwin
480fa70b1f
Handle rejected follows
2022-12-21 16:11:58 +00:00
Andrew Godwin
d91d090566
Handle follows to dead actors
2022-12-20 07:10:31 +00:00
Andrew Godwin
0dca7eae5f
Implement API follow/unfollow
...
Fixes #198
2022-12-19 20:54:09 +00:00