aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-moderation
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken dates with localized pagesChocobozzz2022-09-162-15/+4
|
* Fix table columns on safariChocobozzz2022-08-012-2/+2
|
* Add bulk action on following/followersChocobozzz2022-07-272-2/+4
|
* Reset table pagination on searchChocobozzz2022-07-122-2/+4
|
* Refactor actor avatar componentChocobozzz2022-06-271-1/+1
|
* Fix strings that cannot be merged by xlf-mergeChocobozzz2022-06-162-2/+2
|
* Increase global font sizeChocobozzz2022-06-164-4/+2
|
* Replace glyphicon chevronChocobozzz2022-06-101-1/+1
|
* Migrate to bootstrap 5Chocobozzz2022-06-106-36/+28
|
* Support ICU in TS componentsChocobozzz2022-06-083-8/+24
|
* Some fixes for themesChocobozzz2022-03-151-1/+1
|
* Continue user mute in ban modal PRChocobozzz2022-02-285-48/+76
|
* Add ability to mute user when banning themPoslovitch2022-02-282-2/+31
| | | | Implements https://github.com/Chocobozzz/PeerTube/issues/1803
* 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>
* Split user serviceChocobozzz2022-01-213-11/+15
|
* Remove unnecessary functionChocobozzz2022-01-181-21/+6
|
* Fix user ban modal grammar to account for multiple users (#4722)The Cashew Trader2022-01-142-1/+5
| | | | | | | | | | | * Fix user ban modal grammar to account for multiple users * Address variable sugggestion * Address property syntax suggestion * Address localization suggestion * More concise `isSingleUser` declaration
* Remove unnecessary onPage event on admin tablesChocobozzz2021-12-242-2/+2
|
* Merge branch 'release/4.0.0' into developChocobozzz2021-12-071-6/+7
|\
| * Fix report modal errorChocobozzz2021-12-071-6/+7
| |
* | Add mute status in account and channel pagesChocobozzz2021-12-077-5/+51
|/
* Add ability to bulk block videosChocobozzz2021-11-173-28/+71
|
* Improve user delete confirmation modalChocobozzz2021-11-121-2/+2
|
* Better moderation labelChocobozzz2021-11-021-1/+1
|
* Deprecate filter video queryChocobozzz2021-10-291-1/+1
| | | | Introduce include and isLocal instead
* Add videos list admin componentChocobozzz2021-10-294-106/+2
|
* Improve moderation dropdown UXChocobozzz2021-10-211-114/+138
|
* Improve admin tables responsiveChocobozzz2021-10-201-0/+27
|
* Remove useless asyncChocobozzz2021-08-261-1/+1
|
* Migrate client to eslintChocobozzz2021-08-185-20/+22
|
* Fix client lintChocobozzz2021-08-178-83/+85
|
* Merge branch 'release/3.3.0' into developChocobozzz2021-07-261-9/+0
|\
| * Fix moderation embedsChocobozzz2021-07-261-9/+0
| |
* | Refactor video links buildersChocobozzz2021-07-261-1/+2
| |
* | Refactor video links buildingChocobozzz2021-07-261-3/+4
| |
* | Add ability for instances to follow any actorChocobozzz2021-07-212-12/+10
|/
* Move to sass moduleChocobozzz2021-06-286-14/+15
|
* Move to sass @useChocobozzz2021-06-286-13/+13
|
* Bidi supportChocobozzz2021-06-072-4/+5
|
* Use HTML config when possibleChocobozzz2021-06-041-9/+4
|
* Refactor search filtersChocobozzz2021-05-037-66/+12
|
* Move to stylelintChocobozzz2021-04-284-14/+16
|
* Refactor actor avatar displayChocobozzz2021-04-282-3/+3
|
* Refactor comment add cssChocobozzz2021-04-152-1/+2
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-153-11/+4
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Refactor modal buttons styleChocobozzz2021-04-145-19/+12
|
* Add `i18n` prop where it is missing (#3946)Marcin Mikołajczak2021-04-122-2/+2
| | | | | | | | | | | | | | | * 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
* Add ability to update the bannerChocobozzz2021-04-082-2/+2
|
* fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-311-1/+2
| | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901
* Move orange admin buttons on the left sideChocobozzz2021-01-132-5/+7
|