aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/moderation
Commit message (Collapse)AuthorAgeFilesLines
* Fix action button overflow in tablesChocobozzz2020-05-204-4/+4
|
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-084-4/+4
|
* Use video abuse filters on client sideChocobozzz2020-05-071-2/+2
|
* Support pagination rowsPerPage change in instance account/server blocklistsRigel Kent2020-05-062-2/+2
|
* Fix video-abuse-details avatar display and user-list dropdown placementRigel Kent2020-05-051-2/+2
|
* Fix video-abuse-list init abuse duplicationRigel Kent2020-05-041-2/+3
|
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-047-34/+64
| | | | search query param dynamically
* Move abuse-list details into its own componentRigel Kent2020-05-043-74/+94
|
* Only show updatedAt date of abuse if different from createdAtRigel Kent2020-05-041-0/+1
|
* Bind expanded rows to item ids instead of row numberRigel Kent2020-05-042-0/+2
|
* Support is:blacklisted as video-abuse-list filterRigel Kent2020-05-041-1/+1
|
* Reduce createdAt column size by using short date formatRigel Kent2020-05-044-9/+9
|
* Switching to a named filters/single input on video-abuseRigel Kent2020-05-043-9/+40
|
* Add links from user-editRigel Kent2020-05-011-0/+1
|
* Add reportee stats for deleted videosRigel Kent2020-05-011-1/+1
|
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-015-16/+20
|
* Unify paginator disabling when no result is displayable, fix batch domain ↵Rigel Kent2020-05-015-15/+5
| | | | add for non-https
* Support search param in URL for video abusesRigel Kent2020-05-012-8/+21
|
* Fixing circular dependency and table variable accessRigel Kent2020-05-011-2/+2
|
* Empty states for tablesRigel Kent2020-05-016-4/+73
|
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-018-25/+73
|
* Factorize video display in table for moderation components, apply it to ↵Rigel Kent2020-05-015-83/+99
| | | | blacklisted videos as well
* Add nth abuse count for a given video, add reporter/reportee reports statsRigel Kent2020-05-015-23/+115
|
* Add search for video, reporter and channel name fieldsRigel Kent2020-05-013-29/+67
|
* Add video channel and video thumbnail, rework video appearance in rowRigel Kent2020-05-016-16/+139
|
* Increase rows per page, add reporter muting for abuse listRigel Kent2020-05-016-13/+66
|
* Make sure a report doesn't get deleted upon the deletion of its videoRigel Kent2020-05-014-6/+29
|
* Update translationsChocobozzz2020-04-154-5/+5
|
* Refactor follow/mute as modals in admin, add actions in abuse listRigel Kent2020-04-146-32/+106
|
* Rich reporter field and video embed in moderation abuse listRigel Kent2020-04-134-23/+84
|
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-136-17/+27
| | | | for index url
* Improve admin tables row expandChocobozzz2020-04-082-2/+4
|
* Fix sort in admin tablesChocobozzz2020-04-084-0/+16
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-021-1/+4
|
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-131-1/+1
|
* Fix angular 9 buildChocobozzz2020-02-104-4/+4
|
* Lazy load static objectsChocobozzz2019-12-182-13/+20
|
* Serve audit logs to clientChocobozzz2019-12-112-2/+2
|
* Update angularChocobozzz2019-07-252-2/+2
|
* Fix pagination in my videos pageChocobozzz2019-05-211-0/+1
|
* Refactor videos selection componentsChocobozzz2019-04-053-129/+42
|
* Refactor video miniaturesChocobozzz2019-04-033-51/+26
|
* Upgrade server depChocobozzz2019-04-021-1/+1
|
* Restore videos list componentsChocobozzz2019-04-022-50/+38
|
* add quarantine videos feature (#1637)Josh Morel2019-04-029-6/+284
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Lazy import some modulesChocobozzz2019-02-154-13/+27
|
* Fix moderators that cannot access the muted servers tableChocobozzz2019-02-151-1/+1
|
* Refactor how we use iconsChocobozzz2019-01-172-4/+5
| | | | Inject them in an angular component so we can easily change their color
* Fix notification z-index on modalsChocobozzz2019-01-151-2/+2
|
* Increase abuse length to 3000Chocobozzz2019-01-145-4/+17
| | | | And correctly handle new lines