Age | Commit message (Collapse) | Author |
|
any user (#789)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allow users to configure whether they want to receive notifications from people they follow / who follow them, people from remote / local instances
|
|
|
|
|
|
|
|
|
|
|
|
MastoFE uses `GET /api/v1/follow_requests` and PleromaFE uses
`GET /api/pleroma/friend_requests` which they query on the initial page
load.
|
|
Make it part of the info thing (and do a migration to ensure it's there)
|
|
[MastoAPI] Add switching of frontend flavours
See merge request pleroma/pleroma!807
|
|
Follow request count
See merge request pleroma/pleroma!817
|
|
|
|
|
|
|
|
`approve_friend_request`, and `deny_friend_request` actions.
Add follow_request_count to the user view.
|
|
in the BE
This was a dirty regex replace which worked on my server
|
|
|
|
|
|
This reverts merge request !733
|
|
|
|
|
|
feature/pinned-posts
# Conflicts:
# docs/config.md
|
|
any actual callee will be dealing with a User struct to begin with, so
just check the child struct inside User.superuser?/1 with pattern matching.
|
|
|
|
|
|
|
|
|
|
auth-inactive users
unless requested by admin or moderator.
|
|
|
|
|
|
(config-based), auth prevention for unconfirmed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|