- 28 Jan, 2019 5 commits
- 27 Jan, 2019 15 commits
- 26 Jan, 2019 20 commits
mastodon api: factor out status card fetching, move status card rendering to statusview, add opengraph extended data
/notice/:id - send the FE index even if 404 See merge request !725
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 !723
Transmogrifier: fix incoming objects with invalid likes See merge request !724
this avoids complete timeline breakage when an activity fucks up rendering.
add activities likes index, fixes favorites API call See merge request !722
Flake: random worker id See merge request !721
docs/Pleroma-API.md: Add note about emoji endpoints similarities See merge request !720
[ci skip]
MastodonAPI multi-hashtag See merge request !652
Web.MastodonAPI.AccountView: Add is_moderator and is_admin Closes #557 See merge request !718
Closes: #557
rich media: minor hardening See merge request !717
Change webpush endpoint to unlimited varchar Closes #552 See merge request !716
Flake: support integers in from_string/1 See merge request !715
Some previously issued stateless tokens have integer ids in them.
Join on preloads to avoid N+1 queries See merge request !714
MastoAPI: Add Rich-Media support See merge request !664
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.
README: Mastalab officially supports Pleroma. See merge request !713
Web.ActivityPub.ActivityPub: Fix check_remote_limit/1 against activities with content: nil See merge request !711