aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-28Test that the target account is re-fetched in move_accountTusooa Zhu
Ref: emit-move
2021-12-28Make move_account endpoint process non-existent users properlyTusooa Zhu
Ref: emit-move
2021-12-28Make move_following worker follow then unfollowTusooa Zhu
Ref: emit-move
2021-12-28Federate unfollow activity in move_following properlyTusooa Zhu
0: Use the CommonAPI unfollow function to make sure the unfollow activity is federated. 1: Limit the follow and unfollow to local followers only, while let the romote servers decide whether to move their followers. Ref: emit-move
2021-12-28Make Move activity federate properlyTusooa Zhu
Ref: emit-move
2021-12-28Document aliases endpointsTusooa Zhu
Ref: emit-move
2021-12-28Add deleting alias endpointTusooa Zhu
Ref: emit-move
2021-12-28Add get and add aliases endpointsTusooa Zhu
Ref: emit-move
2021-12-28Add User.add_alias/2 and User.alias_users/1Tusooa Zhu
Ref: emit-move
2021-12-28Add changelogTusooa Zhu
2021-12-28Document move_account APITusooa Zhu
Ref: emit-move
2021-12-28Implement moving accountTusooa Zhu
Ref: emit-move
2021-12-28Merge branch 'ensure-staff-privileged-strict' into 'develop'Alex Gleason
EnsureStaffPrivilegedPlug: don't let non-moderators through See merge request pleroma/pleroma!3582
2021-12-27EnsureStaffPrivilegedPlug: don't let non-moderators throughAlex Gleason
2021-12-27Merge branch 'admin-fix-duplicated-endpoints' into 'develop'Alex Gleason
AdminAPI: fix duplicated routes See merge request pleroma/pleroma!3581
2021-12-27AdminAPI: fix duplicated routesAlex Gleason
2021-12-27Merge branch 'finch' into 'develop'Alex Gleason
Finch support See merge request pleroma/pleroma!3565
2021-12-27Merge branch 'tag-gun-erratic' into 'develop'Alex Gleason
ConnectionPoolTest: tag erratic test See merge request pleroma/pleroma!3580
2021-12-27Merge remote-tracking branch 'origin/develop' into finchAlex Gleason
2021-12-27ConnectionPoolTest: tag erratic testAlex Gleason
2021-12-27Merge branch 'restricted-moderators' into 'develop'Alex Gleason
AdminAPI: Optionally restrict moderators from accessing sensitive data See merge request pleroma/pleroma!3578
2021-12-27EnsureStaffPrivilegedPlug: add testsAlex Gleason
2021-12-27Merge branch 'log-slow-queries' into 'develop'Alex Gleason
Log slow Ecto queries See merge request pleroma/pleroma!3553
2021-12-27Made slow queries logging disabled by default.Ivan Tashkinov
2021-12-27Fix lint errorsAlibek Omarov
2021-12-27API: fix duplicate :get_password_token routeAlibek Omarov
2021-12-27API: show info about privileged staff in instance metadataAlibek Omarov
2021-12-27API: optionally restrict moderators from accessing sensitive dataAlibek Omarov
2021-12-26Configurability of slow queries logging ([:pleroma, :telemetry, ↵Ivan Tashkinov
:slow_queries_logging]). Adjusted log messages truncation to 65 kb (was default: 8 kb). Non-truncated logging of slow query params.
2021-12-26Merge branch 'erratic' into 'develop'lain
CI: Start testing erratic test again See merge request pleroma/pleroma!3575
2021-12-26Update changelogLain Soykaf
2021-12-26Merge branch 'finch' of git.pleroma.social:pleroma/pleroma into finchLain Soykaf
2021-12-26Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into finchLain Soykaf
2021-12-26CI: Start testing erratic test againLain Soykaf
Erratic tests are now ran in their own task, so we don't block normal testing. The runtime is under a minute, so even if this one has to be retried, it shouldn't take forever.
2021-12-26Merge branch 'ci-dont-retry' into 'develop'Alex Gleason
GitLab CI: don't retry failed jobs See merge request pleroma/pleroma!3574
2021-12-26Merge branch 'profile-directory' into 'develop'Alex Gleason
MastoAPI: Profile directory See merge request pleroma/pleroma!3573
2021-12-26MastoAPI: Profile directorymarcin mikołajczak
2021-12-26Merge branch 'notice-routes' into 'develop'Alex Gleason
Add notice compatibility routes for other frontends Closes #1785 See merge request pleroma/pleroma!3402
2021-12-25GitLab CI: don't retry failed jobsAlex Gleason
2021-12-25Pleroma.Web.base_url() --> Endpoint.url()Alex Gleason
2021-12-25Merge remote-tracking branch 'origin/develop' into notice-routesAlex Gleason
2021-12-25Merge branch 'account-notes' into 'develop'Alex Gleason
MastoAPI: Add user notes on accounts See merge request pleroma/pleroma!3540
2021-12-25Merge branch 'account-subscriptions' into 'develop'Alex Gleason
MastoAPI: accept notify param in follow request See merge request pleroma/pleroma!3555
2021-12-25Merge branch 'remote-follow-api' into 'develop'Alex Gleason
remote_interaction API endpoint See merge request pleroma/pleroma!3545
2021-12-25Merge remote-tracking branch 'origin/develop' into remote-follow-apimarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-23Merge branch 'warnings-as-errors' into 'develop'Alex Gleason
Enable :warnings_as_errors for CI only See merge request pleroma/pleroma!3474
2021-12-23Merge branch 'add-nodeinfo-doc' into 'develop'Alex Gleason
Add initial Nodeinfo document See merge request pleroma/pleroma!3546
2021-12-23Add initial Nodeinfo documentHakaba Hitoyo
2021-12-23Merge branch 'from/develop/tusooa/2802-propagate-reject' into 'develop'Alex Gleason
Handle Reject for already-accepted Follows properly Closes #2766 and #2802 See merge request pleroma/pleroma!3568
2021-12-22Merge branch 'moderators' into 'develop'Alex Gleason
AdminAPI: let moderators actually do things Closes #2490 See merge request pleroma/pleroma!3480