aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-29Merge branch 'chore/user-relationships-target-id-rel-type-index' into 'develop'lain
Added index on [:target_id, :relationship_type] to :user_relationships See merge request pleroma/pleroma!3588
2021-12-29`mix format`Ivan Tashkinov
2021-12-29Added index on [:target_id, :relationship_type] to :user_relationships ↵Ivan Tashkinov
(speeds up `Notification.exclude_blockers/_`).
2021-12-28Merge branch 'changelog' into 'develop'Alex Gleason
Update CHANGELOG.md See merge request pleroma/pleroma!3586
2021-12-28Update CHANGELOG.mdAlex Gleason
2021-12-28Merge branch 'mastodon-lookup' into 'develop'Alex Gleason
MastoAPI: Add `GET /api/v1/accounts/lookup` See merge request pleroma/pleroma!3584
2021-12-28AccountController.lookup: skip authmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-28AccountController.lookup: skip visibility checkmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-28wipmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-28Merge remote-tracking branch 'pleroma/develop' into mastodon-lookupmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-28MastoAPI: Add `GET /api/v1/accounts/lookup`marcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-28Merge branch 'apps-api-endpoint' into 'develop'Alex Gleason
Apps API endpoint See merge request pleroma/pleroma!3583
2021-12-28Deal with target not found error in add_aliasTusooa Zhu
Ref: emit-move
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-27PleromaAPI.AppView: add testAlex Gleason
2021-12-27AppController: remove unnecessary `require Logger`Alex Gleason
2021-12-27Apps: add test for get_user_apps/1Alex Gleason
2021-12-27AppController: test creating with and without a userAlex Gleason
2021-12-27Apps: add user_id indexAlex Gleason
2021-12-27Merge remote-tracking branch 'origin/develop' into apps-api-endpointAlex Gleason
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-26Revert "Merge branch 'notice-routes' into 'develop'"Sean King
2021-12-26CI: Fix the broken tasks.Lain Soykaf