Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-14 | CommonAPI: generate ModerationLog for all admin/moderator deletes | Haelwenn (lanodan) Monnier | |
As a side-effect it also changes the ChatMessage delete ID to an Activity.id rather than MessageReference.id Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2958 | |||
2022-07-14 | Pass in msgctxt for config translation strings | Tusooa Zhu | |
2022-07-13 | Make admin api use translated config descriptions | Tusooa Zhu | |
2022-03-08 | Format announcements into html | Tusooa Zhu | |
2022-03-08 | Add pagination to AdminAPI.AnnouncementController.index | Tusooa Zhu | |
2022-03-08 | Implement update announcement admin api | Tusooa Zhu | |
2022-03-08 | Add starts_at, ends_at and all_day parameters | Tusooa Zhu | |
2022-03-08 | Fill properties of announcements from Mastodon API spec | Tusooa Zhu | |
2022-03-08 | Implement first pass of announcement admin api | Tusooa Zhu | |
CCBUG: https://git.pleroma.social/pleroma/pleroma/-/issues/2836 CCBUG: https://git.pleroma.social/pleroma/pleroma/-/issues/1470 | |||
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-12-19 | Merge branch 'v2-suggestions' into 'develop' | Alex Gleason | |
V2 suggestions See merge request pleroma/pleroma!3547 | |||
2021-11-26 | v2 Suggestions: return `is_suggested` through the API | Alex Gleason | |
2021-11-26 | AdminAPI: suggest a user through the API | Alex Gleason | |
2021-11-15 | Merge branch 'instance-deletion' into 'develop' | lain | |
AdminAPI: endpoint to delete all content from a remote instance See merge request pleroma/pleroma!3483 | |||
2021-08-28 | List available frontends also when no static/frontends folder is present yet | Ilja | |
* To see what front ends are installed, it ls static/frontends. When this folder doesn't exists yet, it will return an empty array. * Installing still works since the folder is created during installation already Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3510 | |||
2021-08-14 | List available frontends also when no static/frontends folder is present yet | Ilja | |
* To see what front ends are installed, it ls static/frontends. When this folder doesn't exists yet, it will return an empty array. * Installing still works since the folder is created during installation already | |||
2021-08-13 | AdminAPI: hotfix for nil report objects | Alex Gleason | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3504 | |||
2021-08-11 | AdminAPI: hotfix for nil report objects | Alex Gleason | |
2021-07-17 | Merge remote-tracking branch 'pleroma/develop' into instance-deletion | Alex Gleason | |
2021-07-17 | AdminAPI.InstanceController: clean up tests, rename actions | Alex Gleason | |
2021-07-17 | AdminAPI: add DELETE /instances/:instance to delete all content from a ↵ | Alex Gleason | |
remote instance | |||
2021-07-17 | Create AdminAPI.InstanceController | Alex Gleason | |
2021-07-14 | Merge branch 'admin-api-users-sort' into 'develop' | feld | |
AdminAPI: sort new users at the top Closes #2709 See merge request pleroma/pleroma!3481 | |||
2021-07-14 | Merge remote-tracking branch 'pleroma/develop' into admin-api-users-date | Alex Gleason | |
2021-07-14 | AdminAPI: add date to users | Alex Gleason | |
2021-07-13 | Merge remote-tracking branch 'pleroma/develop' into admin-api-users-sort | Alex Gleason | |
2021-07-13 | AdminAPI: sort user results by ID descending | Alex Gleason | |
2021-06-08 | Create AdminAPI.UserView to avoid compile-time dep | Alex Gleason | |
Speeds up recompilation | |||
2021-06-07 | Put custom guards in Web.Utils.Guards | Alex Gleason | |
Speeds up recompilation by removing a compile-time cycle on AdminAPI.Search | |||
2021-05-29 | Merge remote-tracking branch 'pleroma/develop' into cycles-views | Alex Gleason | |
2021-05-29 | Create real Views for all Controllers | Alex Gleason | |
This makes views depend on each other at runtime instead of compile-time | |||
2021-03-02 | Add OpenAPI spec for AdminAPI.UserController | Egor Kislitsyn | |
2021-02-17 | OAuthScopesPlug: remove transform_scopes in favor of explicit admin scope ↵ | rinpatch | |
definitions Transforming scopes is no longer necessary since we are dropping support for accessing admin api without `admin:` prefix in scopes. | |||
2021-02-04 | Merge branch 'fix/configdb-error' into 'develop' | feld | |
Improve error message for ConfigDB See merge request pleroma/pleroma!3289 | |||
2021-01-28 | Improve error message for ConfigDB | Mark Felder | |
2021-01-27 | added total | Alexander Strizhakov | |
to the instance adminAPI endpoint | |||
2021-01-27 | added total | Alexander Strizhakov | |
to the user statuses adminAPI endpoint | |||
2021-01-18 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-18 | Merge branch 'develop' into refactor/approval_pending_user_field | Mark Felder | |
2021-01-15 | Change user.confirmation_pending field to user.is_confirmed | Mark Felder | |
2021-01-15 | Make setting user activation status explicit | Mark Felder | |
2021-01-15 | Change user.deactivated field to user.is_active | Mark Felder | |
2021-01-15 | Change user.approval_pending field to user.is_approved | Mark Felder | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2021-01-06 | AdminAPI: return user email | Alex Gleason | |
2021-01-05 | Merge branch 'fix/pagination-regression' into 'develop' | lain | |
Do not try to guess which pagination we need by the existence of an :offset param. Closes #2399 See merge request pleroma/pleroma!3230 | |||
2021-01-04 | Do not try to guess which pagination we need by the existence of an :offset ↵ | Mark Felder | |
param. Require explicit request to get offset pagination. | |||
2021-01-01 | AdminAPI: return id for moderation log entries | Alex Gleason | |
2020-12-31 | Merge branch 'fix/reports-ordering' into 'develop' | feld | |
Do not reverse order of reports. We want newest ones sorted to the top. Closes #2364 See merge request pleroma/pleroma!3225 | |||
2020-12-30 | Continue to use ActivityPub.fetch_user_activities/3, make it pass :offset | Mark Felder | |