summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-30Add recognized activity types to a constant and use it in the testMark Felder
2024-08-30Update allowed activity types from strangersfeld
Move is emitted from the old account EmojiReact is ~ Like Announced TBD
2024-08-29Update changelogMark Felder
2024-08-29Test more types we do not want to receive from strangersMark Felder
2024-08-29Fix test title to be more specific as it has a broader but incorrect meaningMark Felder
2024-08-29Remove unnecessary error match in ReceiverWorkerMark Felder
2024-08-29Change relay inbox response when not federating to a 403 for consistencyMark Felder
2024-08-29Convert to an Plug called InboxGuardMark Felder
2024-08-29FormattingMark Felder
2024-08-29Switch test to the inboxMark Felder
2024-08-29Use Pleroma.Object.Containment.get_actor/1 to reliably find the actor of an ↵feld
incoming activity or object
2024-08-29Move the check to the inboxMark Felder
2024-08-29Revert unintentional changeMark Felder
2024-08-29Drop incoming Delete activities from unknown actorsMark Felder
2024-08-28Merge branch 'docs-fix' into 'develop'marcin mikołajczak
Correct response in AdminAPI docs See merge request pleroma/pleroma!4240
2024-08-28Correct response in AdminAPI docsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-08-23Merge branch 'weblate' into 'develop'tusooa
Translations update from Pleroma Weblate See merge request pleroma/pleroma!4200
2024-08-22Translated using Weblate (Chinese (Simplified))Eric Zhang
Currently translated at 28.1% (274 of 974 strings) Translation: Pleroma/Pleroma Backend (domain config_descriptions) Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-config_descriptions/zh_Hans/
2024-08-22Translated using Weblate (Chinese (Simplified))Eric Zhang
Currently translated at 100.0% (34 of 34 strings) Translation: Pleroma/Pleroma Backend (domain default) Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-default/zh_Hans/
2024-08-22Translated using Weblate (Chinese (Simplified))Eric Zhang
Currently translated at 100.0% (50 of 50 strings) Translation: Pleroma/Pleroma Backend (domain oauth_scopes) Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-oauth_scopes/zh_Hans/
2024-08-22Translated using Weblate (Chinese (Simplified))Eric Zhang
Currently translated at 19.8% (193 of 974 strings) Translation: Pleroma/Pleroma Backend (domain config_descriptions) Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-config_descriptions/zh_Hans/
2024-08-22Translated using Weblate (Chinese (Simplified))Eric Zhang
Currently translated at 100.0% (100 of 100 strings) Translation: Pleroma/Pleroma Backend (domain errors) Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-errors/zh_Hans/
2024-08-22Translated using Weblate (Chinese (Simplified))Eric Zhang
Currently translated at 100.0% (34 of 34 strings) Translation: Pleroma/Pleroma Backend (domain default) Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-default/zh_Hans/
2024-08-22Translated using Weblate (Chinese (Simplified))Eric Zhang
Currently translated at 100.0% (47 of 47 strings) Translation: Pleroma/Pleroma Backend (domain posix_errors) Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-posix_errors/zh_Hans/
2024-08-22Translated using Weblate (Chinese (Simplified))Yating Zhan
Currently translated at 19.8% (193 of 974 strings) Translation: Pleroma/Pleroma Backend (domain config_descriptions) Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-config_descriptions/zh_Hans/
2024-08-22Translated using Weblate (Chinese (Simplified))Eric Zhang
Currently translated at 19.8% (193 of 974 strings) Translation: Pleroma/Pleroma Backend (domain config_descriptions) Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-config_descriptions/zh_Hans/
2024-08-22Added translation using Weblate (Chinese (Simplified))Eric Zhang
2024-08-22Merge branch 'fix-imports' into 'develop'feld
Refactor Oban jobs for imports See merge request pleroma/pleroma!4234
2024-08-22Remove unnecessary re-fetch of the actorMark Felder
2024-08-22Change imports to generate an Oban job per each taskMark Felder
2024-08-22Fix Oban jobs for importsMark Felder
2024-08-19Merge branch 'reachability' into 'develop'feld
Fix reachability based on results of publishing attempts See merge request pleroma/pleroma!4231
2024-08-19Merge branch 'remote-fetcher-fixes' into 'develop'feld
Improve Remote Object Fetcher error handling, Oban See merge request pleroma/pleroma!4230
2024-08-19Address case where instance reachability status couldn't be updatedMark Felder
2024-08-19Fix test cases for validating instance reachability based on results of ↵Mark Felder
publishing attempts Now that we store the unreachable_since in the Oban job the value is no longer a %NaiveDateTime{} so the code was wrong
2024-08-18Merge branch 'mogrify' into 'develop'feld
Update mogrify See merge request pleroma/pleroma!4225
2024-08-17Improve Remote Object Fetcher error handling, ObanMark Felder
2024-08-17Merge remote-tracking branch 'origin/develop' into mogrifyMark Felder
2024-08-17Merge branch 'bump-oban' into 'develop'feld
Update Oban to 2.18 See merge request pleroma/pleroma!4228
2024-08-17Update Oban to 2.18Mark Felder
2024-08-16Update mogrifyMark Felder
Sent a pull request upstream to expand the version range depended on my blurhash https://github.com/rinpatch/blurhash/pull/1
2024-08-16Merge branch 'bugfix-truncate-remote-user-fields' into 'develop'feld
User: truncate remote user fields instead of rejecting See merge request pleroma/pleroma!4220
2024-08-16Merge branch 'norifications-marker' into 'develop'feld
Fix 'Setting a marker should mark notifications as read' Closes #2769 See merge request pleroma/pleroma!4223
2024-08-16Merge branch 'ci-git-fetch' into 'develop'feld
CI: GIT_STRATEGY: fetch See merge request pleroma/pleroma!4224
2024-08-15CI: GIT_STRATEGY: fetchHaelwenn (lanodan) Monnier
Seems to avoid fetching all the branches which was preventing shallow cloning from being actually useful.
2024-08-14Fix 'Setting a marker should mark notifications as read'marcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-08-14User: truncate remote user fields instead of rejectingHaelwenn (lanodan) Monnier
2024-08-13Merge branch 'fix-random-test-errors' into 'develop'feld
Fix random test failures, revert auto-retry failed tests See merge request pleroma/pleroma!4221
2024-08-13Revert "Custom mix task to retry failed tests once in CI pipeline"Mark Felder
This reverts commit ed2976b237b53a524247d564691e0a12d3231d68.
2024-08-13Fix the uploads migration mix task test which leaked a change to the ↵Mark Felder
configured Uploader