summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-13Merge branch 'link-fixes' into rich-mediarich-mediaAlex Gleason
2021-05-13Fall back to discovery when OEmbed is invalidAlex Gleason
2021-05-13Merge branch 'link-fixes' into rich-mediaAlex Gleason
2021-05-13Rich media: have invalid Rich/Video fall back to LinkAlex Gleason
2021-05-13Parser: don't be so strict about validating Embeds (leave it up to the Card)Alex Gleason
2021-05-13Rich media: merge URIs when neededAlex Gleason
2021-05-05CHANGELOG: rich mediaAlex Gleason
2021-05-05Merge remote-tracking branch 'pleroma/develop' into rich-media-reduxAlex Gleason
2021-05-05Fall back to OEmbed "url" for Photo typesAlex Gleason
2021-05-04Add rich type back but sanitize HTML betterAlex Gleason
2021-05-04Reject "rich" type embeds for nowAlex Gleason
2021-05-04Sanitize rich media HTMLAlex Gleason
2021-05-04Fix existing testsAlex Gleason
2021-05-04Fix MastodonAPI.StatusViewTestAlex Gleason
2021-05-04Fix RichMedia.HelpersTestAlex Gleason
2021-05-04Fix ParserTestAlex Gleason
2021-05-04Let :oembed_providers_enabled be configurableAlex Gleason
2021-05-04Add Parser.CardTestAlex Gleason
2021-05-04Handle invalid cardsAlex Gleason
2021-05-04Refactor rich media parser to store %Embed{} instead of %Card{}Alex Gleason
2021-05-04Fix TwitterCard testsAlex Gleason
2021-05-04Update TwitterCard tests and add Parser.MetaTagsAlex Gleason
2021-05-04Make OEmbed discovery workAlex Gleason
2021-05-04Merge branch 'dont-crash-email-settings' into 'develop'feld
2021-05-04Merge branch 'earmark' into 'develop'feld
2021-05-04Get basic embed workingAlex Gleason
2021-05-03CHANGELOG: don't crash so hard when email settings are invalidAlex Gleason
2021-05-03Merge remote-tracking branch 'pleroma/develop' into dont-crash-email-settingsAlex Gleason
2021-05-03Don't crash when email settings are invalidAlex Gleason
2021-05-01CHANGELOG: markdownearmarkAlex Gleason
2021-04-30Merge remote-tracking branch 'upstream/develop' into earmarkAlex Gleason
2021-04-30Fix failing remote mentions test, valid TLDsAlex Gleason
2021-04-30Delete obsolete EarmarkRendereTests (moved to UtilsTest)Alex Gleason
2021-04-30Remove Pleroma.Formatter.minify/2Alex Gleason
2021-04-30Upgrade Earmark 1.4.15Alex Gleason
2021-04-29Merge branch 'oauth-token-id' into 'develop'feld
2021-04-29Merge remote-tracking branch 'upstream/develop' into oauth-token-idAlex Gleason
2021-04-29Merge branch 'maybe-fix-ci' into 'develop'feld
2021-04-29CI: Purge pleroma build directory between runsAlex Gleason
2021-04-29CHANGELOG: Return OAuth token `id`Alex Gleason
2021-04-29Merge remote-tracking branch 'upstream/develop' into oauth-token-idAlex Gleason
2021-04-28Merge branch 'gitlab-ci-mix-lock' into 'develop'Haelwenn
2021-04-27Cache gitlab-ci based on mix.lockAlex Gleason
2021-04-23Merge branch 'fix/delete_activities_timeout' into 'develop'Haelwenn
2021-04-22Fixed pleroma.user delete_activities mix task.Mark Felder
2021-04-22Cleanup and ensure we obey custom Repo timeoutMark Felder
2021-04-22OTP releases executing commands via pleroma_ctl show the parent of the proces...Mark Felder
2021-04-22Try to set query timeout intelligentlyMark Felder
2021-04-22Add utility function to return infinite timeout for SQL transactions if we de...Mark Felder
2021-04-22Set Repo.transaction/2 timeout to infinity. Fixes pleroma.user delete_activit...Mark Felder