]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/models/videos.js
Add authentications for routes that need it and adapts the tests
authorChocobozzz <florian.bigard@gmail.com>
Thu, 14 Apr 2016 20:06:11 +0000 (22:06 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Thu, 14 Apr 2016 20:06:11 +0000 (22:06 +0200)
commit0c1cbbfe29d91c95f9c574b57adf067654b8b5b4
treeb61e48caedea8881cbfd1159295f6c311b35be90
parentc9bf7d30bd688e84b12dca03029dde6e9645a997
Add authentications for routes that need it and adapts the tests
15 files changed:
package.json
server/controllers/api/v1/users.js
server/controllers/api/v1/videos.js
server/initializers/installer.js
server/middlewares/oauth2.js
server/models/users.js
server/models/videos.js
server/tests/api/checkParams.js
server/tests/api/friendsAdvanced.js
server/tests/api/friendsBasic.js
server/tests/api/index.js
server/tests/api/multiplePods.js
server/tests/api/singlePod.js
server/tests/api/users.js [new file with mode: 0644]
server/tests/api/utils.js