Commit graph

77 commits

Author SHA1 Message Date
Mark Felder df0abd99c7 Change user.deactivated field to user.is_active 2021-01-18 15:16:54 -06:00
Angelina Filippova b82ee6ff0b Tablet UI for report show page 2020-12-04 01:54:21 +03:00
Angelina Filippova c1dfdd3bbe Add mobile UI for single report show page 2020-12-04 01:37:56 +03:00
Angelina Filippova 9913909cfa Fix loading single report page 2020-12-03 23:23:20 +03:00
Angelina Filippova fd351d63c7 Remove code comment leak 2020-11-29 21:57:17 +03:00
Angelina Filippova f5b4845aa2 Revert "Merge branch 'feature/edit-tags-manually' into 'develop'"
This reverts commit fd9f0542ce17e26fa7459ad816b7b20c003786ef, reversing
changes made to acfe0dd6a3e600eaf0bb2000ccca6202542c9144.
2020-11-29 21:57:17 +03:00
Angelina Filippova 46e590c932 Fix moderate user dropdown width 2020-11-29 21:07:48 +03:00
Angelina Filippova a6202e7460 Add dropdown for changing report's state and moderating user 2020-11-29 21:07:48 +03:00
Angelina Filippova 4851642faf Fix styles for report show page 2020-11-29 21:07:48 +03:00
Angelina Filippova 855f8640b2 Extract Report content into a separate component and reuse it in single report component 2020-11-29 21:07:48 +03:00
Angelina Filippova 3f31748e08 Create show page for a single report 2020-11-29 21:07:48 +03:00
Angelina Filippova fdbd5fdaf8 Iterate over list of tags to render tags menu when moderating users form Reports 2020-11-29 21:07:48 +03:00
Angelina Filippova 665153c903 Add checking if tag policy is enabled in Reports, add ability to enable it 2020-11-29 20:56:16 +03:00
Angelina Filippova ee34707047 Move actions that manage users from Reports to reports module 2020-11-29 20:56:16 +03:00
Angelina Filippova 0b81053f24 Update action in dropdown, add confirmation when deleting a user 2020-11-29 20:56:16 +03:00
Alex Gleason e0bfc95a00
Use tag names from TagPolicy, fixes #134 2020-08-04 13:47:06 -05:00
Angelina Filippova b3423fcf85 Fix styles 2020-07-28 21:32:40 +03:00
Angelina Filippova 1899450dc1 Rename action that sets reports filter 2020-07-14 02:44:16 +03:00
Angelina Filippova d0939463c2 Add link to note's author profile page 2020-06-10 19:33:26 +03:00
Angelina Filippova a8fb2a7255 In Reports add link to user's profile page in admin-fe and to user's account in Pleroma 2020-06-10 01:49:20 +03:00
Angelina Filippova 727f72f058 Add confirmation fot note deletion 2020-06-06 22:17:15 +03:00
Angelina Filippova 789fa36e1a Replace checking if acccount is valid with checking if property exists 2020-06-06 22:16:25 +03:00
Angelina Filippova 8b5bd59267 Replace display_name with nickname in Reports and Report Notes, check if account is valid 2020-06-02 00:01:56 +03:00
Angelina Filippova f4d7ad9453 Refactoring and unification of function names 2020-05-30 21:51:13 +03:00
Angelina Filippova 7b7a05170a Disable moderation of users that don't have nicknames or IDs 2020-05-18 20:07:26 +03:00
Angelina Filippova 1f7d78406c Update Reports for cases when actor or account is missing 2020-04-19 02:25:04 +03:00
Angelina Filippova 992d07b1c4 Merge branch 'develop' into fix/reports-shows-up-blank 2020-04-19 00:24:47 +03:00
Angelina Filippova 655584c877 Show reboot button on every page 2020-04-17 22:27:00 +00:00
Angelina Filippova ac6799211d Exclude cases when length can be called on null or undefined 2020-04-08 23:16:14 +03:00
Angelina Filippova d5e11e279f Update displaying accounts in reports and statuses 2020-04-08 18:56:01 +03:00
Angelina Filippova 1d21dc5192 Update header margin 2020-03-18 21:09:25 +03:00
Angelina Filippova f4d40cb157 Add styles for divider on report tab 2020-02-27 19:40:24 +03:00
Angelina Filippova 868eb9dc71 Remove grouped reports from admin-fe 2020-02-27 19:29:05 +03:00
Angelina Filippova e38c59cc49 Fix mobile-UI for reports section 2020-02-27 01:13:51 +03:00
Angelina Filippova 648acc8934 Fix margins for grouped reports 2020-02-26 22:00:49 +03:00
Angelina Filippova 38638e5637 Add a divider to distinguish grouped settings 2020-02-15 14:25:45 +03:00
Angelina Filippova 2a82ad691c Fix styles for desktop and mobile UI on Reports tab 2020-02-09 22:24:23 +03:00
Angelina Filippova 74018751e8 Remove checkboxes from statuses where they are not used 2020-01-31 22:12:00 +03:00
Maxim Filippov 6d14481fdc fix test 2019-12-08 19:56:27 +03:00
Maxim Filippov 1ba4564b20 Add report notes 2019-12-08 11:26:42 +03:00
Maxim Filippov dd6802bdb6 Move status from views to components folder 2019-11-29 22:45:31 +09:00
Angelina Filippova dc83582629 Combine reports with one topic and add pagination 2019-11-28 11:04:05 +00:00
Angelina Filippova 4d58527201 Update api function and module action for user deletion 2019-10-16 14:24:35 +02:00
Angelina Filippova 42f73e6c79 Pass users instead of nicknames to actions that toggle activation 2019-10-12 09:44:44 +03:00
Angelina Filippova 77a153deac Update api for ActivateUsers and DeactivateUsers actions 2019-10-11 03:28:55 +03:00
Maxim Filippov 1222604703 Reporting enhancements
- User moderate actions
- Don't show closed reports on the main reports dashboard
- User links should link to the user's local (or shadowed) profile *inside* Admin FE so a moderator can do a more "full spectrum" analysis of the situation
2019-07-24 20:50:45 +00:00
Angelina Filippova 42f88d0bea Render html tags in statuses 2019-06-15 19:01:10 +00:00
Angelina Filippova fdb12d7a05 Add tests for adding and removing sensitive flag to a status 2019-05-30 02:11:23 +02:00
Angelina Filippova 7bf7f4ef4c Add tests for changing report state 2019-05-29 23:48:50 +02:00
Angelina Filippova 7d8099edef Fix pagination when filter is applied 2019-05-26 21:05:40 +02:00