Age | Commit message (Collapse) | Author |
|
|
|
in the BE
This was a dirty regex replace which worked on my server
|
|
|
|
|
|
|
|
This reverts merge request !733
|
|
Split hide_network into hide_followers & hide_followings
See merge request pleroma/pleroma!733
|
|
|
|
|
|
|
|
|
|
|
|
Pinned Statuses
Closes #440
See merge request pleroma/pleroma!636
|
|
Scarlett/pleroma summary html api
See merge request pleroma/pleroma!647
|
|
```
# Only return statuses that have been pinned
GET /api/statuses/user_timeline.json?pinned=true
# Pin
POST /api/statuses/pin/:id
# Unpin
POST /api/statuses/unpin/:id
```
|
|
in conversations.
|
|
Will work for missing users and badly migrated users.
|
|
The intention here is to allow proper subject copying when it contains
emoji, obviously this will require minor frontend changes, though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hotfix for broken like completely breaking the notifications API
See merge request pleroma/pleroma!284
|
|
|
|
|
|
fixes test.
|
|
|
|
Also use the correct field in TwitterAPI...
|
|
|
|
|
|
|
|
|
|
Also fix some warning in the code and add a missing alias
|