Age | Commit message (Collapse) | Author |
|
|
|
|
|
pattern matching
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is in preparation for 1.0. We'll be able to switch the config to the new
mechanism on PleromaFE then as well.
|
|
|
|
remove unnecessary filter (re !723)
See merge request pleroma/pleroma!729
|
|
|
|
|
|
Closes #407
|
|
|
|
|
|
|
|
database
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
statusview, add opengraph extended data
|
|
|
|
|
|
this allows to open private activities by URL when you are logged in,
and to let the FE display a 404 page
|
|
Views: wrap activity rendering in a rescue
See merge request pleroma/pleroma!723
|
|
|
|
Transmogrifier: fix incoming objects with invalid likes
See merge request pleroma/pleroma!724
|
|
|
|
this avoids complete timeline breakage when an activity fucks up
rendering.
|
|
Flake: random worker id
See merge request pleroma/pleroma!721
|
|
|
|
MastodonAPI multi-hashtag
See merge request pleroma/pleroma!652
|
|
Closes: https://git.pleroma.social/pleroma/pleroma/issues/557
|
|
|
|
Flake: support integers in from_string/1
See merge request pleroma/pleroma!715
|
|
Some previously issued stateless tokens have integer ids in them.
|
|
Join on preloads to avoid N+1 queries
See merge request pleroma/pleroma!714
|
|
and flatten it
|
|
|
|
|
|
|
|
result
|
|
|
|
for MastoAPI 2.6.x
Mastodon API 2.6.x added a card key to the Status object so the Card can be shown in the timeline without an extra request at each status.
|