]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - config/test-1.yaml
Add previews cache system between pods
authorChocobozzz <florian.bigard@gmail.com>
Wed, 12 Jul 2017 09:56:02 +0000 (11:56 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Wed, 12 Jul 2017 09:56:02 +0000 (11:56 +0200)
commitf981dae8617271a2dc713bb683951730b306e0c5
treeecee631766bc1b98c20a7836479fed40850c5a56
parent075f16caac5236cb04c98ae7b3a989766d764bb3
Add previews cache system between pods
27 files changed:
.gitignore
config/default.yaml
config/production.yaml.example
config/test-1.yaml
config/test-2.yaml
config/test-3.yaml
config/test-4.yaml
config/test-5.yaml
config/test-6.yaml
package.json
server.ts
server/controllers/static.ts
server/helpers/core-utils.ts
server/initializers/constants.ts
server/initializers/installer.ts
server/lib/cache/index.ts [new file with mode: 0644]
server/lib/cache/videos-preview-cache.ts [new file with mode: 0644]
server/lib/friends.ts
server/lib/index.ts
server/models/oauth/oauth-token-interface.ts
server/models/oauth/oauth-token.ts
server/models/video/video.ts
server/tests/api/fixtures/video_short1-preview.webm.jpg [new file with mode: 0644]
server/tests/api/multiple-pods.js
server/tests/utils/videos.js
shared/models/videos/video.model.ts
yarn.lock