aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/moderation/video-comment-list
Commit message (Collapse)AuthorAgeFilesLines
* Move admin comments list in overviews menuChocobozzz2022-02-284-350/+0
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Remove unnecessary onPage event on admin tablesChocobozzz2021-12-241-2/+1
|
* Fix table all page selectionChocobozzz2021-12-241-1/+1
|
* Improve advanced input filterChocobozzz2021-11-031-2/+2
|
* Always use my-table-expander-iconChocobozzz2021-10-291-4/+2
|
* Improve admin tables responsiveChocobozzz2021-10-201-0/+8
|
* Add channel filters for my videos/followersChocobozzz2021-10-201-6/+11
|
* Remove useless asyncChocobozzz2021-08-261-1/+1
|
* Migrate client to eslintChocobozzz2021-08-181-3/+3
|
* Fix client lintChocobozzz2021-08-172-33/+34
|
* Move to sass moduleChocobozzz2021-06-281-1/+1
|
* Move to sass @useChocobozzz2021-06-281-1/+1
|
* Bidi supportChocobozzz2021-06-071-1/+1
|
* Refactor search filtersChocobozzz2021-05-033-31/+8
|
* Add ability to filter my videos by liveChocobozzz2021-05-032-19/+13
|
* Move to stylelintChocobozzz2021-04-281-1/+2
|
* Refactor actor avatar displayChocobozzz2021-04-281-1/+1
|
* Refactor feed componentChocobozzz2021-04-151-12/+4
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-151-6/+2
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Add `i18n` prop where it is missing (#3946)Marcin Mikołajczak2021-04-121-1/+1
| | | | | | | | | | | | | | | * Add `i18n` prop * Update video-comment-list.component.html * Update account-blocklist.component.html * Update server-blocklist.component.html * Update video-redundancies-list.component.html * Update following-list.component.html * Update followers-list.component.html
* Fix some accessibility issuesChocobozzz2020-12-221-2/+2
|
* Fix admin table filtersChocobozzz2020-12-172-2/+2
|
* add explicit numbers in configuration number inputsRigel Kent2020-11-211-2/+2
| | | | fixes #1346
* Add ability to bulk delete commentsChocobozzz2020-11-203-4/+53
|
* Refactor rest table search filterChocobozzz2020-11-162-30/+6
|
* Put admin actions on the leftChocobozzz2020-11-161-8/+8
|
* Merge branch 'feature/admin-comments' into developChocobozzz2020-11-161-1/+1
|
* Add admin view to manage commentsChocobozzz2020-11-163-30/+143
|
* Implement video comment list in adminChocobozzz2020-11-134-0/+241