summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-15Merge branch 'mrf-regex-error' into 'develop'Haelwenn
MRF: Log sensible regex error for subdomain_match See merge request pleroma/pleroma!4026
2024-01-15Merge branch 'mrf-steal-emoji-extname' into 'develop'Haelwenn
MRF.StealEmojiPolicy: Properly add fallback extension to filenames missing one See merge request pleroma/pleroma!4029
2024-01-13Merge branch 'nil-contentMap' into 'develop'tusooa
Support objects with a nil contentMap (firefish) Closes #3231 See merge request pleroma/pleroma!4030
2024-01-13Merge branch 'qtfaststart-fix' into 'develop'feld
Fix MediaProxy crashing on some videos See merge request pleroma/pleroma!4024
2024-01-11Merge branch 'fix-duplicate-inbox-deliveries' into 'develop'feld
Fix duplicate inbox deliveries See merge request pleroma/pleroma!4031
2024-01-11Merge branch 'use-shared-inbox-test' of pleromergit:pleroma/pleroma into ↵Mint
fix-duplicate-inbox-deliveries
2024-01-11Add test to validate shared inboxes are used when multiple recipients from ↵Mark Felder
the same instance are recipients
2024-01-11Fix duplicate inbox deliveriesMint
2024-01-11Support objects with a nil contentMap (firefish)Haelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3231
2024-01-10Merge branch 'emoji-use-v1-api' into 'develop'tusooa
Make remote emoji packs API use specifically the V1 URL See merge request pleroma/pleroma!4028
2024-01-07MRF.StealEmojiPolicy: Properly add fallback extension to filenames missing oneHaelwenn (lanodan) Monnier
2024-01-07Fix testsEkaterina Vaartis
2024-01-07Fetch count before downloading the pack and use that as page sizeEkaterina Vaartis
2024-01-07Make remote emoji packs API use specifically the V1 URLEkaterina Vaartis
Akkoma does not understand it without V1, and it works either way with normal pleroma, so no reason to not do this
2024-01-05Merge branch 'fix-account-auth-check' into 'develop'Haelwenn
Fix authentication check on account rendering when bio is defined See merge request pleroma/pleroma!4027
2024-01-04Fix authentication check on account rendering when bio is definedAlexander Tumin
2024-01-02MRF: Log sensible error for subdomains_regexHaelwenn (lanodan) Monnier
2023-12-29Merge branch 'publisher' into 'develop'Haelwenn
Discard some failed publisher jobs See merge request pleroma/pleroma!4022
2023-12-29Change QTFastStart to recover gracefully if it encounters an error during ↵Mark Felder
bitstring matching This fixes issues with internal errors when trying to serve the video
2023-12-29Fix testsMark Felder
Need to handle the edge case of no valid HTTP response which has no status code
2023-12-29Merge branch 'finch-redirects' into 'develop'feld
Fix following redirects with Finch See merge request pleroma/pleroma!4023
2023-12-29Merge branch 'bugfix/chat-attachment-empty-array' into 'develop'lain
ChatMessage: Tolerate attachment field set to an empty array Closes #3224 See merge request pleroma/pleroma!4020
2023-12-29Return the full tuple from TeslaMark Felder
2023-12-29Fix following redirects with FinchMark Felder
2023-12-29Discard on a 404 as wellMark Felder
2023-12-29Activity publishing failures will prevent the job from retrying if the ↵Mark Felder
publishing request returns a 403 or 410
2023-12-29Make the Publisher log error less noisyMark Felder
2023-12-29Merge branch 'remove-multiple-federator-modules' into 'develop'feld
Fix the Federator perform/2 Oban callback See merge request pleroma/pleroma!4021
2023-12-29ChatMessage: Tolerate attachment field set to an empty arrayHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3224
2023-12-28ChangelogMark Felder
2023-12-28Log errors when publishing activitiesMark Felder
2023-12-28Fix the Federator perform/2 Oban callbackMark Felder
2023-12-29Merge branch 'remove-multiple-federator-modules' into 'develop'Haelwenn
Remove support for multiple federation publisher modules See merge request pleroma/pleroma!4019
2023-12-28ChangelogMark Felder
2023-12-28Remove reference to the :federation_publisher_modules setting in our config testMark Felder
2023-12-28Retire the Pleroma.Web.Federator.Publisher moduleMark Felder
2023-12-28Remove support for multiple federation publisher modulesMark Felder
This also unravels some needless indirection.
2023-12-28Merge branch 'tusooa/3205-group-actor' into 'develop'Haelwenn
Implement group actors See merge request pleroma/pleroma!3969
2023-12-28Merge branch 'typo' into 'develop'Haelwenn
Fix some typos See merge request pleroma/pleroma!4017
2023-12-28Fix some more typosmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-12-27Fix operation name typomarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-12-27Merge branch 'instance-defdelegates' into 'develop'feld
defdelegates for Pleroma.Instances See merge request pleroma/pleroma!4016
2023-12-27These functions in Pleroma.Instances should be defdelegates to ↵Mark Felder
Pleroma.Instances.Instance
2023-12-27Add pleroma:group_actors to instance featurestusooa
2023-12-27Add changelog for group actorstusooa
2023-12-27Do not boost if group is blocking postertusooa
2023-12-27Test group actor behaviour in SideEffectstusooa
2023-12-27Allow group actors to boost poststusooa
2023-12-27Allow local user to have group actor typetusooa
https://git.pleroma.social/pleroma/pleroma/-/issues/3205
2023-12-27Merge branch 'webfinger-fix' into 'develop'tusooa
Use correct domain for fqn and InstanceView See merge request pleroma/pleroma!3958