Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-03 | Metadata/Utils: use summary as description if set | Hélène | |
When generating OpenGraph and TwitterCard metadata for a post, the summary field will be used first if it is set to generate the post description. | |||
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-06-10 | Add note about video thumbnails for code spelunkers unfamiliar with Media ↵ | Mark Felder | |
Preview Proxy | |||
2021-06-09 | Formatting of the comment | Mark Felder | |
2021-06-09 | Credo | Mark Felder | |
2021-06-09 | Lint | Mark Felder | |
2021-06-09 | Fix incorrectly ordered arguments to the function and not properly merging ↵ | Mark Felder | |
lists. | |||
2021-06-09 | Add a video thumbnail to the OpenGraph metadata if Media Preview Proxy is ↵ | Mark Felder | |
enabled. | |||
2021-06-09 | Remove Metadata.Utils.attachment_url/1 | Mark Felder | |
This was a wasteful shortcut to MediaProxy.preview_url/1 and we don't always want the preview_url in the metadata anyway. | |||
2021-06-08 | Switch OGP default type from "website" to "article" | Mark Felder | |
This is what Mastodon uses and might fix some link preview bugs I've encountered | |||
2021-06-08 | Set the correct height/width if the data is available when generating ↵ | Mark Felder | |
opengraph metadata | |||
2021-06-08 | Only use fallback for videos and only add this metadata for images if we ↵ | Mark Felder | |
really have it. | |||
2021-06-08 | Twittercard metadata for images should also include dimensions if available | Mark Felder | |
2021-06-08 | Set the correct height/width if the data is available when generating ↵ | Mark Felder | |
twittercard metadata | |||
2021-06-07 | Formatting | Mark Felder | |
2021-06-04 | Improve opengraph embeds | io | |
This brings them more in line with Mastodon. - Deduplicates display name from the title and content - Removes arbitrary limits on the size of the embedded image - Removes angled double quotes from embed descriptions. These would normally just indicate that the content is a quote, but that is already implied by the content being in an embed. | |||
2021-05-29 | Break out activity-specific HTML functions into Pleroma.Activity.HTML | Alex Gleason | |
Fixes cycles in lib/pleroma/ecto_type/activity_pub/object_validators/safe_text.ex | |||
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-11-19 | [#2301] Proper handling of `User.is_discoverable`: users appear in ↵ | Ivan Tashkinov | |
in-service search but are hidden from external services like search bots. | |||
2020-10-13 | Merge branch 'develop' into refactor/discoverable_user_field | Mark Felder | |
2020-10-13 | Change user.discoverable field to user.is_discoverable | Mark Felder | |
2020-10-13 | other files consistency | Alexander Strizhakov | |
2020-10-13 | metadata providers consistency | Alexander Strizhakov | |
2020-09-17 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
media-preview-proxy-nostream # Conflicts: # CHANGELOG.md | |||
2020-09-14 | search indexing metadata respects discoverable flag | stwf | |
2020-09-08 | Metadata: Move restriction check from Feed provider to activated_providers | rinpatch | |
2020-09-08 | Do not serve RSS/Atom feeds when instance is private | Mark Felder | |
2020-09-03 | Merge branch 'develop' into media-preview-proxy | Mark Felder | |
2020-09-01 | User table: ensure bio is always a string | rinpatch | |
Gets rid of '|| ""' in multiple places and fixes #2067 | |||
2020-08-22 | Use the image thumbnail for rich metadata (OGP/Twittercards) | Mark Felder | |
2020-04-01 | Merge branch 'fix/1601-add-new-meta-tag' into 'develop' | rinpatch | |
Restrict remote users from indexing Closes #1601 See merge request pleroma/pleroma!2341 | |||
2020-04-01 | restrict remote users from indexing | Alexander Strizhakov | |
2020-03-31 | Provide known-good user.uri, remove User.profile_url/1 | Haelwenn (lanodan) Monnier | |
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-02-16 | Use floki's new APIs for parsing fragments | rinpatch | |
2020-02-11 | Revert "Merge branch 'feat/floki-fasthtml' into 'develop'" | feld | |
This reverts merge request !2194 | |||
2020-02-11 | Make Floki use fast_html | rinpatch | |
2020-01-14 | Merge branch 'develop' into feature/tag_feed | Maksim Pechnikov | |
2020-01-03 | fixed Metadata.Utils.scrub_html_and_truncate | Maksim Pechnikov | |
2019-12-20 | Posts without media attachments should get the Summary TwitterCard | Mark Felder | |
2019-12-18 | add tag feeds | Maksim Pechnikov | |
2019-12-06 | init tag feed | Maksim Pechnikov | |
2019-10-07 | Extract RSS Feed functionality from OStatus | Sergey Suprunenko | |
2019-08-30 | added Emoji.Formatter | Maksim Pechnikov | |
2019-07-12 | Pleroma.Web.Metadata - tests | Maksim | |
2019-07-10 | Add license/copyright to all project files | feld | |
2019-07-08 | Formatting | rinpatch | |
2019-07-08 | OGP/TwitterCard: Add fallbacks in case the attachment key is nonexistent | rinpatch | |
2019-04-19 | typo fix | Alexander Strizhakov | |
docs for RelMe provider |