Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-14 | AdminAPI: Add `PATCH /api/pleroma/admin/users/approve` endpoint | Alex Gleason | |
2020-03-16 | Admin API: `PATCH /api/pleroma/admin/users/:nickname/credentials`, `GET ↵ | eugenijm | |
/api/pleroma/admin/users/:nickname/credentials`. | |||
2020-03-16 | Admin API: `PATCH /api/pleroma/admin/users/:nickname/change_password` | eugenijm | |
2020-03-07 | moderation log: fix improperly migrated data | rinpatch | |
Some of the actions used to have a user map as a subject, which was then changed to an array of user maps. However instead of migrating old data there was just a hack to transform it every time, moreover this hack didn't include all possible actions, which resulted in crashes. This commit fixes the crashes by introducing a proper database migration for old data. Closes #1606 | |||
2019-12-08 | Implement report notes destruction | Maxim Filippov | |
2019-11-19 | AdminAPI: Confirm user account, resend confirmation email | Maxim Filippov | |
2019-11-05 | Merge branch 'develop' into feature/multiple-users-force-password-reset | Maxim Filippov | |
2019-11-01 | Fix moderation log crash | Maxim Filippov | |
2019-11-01 | Force password reset for multiple users | Maxim Filippov | |
2019-10-15 | DELETE /api/pleroma/admin/users now accepts nicknames array | Maxim Filippov | |
2019-10-09 | Ability to toggle activation status and permission group for a group of users | Maxim Filippov | |
2019-09-01 | Add pagination to logs | Maxim Filippov | |
2019-08-31 | Style | Maxim Filippov | |
2019-08-31 | Add ability to search moderation logs | Maxim Filippov | |
2019-08-27 | Filter logs by date | Maxim Filippov | |
2019-08-25 | Log admin/moderator actions | Maxim Filippov | |