aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix abuse crash on deleted reporter accountChocobozzz2022-01-201-0/+1
|
* Add ability to bulk block videosChocobozzz2021-11-171-1/+1
|
* Improve advanced input filterChocobozzz2021-11-031-5/+5
|
* Add videos list admin componentChocobozzz2021-10-291-18/+0
|
* Add channel filters for my videos/followersChocobozzz2021-10-201-18/+23
|
* Migrate client to eslintChocobozzz2021-08-181-5/+5
|
* Fix client lintChocobozzz2021-08-171-70/+71
|
* Refactor video links buildersChocobozzz2021-07-261-1/+2
|
* Refactor video links buildingChocobozzz2021-07-261-3/+3
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-2/+2
|
* Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-1/+1
|
* Refactor search filtersChocobozzz2021-05-031-12/+7
|
* Add ability to filter my videos by liveChocobozzz2021-05-031-1/+24
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-151-4/+0
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* 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
|
* Add new default different avatar for channel and accountkimsible2020-11-251-1/+1
|
* refactor scoped token serviceRigel Kent2020-11-251-1/+1
|
* Refactor rest table search filterChocobozzz2020-11-161-34/+5
|
* Remove deprecated abuse apiChocobozzz2020-11-101-2/+2
|
* Fix video block in abuse tableChocobozzz2020-08-261-1/+1
|
* Migrate to $localizeChocobozzz2020-08-141-42/+35
| | | | | | | | | | | | * 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
|
* Add migrations for abuse messagesChocobozzz2020-07-311-1/+1
|
* Add abuse messages management in my accountChocobozzz2020-07-311-0/+487