]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - README.md
Spawn
authorChocobozzz <florian.bigard@gmail.com>
Tue, 9 Jun 2015 15:41:40 +0000 (17:41 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Thu, 29 Oct 2015 22:14:54 +0000 (23:14 +0100)
commit8c308c2bf7f658945d80be9d5880361238635f5b
tree2130ae60af58e59dab3df07a5d5cdd5174f91ae8
parent8cb4b4e00ee57eb98dfe1455b6d2de36fc561797
Spawn
56 files changed:
.gitignore [new file with mode: 0644]
ARCHITECTURE.md [new file with mode: 0644]
Gruntfile.js [new file with mode: 0644]
README.md [new file with mode: 0644]
config/default.yaml [new file with mode: 0644]
config/test-1.yaml [new file with mode: 0644]
config/test-2.yaml [new file with mode: 0644]
config/test-3.yaml [new file with mode: 0644]
config/test.yaml [new file with mode: 0644]
middlewares/index.js [new file with mode: 0644]
package.json [new file with mode: 0644]
public/images/favicon.png [new file with mode: 0644]
public/images/loading.gif [new file with mode: 0644]
public/javascripts/index.js [new file with mode: 0644]
public/stylesheets/index.css [new file with mode: 0644]
public/stylesheets/vendor/css/bootstrap-theme.css [new file with mode: 0644]
public/stylesheets/vendor/css/bootstrap-theme.css.map [new file with mode: 0644]
public/stylesheets/vendor/css/bootstrap-theme.min.css [new file with mode: 0644]
public/stylesheets/vendor/css/bootstrap.css [new file with mode: 0644]
public/stylesheets/vendor/css/bootstrap.css.map [new file with mode: 0644]
public/stylesheets/vendor/css/bootstrap.min.css [new file with mode: 0644]
public/stylesheets/vendor/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
public/stylesheets/vendor/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
public/stylesheets/vendor/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
public/stylesheets/vendor/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
public/stylesheets/vendor/fonts/glyphicons-halflings-regular.woff2 [new file with mode: 0644]
routes/api/index.js [new file with mode: 0644]
routes/api/pods.js [new file with mode: 0644]
routes/api/remoteVideos.js [new file with mode: 0644]
routes/api/videos.js [new file with mode: 0644]
routes/index.js [new file with mode: 0644]
scripts/clean_test.sh [new file with mode: 0755]
scripts/run_servers.sh [new file with mode: 0755]
server.js [new file with mode: 0644]
src/checker.js [new file with mode: 0644]
src/database.js [new file with mode: 0644]
src/logger.js [new file with mode: 0644]
src/pods.js [new file with mode: 0644]
src/utils.js [new file with mode: 0644]
src/videos.js [new file with mode: 0644]
src/webTorrentNode.js [new file with mode: 0644]
src/webtorrent.js [new file with mode: 0644]
test/api/friends.js [new file with mode: 0644]
test/api/multiplePods.js [new file with mode: 0644]
test/api/singlePod.js [new file with mode: 0644]
test/fixtures/video_short.webm [new file with mode: 0644]
test/fixtures/video_short1.webm [new file with mode: 0644]
test/fixtures/video_short2.webm [new file with mode: 0644]
test/fixtures/video_short3.webm [new file with mode: 0644]
test/utils.js [new file with mode: 0644]
views/error.jade [new file with mode: 0644]
views/footer.jade [new file with mode: 0644]
views/header.jade [new file with mode: 0644]
views/index.jade [new file with mode: 0644]
views/layout.jade [new file with mode: 0644]
views/panel.jade [new file with mode: 0644]