aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/moderation
Commit message (Collapse)AuthorAgeFilesLines
* Implement signup approval in clientChocobozzz2023-01-1911-1/+522
|
* 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
|
* Reset table pagination on searchChocobozzz2022-07-121-2/+2
|
* Migrate to bootstrap 5Chocobozzz2022-06-101-3/+3
|
* Reorganize player filesChocobozzz2022-03-141-1/+1
|
* Move admin comments list in overviews menuChocobozzz2022-02-285-359/+3
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-282-57/+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>
* Remove unnecessary onPage event on admin tablesChocobozzz2021-12-243-4/+3
|
* Fix table all page selectionChocobozzz2021-12-241-1/+1
|
* Add ability to bulk block videosChocobozzz2021-11-171-1/+1
|
* Improve advanced input filterChocobozzz2021-11-032-4/+4
|
* Remove useless componentsChocobozzz2021-10-295-28/+0
|
* Always use my-table-expander-iconChocobozzz2021-10-292-5/+3
|
* Add videos list admin componentChocobozzz2021-10-292-32/+10
|
* Improve admin tables responsiveChocobozzz2021-10-203-7/+16
|
* Add channel filters for my videos/followersChocobozzz2021-10-202-12/+22
|
* Remove useless asyncChocobozzz2021-08-261-1/+1
|
* Migrate client to eslintChocobozzz2021-08-183-7/+7
|
* Fix client lintChocobozzz2021-08-173-54/+54
|
* 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
|
* Move to sass moduleChocobozzz2021-06-283-4/+4
|
* Move to sass @useChocobozzz2021-06-283-4/+4
|
* Bidi supportChocobozzz2021-06-071-1/+1
|
* Use HTML config when possibleChocobozzz2021-06-042-9/+9
|
* Refactor search filtersChocobozzz2021-05-037-71/+23
|
* Add ability to filter my videos by liveChocobozzz2021-05-035-58/+27
|
* Move to stylelintChocobozzz2021-04-282-2/+3
|
* Refactor actor avatar displayChocobozzz2021-04-282-2/+2
|
* Refactor feed componentChocobozzz2021-04-151-12/+4
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-152-12/+3
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Add `i18n` prop where it is missing (#3946)Marcin Mikołajczak2021-04-121-1/+1
| | | | | | | | | | | | | | | * 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
* 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 some accessibility issuesChocobozzz2020-12-221-2/+2
|
* Fix admin table filtersChocobozzz2020-12-173-3/+3
|
* refactor scoped token serviceRigel Kent2020-11-251-1/+1
|
* add explicit numbers in configuration number inputsRigel Kent2020-11-211-2/+2
| | | | fixes #1346
* Add ability to bulk delete commentsChocobozzz2020-11-203-4/+53
|
* Use badge in video block listChocobozzz2020-11-163-16/+15
|
* Refactor rest table search filterChocobozzz2020-11-164-44/+13
|
* Put admin actions on the leftChocobozzz2020-11-162-16/+16
|
* Merge branch 'feature/admin-comments' into developChocobozzz2020-11-166-8/+378
|\
| * Add admin view to manage commentsChocobozzz2020-11-164-36/+145
| |
| * Implement video comment list in adminChocobozzz2020-11-135-2/+263
|/
* jobs/logs view select and empty state visual improvementsRigel Kent2020-09-281-1/+1
|
* Use localize for page titlesChocobozzz2020-08-171-4/+4
|
* 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