]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - lib/poolRequests.js
New directory organization
authorChocobozzz <florian.bigard@gmail.com>
Sat, 30 Jan 2016 16:05:22 +0000 (17:05 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Sat, 30 Jan 2016 16:05:22 +0000 (17:05 +0100)
commitcda021079ff455cc0fd0eb95a5395fa808ab63d1
tree056716de7460462b74b861051a5e9da6e2633fce
parent86435b9baedfe300a28ea4545511c1b50d4119f6
New directory organization
40 files changed:
Gruntfile.js
controllers/api/v1/index.js [moved from routes/api/v1/index.js with 100% similarity]
controllers/api/v1/pods.js [moved from routes/api/v1/pods.js with 97% similarity]
controllers/api/v1/remoteVideos.js [moved from routes/api/v1/remoteVideos.js with 95% similarity]
controllers/api/v1/videos.js [moved from routes/api/v1/videos.js with 98% similarity]
controllers/index.js [moved from routes/index.js with 75% similarity]
controllers/views.js [moved from routes/views.js with 100% similarity]
helpers/customValidators.js [moved from src/customValidators.js with 100% similarity]
helpers/logger.js [moved from src/logger.js with 100% similarity]
helpers/utils.js [moved from src/utils.js with 99% similarity]
initializers/checker.js [moved from src/checker.js with 100% similarity]
initializers/constants.js [moved from src/constants.js with 100% similarity]
initializers/database.js [moved from src/database.js with 97% similarity]
lib/poolRequests.js [moved from src/poolRequests.js with 96% similarity]
lib/webTorrentNode.js [moved from src/webTorrentNode.js with 99% similarity]
lib/webtorrent.js [moved from src/webtorrent.js with 100% similarity]
middlewares/misc.js
middlewares/reqValidators/pods.js
middlewares/reqValidators/remote.js
middlewares/reqValidators/utils.js
middlewares/reqValidators/videos.js
models/pods.js [moved from src/pods.js with 96% similarity]
models/videos.js [moved from src/videos.js with 97% similarity]
package.json
server.js
tests/api/checkParams.js [moved from test/api/checkParams.js with 100% similarity]
tests/api/fixtures/video_short.mp4 [moved from test/api/fixtures/video_short.mp4 with 100% similarity]
tests/api/fixtures/video_short.ogv [moved from test/api/fixtures/video_short.ogv with 100% similarity]
tests/api/fixtures/video_short.webm [moved from test/api/fixtures/video_short.webm with 100% similarity]
tests/api/fixtures/video_short1.webm [moved from test/api/fixtures/video_short1.webm with 100% similarity]
tests/api/fixtures/video_short2.webm [moved from test/api/fixtures/video_short2.webm with 100% similarity]
tests/api/fixtures/video_short3.webm [moved from test/api/fixtures/video_short3.webm with 100% similarity]
tests/api/fixtures/video_short_fake.webm [moved from test/api/fixtures/video_short_fake.webm with 100% similarity]
tests/api/friendsAdvanced.js [moved from test/api/friendsAdvanced.js with 100% similarity]
tests/api/friendsBasic.js [moved from test/api/friendsBasic.js with 100% similarity]
tests/api/index.js [moved from test/api/index.js with 100% similarity]
tests/api/multiplePods.js [moved from test/api/multiplePods.js with 99% similarity]
tests/api/singlePod.js [moved from test/api/singlePod.js with 98% similarity]
tests/api/utils.js [moved from test/api/utils.js with 100% similarity]
tests/index.js [moved from test/index.js with 100% similarity]