Age | Commit message (Collapse) | Author |
|
1149-oban-job-queue
# Conflicts:
# lib/pleroma/application.ex
# lib/pleroma/scheduled_activity_worker.ex
# lib/pleroma/web/federator/retry_queue.ex
# lib/pleroma/web/oauth/token/clean_worker.ex
# test/user_test.exs
# test/web/federator_test.exs
|
|
|
|
|
|
Add custom profile fields
See merge request pleroma/pleroma!1488
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MRF Vocabulary
See merge request pleroma/pleroma!1559
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:federator_outgoing queues.
|
|
because the objects are no longer supposed to be embedded
|
|
|
|
|
|
|
|
|
|
|
|
|
|
While debugging the follow breakage, I observed that our sharedInbox usage
did not match the rules in the specification. Accordingly, I have better
aligned our usage of sharedInbox with the rules outlined in the ActivityPub
specification.
|
|
|
|
|
|
|
|
|
|
|
|
Some objects were not completely rewritten in the tests, which caused object
containment violations. Fix them by rewriting the object IDs to be in an
appropriate namespace.
|
|
|
|
when fetching the page
|
|
- Actually sync counters in the database instead of info cache (which got
overriden after user update was finished anyway)
- Add following count field to user info
- Set hide_followers/hide_follows for remote users based on http status
codes for the first collection page
|
|
views and give 403 errors when trying to request hidden follower pages
when unauthenticated
|
|
- Render the collection items if the user requesting == the user
rendered
- Do not render the first page if hide_{followers,follows} is set, just
give the URI to it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|