aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/multiple-servers.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use test wrapper exit functionChocobozzz2019-04-241-3/+3
|
* Cleanup testsChocobozzz2019-04-241-6/+1
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-3/+3
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-1/+1
|
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-4/+4
|
* Add originallyPublishedAt unit testsChocobozzz2019-02-111-1/+5
|
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-7/+16
|\
| * Add test regarding tmp directoryChocobozzz2018-12-111-0/+9
| |
| * Move utils to /sharedbuoyantair2018-10-291-3/+3
| | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
| * Fix transcodingChocobozzz2018-10-181-4/+4
| |
* | Add federation tests on download enabledChocobozzz2019-02-111-2/+4
| |
* | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-6/+6
| |
* | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+6
|/
* Bufferize videos views in redisChocobozzz2018-08-301-2/+8
|
* Add ability to search a video with an URLChocobozzz2018-08-271-6/+12
|
* Add ability to set a name to a channelChocobozzz2018-08-271-6/+6
|
* Don't set a bitrate on unknown audio inputChocobozzz2018-08-141-4/+4
|
* Try to fix travis testsChocobozzz2018-08-101-4/+4
|
* fixing tests to deal with new transcoding parametersRigel Kent2018-08-011-8/+8
|
* Fixing #626 with ffmpeg's low default audio bitrateRigel Kent2018-08-011-8/+8
|
* Improve tests when waiting pending jobsChocobozzz2018-06-131-19/+20
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-5/+3
| | | | publishing a video
* Move fixtures in tests/Chocobozzz2018-06-071-1/+1
|
* Fix publishedAt value after following a new instanceChocobozzz2018-05-281-0/+3
|
* Add video channel managementChocobozzz2018-04-261-1/+1
|
* Implement video channel viewsChocobozzz2018-04-251-7/+1
|
* Update video channel routesChocobozzz2018-04-241-6/+15
|
* Use ISO 639 for languagesChocobozzz2018-04-231-10/+10
|
* Fix delete comment federationChocobozzz2018-03-271-1/+30
|
* Update the api documentationChocobozzz2018-03-191-5/+4
|
* Add "local" videos in menuChocobozzz2018-03-131-1/+31
|
* Update videos api list for accountChocobozzz2018-03-121-18/+55
|
* Avoids easy cheating on vidoe viewsChocobozzz2018-02-231-5/+12
|
* Implement support field in video and video channelChocobozzz2018-02-151-0/+11
|
* Fix testsChocobozzz2018-02-141-2/+1
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-4/+12
|
* Move job queue to redisChocobozzz2018-01-251-10/+11
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-3/+11
|
* Add ability to delete commentsChocobozzz2018-01-041-1/+32
|
* Add ability to disable video commentsChocobozzz2018-01-031-0/+27
|
* Fix testsChocobozzz2017-12-291-2/+2
|
* Refractor check video testsChocobozzz2017-12-291-243/+197
|
* Fix videos testsChocobozzz2017-12-281-1/+1
|
* Improve check follow params testsChocobozzz2017-12-281-2/+2
|
* Tests directories refractorChocobozzz2017-12-281-0/+861