aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor row selection resetChocobozzz2023-01-201-14/+13
|
* Fix HTML in account/channel descriptionChocobozzz2022-11-141-1/+1
|
* Reload data when deleting a blocked videoChocobozzz2022-10-251-1/+4
|
* Add plugin hooks/placeholder to share modalChocobozzz2022-08-111-4/+4
|
* Reorganize player filesChocobozzz2022-03-141-1/+1
|
* Add ability to bulk block videosChocobozzz2021-11-171-1/+1
|
* Improve advanced input filterChocobozzz2021-11-031-2/+2
|
* Add videos list admin componentChocobozzz2021-10-291-10/+3
|
* Add channel filters for my videos/followersChocobozzz2021-10-201-6/+11
|
* Migrate client to eslintChocobozzz2021-08-181-2/+2
|
* Fix client lintChocobozzz2021-08-171-21/+20
|
* Refactor video links buildersChocobozzz2021-07-261-1/+2
|
* Refactor video links buildingChocobozzz2021-07-261-3/+4
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-1/+1
|
* Use HTML config when possibleChocobozzz2021-06-041-7/+6
|
* Refactor search filtersChocobozzz2021-05-031-11/+6
|
* Add ability to filter my videos by liveChocobozzz2021-05-031-19/+12
|
* 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
* Fix admin table filtersChocobozzz2020-12-171-1/+1
|
* refactor scoped token serviceRigel Kent2020-11-251-1/+1
|
* Use badge in video block listChocobozzz2020-11-161-6/+0
|
* Refactor rest table search filterChocobozzz2020-11-161-13/+6
|
* Migrate to $localizeChocobozzz2020-08-141-23/+19
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Add ability to share playlists in modalChocobozzz2020-08-071-2/+2
|
* 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-061-3/+20
|
* Add abuse messages management in my accountChocobozzz2020-07-311-1/+1
|
* remove extra action for when the video block type is set to manualRigel Kent2020-06-281-4/+6
|
* Reorganize client shared modulesChocobozzz2020-06-231-11/+7
|
* Fix lintChocobozzz2020-06-121-5/+5
|
* preserve original variable names server-sideRigel Kent2020-06-101-7/+7
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-0/+196
- 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