aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/admin_api
AgeCommit message (Collapse)Author
2020-11-04Merge branch 'chore/elixir-1.11' into 'develop'feld
Elixir 1.11 compatibility / Phoenix 1.5+ See merge request pleroma/pleroma!3059
2020-10-13Merge branch 'develop' into refactor/locked_user_fieldMark Felder
2020-10-13Change user.locked field to user.is_lockedMark Felder
2020-10-13changes after rebaseAlexander Strizhakov
2020-10-13alias alphabetically orderAlexander Strizhakov
2020-10-13OAuthScopesPlug module nameAlexander Strizhakov
2020-10-13oauth consistencyAlexander Strizhakov
2020-09-28added `force` option to the unfollow operationMaksim Pechnikov
2020-09-17Return the file content for `GET ↵eugenijm
/api/pleroma/admin/instance_document/:document_name`
2020-09-17AdminAPI: Allow to modify Terms of Service and Instance Panel via Admin APIeugenijm
2020-09-11Chat Moderation: use explicit `sender` and `recipient` fieldsAlex Gleason
2020-09-11AdminAPI: fix delete chat messageAlex Gleason
2020-09-11AdminAPI: show chatAlex Gleason
2020-09-11AdminAPI: list messages in a chatAlex Gleason
2020-09-11Refactor with Chat.for_user_query/1Alex Gleason
2020-09-11AdminAPI: list chats for a userAlex Gleason
2020-09-11AdminAPI: delete a chat messageAlex Gleason
2020-09-11MastodonAPI.StatusView.get_user/1 --> CommonAPI.get_user/1Alex Gleason
2020-09-08Merge branch 'fix/admin-controller-atom-leak' into 'develop'rinpatch
Fix atom leak in AdminAPIController See merge request pleroma/secteam/pleroma!6
2020-08-24Merge branch 'relay-fix-admin-fe' into 'develop'feld
Relay fix for admin-fe See merge request pleroma/pleroma!2902
2020-08-21adding actor type in user showAlexander Strizhakov
2020-08-19relay fix for admin-feAlexander Strizhakov
2020-08-16fix search media proxy urlsMaksim Pechnikov
2020-08-11added paginate+search for admin/MediaProxy URLsMaksim Pechnikov
2020-07-26Merge remote-tracking branch 'upstream/develop' into by-approvalAlex Gleason
2020-07-23Merge branch '1973-chats-fix-with-restrict-unauthenticated' into 'develop'lain
[#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish :restrict_unauthenticated setting Closes #1973 See merge request pleroma/pleroma!2791
2020-07-23[#2791] AccountView: renamed `:force` option to `:skip_visibility_check`.Ivan Tashkinov
2020-07-23Merge branch 'issue/1878' into 'develop'lain
[#1878] fix reset confirmation email in admin section See merge request pleroma/pleroma!2751
2020-07-22[#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish ↵Ivan Tashkinov
:restrict_unauthenticated. Made `Pleroma.Web.MastodonAPI.AccountView.render("show.json", _)` demand :for or :force option in order to prevent incorrect rendering of empty map instead of expected user representation with truish :restrict_unauthenticated setting.
2020-07-14Merge remote-tracking branch 'upstream/develop' into by-approvalAlex Gleason
2020-07-14AdminAPI: Add `PATCH /api/pleroma/admin/users/approve` endpointAlex Gleason
2020-07-14AdminAPI: Filter users by `need_approval`Alex Gleason
2020-07-14AdminAPI: Return `approval_pending` with usersAlex Gleason
2020-07-14AdminAPI: Return `registration_reason` with usersAlex Gleason
2020-07-12Config/Docs: Expand behaviour suggestions at runtimehref
2020-07-11fix reset confirmation email in admin sectionMaksim Pechnikov
2020-07-09Admin API: fix `GET /api/pleroma/admin/users/:nickname/credentials` ↵eugenijm
returning 404 when getting the credentials of a remote user while `:instance, :limit_to_local_content` is set to `:unauthenticated`
2020-06-23Merge developRoman Chvanikov
2020-06-20proper error codes for error in adminFEAlexander Strizhakov
2020-06-17Change references from "deleted_urls" to "banned_urls" as nothing is handled ↵Mark Felder
via media deletions anymore; all actions are manual operations by an admin to ban the url
2020-06-17Merge branch 'develop' into issue/1855Mark Felder
2020-06-16Mogrify args as custom tuplesAlexander Strizhakov
2020-06-15added testsMaksim Pechnikov
2020-06-12added admin api for MediaProxy cache invalidationMaksim Pechnikov
2020-06-09Add `url` field to AdminAPI.AccountViewEgor Kislitsyn
2020-06-08merge developRoman Chvanikov
2020-06-08Merge branch 'openapi/admin/relay' into 'develop'lain
Add OpenAPI spec for AdminAPI.RelayController See merge request pleroma/pleroma!2579
2020-06-05Merge remote-tracking branch 'origin/develop' into ↵Egor Kislitsyn
activity-pub-use-atoms-as-keys
2020-06-05Create Pleroma.Maps.put_if_present(map, key, value, value_fun // &{:ok, &1})Haelwenn
Unifies all the similar functions to one and simplify some blocks with it.
2020-06-04Use atoms as keys in `ActivityPub.fetch_*` functions optionsEgor Kislitsyn