Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-04 | Merge branch 'chore/elixir-1.11' into 'develop' | feld | |
Elixir 1.11 compatibility / Phoenix 1.5+ See merge request pleroma/pleroma!3059 | |||
2020-10-13 | Merge branch 'develop' into refactor/locked_user_field | Mark Felder | |
2020-10-13 | Change user.locked field to user.is_locked | Mark Felder | |
2020-10-13 | changes after rebase | Alexander Strizhakov | |
2020-10-13 | alias alphabetically order | Alexander Strizhakov | |
2020-10-13 | OAuthScopesPlug module name | Alexander Strizhakov | |
2020-10-13 | oauth consistency | Alexander Strizhakov | |
2020-09-28 | added `force` option to the unfollow operation | Maksim Pechnikov | |
2020-09-17 | Return the file content for `GET ↵ | eugenijm | |
/api/pleroma/admin/instance_document/:document_name` | |||
2020-09-17 | AdminAPI: Allow to modify Terms of Service and Instance Panel via Admin API | eugenijm | |
2020-09-11 | Chat Moderation: use explicit `sender` and `recipient` fields | Alex Gleason | |
2020-09-11 | AdminAPI: fix delete chat message | Alex Gleason | |
2020-09-11 | AdminAPI: show chat | Alex Gleason | |
2020-09-11 | AdminAPI: list messages in a chat | Alex Gleason | |
2020-09-11 | Refactor with Chat.for_user_query/1 | Alex Gleason | |
2020-09-11 | AdminAPI: list chats for a user | Alex Gleason | |
2020-09-11 | AdminAPI: delete a chat message | Alex Gleason | |
2020-09-11 | MastodonAPI.StatusView.get_user/1 --> CommonAPI.get_user/1 | Alex Gleason | |
2020-09-08 | Merge branch 'fix/admin-controller-atom-leak' into 'develop' | rinpatch | |
Fix atom leak in AdminAPIController See merge request pleroma/secteam/pleroma!6 | |||
2020-08-24 | Merge branch 'relay-fix-admin-fe' into 'develop' | feld | |
Relay fix for admin-fe See merge request pleroma/pleroma!2902 | |||
2020-08-21 | adding actor type in user show | Alexander Strizhakov | |
2020-08-19 | relay fix for admin-fe | Alexander Strizhakov | |
2020-08-16 | fix search media proxy urls | Maksim Pechnikov | |
2020-08-11 | added paginate+search for admin/MediaProxy URLs | Maksim Pechnikov | |
2020-07-26 | Merge remote-tracking branch 'upstream/develop' into by-approval | Alex Gleason | |
2020-07-23 | Merge 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-23 | Merge 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-14 | Merge remote-tracking branch 'upstream/develop' into by-approval | Alex Gleason | |
2020-07-14 | AdminAPI: Add `PATCH /api/pleroma/admin/users/approve` endpoint | Alex Gleason | |
2020-07-14 | AdminAPI: Filter users by `need_approval` | Alex Gleason | |
2020-07-14 | AdminAPI: Return `approval_pending` with users | Alex Gleason | |
2020-07-14 | AdminAPI: Return `registration_reason` with users | Alex Gleason | |
2020-07-12 | Config/Docs: Expand behaviour suggestions at runtime | href | |
2020-07-11 | fix reset confirmation email in admin section | Maksim Pechnikov | |
2020-07-09 | Admin 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-23 | Merge develop | Roman Chvanikov | |
2020-06-20 | proper error codes for error in adminFE | Alexander Strizhakov | |
2020-06-17 | Change 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-17 | Merge branch 'develop' into issue/1855 | Mark Felder | |
2020-06-16 | Mogrify args as custom tuples | Alexander Strizhakov | |
2020-06-15 | added tests | Maksim Pechnikov | |
2020-06-12 | added admin api for MediaProxy cache invalidation | Maksim Pechnikov | |
2020-06-09 | Add `url` field to AdminAPI.AccountView | Egor Kislitsyn | |
2020-06-08 | merge develop | Roman Chvanikov | |
2020-06-08 | Merge branch 'openapi/admin/relay' into 'develop' | lain | |
Add OpenAPI spec for AdminAPI.RelayController See merge request pleroma/pleroma!2579 | |||
2020-06-05 | Merge remote-tracking branch 'origin/develop' into ↵ | Egor Kislitsyn | |
activity-pub-use-atoms-as-keys | |||
2020-06-05 | Create 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-04 | Use atoms as keys in `ActivityPub.fetch_*` functions options | Egor Kislitsyn | |