]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/core/users/user.model.ts
Add language filters in user preferences
authorChocobozzz <me@florianbigard.com>
Wed, 19 Jun 2019 12:55:58 +0000 (14:55 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 19 Jun 2019 13:05:36 +0000 (15:05 +0200)
commit3caf77d3b11f2dbc12e52d665183d36604c1dab9
tree53e08727d5f1dc8be2bd4f4a14dadc05f607a9fb
parentbbe078ba55be635b5fc92f8f6286c45792b9e7e5
Add language filters in user preferences
24 files changed:
client/src/app/+my-account/my-account-settings/my-account-settings.component.html
client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html
client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts
client/src/app/+my-account/my-account.module.ts
client/src/app/shared/users/user.model.ts
client/src/app/shared/video/abstract-video-list.ts
client/src/app/shared/video/video.service.ts
client/src/app/videos/recommendations/recent-videos-recommendation.service.ts
client/src/app/videos/video-list/video-local.component.ts
client/src/app/videos/video-list/video-recently-added.component.ts
client/src/app/videos/video-list/video-trending.component.ts
client/src/sass/include/_mixins.scss
client/src/sass/primeng-custom.scss
server/controllers/api/users/me.ts
server/helpers/custom-validators/users.ts
server/initializers/constants.ts
server/initializers/migrations/0395-user-video-languages.ts [new file with mode: 0644]
server/middlewares/validators/users.ts
server/models/account/user.ts
server/models/utils.ts
server/models/video/video.ts
server/tests/api/check-params/users.ts
server/tests/api/search/search-videos.ts
shared/models/users/user-update-me.model.ts