]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/controllers/api/accounts.ts
Add ability to list all local videos
authorChocobozzz <me@florianbigard.com>
Wed, 10 Oct 2018 09:46:50 +0000 (11:46 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 10 Oct 2018 09:46:50 +0000 (11:46 +0200)
commit1cd3facc3de899ac864e979cd6d6a704b712cce3
tree7a781918d6bf1426ec76cc18390922f65971a278
parentb014b6b9c7cb68d09c52b44046afe486c0736426
Add ability to list all local videos

Including private/unlisted for moderators/admins
17 files changed:
server/controllers/api/accounts.ts
server/controllers/api/search.ts
server/controllers/api/video-channel.ts
server/controllers/feeds.ts
server/helpers/custom-validators/videos.ts
server/helpers/express-utils.ts
server/middlewares/validators/search.ts
server/middlewares/validators/videos/videos.ts
server/models/video/video.ts
server/tests/api/check-params/index.ts
server/tests/api/check-params/videos-filter.ts [new file with mode: 0644]
server/tests/api/videos/index.ts
server/tests/api/videos/videos-filter.ts [new file with mode: 0644]
shared/models/search/videos-search-query.model.ts
shared/models/users/user-right.enum.ts
shared/models/users/user-role.ts
shared/models/videos/video-query.type.ts