Add refresh video on search
authorChocobozzz <me@florianbigard.com>
Wed, 22 Aug 2018 14:15:35 +0000 (16:15 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 27 Aug 2018 07:41:54 +0000 (09:41 +0200)
commit1297eb5db651a230474670c5da1517862fb9cc3e
treeecad4a0ceb0bb09e3c775262691ac68e9e0aca0c
parentf6eebcb336c067e160a62020a5140d8d992ba384
Add refresh video on search
29 files changed:
.travis.yml
config/default.yaml
config/production.yaml.example
scripts/travis.sh
server/controllers/api/search.ts
server/initializers/constants.ts
server/lib/activitypub/process/process-announce.ts
server/lib/activitypub/process/process-create.ts
server/lib/activitypub/process/process-like.ts
server/lib/activitypub/process/process-undo.ts
server/lib/activitypub/process/process-update.ts
server/lib/activitypub/share.ts
server/lib/activitypub/video-comments.ts
server/lib/activitypub/video-rates.ts
server/lib/activitypub/videos.ts
server/models/video/video.ts
server/tests/api/index-1.ts [new file with mode: 0644]
server/tests/api/index-2.ts [new file with mode: 0644]
server/tests/api/index-3.ts [new file with mode: 0644]
server/tests/api/index-fast.ts [deleted file]
server/tests/api/index-slow.ts [deleted file]
server/tests/api/index.ts
server/tests/api/search/index.ts [new file with mode: 0644]
server/tests/api/search/search-activitypub-videos.ts [new file with mode: 0644]
server/tests/api/server/index.ts [new file with mode: 0644]
server/tests/api/users/index.ts [new file with mode: 0644]
server/tests/api/videos/index.ts [new file with mode: 0644]
server/tests/feeds/index.ts [new file with mode: 0644]
server/tests/index.ts