aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2019-07-241-0/+2
|
* Improve registrationChocobozzz2019-06-071-1/+0
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-071-6/+52
|\
| * Fix video import if autoblacklist is enabledChocobozzz2019-06-071-6/+52
| |
| * Fix playlist get for classic usersChocobozzz2019-05-281-1/+14
| |
* | Add ability to unpublish video/playlistChocobozzz2019-06-061-0/+34
| |
* | Add ability to set to private a public/unlisted videoChocobozzz2019-06-061-2/+24
| |
* | Server: Bulk update videos support fieldChocobozzz2019-05-311-6/+36
| |
* | Remove unused actor uuid fieldChocobozzz2019-05-311-4/+0
| |
* | Add pagination to account video channels endpointChocobozzz2019-05-291-3/+61
| |
* | Fix playlist get for classic usersChocobozzz2019-05-281-1/+14
| |
* | Update travis ffmpeg patch versionChocobozzz2019-05-173-4/+8
| |
* | Add audio upload testsChocobozzz2019-05-172-11/+81
| |
* | Merge remote-tracking branch 'origin/pr/1785' into developChocobozzz2019-05-161-2/+18
|\ \
| * | fixed formatting, added test caseFelix Ableitner2019-05-041-4/+19
| |/
* | All API tests in parallelChocobozzz2019-05-157-30/+31
| |
* | Redundancy and search tests in parallel tooChocobozzz2019-05-148-53/+50
|/
* Fix overview endpointChocobozzz2019-04-241-5/+6
|
* Use test wrapper exit functionChocobozzz2019-04-2421-79/+69
|
* Try to fix travisChocobozzz2019-04-241-1/+1
|
* Cleanup testsChocobozzz2019-04-2421-102/+42
|
* Shared utils -> extra-utilsChocobozzz2019-04-2421-55/+60
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-159-31/+149
|
* Add ability to delete old remote viewsChocobozzz2019-04-122-0/+114
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-2/+32
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-2/+23
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-4/+4
|
* Fix unit testsChocobozzz2019-03-181-5/+13
|
* Add playlist updatedAt testsChocobozzz2019-03-181-0/+31
|
* Add videos playlist exist testsChocobozzz2019-03-182-4/+44
|
* Add server migrationsChocobozzz2019-03-181-0/+10
|
* Refactor video playlist middlewaresChocobozzz2019-03-181-0/+1
|
* Add playlist rest testsChocobozzz2019-03-181-56/+672
|
* Playlist server APIChocobozzz2019-03-181-0/+161
|
* Try to fix travis testsChocobozzz2019-02-151-1/+5
|
* Refractor published date on video importChocobozzz2019-02-121-0/+1
|
* Add originallyPublishedAt unit testsChocobozzz2019-02-111-1/+5
|
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-1121-299/+782
|\
| * Use a single file instead of segments for HLSChocobozzz2019-02-111-11/+5
| |
| * Add hls support on serverChocobozzz2019-02-112-0/+146
| |
| * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-103-227/+265
| |
| * Add history on server sideChocobozzz2018-12-181-5/+80
| | | | | | | | Add ability to disable, clear and list user videos history
| * Support additional video extensionsChocobozzz2018-12-111-2/+29
| |
| * Add test regarding tmp directoryChocobozzz2018-12-111-0/+9
| |
| * Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-204-8/+7
| |\ | | | | | | | | | move-utils-to-shared
| | * Cleanup tests importsChocobozzz2018-11-194-9/+7
| | |
| * | Move utils to /sharedbuoyantair2018-10-2919-53/+75
| |/ | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
| * Fix optimize old videos scriptChocobozzz2018-10-181-20/+5
| |
| * Fix transcodingChocobozzz2018-10-182-8/+8
| |
| * rename News category into News & Politics (#1261)Adnane Belmadiaf2018-10-142-2/+2
| |