aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-28rich media: helpers: clean up unused aliasesWilliam Pitcock
2019-01-28activitypub: prime OGP crawler cache when new messages are inserted into the ↵William Pitcock
database
2019-01-28rich media: add helpers module, use instead of MastodonAPI moduleWilliam Pitcock
2019-01-28mastodon api: formattingWilliam Pitcock
2019-01-28API: kill /api/rich_media/parse endpointWilliam Pitcock
2019-01-28test: update twitterapi testsWilliam Pitcock
2019-01-28twitter api: fix up activity representerWilliam Pitcock
2019-01-28test: update mastodon status view testsWilliam Pitcock
2019-01-28rich media: add try/rescue to ensure we catch parsing and fetching failuresWilliam Pitcock
2019-01-28twitter api: embed card in twitterapi postsWilliam Pitcock
2019-01-28mastodon api: embed card in status objectWilliam Pitcock
2019-01-28mastodon api: factor out status card fetching, move status card rendering to ↵William Pitcock
statusview, add opengraph extended data
2019-01-28[MastoAPI][GlitchAPI] Add bookmarksHaelwenn (lanodan) Monnier
2019-01-28/web/index template: Modify for glitch-socHaelwenn (lanodan) Monnier
2019-01-27Merge branch 'notice-404-to-fe' into 'develop'rinpatch
/notice/:id - send the FE index even if 404 See merge request pleroma/pleroma!725
2019-01-27/notice/:id - send the FE index even if 404href
this allows to open private activities by URL when you are logged in, and to let the FE display a 404 page
2019-01-27Merge branch 'safe-render-activities' into 'develop'lambda
Views: wrap activity rendering in a rescue See merge request pleroma/pleroma!723
2019-01-27Fix objects.lain
2019-01-27Merge branch 'discard-invalid-likes' into 'develop'kaniini
Transmogrifier: fix incoming objects with invalid likes See merge request pleroma/pleroma!724
2019-01-27Transmogrifier: fix incoming objects with invalid likeshref
2019-01-27Views: wrap activity rendering in a rescuehref
this avoids complete timeline breakage when an activity fucks up rendering.
2019-01-27Merge branch 'hotfix/favorites-index' into 'develop'kaniini
add activities likes index, fixes favorites API call See merge request pleroma/pleroma!722
2019-01-27Merge branch 'flake-random-worker-id' into 'develop'kaniini
Flake: random worker id See merge request pleroma/pleroma!721
2019-01-27add activities likes index, fixes favorites API callWilliam Pitcock
2019-01-27Flake: random worker idhref
2019-01-27Merge branch 'docs/emoji-endpoint-similarities' into 'develop'rinpatch
docs/Pleroma-API.md: Add note about emoji endpoints similarities See merge request pleroma/pleroma!720
2019-01-27docs/Pleroma-API.md: Add note about emoji endpoints similaritiesHaelwenn (lanodan) Monnier
[ci skip]
2019-01-27Merge branch 'features/mastoapi-multi-hashtag' into 'develop'kaniini
MastodonAPI multi-hashtag See merge request pleroma/pleroma!652
2019-01-27Merge branch 'features/masto-account-view-rights' into 'develop'Haelwenn
Web.MastodonAPI.AccountView: Add is_moderator and is_admin Closes #557 See merge request pleroma/pleroma!718
2019-01-27Web.MastodonAPI.AccountView: Add is_moderator and is_adminHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/557
2019-01-26Merge branch 'hardening/mastodon-rich-media' into 'develop'Haelwenn
rich media: minor hardening See merge request pleroma/pleroma!717
2019-01-26Merge branch 'webpush-endpoint-size' into 'develop'kaniini
Change webpush endpoint to unlimited varchar Closes #552 See merge request pleroma/pleroma!716
2019-01-26rich media: gracefully handle fetching nil URIsWilliam Pitcock
2019-01-26Change webpush endpoint to unlimited varcharhref
Fixes #552
2019-01-26Merge branch 'flake-from-int' into 'develop'kaniini
Flake: support integers in from_string/1 See merge request pleroma/pleroma!715
2019-01-26Flake: support integers in from_string/1href
Some previously issued stateless tokens have integer ids in them.
2019-01-26Merge branch 'join-in-preloads' into 'develop'kaniini
Join on preloads to avoid N+1 queries See merge request pleroma/pleroma!714
2019-01-26Merge branch 'features/mastoapi-cards' into 'develop'kaniini
MastoAPI: Add Rich-Media support See merge request pleroma/pleroma!664
2019-01-26Web.MastodonAPI.MastodonAPIController: tag+any bookmark params in a array ↵Haelwenn (lanodan) Monnier
and flatten it
2019-01-26mastodon api: use OGP uri instead of page_url for deducing domain name, fix testWilliam Pitcock
2019-01-26mastodon api: use HTML.extract_first_external_url()William Pitcock
2019-01-26Join on preloads to avoid N+1 querieshref
2019-01-26html: add utility function to extract first URL from an object and cache the ↵William Pitcock
result
2019-01-26mastodon api: provider_name setting is required too on the cardWilliam Pitcock
2019-01-26Web.MastodonAPI.MastodonAPIController: generic get_status_card/1 function ↵Haelwenn (lanodan) Monnier
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.
2019-01-26Web.MastodonAPI.MastodonAPIController: Add Rich-Media supportHaelwenn (lanodan) Monnier
2019-01-26Move definitions of RichMedia fixtures to test/support/http_request_mock.exHaelwenn (lanodan) Monnier
2019-01-26Merge branch 'documentation/mastalab' into 'develop'kaniini
README: Mastalab officially supports Pleroma. See merge request pleroma/pleroma!713
2019-01-26README: Mastalab officially supports Pleroma.William Pitcock
2019-01-26Merge branch 'bugfix/content_nil_lenght_check' into 'develop'kaniini
Web.ActivityPub.ActivityPub: Fix check_remote_limit/1 against activities with content: nil See merge request pleroma/pleroma!711