Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-15 | Fix ChatController tests validating prev/next URLs by sorting the query ↵ | Mark Felder | |
parameters before comparison | |||
2024-01-15 | Add Pleroma.Support.Helpers.uri_query_sort/1 for easy sorting of a URL's ↵ | Mark Felder | |
query parameters | |||
2024-01-15 | Merge branch 'mrf-regex-error' into 'develop' | Haelwenn | |
MRF: Log sensible regex error for subdomain_match See merge request pleroma/pleroma!4026 | |||
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 | Merge branch 'fix-duplicate-inbox-deliveries' into 'develop' | feld | |
Fix duplicate inbox deliveries See merge request pleroma/pleroma!4031 | |||
2024-01-11 | Merge branch 'use-shared-inbox-test' of pleromergit:pleroma/pleroma into ↵ | Mint | |
fix-duplicate-inbox-deliveries | |||
2024-01-11 | Add test to validate shared inboxes are used when multiple recipients from ↵ | Mark Felder | |
the same instance are recipients | |||
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-10 | Merge 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-07 | MRF.StealEmojiPolicy: Properly add fallback extension to filenames missing one | Haelwenn (lanodan) Monnier | |
2024-01-07 | Fix tests | Ekaterina Vaartis | |
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-05 | Merge 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-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-30 | Linting | Lain Soykaf | |
2023-12-30 | Mix: Update http_signatures version | Lain Soykaf | |
2023-12-29 | Revert grammar leak from bad merge | Mark Felder | |
2023-12-29 | Support for Erlang OTP 26 | Mark Felder | |
2023-12-29 | ConfigDB export to file does not have a consistent order. | Mark Felder | |
Just test a few values to prove it was written | |||
2023-12-29 | Phoenix detects the webfinger requests with content-type ↵ | Mark Felder | |
application/jrd+json as "jrd" now | |||
2023-12-29 | Fix regex string match due to OTP26 key order change | Mark Felder | |
OTP25: "<http://localhost:4001/api/v1/favourites?limit=1&max_id=Ad1FhzPIS7gcHjUcoC&offset=0>; rel=\"next\"" OTP26: "<http://localhost:4001/api/v1/favourites?offset=0&limit=1&max_id=Ad1FmOIAXiSNgygflA>; rel=\"next\"" | |||
2023-12-29 | Fix Chat controller tests failing due to OTP26 key order change | Mark Felder | |
2023-12-29 | Remove call to Pleroma.Web.Endpoint.config_change/2 | Mark Felder | |
This is not necessary for the tests to pass and breaks other tests as this change doesn't get cleanly reverted causing the hostname to stay set this way and leak into other test causing failures with "sub.example.com" not matching "localhost" | |||
2023-12-29 | Fix test "transforms config to tuples" | Mark Felder | |
This should have never worked. The default empty values for the other MRF Simple options will always be there. | |||
2023-12-29 | Update Floki to get the :attributes_as_maps feature to allow us to compare ↵ | Mark Felder | |
equality of parsed documents without issues of key ordering | |||
2023-12-29 | Implement a custom uri_equal?/2 to fix comparisons of URLs with unordered ↵ | Mark Felder | |
query parameters | |||
2023-12-29 | Fix tests by leveraging Keyword.equal?/2 | Mark Felder | |
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 | Merge branch 'remove-multiple-federator-modules' into 'develop' | feld | |
Fix the Federator perform/2 Oban callback See merge request pleroma/pleroma!4021 | |||
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 | Changelog | Mark Felder | |
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 | |