Age | Commit message (Collapse) | Author |
|
remake-remodel-dms
|
|
This is to run things like streaming notifications out, which will
sometimes need data that is created by the transaction, but is
streamed out asynchronously.
|
|
As the notification type changes depending on the follow state,
the notification should not be created and streamed out before the
state settles. For this reason, the notification creation has been
delayed until it's clear if the user has been followed or not.
This is a bit hacky but it will be properly rewritten using the
pipeline soon.
|
|
This is to prevent wrong values in the stream.
|
|
|
|
remake-remodel-dms
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Saves us a few calles to fetch things from the DB that we already
have.
|
|
|
|
|
|
|
|
[#1794] Improvements to hashtags extraction from search query
Closes #1794
See merge request pleroma/pleroma!2611
|
|
Replies domain block
Closes #1650
See merge request pleroma/pleroma!2622
|
|
Add OpenAPI spec for AdminAPI.OAuthAppContoller
See merge request pleroma/pleroma!2582
|
|
Add OpenAPI spec for AdminAPI.InviteController
See merge request pleroma/pleroma!2585
|
|
remake-remodel-dms
|
|
|
|
|
|
Do not include activities of invisible users unless explicitly requested
Closes #1833
See merge request pleroma/pleroma!2620
|
|
Closes #1833
|
|
another view for account in admin-fe status_show
Closes #1783
See merge request pleroma/pleroma!2543
|
|
remake-remodel-dms
|
|
|
|
AccountController: Federate user account changes.
Closes pleroma-support#33 and #1801
See merge request pleroma/pleroma!2617
|
|
|
|
|
|
|
|
Hotfixy commit, will be moved to the pipeline.
|
|
remake-remodel-dms
|
|
|
|
|
|
Conversation pagination
See merge request pleroma/pleroma!2601
|
|
|
|
test.
|
|
fix/1794-hashtag-search-results
|
|
|
|
|
|
|
|
|
|
|