aboutsummaryrefslogtreecommitdiff
path: root/lib
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-04Merge branch 'dont-crash-email-settings' into 'develop'feld
Don't crash so hard when email settings are invalid Closes #2606 See merge request pleroma/pleroma!3400
2021-05-04Get basic embed workingAlex 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
Fixes: https://git.pleroma.social/pleroma/pleroma/-/issues/2606 Fixes: https://gitlab.com/soapbox-pub/soapbox/-/issues/4
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-22Cleanup and ensure we obey custom Repo timeoutMark Felder
2021-04-22OTP releases executing commands via pleroma_ctl show the parent of the ↵Mark Felder
process is :erl_eval
2021-04-22Try to set query timeout intelligentlyMark Felder
2021-04-22Add utility function to return infinite timeout for SQL transactions if we ↵Mark Felder
detect it was called from a Mix Task
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-16Merge branch 'fix/2593-reading-exported-config-file' into 'develop'rinpatch
Reading the file, instead of config keyword in ReleaseRuntimeProvider Closes #2593 See merge request pleroma/pleroma!3381
2021-04-14Revert guards on string_to_elixir_types/1, remove unnecessary assignment in testMark Felder
2021-04-13Improve string_to_elixir_types/1 with guardsMark Felder
2021-04-13Add ConcurrentLimiter to module_name?/1 and apply string_to_elixir_types/1 ↵Mark Felder
to search_opts keys during update_or_create/1
2021-04-09Use URI.merge to prevent concatenating two canonical URLs when a custom ↵Mark Felder
instance thumbnail was uploaded via AdminFE
2021-04-08release runtime provider fix for pathsAlexander Strizhakov
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