aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
Commit message (Collapse)AuthorAgeFilesLines
* adding tests for audio conversionsRigel Kent2018-08-011-4/+90
|
* 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
|
* Cleanup req files on bad requestChocobozzz2018-07-312-2/+2
|
* Fix handle down testChocobozzz2018-07-311-35/+58
|
* Add ability to only filter in the search endpointChocobozzz2018-07-241-0/+55
|
* Fix travis testsChocobozzz2018-07-241-29/+8
|
* Add advanced search in clientChocobozzz2018-07-242-4/+15
|
* Add videos list filtersChocobozzz2018-07-246-147/+459
|
* Render CSS/title/description tags on server sideChocobozzz2018-07-181-1/+25
|
* Handle .srt subtitlesChocobozzz2018-07-162-2/+86
|
* Implement captions/subtitlesChocobozzz2018-07-167-97/+456
|
* Migrate to bullChocobozzz2018-07-112-9/+16
|
* Handle higher FPS for high resolution (test)Chocobozzz2018-06-291-4/+13
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-291-2/+3
|
* API: Add ability to update video channel avatarChocobozzz2018-06-293-2/+102
|
* Increase test timeout for travisChocobozzz2018-06-271-1/+1
|
* Fix images size limitChocobozzz2018-06-221-4/+4
|
* Do not create a user with the same username than another actor nameChocobozzz2018-06-211-0/+24
|
* Add ability to schedule video publicationChocobozzz2018-06-152-9/+46
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-142-0/+165
|
* Fix offset/limit on some SQL queries :facepalm:Chocobozzz2018-06-131-1/+1
|
* Improve tests when waiting pending jobsChocobozzz2018-06-1320-189/+139
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-124-23/+77
| | | | publishing a video
* Add video comments RSSChocobozzz2018-06-082-92/+0
|
* Move fixtures in tests/Chocobozzz2018-06-0726-21/+20
|
* Add create-import-video-file-job commandFlorent Fayolle2018-06-071-0/+0
|
* Fix publishedAt value after following a new instanceChocobozzz2018-05-281-0/+3
|
* Update changelogChocobozzz2018-05-281-0/+2
|
* Only use account name in routesChocobozzz2018-05-256-24/+22
|
* Improve e2e testsChocobozzz2018-05-221-0/+0
|
* Fix video channel update with an admin accountChocobozzz2018-05-171-1/+1
|
* Add check channel update test in video updateChocobozzz2018-05-111-0/+6
|
* Add ability to update a video channelChocobozzz2018-05-111-21/+57
|
* Add ability to embed a video in TwitterChocobozzz2018-05-112-0/+20
| | | | The instance should be whitelisted first
* Fix testsChocobozzz2018-05-092-6/+6
|
* Account/channel descriptions are not required anymoreChocobozzz2018-05-091-26/+0
|
* feature: initial syndication feeds tests for instance-wide feedsRigel Kent2018-04-262-0/+92
|
* Add video channel managementChocobozzz2018-04-263-10/+10
|
* Add ability to update the user display name/descriptionChocobozzz2018-04-262-1/+42
|
* Implement video channel viewsChocobozzz2018-04-252-8/+2
|
* Update video-channel routes (again)Chocobozzz2018-04-253-42/+30
| | | | Use /video-channels now, it's more simple for clients
* Video channel API routes refractorChocobozzz2018-04-255-97/+223
|
* Update video channel routesChocobozzz2018-04-243-40/+97
|
* Use ISO 639 for languagesChocobozzz2018-04-235-24/+24
|
* Add help concerning NSFW videos in uploadChocobozzz2018-04-191-0/+1
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-195-17/+236
| | | | There is a global instance setting and a per user setting
* Add auth documentationChocobozzz2018-04-161-0/+20
|
* Add tests for publishedAtChocobozzz2018-04-041-3/+6
|
* Add reverse proxy test in travisChocobozzz2018-03-292-1/+2
|