aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/metadata
AgeCommit message (Collapse)Author
2019-07-12Pleroma.Web.Metadata - testsMaksim
2019-07-10Add license/copyright to all project filesfeld
2019-07-08Formattingrinpatch
2019-07-08OGP/TwitterCard: Add fallbacks in case the attachment key is nonexistentrinpatch
2019-04-19typo fixAlexander Strizhakov
docs for RelMe provider
2019-04-05Refactor html caching functions to have a key instead of a module, use more ↵rinpatch
correct terminology and fix summaries in mastoapi
2019-03-13[Credo] fix Credo.Check.Readability.MaxLineLengthHaelwenn (lanodan) Monnier
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-04Add status text to notifications (mentions and reposts)Maxim Filippov
2019-02-24twitter card: remove IO.inspect() spamWilliam Pitcock
2019-02-19Player: allow styles on CSP, loop videoshref
2019-02-19Embed player suitable for Twitter Cardshref
2019-02-12FormattingMark Felder
2019-02-12Fix compileMark Felder
2019-02-11WIP: Fix Twitter CardsMark Felder
Twitter cards were not passing any useful metadata. A few things were being handled on Twitter's end by trying to match OpenGraph tags with their own, but it wasn't working at all for media. This is an attempt to fix that. Common functions have been pulled out of opengraph and put into utils. Twitter's functionality was entirely replaced with a direct copy of Opengraph's and then modified as needed. Profiles are now represented as Summary Cards Posts with images are now represented as Summart with Large Image Cards Posts with video and audio attachments are represented as Player Cards. This now passes the Twitter Card Validator. Validator and Docs are below https://cards-dev.twitter.com/validator https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards
2019-02-09de-group alias/esHaelwenn (lanodan) Monnier
2019-02-09Credo fixes: alias grouping/orderingHaelwenn (lanodan) Monnier
2019-01-19Provide local og:url for remote activitiesrinpatch
2019-01-18Remove custom emojis and trailing whitespaces from previewsrinpatch
2019-01-18Use object instead of activity for metadatarinpatch
2019-01-17Don't show content if empty or zero width spacerinpatch
2019-01-17Introduce optional unfurling of nsfw contentrinpatch
2019-01-17Use object url instead of a hackrinpatch
2019-01-17Apply feld's patchrinpatch
2019-01-16Remove useless with in opengraph.exrinpatch
2019-01-16join us now and share the software~. Also testsrinpatch
2019-01-16Replace map with reduce to remove nilsrinpatch
2019-01-16Disable previews for any activity, but createrinpatch
2019-01-16cache HTML in OGPrinpatch
2019-01-15Add behaviours to TwitterCard, remove some dumb stuff in Formatter.truncaterinpatch
2019-01-15Add twitter card, filter nsfwrinpatch
2019-01-15Add space between name and nicknamerinpatch
2019-01-15Formatingrinpatch
2019-01-15Attach attachmentsrinpatch
2019-01-15Introduce get_by_id in Activity, replace newlines with spacesrinpatch
2019-01-15refactor opengraph to a different module with a behaviourrinpatch