aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/multiple-pods.js
Commit message (Collapse)AuthorAgeFilesLines
* Convert tests to typescriptChocobozzz2017-09-041-854/+0
|
* Move video file metadata in their own tableChocobozzz2017-08-251-15/+54
| | | | Will be used for user video quotas and multiple video resolutions
* Fix testsChocobozzz2017-08-021-5/+5
|
* Add previews cache system between podsChocobozzz2017-07-121-1/+18
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-0/+31
|
* Fix test (#71)Green-Star2017-07-021-3/+3
| | | | | | | | | | | | * Fix timeouting tests * Increase timeout to be sure requests will be propagated * Add timeout to be sure video views will be updated * Use standard style * Fix PR comments.
* Oup's, forgot to increate timeout testChocobozzz2017-06-251-1/+1
|
* Fix travis testsChocobozzz2017-06-251-1/+2
|
* Server: Fix video propagation with transcoding enabledChocobozzz2017-05-051-2/+3
|
* Server: add video language attributeChocobozzz2017-04-071-0/+15
|
* Server: add nsfw attributeChocobozzz2017-03-281-0/+10
|
* Server: add licence video attributeChocobozzz2017-03-271-0/+16
|
* Server: refractoring upload/update video test utilsChocobozzz2017-03-261-30/+38
|
* Add video category supportChocobozzz2017-03-221-5/+20
|
* Add like/dislike system for videosChocobozzz2017-03-081-12/+77
|
* Update bittorrent-tracker and standard to v9Chocobozzz2017-03-031-0/+2
|
* Server: implement video viewsChocobozzz2017-02-261-26/+124
|
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-261-1/+59
| | | | | | | | This system will be useful to to update some int video attributes (likes, dislikes, views...) The classic system is not used because we need some optimization for scaling
* Try to fix travis buildChocobozzz2017-01-121-5/+5
|
* Server: fix update remote video infohashChocobozzz2017-01-121-6/+23
|
* Server: add updatedAt attribute to videosChocobozzz2016-12-301-0/+5
|
* Server: propagate video update to other podsChocobozzz2016-12-301-10/+45
|
* First version with PostgreSQLChocobozzz2016-12-191-4/+4
|
* Server: adapt tests to hostChocobozzz2016-11-161-4/+4
|
* Try to fix travisChocobozzz2016-10-141-1/+1
|
* Server: update to webseed implementation (tests, lint...)Chocobozzz2016-10-071-7/+1
|
* Server: test filenames with hyphensChocobozzz2016-08-151-0/+427