aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-moderation
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add new default different avatar for channel and accountkimsible2020-11-251-2/+2
|
* reword unclear sentences, check for grammarRigel Kent2020-11-121-6/+6
| | | | fixes #3222
* Add modal to display live informationChocobozzz2020-11-092-1/+11
|
* jobs/logs view select and empty state visual improvementsRigel Kent2020-09-282-2/+2
|
* We don't need services anymore for validatorsChocobozzz2020-08-176-21/+21
|
* Migrate to $localizeChocobozzz2020-08-1410-113/+90
| | | | | | | | | | | | * 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
|
* Fix lintChocobozzz2020-08-072-2/+4
|
* Reorganize shared modelsChocobozzz2020-08-073-3/+6
|
* Upgrade to angular 10Chocobozzz2020-08-072-2/+4
|
* deal with refresh token in embedRigel Kent2020-08-061-0/+85
|
* decouple video abuse details from embed, add embed to block list detailsRigel Kent2020-08-061-0/+17
|
* reword intellectual propertyRigel Kent2020-08-041-2/+2
| | | | fixes #3010
* Fix regression blocklist-accounts icon in sub-titlekimsible2020-08-031-1/+1
|