Age | Commit message (Collapse) | Author |
|
And introduce safe_jsonb_set
|
|
|
|
|
|
nickname
Closes #1293
|
|
Cleanup `Pleroma.Activity` and add more tests
See merge request pleroma/pleroma!1623
|
|
|
|
|
|
|
|
`/api/v1/accounts/:id`
|
|
user creation admin api will create multiple users
See merge request pleroma/pleroma!1170
|
|
Add custom profile fields
See merge request pleroma/pleroma!1488
|
|
[#1177] fixed User.unfollow with synchronization external user
See merge request pleroma/pleroma!1579
|
|
|
|
|
|
Extended Pleroma Conversations
See merge request pleroma/pleroma!1535
|
|
|
|
|
|
|
|
Add configurable length limits for `User.bio` and `User.name`
See merge request pleroma/pleroma!1515
|
|
|
|
|
|
Refactor Follows/Followers counter syncronization and set hide_followers/hide_follows for remote users
See merge request pleroma/pleroma!1411
|
|
This enables to address the same group of people every time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/api/v1/accounts/relationships)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
conversation_partipations_user_id_fkey constraint.
|
|
|
|
|
|
get_or_create_service_actor_by_id()
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|