summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2022-12-19Merge branch 'develop' into 'fix/2980-rss-feed-generation'lain
# Conflicts: # CHANGELOG.md
2022-12-19Fix TwitterCard meta tagsMark Felder
TwitterCard meta tags are supposed to use the attributes "name" and "content". OpenGraph tags use the attributes "property" and "content". Twitter itself is smart enough to detect broken meta tags and discover the TwitterCard using "property" and "content", but other platforms that only implement parsing of TwitterCards and not OpenGraph may fail to correctly detect the tags as they're under the wrong attributes. > "Open Graph protocol also specifies the use of property and content attributes for markup while > Twitter cards use name and content. Twitter’s parser will fall back to using property and content, > so there is no need to modify existing Open Graph protocol markup if it already exists." [0] [0] https://developer.twitter.com/en/docs/twitter-for-websites/cards/guides/getting-started
2022-12-19document rss/atom fix in changelogfaried nawaz
2022-11-27CHANGELOG.md: Fix date for 2.4.5Haelwenn (lanodan) Monnier
2022-11-27Mergeback of release 2.4.5Haelwenn (lanodan) Monnier
2022-11-20Merge branch 'akoma/deactivated-users' into 'develop'Haelwenn
Timeline query performance improvements See merge request pleroma/pleroma!3779
2022-11-17Document inclusion of wasm-unsafe-evalMark Felder
2022-11-14Merge branch 'develop' into 'akoma/deactivated-users'akoma/deactivated-usersfeld
# Conflicts: # CHANGELOG.md
2022-11-13Alter priority of Delete activities to be lowestMark Felder
This will prevent a user with a large number of posts from negatively affecting performance of the outgoing federation queue if they delete their account.
2022-11-13Deletes do not generate notifications of any kind, so skip tryingMark Felder
2022-11-12Document query performance improvementMark Felder
2022-11-12Merge branch 'oban-timeouts' into 'develop'feld
Define sane Oban Worker timeouts See merge request pleroma/pleroma!3777
2022-11-12Document Oban workers getting timeouts definedMark Felder
2022-11-11Document removal of QuackMark Felder
2022-11-03docs & changelogAlexander Strizhakov
2022-10-08Merge branch 'release/2.4.4' into mergeback/2.4.4Tusooa Zhu
2022-09-05Merge branch 'from/upstream-develop/tusooa/2892-backup-scope' into 'develop'Haelwenn
Make backups require its own scope Closes #2892 See merge request pleroma/pleroma!3721
2022-09-05Merge branch 'bump/min-elixir-1.10' into 'develop'tusooa
Bump minimum Elixir version to 1.10 See merge request pleroma/pleroma!3741
2022-09-05Merge branch 'develop' into 'from/upstream-develop/tusooa/2892-backup-scope'tusooa
# Conflicts: # CHANGELOG.md
2022-09-02Bump minimum Elixir version to 1.10Haelwenn (lanodan) Monnier
With the release of Elixir 1.14, Elixir 1.9 is now end-of-life. Elixir 1.10 Release Notes: https://github.com/elixir-lang/elixir/releases/tag/v1.10.0
2022-08-20Add changelogTusooa Zhu
2022-08-19Release 2.4.4Tusooa Zhu
2022-08-12Document the changes for Varnish 7.0+ compatibility and RFC compliancevarnish-fix-changelogMark Felder
2022-08-09Add changelogTusooa Zhu
2022-07-31Merge branch 'develop' into 'from/develop/tusooa/emit-move'tusooa
# Conflicts: # CHANGELOG.md # test/pleroma/user_test.exs
2022-07-01Rename the Exiftool moduleIlja
No migrations or checks yet
2022-05-08Merge branch 'improve_anti_followbot_policy' into 'develop'Haelwenn
Also use actor_type to determine if an account is a bot in antiFollowbotPolicy Closes #2561 See merge request pleroma/pleroma!3498
2022-05-08Also use actor_type to determine if an account is a bot in antiFollowbotPolicyIlja
2022-05-06mix: Bump to 2.4.52 for 2.4.3 mergebackHaelwenn (lanodan) Monnier
2022-05-06Release 2.4.3Haelwenn (lanodan) Monnier
2022-03-02Add changelogTusooa Zhu
2022-01-23Birthdays: hide_birthday -> show_birthdaymarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-22Merge remote-tracking branch 'origin/develop' into birth-datesAlex Gleason
2022-01-22Birthdays: birth_date --> birthdayAlex Gleason
2022-01-19Update changelogmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-19Add ForceMentionsInContentPolicyrinpatch
Even though latest PleromaFE supports displaying these properly, mobile apps still exist, so I think we should offer a workaround to those who want it.
2022-01-15CHANGELOG: hashtags markdown fixAlex Gleason
2022-01-14Merge remote-tracking branch 'origin/stable' into mergebackAlex Gleason
2022-01-11Add 2.4.2 changelog entry and bump mix versionrinpatch
2021-12-28Update CHANGELOG.mdAlex Gleason
2021-12-28Add changelogTusooa Zhu
2021-12-27Merge remote-tracking branch 'origin/develop' into finchAlex Gleason
2021-12-27API: optionally restrict moderators from accessing sensitive dataAlibek Omarov
2021-12-26Update changelogLain Soykaf
2021-12-25Merge remote-tracking branch 'origin/develop' into notice-routesAlex Gleason
2021-12-23Merge branch 'from/develop/tusooa/2802-propagate-reject' into 'develop'Alex Gleason
Handle Reject for already-accepted Follows properly Closes #2766 and #2802 See merge request pleroma/pleroma!3568
2021-12-19Merge remote-tracking branch 'origin/develop' into moderatorsmoderatorsAlex Gleason
2021-12-17Add changelog for ↵Tusooa Zhu
https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3568
2021-11-17Add changelog entryfix/2782-nodeinfo-active-usersAlibek Omarov
2021-11-15Merge branch 'block-behavior' into 'develop'lain
Configurable block visibility, fixes #2123 Closes #2123 See merge request pleroma/pleroma!3242