]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/controllers/api/videos.js
Extends the search feature by customizing the search field (name,
authorChocobozzz <florian.bigard@gmail.com>
Sun, 22 May 2016 07:15:00 +0000 (09:15 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Sun, 22 May 2016 07:15:00 +0000 (09:15 +0200)
commit46246b5f194caafba4e3a72e9365acd8b35785de
tree943689b44a9e447872cd7dd1c2a70dcc9256b990
parent68ce3ae021c9bc11b155044df6d23ba60e91eee4
Extends the search feature by customizing the search field (name,
podUrl...)
server/controllers/api/v1/videos.js
server/initializers/constants.js
server/middlewares/index.js
server/middlewares/reqValidators/videos.js
server/middlewares/search.js [new file with mode: 0644]
server/models/videos.js
server/tests/api/singlePod.js
server/tests/api/utils.js