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-06-09 | Fix incorrectly cached content after editing | Tusooa Zhu | |
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-06-09 | Test that videos only get image thumbnails in OGP metadata when we can ↵ | Mark Felder | |
produce them with Preview Proxy | |||
2021-06-09 | Metadata.Utils.attachment_url/1 was used in this test too | Mark Felder | |
2021-06-08 | Set the correct height/width if the data is available when generating ↵ | Mark Felder | |
opengraph metadata | |||
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-01-26 | Convert tests to all use clear_config instead of Pleroma.Config.put | Mark Felder | |
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-12-21 | Tests: Make as many tests as possible async. | lain | |
In general, tests that match these criteria can be made async: - Doesn't use real Cachex. - Doesn't write to the Config / Application Environment. - Uses Mock. Using Mox is fine. - Uses the streamer. | |||
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 | tests consistency | Alexander Strizhakov | |