Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-06-04 | Merge branch 'develop' into 'openapi/admin/relay' | minibikini | |
# Conflicts: # lib/pleroma/web/admin_api/controllers/admin_api_controller.ex | |||
2020-06-04 | Merge branch 'develop' into openapi/admin/relay | Egor Kislitsyn | |
2020-06-04 | Merge branch 'develop' into openapi/admin/config | Egor Kislitsyn | |
2020-06-03 | Add OpenAPI spec for AdminAPI.ReportController | Egor Kislitsyn | |
2020-06-03 | Move report actions to AdminAPI.ReportController | Egor Kislitsyn | |
2020-06-03 | Merge branch 'openapi/update-admin-api/status' into 'develop' | Haelwenn | |
Update OpenAPI spec for AdminAPI.StatusController See merge request pleroma/pleroma!2624 | |||
2020-06-03 | Use AdminAPI.StatusView in api/admin/users | Egor Kislitsyn | |
2020-06-02 | Update OpenAPI spec for AdminAPI.StatusController | Egor Kislitsyn | |
2020-06-02 | Merge branch 'develop' into openapi/admin/relay | Egor Kislitsyn | |
2020-06-02 | Merge branch 'openapi/admin/oauth-apps' into 'develop' | lain | |
Add OpenAPI spec for AdminAPI.OAuthAppContoller See merge request pleroma/pleroma!2582 | |||
2020-06-02 | Merge branch 'openapi/admin/invites' into 'develop' | lain | |
Add OpenAPI spec for AdminAPI.InviteController See merge request pleroma/pleroma!2585 | |||
2020-06-02 | Merge branch 'fix/invisible-repeats' into 'develop' | lain | |
Do not include activities of invisible users unless explicitly requested Closes #1833 See merge request pleroma/pleroma!2620 | |||
2020-06-02 | Do not include activities of invisible users unless explicitly requested | rinpatch | |
Closes #1833 | |||
2020-06-02 | Merge branch 'feature/status-by-id-account-view' into 'develop' | lain | |
another view for account in admin-fe status_show Closes #1783 See merge request pleroma/pleroma!2543 | |||
2020-05-28 | Add OpenApi spec to AdminAPI.ConfigController | Egor Kislitsyn | |
2020-05-28 | Move config actions to AdminAPI.ConfigController | Egor Kislitsyn | |
2020-05-27 | Apply suggestion to ↵ | Alexander Strizhakov | |
lib/pleroma/web/admin_api/controllers/admin_api_controller.ex | |||
2020-05-27 | validate actor type | Alexander Strizhakov | |
2020-05-26 | Add AdminAPI.InviteView | Egor Kislitsyn | |