Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-15 | Merge 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-14 | Allow the Remote Fetcher to attempt fetching an unreachable instance | Mark Felder | |
2024-01-13 | Merge branch 'nil-contentMap' into 'develop' | tusooa | |
Support objects with a nil contentMap (firefish) Closes #3231 See merge request pleroma/pleroma!4030 | |||
2024-01-13 | Merge branch 'qtfaststart-fix' into 'develop' | feld | |
Fix MediaProxy crashing on some videos See merge request pleroma/pleroma!4024 | |||
2024-01-11 | Fix duplicate inbox deliveries | Mint | |
2024-01-11 | Support objects with a nil contentMap (firefish) | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3231 | |||
2024-01-07 | MRF.StealEmojiPolicy: Properly add fallback extension to filenames missing one | Haelwenn (lanodan) Monnier | |
2024-01-07 | Fetch count before downloading the pack and use that as page size | Ekaterina Vaartis | |
2024-01-07 | Make remote emoji packs API use specifically the V1 URL | Ekaterina 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-04 | Fix authentication check on account rendering when bio is defined | Alexander Tumin | |
2024-01-02 | MRF: Log sensible error for subdomains_regex | Haelwenn (lanodan) Monnier | |
2023-12-29 | Phoenix detects the webfinger requests with content-type ↵ | Mark Felder | |
application/jrd+json as "jrd" now | |||
2023-12-29 | Merge branch 'publisher' into 'develop' | Haelwenn | |
Discard some failed publisher jobs See merge request pleroma/pleroma!4022 | |||
2023-12-29 | Change 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-29 | Fix tests | Mark Felder | |
Need to handle the edge case of no valid HTTP response which has no status code | |||
2023-12-29 | Merge branch 'finch-redirects' into 'develop' | feld | |
Fix following redirects with Finch See merge request pleroma/pleroma!4023 | |||
2023-12-29 | Merge 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-29 | Return the full tuple from Tesla | Mark Felder | |
2023-12-29 | Fix following redirects with Finch | Mark Felder | |
2023-12-29 | Discard on a 404 as well | Mark Felder | |
2023-12-29 | Activity publishing failures will prevent the job from retrying if the ↵ | Mark Felder | |
publishing request returns a 403 or 410 | |||
2023-12-29 | Make the Publisher log error less noisy | Mark Felder | |
2023-12-28 | Oban jobs should be discarded on permanent errors | Mark Felder | |
2023-12-29 | ChatMessage: Tolerate attachment field set to an empty array | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3224 | |||
2023-12-28 | Handle 401s as I have observed it in the wild | Mark Felder | |
2023-12-28 | Log errors when publishing activities | Mark Felder | |
2023-12-28 | Fix the Federator perform/2 Oban callback | Mark Felder | |
2023-12-28 | Retire the Pleroma.Web.Federator.Publisher module | Mark Felder | |
2023-12-28 | Remove support for multiple federation publisher modules | Mark Felder | |
This also unravels some needless indirection. | |||
2023-12-28 | Merge branch 'tusooa/3205-group-actor' into 'develop' | Haelwenn | |
Implement group actors See merge request pleroma/pleroma!3969 | |||
2023-12-27 | Prevent requeuing Remote Fetcher jobs that exceed thread depth | Mark Felder | |
2023-12-27 | Leverage existing atoms as return errors for the object fetcher | Mark Felder | |
2023-12-27 | Formatting | Mark Felder | |
2023-12-27 | Remove duplicate log messages from Transmogrifier | Mark Felder | |
Object fetch errors are logged in the fetcher module | |||
2023-12-27 | Conslidate log messages for object fetcher failures and leverage Logger.metadata | Mark Felder | |
2023-12-27 | Set Logger level to error | Mark Felder | |
2023-12-28 | Fix some more typos | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-12-27 | Fix operation name typo | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-12-27 | Fix detection of user follower collection being private | Mark Felder | |
We were overzealous with matching on a raw error from the object fetch that should have never been relied on like this. If we can't fetch successfully we should assume that the collection is private. Building a more expressive and universal error struct to match on may be something to consider. | |||
2023-12-27 | These functions in Pleroma.Instances should be defdelegates to ↵ | Mark Felder | |
Pleroma.Instances.Instance | |||
2023-12-27 | Add pleroma:group_actors to instance features | tusooa | |
2023-12-27 | Do not boost if group is blocking poster | tusooa | |
2023-12-27 | Allow group actors to boost posts | tusooa | |
2023-12-27 | Allow local user to have group actor type | tusooa | |
https://git.pleroma.social/pleroma/pleroma/-/issues/3205 | |||
2023-12-26 | Revert "Mark instances as unreachable when returning a 403 from an object fetch" | Mark Felder | |
This reverts commit d472bafec19cee269e7c943bafae7c805785acd7. | |||
2023-12-26 | Skip remote fetch jobs for unreachable instances | Mark Felder | |
2023-12-26 | Remove mistaken duplicate fetch | Mark Felder | |
2023-12-26 | Cancel remote fetch jobs for deleted objects | Mark Felder | |
2023-12-26 | Consolidate the HTTP status code checking into the private get_object/1 | Mark Felder | |
2023-12-26 | Mark instances as unreachable when returning a 403 from an object fetch | Mark Felder | |
This is a definite sign the instance is blocked and they are enforcing authorized_fetch |