aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web
AgeCommit message (Collapse)Author
2021-12-27EnsureStaffPrivilegedPlug: don't let non-moderators throughAlex Gleason
2021-12-27AdminAPI: fix duplicated routesAlex Gleason
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-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-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 remote-tracking branch 'origin/develop' into remote-follow-apimarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
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-19Merge remote-tracking branch 'origin/develop' into moderatorsAlex Gleason
2021-12-19Merge branch 'mkljczk-develop-patch-64464' into 'develop'Alex Gleason
Add "exposable_reactions" to features, if showing reactions See merge request pleroma/pleroma!3523
2021-12-19Merge branch 'manifest' into 'develop'Alex Gleason
Expose /manifest.json for PWA Closes #882 See merge request pleroma/pleroma!3544
2021-12-19Merge branch 'replies-count' into 'develop'Alex Gleason
Fix replies count for remote replies See merge request pleroma/pleroma!3541
2021-12-19Merge branch 'link-headers-chats' into 'develop'Alex Gleason
Add link headers in ChatController.index2 See merge request pleroma/pleroma!3562
2021-12-19Merge branch 'live-dashboard' into 'develop'Alex Gleason
Add Phoenix LiveDashboard See merge request pleroma/pleroma!3566
2021-12-19Merge remote-tracking branch 'origin/develop' into manifestAlex Gleason
2021-12-19Merge branch 'v2-suggestions' into 'develop'Alex Gleason
V2 suggestions See merge request pleroma/pleroma!3547
2021-12-19Merge branch 'fix-search-dos' into 'develop'Alex Gleason
Search: limit number of results (prevent DoS) See merge request pleroma/pleroma!3563
2021-12-17Allow updating accepted follow activities in ↵Tusooa Zhu
Web.ActivityPub.Utils.update_follow_state_for_all/2 Mastodon uses the Reject activity also for the purpose of removing a follower, in addition to reject a follow request. We should also update the original Follow activity in this case.
2021-12-15Merge remote-tracking branch 'origin/develop' into live-dashboardAlex Gleason
2021-12-15Add Phoenix LiveDashboardAlex Gleason
Co-authored-by: Egor Kislitsyn <egor@kislitsyn.com>
2021-12-15Merge branch 'delete-account-fix' into 'develop'lain
TwitterAPI: allow deleting one's own account with request body Closes #2799 and #2746 See merge request pleroma/pleroma!3564
2021-12-13TwitterAPI: allow deleting one's own account with request bodyAlex Gleason
2021-12-12Search: limit number of resultsAlex Gleason
2021-12-12Add link headers in ChatController.index2marcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-07Merge remote-tracking branch 'origin/develop' into fix-attachment-dimensionsAlex Gleason
2021-12-07AttachmentValidator: ingest width and heightAlex Gleason
2021-12-07Linting.Lain Soykaf
2021-12-07move result into with guardFinn Behrens
2021-12-06Add 'notifying' to relationship for compatibility with Mastodonmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-06MastoAPI: accept notify param in follow requestmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-03Merge remote-tracking branch 'origin/develop' into password-resetAlex Gleason
2021-12-03Restore POST /auth/passwordAlex Gleason
2021-12-02remote_interaction API endpointmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-11-26v2 Suggestions: return `is_suggested` through the APIAlex Gleason
2021-11-26Instance: add v2_suggestions featureAlex Gleason
2021-11-26v2 Suggestions: also filter out users you followAlex Gleason
2021-11-26v2 Suggestions: actually flter out dismissed suggestionsAlex Gleason
2021-11-26v2 Suggestions: dismiss a suggestionAlex Gleason
2021-11-26AdminAPI: suggest a user through the APIAlex Gleason
2021-11-26v2 Suggestions: don't skip visibility checkAlex Gleason
2021-11-26v2 Suggestions: rudimentary API responseAlex Gleason
2021-11-25v2 Suggestions: return empty arrayAlex Gleason
2021-11-24Merge remote-tracking branch 'pleroma/develop' into manifestAlex Gleason
2021-11-24Expose /manifest.json for PWAAlex Gleason
2021-11-23Fix replies count for remote repliesmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>