aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/moderation
Commit message (Collapse)AuthorAgeFilesLines
* deal with refresh token in embedRigel Kent2020-08-061-1/+1
|
* decouple video abuse details from embed, add embed to block list detailsRigel Kent2020-08-062-9/+38
|
* Add abuse messages management in my accountChocobozzz2020-07-3114-1159/+16
|
* Add abuse message management in adminChocobozzz2020-07-314-18/+55
|
* Improve (accessibility title) and move action-buttons on left in tables (#2980)Kim2020-07-311-4/+5
| | | | | | | | | | | * Improve and move action-buttons on left in tables * Focus on my-delete and my-button * Correct spaces syntax * Move user-action dropdown on the left Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-232-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | * Improve nav border and colors on active and non-active * Remove margin-top effect on active nav * Use opacity / bold instead of color change on nav * Remove dropdown items label in sub-menu and add a class active * Position sub-menu to fixed * Autoclose dropdown sub-menu only on outside click * Remove open dropdown on hover in sub-menu * Show reusable h1 for dropdown item in sub-menu * Put reusable sub-menu h1 styles to mixins * Add icons to sub-menu dropdown-item h1 * Make all the sub-menu accessible with focus Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add ability to report accountChocobozzz2020-07-103-136/+251
|
* Add ability to report comments in front endChocobozzz2020-07-107-86/+184
|
* Add new abuses testsChocobozzz2020-07-101-2/+2
|
* Use 3 tables to represent abusesChocobozzz2020-07-1013-216/+223
|
* simplify navigation within most admin menusRigel Kent2020-07-022-34/+1
|
* remove extra action for when the video block type is set to manualRigel Kent2020-06-281-4/+6
|
* Fix query string parsingChocobozzz2020-06-261-2/+2
|
* Fix search filter in video reportsChocobozzz2020-06-261-3/+4
|
* Lazy load all routesChocobozzz2020-06-231-0/+1
|
* Reorganize client shared modulesChocobozzz2020-06-239-45/+34
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-224-9/+77
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* factorize account/server blocklists for users and instance (#2875)Rigel Kent2020-06-158-227/+15
|
* replace title with video name in moderation listingsRigel Kent2020-06-132-2/+2
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-131-1/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Fix lintChocobozzz2020-06-121-5/+5
|
* preserve original variable names server-sideRigel Kent2020-06-104-11/+11
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-1018-383/+370
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-092-17/+7
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view
* add aria-hidden to non-descriptive icons (#2844)Caroline Chuong2020-06-081-1/+1
|
* 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
|