]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/sass/include/_mixins.scss
harmonize search for libraries
authorRigel Kent <sendmemail@rigelk.eu>
Thu, 23 Jul 2020 19:30:04 +0000 (21:30 +0200)
committerRigel Kent <par@rigelk.eu>
Wed, 29 Jul 2020 16:15:53 +0000 (18:15 +0200)
commit4f5d045960b042eb27e10bac1bdaf1c074c9fa2a
tree09e1e8cce0a2e64146ede51941cfa2f1bdcf3c2f
parentbc99dfe54e093e69ba8fd06d36b36fbbda3f45de
harmonize search for libraries
32 files changed:
client/src/app/+admin/users/user-list/user-list.component.html
client/src/app/+admin/users/user-list/user-list.component.ts
client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.html
client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.scss
client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts
client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
client/src/app/+my-account/my-account-notifications/my-account-notifications.component.ts
client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html
client/src/app/+my-account/my-account-ownership/my-account-ownership.component.scss
client/src/app/+my-account/my-account-ownership/my-account-ownership.component.ts
client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html
client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.ts
client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html
client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.scss
client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.ts
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts
client/src/app/+my-account/my-account-videos/my-account-videos.component.html
client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
client/src/app/+my-account/my-account-videos/my-account-videos.component.ts
client/src/app/core/users/user.service.ts
client/src/app/shared/shared-user-subscription/user-subscription.service.ts
client/src/sass/bootstrap.scss
client/src/sass/include/_mixins.scss
server/controllers/api/accounts.ts
server/controllers/api/users/my-subscriptions.ts
server/controllers/api/video-channel.ts
server/middlewares/validators/user-subscriptions.ts
server/models/activitypub/actor-follow.ts
server/models/video/video-channel.ts