]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server.js
Prepare folders structure for angular app
authorChocobozzz <florian.bigard@gmail.com>
Mon, 7 Mar 2016 10:33:59 +0000 (11:33 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Mon, 7 Mar 2016 10:33:59 +0000 (11:33 +0100)
commitb9a3e09ad5a7673f64556d1dba122ed4c4fac980
tree66d4928b82af19a2372a2505822233884f3fd471
parentb2ff5e3e686eb552c5ccd64ce67b0455972ceef0
Prepare folders structure for angular app
60 files changed:
Gruntfile.js
client/app/images/favicon.png [moved from public/images/favicon.png with 100% similarity]
client/app/images/loading.gif [moved from public/images/loading.gif with 100% similarity]
client/app/javascripts/index.js [moved from public/javascripts/index.js with 100% similarity]
client/app/stylesheets/application.scss [moved from public/stylesheets/application.scss with 100% similarity]
client/app/stylesheets/base.scss [moved from public/stylesheets/base.scss with 100% similarity]
client/app/stylesheets/bootstrap-variables.scss [moved from public/stylesheets/bootstrap-variables.scss with 100% similarity]
client/app/stylesheets/index.scss [moved from public/stylesheets/index.scss with 100% similarity]
server.js
server/controllers/api/v1/index.js [moved from controllers/api/v1/index.js with 100% similarity]
server/controllers/api/v1/pods.js [moved from controllers/api/v1/pods.js with 100% similarity]
server/controllers/api/v1/remoteVideos.js [moved from controllers/api/v1/remoteVideos.js with 100% similarity]
server/controllers/api/v1/videos.js [moved from controllers/api/v1/videos.js with 100% similarity]
server/controllers/index.js [moved from controllers/index.js with 100% similarity]
server/controllers/views.js [moved from controllers/views.js with 100% similarity]
server/helpers/customValidators.js [moved from helpers/customValidators.js with 100% similarity]
server/helpers/logger.js [moved from helpers/logger.js with 100% similarity]
server/helpers/peertubeCrypto.js [moved from helpers/peertubeCrypto.js with 100% similarity]
server/helpers/requests.js [moved from helpers/requests.js with 100% similarity]
server/helpers/utils.js [moved from helpers/utils.js with 100% similarity]
server/initializers/checker.js [moved from initializers/checker.js with 100% similarity]
server/initializers/constants.js [moved from initializers/constants.js with 100% similarity]
server/initializers/database.js [moved from initializers/database.js with 100% similarity]
server/lib/friends.js [moved from lib/friends.js with 100% similarity]
server/lib/poolRequests.js [moved from lib/poolRequests.js with 100% similarity]
server/lib/videos.js [moved from lib/videos.js with 100% similarity]
server/lib/webtorrent.js [moved from lib/webtorrent.js with 100% similarity]
server/lib/webtorrentProcess.js [moved from lib/webtorrentProcess.js with 100% similarity]
server/middlewares/cache.js [moved from middlewares/cache.js with 100% similarity]
server/middlewares/index.js [moved from middlewares/index.js with 100% similarity]
server/middlewares/reqValidators/index.js [moved from middlewares/reqValidators/index.js with 100% similarity]
server/middlewares/reqValidators/pods.js [moved from middlewares/reqValidators/pods.js with 100% similarity]
server/middlewares/reqValidators/remote.js [moved from middlewares/reqValidators/remote.js with 100% similarity]
server/middlewares/reqValidators/utils.js [moved from middlewares/reqValidators/utils.js with 100% similarity]
server/middlewares/reqValidators/videos.js [moved from middlewares/reqValidators/videos.js with 100% similarity]
server/middlewares/secure.js [moved from middlewares/secure.js with 100% similarity]
server/models/pods.js [moved from models/pods.js with 100% similarity]
server/models/poolRequests.js [moved from models/poolRequests.js with 100% similarity]
server/models/videos.js [moved from models/videos.js with 100% similarity]
server/tests/api/checkParams.js [moved from tests/api/checkParams.js with 100% similarity]
server/tests/api/fixtures/video_short.mp4 [moved from tests/api/fixtures/video_short.mp4 with 100% similarity]
server/tests/api/fixtures/video_short.ogv [moved from tests/api/fixtures/video_short.ogv with 100% similarity]
server/tests/api/fixtures/video_short.webm [moved from tests/api/fixtures/video_short.webm with 100% similarity]
server/tests/api/fixtures/video_short1.webm [moved from tests/api/fixtures/video_short1.webm with 100% similarity]
server/tests/api/fixtures/video_short2.webm [moved from tests/api/fixtures/video_short2.webm with 100% similarity]
server/tests/api/fixtures/video_short3.webm [moved from tests/api/fixtures/video_short3.webm with 100% similarity]
server/tests/api/fixtures/video_short_fake.webm [moved from tests/api/fixtures/video_short_fake.webm with 100% similarity]
server/tests/api/friendsAdvanced.js [moved from tests/api/friendsAdvanced.js with 100% similarity]
server/tests/api/friendsBasic.js [moved from tests/api/friendsBasic.js with 100% similarity]
server/tests/api/index.js [moved from tests/api/index.js with 100% similarity]
server/tests/api/multiplePods.js [moved from tests/api/multiplePods.js with 100% similarity]
server/tests/api/singlePod.js [moved from tests/api/singlePod.js with 100% similarity]
server/tests/api/utils.js [moved from tests/api/utils.js with 100% similarity]
server/tests/index.js [moved from tests/index.js with 100% similarity]
views/error.jade [deleted file]
views/footer.jade [deleted file]
views/header.jade [deleted file]
views/index.jade [deleted file]
views/layout.jade [deleted file]
views/panel.jade [deleted file]