aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-1316-58/+85
| | | | for index url
* Improve admin tables row expandChocobozzz2020-04-087-15/+34
|
* Increase debug font sizeChocobozzz2020-04-081-1/+6
|
* Fix sort in admin tablesChocobozzz2020-04-089-0/+36
|
* Improve channel and account display on medium devicesRigel Kent2020-04-032-4/+4
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-024-30/+26
|
* Remove deprecated NgbTabsetModule moduleChocobozzz2020-04-012-29/+39
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-278-119/+249
|
* Fix user role editionChocobozzz2020-03-182-4/+9
|
* hide RSS for comments, normalize video-channel edit with account editRigel Kent2020-03-121-1/+1
|
* Properly scroll to anchors in links, especially in admin configRigel Kent2020-03-112-9/+38
|
* Add descriptions and links to admin configuration sectionsRigel Kent2020-03-111-0/+9
|
* Migrate palette to HSLRigel Kent2020-03-111-1/+1
|
* Fix toast close iconRigel Kent2020-03-111-1/+1
|
* Better use of space and icons in plugins administration interfaceRigel Kent2020-03-104-30/+47
|
* Replace helpers with descriptions in admin configurationRigel Kent2020-03-101-44/+56
|
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-104-542/+675
|
* Improve nav in admin/configurationRigel Kent2020-03-071-0/+1
|
* Mark additional strings as translatable (#2507)Filip Bengtsson2020-02-212-2/+2
|