Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-11 | changes after rebase | Alexander Strizhakov | |
2020-11-04 | Merge branch 'instance-docs' into 'develop' | feld | |
AdminAPI: Allow to modify Terms of Service and Instance Panel via Admin API Closes #1516 See merge request pleroma/pleroma!2931 | |||
2020-10-13 | changes after rebase | Alexander Strizhakov | |
2020-10-13 | tests consistency | Alexander Strizhakov | |
2020-09-22 | Merge remote-tracking branch 'upstream/develop' into email-fix-develop | Alex Gleason | |
2020-09-21 | Pass hackney tls config into email tests, #2101 | Alex Gleason | |
2020-09-17 | Merge branch 'omit-nondiscoverable-from-search' into 'develop' | Haelwenn | |
User search should respect discoverable flag See merge request pleroma/pleroma!2997 | |||
2020-09-17 | User search respect discoverable flag | stwf | |
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-17 | AdminAPI Chat tests: Remove factory. | lain | |
The factory system doesn't work too well with how the chats are done. Instead of tempting people to use it, let's rather use the CommonAPI system for now. | |||
2020-09-17 | Admin chat api tests: Small additions. | lain | |
2020-09-11 | Merge branch 'chat-moderation-stable' into chat-moderation | Alex Gleason | |
2020-09-11 | Chat moderation: fix formatting | Alex Gleason | |
2020-09-11 | Merge remote-tracking branch 'upstream/develop' into chat-moderation | Alex Gleason | |
2020-09-11 | Chat moderation: add tests for unauthorized access | Alex Gleason | |
2020-09-11 | Chat Moderation: use explicit `sender` and `recipient` fields | Alex Gleason | |
2020-09-11 | Credo fix | 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 | AdminAPI: list chats for a user | Alex Gleason | |
2020-09-11 | AdminAPI: delete a chat message | Alex Gleason | |
2020-09-01 | User table: ensure bio is always a string | rinpatch | |
Gets rid of '|| ""' in multiple places and fixes #2067 | |||
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-17 | Also purge bio and display name | Alex Gleason | |
2020-08-17 | Purge a local user upon deletion, fixes #2062 | Alex Gleason | |
2020-08-17 | Merge branch 'issue/1936' into 'develop' | lain | |
[#1936] Ability to search for banned MediaProxy URLs  See merge request pleroma/pleroma!2873 | |||
2020-08-16 | fix search media proxy urls | Maksim Pechnikov | |
2020-08-13 | Merge branch '1152-deletion' into 'develop' | lain | |
User deletion issue exploration See merge request pleroma/pleroma!2879 | |||
2020-08-13 | Merge branch 'develop' into issue/1936 | Maksim Pechnikov | |
2020-08-12 | Merge branch 'feature/update-welcome-setting-in-description' into 'develop' | feld | |
Update :welcome settings in description.exs Closes #2024 See merge request pleroma/pleroma!2843 | |||
2020-08-12 | AdminApiControllerTest: Add test that `deleted` users get deactivated. | lain | |
2020-08-11 | Merge branch '204-fix' into 'develop' | lain | |
Fix 500 errors when returning :no_content, fixes #2029 Closes #2029 See merge request pleroma/pleroma!2856 | |||
2020-08-11 | added paginate+search for admin/MediaProxy URLs | Maksim Pechnikov | |
2020-08-10 | Admin API: Filter out unapproved users when the `active` filter is on | Egor Kislitsyn | |
2020-08-07 | Force 204 responses to be empty, fixes #2029 | Alex Gleason | |
2020-08-07 | added test | Maksim Pechnikov | |
2020-07-30 | Merge branch 'develop' into issue/1933-update-dependency | Maksim Pechnikov | |
2020-07-29 | updated dev & test packages | 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 | |