aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web
AgeCommit message (Collapse)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-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 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-04Get basic embed workingAlex Gleason
2021-04-30Merge remote-tracking branch 'upstream/develop' into earmarkAlex Gleason
2021-04-30Remove Pleroma.Formatter.minify/2Alex Gleason
2021-04-29Merge remote-tracking branch 'upstream/develop' into oauth-token-idAlex Gleason
2021-04-22Try to set query timeout intelligentlyMark Felder
2021-04-22Set Repo.transaction/2 timeout to infinity. Fixes pleroma.user ↵Mark Felder
delete_activities mix task.
2021-04-19Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Sean King
feature/opt-out-of-google-floc
2021-04-19Fix error response which was breaking tests related to pinned postsMark Felder
2021-04-18Add opting out of Google FLoC to HTTPSecurityPlug headersSean King
2021-04-16Merge branch 'features/ingestion-ecto-tag' into 'develop'rinpatch
TagValidator: New See merge request pleroma/pleroma!3244
2021-04-16Merge branch 'feature/521-pinned-post-federation' into 'develop'rinpatch
Pinned posts federation Closes #521 See merge request pleroma/pleroma!3312
2021-04-09Use URI.merge to prevent concatenating two canonical URLs when a custom ↵Mark Felder
instance thumbnail was uploaded via AdminFE
2021-04-05Move tag fixup to object_validatorHaelwenn (lanodan) Monnier
2021-04-01object_validators: Mark validate_data as privateHaelwenn (lanodan) Monnier
2021-04-01Insert string-hashtags in PipelineHaelwenn (lanodan) Monnier
Cannot be done in Ecto schemas because only one type is allowed in arrays, and needs to be done before the MRFs.
2021-04-01pipeline_test: Fix usage of %Activity{}Haelwenn (lanodan) Monnier
2021-04-01TagValidator: NewHaelwenn (lanodan) Monnier
2021-04-01Revert "Merge branch 'patch-fix-open-api-spec' into 'develop'"Haelwenn
This reverts merge request !3382
2021-04-01Merge branch 'refactor/object_validator_validate' into 'develop'rinpatch
object_validator: Refactor most of validate/2 to a generic block See merge request pleroma/pleroma!3383
2021-04-01object_validator: Refactor most of validate/2 to a generic blockHaelwenn (lanodan) Monnier
2021-03-31date-times are always stringsMiss Pasture
2021-03-30Prefer FollowBot naming convention vs FollowbotMark Felder
2021-03-30Remove Task.async as it is broken here and probably a premature optimization ↵Mark Felder
anyway
2021-03-30Do not try to follow local users. Their posts are already available locally ↵Mark Felder
on the instance.
2021-03-30Change module name to FollowbotPolicyMark Felder
2021-03-30LintMark Felder
2021-03-30Better checking of previous follow request attemptsMark Felder
2021-03-30Prevent duplicates from being processedMark Felder
2021-03-30Make the followbot only dispatch follow requests once per 30 day periodMark Felder