summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-08Optimistic InboxMark Felder
Rework inbound federation to accept requests optimistically. The HTTP Signatures Plug will not attempt to fetch the actor or key and will fail early. If the signature cannot be validated we pass the required data into the Oban job with a reduced priority and increase the timeout to 20 seconds. The Oban job will handle the actor and key fetching before attempting to validate the activity again. This job will be retried 5 times by default. Another welcome side effect is that actors who change their keys can federate to Pleroma instances immediately instead of needing to wait the default value of 86400s / 24 hours before the key will be fetched again.
2023-12-07Merge branch 'last_status_at' into 'develop'lain
MastoAPI AccountView: Change last_status_at to be a date See merge request pleroma/pleroma!3978
2023-12-07AccountView: Add test, refactorLain Soykaf
2023-12-07Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into last_status_atLain Soykaf
2023-12-07Merge branch 'more-test-fixes' into 'develop'lain
More test fixes See merge request pleroma/pleroma!3984
2023-12-07Merge branch 'reachable-upsert' into 'develop'lain
Change set_reachable/1 to an upsert See merge request pleroma/pleroma!3986
2023-12-06Change set_reachable/1 to an upsertMark Felder
2023-12-03Revert "CI: Remove test coverage"Lain Soykaf
This reverts commit d99e139c6bec91150a10b68c032019a163eccf04.
2023-11-30CI: Remove test coverageLain Soykaf
2023-11-30LintingLain Soykaf
2023-11-30Add changelog.Lain Soykaf
2023-11-30Gitlab CI: Make it work for a local runnerLain Soykaf
2023-11-30MRF, Docs.Generator: Ensure code is loaded before checking itLain Soykaf
2023-11-29Merge branch 'neetzsche/add_url_to_scrobbles' into 'develop'HJ
Add optional URL value for scrobbles See merge request pleroma/pleroma!3977
2023-11-29Merge branch 'vips' into 'develop'lain
Docs: Remove rust references See merge request pleroma/pleroma!3983
2023-11-29Add changelogLain Soykaf
2023-11-29Change url to externalLink as requested by hj here: ↵NEETzsche
https://shigusegubu.club/notice/AcIjZjackKAt6e522a
2023-11-29Merge branch 'vips' into 'develop'lain
Replace ImageMagick with Vips See merge request pleroma/pleroma!3771
2023-11-28Merge branch 'generate-unset-user-keys-migration' into 'develop'lain
Fix GenerateUnsetUserKeys migration See merge request pleroma/pleroma!3976
2023-11-28Docs: Remove rust referencesLain Soykaf
2023-11-28LintingLain Soykaf
2023-11-28Changelog: Adjust blurhash changeLain Soykaf
2023-11-28AnayzeMetadata: Fix error case that would never matchLain Soykaf
2023-11-28AnalyzeMetadata: Switch to rinpatch_blurhashLain Soykaf
2023-11-28Merge branch 'promex' into 'develop'lain
Switch to PromEx for prometheus metrics See merge request pleroma/pleroma!3967
2023-11-27Merge branch 'strip-fix' into 'develop'lain
Strip fix See merge request pleroma/pleroma!3981
2023-11-27ActivityPub.Utils: Only treat object ids as valid while strippingLain Soykaf
2023-11-27Merge branch 'frontends-docs' into 'develop'HJ
Front-ends management docs See merge request pleroma/pleroma!3974
2023-11-27Fix #strip_report_status_dataNEETzsche
2023-11-27ActivityPub.UtilsTest: Add failing test for strip_report_status_dataLain Soykaf
2023-11-23Prevent a blurhash failure from breaking all metadata collectionMark Felder
2023-11-23Add optional URL value for scrobblesNEETzsche
2023-11-19Merge branch 'favicon' into 'develop'HJ
Make favicon configurable, embed favicon and manifest in server-generated meta See merge request pleroma/pleroma!3963
2023-11-19changelogHenry Jameson
2023-11-19update, add imagesHenry Jameson
2023-11-17Merge branch 'develop' into 'vips'feld
# Conflicts: # mix.exs
2023-11-17Update docs to include dependencies on rust and vips where appropriateMark Felder
2023-11-17Vix has pre-built NIFs for the following triples:Mark Felder
aarch64-apple-darwin aarch64-linux-gnu aarch64-linux-musl armv7l-linux-gnueabihf x86_64-apple-darwin x86_64-linux-gnu x86_64-linux-musl aarch64-apple-darwin aarch64-linux-gnu aarch64-linux-musl armv7l-linux-gnueabihf x86_64-apple-darwin x86_64-linux-gnu x86_64-linux-musl
2023-11-17Rust is required for blurhashMark Felder
2023-11-17Update changelogsMark Felder
2023-11-17Fetch the library from the Pleroma repositoryMark Felder
2023-11-17Resize images to 100 pixels before hashingMark Felder
2023-11-17Upload.Filter.AnalyzeMetadata: Blurhash with a Rust NIF, and use Vix to ↵Mark Felder
retrieve image metadata
2023-11-16MastoAPI AccountView: Change last_status_at to be a dateHaelwenn (lanodan) Monnier
Changed in Mastodon 3.1.0 with: https://github.com/tootsuite/mastodon/pull/12966
2023-11-15Merge branch 'federation_status-access' into 'develop'Haelwenn
router: Make /federation_status publicly available See merge request pleroma/pleroma!3937
2023-11-15Merge branch 'cflags' into 'develop'Haelwenn
Make eblurhash and elixir-captcha use system CFLAGS See merge request pleroma/pleroma!3943
2023-11-15Fix tests for Add support for configuring a favicon and embed PWA manifest ↵Haelwenn (lanodan) Monnier
in server-generated-meta
2023-11-14RedirectController: Unify server-generated-meta insertion codeHaelwenn (lanodan) Monnier
2023-11-14Add support for configuring a favicon and embed PWA manifest in ↵Henry Jameson
server-generated-meta
2023-11-14Merge branch 'docs/max-elixir-erlang' into 'develop'Haelwenn
docs: Put a max version on erlang and elixir Closes #3194 See merge request pleroma/pleroma!3945