summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2023-05-26Merge branch 'release/2.5.2' into mergeback/2.5.2Haelwenn (lanodan) Monnier
2023-05-26Version 2.5.2Haelwenn (lanodan) Monnier
2023-03-30Merge branch 'remove-crypt' into 'develop'tusooa
Remove crypt(3) support Closes #3030 and #3062 See merge request pleroma/pleroma!3847
2023-03-25Merge branch 'features/image-object' into 'develop'Haelwenn
Add support for Image objects Closes #1581 See merge request pleroma/pleroma!3145
2023-03-12Indicate in changelog that removal of crypt is breakingtusooa
2023-03-09Add support for Image objectsHaelwenn (lanodan) Monnier
2023-03-05Remove crypt(3) supportHaelwenn (lanodan) Monnier
This was used to support migration from GNU Social, which was used by at least shitposter.club, should be entirely irrelevant now. Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3030 Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3062
2023-03-01Merge remote-tracking branch 'upstream/stable' into mergeback/2.5.1tusooa
2023-03-01Add the security fix to the changelogtusooa
2023-02-20Compose changelog for 2.5.1tusooa
2023-02-20Fix rel="me"Mark Felder
Cachex for this was not started
2022-12-29Fix rel="me"Mark Felder
Cachex for this was not started
2022-12-23CHANGELOG: Set 2.5.0Haelwenn (lanodan) Monnier
2022-12-23Git merge is not my favorite toolHaelwenn (lanodan) Monnier
2022-12-23Merge back 2.4.5Haelwenn (lanodan) Monnier
2022-12-19Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Sean King
fine_grained_moderation_privileges
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-18Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Sean King
fine_grained_moderation_privileges
2022-12-19document rss/atom fix in changelogfaried nawaz
2022-11-27Fix changelog dateSean King
2022-11-27CHANGELOG.md: Fix date for 2.4.5Haelwenn (lanodan) Monnier
2022-11-27Mergeback of release 2.4.5Haelwenn (lanodan) Monnier
2022-11-27Release 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'feld
# 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 complianceMark 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-05Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵Ilja
fine_grained_moderation_privileges
2022-07-01Rename the Exiftool moduleIlja
No migrations or checks yet
2022-07-01Add docs and CHANGELOG entriesIlja
2022-06-21Remove privileged_staffIlja
Everything that was done through this setting, can now be set by giving the proper privileges to the roles.
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