aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-abuse-list
Commit message (Collapse)AuthorAgeFilesLines
* Move to sass moduleChocobozzz2021-06-284-9/+9
|
* Move to sass @useChocobozzz2021-06-283-7/+7
|
* Bidi supportChocobozzz2021-06-071-2/+6
|
* fix colspan for user view of reportsRigel Kent2021-06-071-2/+5
|
* Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-1/+1
|
* Refactor search filtersChocobozzz2021-05-032-15/+11
|
* Fix avatar in report pageChocobozzz2021-05-031-2/+2
|
* Add ability to filter my videos by liveChocobozzz2021-05-034-32/+32
|
* Refactor actor avatar displayChocobozzz2021-04-283-5/+5
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-155-27/+6
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Refactor modal buttons styleChocobozzz2021-04-142-6/+3
|
* 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
|
* Fix loading data twice in rest tablesChocobozzz2020-12-081-1/+1
|
* Add new default different avatar for channel and accountkimsible2020-11-252-3/+3
|
* refactor scoped token serviceRigel Kent2020-11-251-1/+1
|
* Refactor rest table search filterChocobozzz2020-11-162-35/+6
|
* Put admin actions on the leftChocobozzz2020-11-161-9/+9
|
* Remove deprecated abuse apiChocobozzz2020-11-101-2/+2
|
* Fix video block in abuse tableChocobozzz2020-08-261-1/+1
|
* We don't need services anymore for validatorsChocobozzz2020-08-172-7/+7
|
* Migrate to $localizeChocobozzz2020-08-144-65/+51
| | | | | | | | | | | | * 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-89/+0
|
* decouple video abuse details from embed, add embed to block list detailsRigel Kent2020-08-063-24/+3
|
* reword intellectual propertyRigel Kent2020-08-041-1/+1
| | | | fixes #3010
* Add migrations for abuse messagesChocobozzz2020-07-315-14/+24
|
* Add abuse messages/states notificationsChocobozzz2020-07-311-5/+5
|
* Add abuse messages management in my accountChocobozzz2020-07-3115-0/+1429