aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
Commit message (Collapse)AuthorAgeFilesLines
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-1023-397/+382
| | | | | | | | | | | - 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
* smaller miniature average size in fluid grid, updated admin instructions for ↵Rigel Kent2020-06-101-31/+38
| | | | global search
* First implem global searchChocobozzz2020-06-103-4/+102
|
* space optimizations for `node_modules` and client stats removalRigel Kent2020-06-101-2/+2
| | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-098-31/+21
| | | | | | | | | | | | | | | * 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-083-3/+3
|
* Support broadcast messagesChocobozzz2020-05-293-2/+65
|
* Fix grey color themeChocobozzz2020-05-221-4/+4
|
* Fix action button overflow in tablesChocobozzz2020-05-206-6/+6
|
* Fix user dropdown overflowChocobozzz2020-05-112-2/+5
|
* Display video redundancy entries as table link objectsRigel Kent2020-05-083-11/+20
|
* Align follower handle display on instance display in tablesRigel Kent2020-05-085-7/+26
|
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-087-13/+13
|
* 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 textarea sizeChocobozzz2020-05-051-1/+7
|
* Add auth plugin info in users listChocobozzz2020-05-051-0/+7
|
* Fix video-abuse-details avatar display and user-list dropdown placementRigel Kent2020-05-051-2/+2
|
* Re generate translationsChocobozzz2020-05-052-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-0413-44/+86
| | | | search query param dynamically
* Move abuse-list details into its own componentRigel Kent2020-05-044-74/+96
|
* 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-045-1/+5
|
* Support is:blacklisted as video-abuse-list filterRigel Kent2020-05-041-1/+1
|
* Reduce createdAt column size by using short date formatRigel Kent2020-05-046-13/+13
|
* Switching to a named filters/single input on video-abuseRigel Kent2020-05-044-13/+40
|
* Add links from user-editRigel Kent2020-05-012-2/+3
|
* Add reportee stats for deleted videosRigel Kent2020-05-011-1/+1
|
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-0110-23/+20
|
* Unify paginator disabling when no result is displayable, fix batch domain ↵Rigel Kent2020-05-0114-27/+52
| | | | 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-0113-8/+116
|
* 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-017-17/+140
|
* 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-017-17/+40
|
* Make admin sub-navs, selects, buttons responsive (#2702)Kim2020-05-013-0/+62
|
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-283-20/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add arrows-angle-contract/expand bootstrap icons * Add grey textarea-background-color * Add maximized support to markdown-textarea + improve column display * Refactor CSS + add ResizeObservable * Replace bootstrap icons with softies * Add ResizeObserver typing definition * Add focus on textarea + Fix Observables * Propage component changes on markdown plugins * Ignore ResizeObserver not implemented in typescript yet * Move observers from constructor to click event * Add scss and css variables * Replace textareaWidth with textareaMaxWidth to fix others textareas * Clean unused css rules * Fix ResizeObserver unknown by TypeScript compiler * Set max-width: 100% for small and mobile views * Fix textarea/preview height on maximized mode * Add common padding textarea/preview side-by-side * Hide scrollbar sub-menu on small-views * Add maximized mode for mobile views * Fix sass calculate syntax * Revert custom CSS variable for inputBorderRadius and inputBorderColor * Remove unsued methods * Fix missing implement method Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add markdown support to plugins (#2654)Kim2020-04-201-0/+18
| | | | | | | | | | | * Add markdown renderer to plugins * Chore: add doc for markdown plugins * Fix typing markdown plugin helpers * Add lines between components in template Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Support rel="me" links in markdownChocobozzz2020-04-161-1/+1
|
* Update translationsChocobozzz2020-04-155-6/+6
|
* Refactor follow/mute as modals in admin, add actions in abuse listRigel Kent2020-04-1422-169/+313
|
* Fix lintChocobozzz2020-04-141-2/+2
|
* Fix lintRigel Kent2020-04-141-2/+10
|
* Rich reporter field and video embed in moderation abuse listRigel Kent2020-04-137-27/+108
|