Merge develop to bump elixir version in the CI so I don't get failing formatting
[akkoma] / lib / pleroma / web / metadata / opengraph.ex
2019-03-14 rinpatchMerge develop to bump elixir version in the CI so I...
2019-03-14 rinpatchMerge branch 'hotfix/delete-activities' into 'develop'
2019-03-13 kaniiniMerge branch 'mastofe-content-types' into 'develop'
2019-03-13 lambdaMerge branch 'features/add-credo-to-ci' into 'develop'
2019-03-13 Haelwenn (lanodan... [Credo] fix Credo.Check.Readability.MaxLineLength
2019-03-04 Karen KonouMerge branch 'bugfix/delete-activity-audience' of git...
2019-02-26 Ivan TashkinovMerge remote-tracking branch 'remotes/origin/develop...
2019-02-22 kaniiniMerge branch 'fix/twittercards' into 'develop'
2019-02-19 Mark FelderMerge branch 'develop' into fix/twittercards
2019-02-17 Ivan Tashkinov[#468] Merged `upstream/develop`, resolved conflicts.
2019-02-14 Wim VanderbauwhedeMerge remote-tracking branch 'upstream/develop' into...
2019-02-12 Mark FelderFormatting
2019-02-11 Mark FelderWIP: Fix Twitter Cards
2019-02-11 Karen KonouMerge branch 'develop' into feature/thread-muting
2019-02-11 Egor KislitsynMerge branch 'develop' of git.pleroma.social:pleroma...
2019-02-10 kaniiniMerge branch 'update-mastofe/glitch-soc-2019-02-10...
2019-02-10 kaniiniMerge branch 'feather_mention' into 'develop'
2019-02-10 kaniiniMerge branch 'fix/credo-issues' into 'develop'
2019-02-09 Haelwenn (lanodan... de-group alias/es
2019-02-09 Haelwenn (lanodan... Credo fixes: alias grouping/ordering
2019-01-31 kaniiniMerge branch 'spc-fix-3' into 'develop'
2019-01-29 kaniiniMerge branch 'hj-happiness-improvement' into 'develop'
2019-01-28 Ivan Tashkinov[#534] Merged `upstream/develop`.
2019-01-26 kaniiniMerge branch 'documentation/mastalab' into 'develop'
2019-01-25 kaniiniMerge branch 'oembed_provider' into 'develop'
2019-01-25 rinpatchMerge remote-tracking branch 'pl/develop' into oembed_p...
2019-01-25 kaniiniMerge branch 'develop' into 'oembed_provider'
2019-01-19 rinpatchProvide local og:url for remote activities
2019-01-18 rinpatchFix merge conflict
2019-01-18 rinpatchRemove custom emojis and trailing whitespaces from...
2019-01-18 rinpatchUse object instead of activity for metadata
2019-01-17 rinpatchDon't show content if empty or zero width space
2019-01-17 rinpatchIntroduce optional unfurling of nsfw content
2019-01-17 rinpatchUse object url instead of a hack
2019-01-17 rinpatchApply feld's patch
2019-01-16 rinpatchRemove useless with in opengraph.ex
2019-01-16 rinpatchjoin us now and share the software~. Also tests
2019-01-16 rinpatchReplace map with reduce to remove nils
2019-01-16 rinpatchDisable previews for any activity, but create
2019-01-15 rinpatchcache HTML in OGP
2019-01-15 rinpatchAdd behaviours to TwitterCard, remove some dumb stuff...
2019-01-15 rinpatchAdd twitter card, filter nsfw
2019-01-15 rinpatchAdd space between name and nickname
2019-01-15 rinpatchFormating
2019-01-15 rinpatchAttach attachments
2019-01-15 rinpatchIntroduce get_by_id in Activity, replace newlines with...
2019-01-15 rinpatchrefactor opengraph to a different module with a behaviour