aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
Commit message (Expand)AuthorAgeFilesLines
* Remove unused actor uuid fieldChocobozzz2019-05-312-33/+11
* Add pagination to account video channels endpointChocobozzz2019-05-292-4/+84
* Multi step registrationChocobozzz2019-05-291-0/+7
* Add ability to specify channel on registrationChocobozzz2019-05-282-4/+38
* Fix playlist get for classic usersChocobozzz2019-05-281-1/+14
* Update travis ffmpeg patch versionChocobozzz2019-05-173-4/+8
* Add audio upload testsChocobozzz2019-05-175-14/+93
* Add audio support in uploadChocobozzz2019-05-162-0/+4
* Merge remote-tracking branch 'origin/pr/1785' into developChocobozzz2019-05-161-2/+18
|\
| * fixed formatting, added test caseFelix Ableitner2019-05-041-4/+19
* | Don't use parallel tests with test suite 1 and 3Chocobozzz2019-05-152-2/+2
* | Decrease max parallel tests for travisChocobozzz2019-05-154-4/+4
* | All API tests in parallelChocobozzz2019-05-1529-197/+260
* | Redundancy and search tests in parallel tooChocobozzz2019-05-1422-216/+241
* | Try parallel check params testsChocobozzz2019-05-146-7/+14
* | Fix thumbnail when listing my videosChocobozzz2019-05-131-2/+5
|/
* Fix user notifications testsChocobozzz2019-04-251-9/+13
* Fix overview endpointChocobozzz2019-04-242-6/+7
* Use test wrapper exit functionChocobozzz2019-04-2466-332/+339
* Try to fix travisChocobozzz2019-04-243-6/+31
* Use parallel testsChocobozzz2019-04-242-19/+19
* Cleanup testsChocobozzz2019-04-2471-453/+153
* Shared utils -> extra-utilsChocobozzz2019-04-2473-212/+224
* Add user adminFlagsChocobozzz2019-04-1537-493/+703
* Add ability to delete old remote viewsChocobozzz2019-04-122-0/+114
* Add ability to limit videos history sizeChocobozzz2019-04-111-2/+32
* Try to improve server tests compilation speedChocobozzz2019-04-111-2/+1
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
* Add debug component to help admins to fix IP issuesChocobozzz2019-04-112-0/+79
* Add logs endpointChocobozzz2019-04-104-0/+211
* Add ability to disable trackerChocobozzz2019-04-101-3/+23
* Add check params account ratings testsChocobozzz2019-04-092-18/+46
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-1/+31
* Add notification on new instance follower (server side)Chocobozzz2019-04-085-6/+35
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-084-9/+162
* Add ability to forbid followersChocobozzz2019-04-084-24/+126
* Add ability to remove an instance follower in APIChocobozzz2019-04-082-0/+79
* Fix notification testsChocobozzz2019-04-031-13/+39
* add quarantine videos feature (#1637)Josh Morel2019-04-027-10/+237
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-192-5/+5
* Refresh playlistsChocobozzz2019-03-191-32/+98
* Cleanup tmp directory at startupChocobozzz2019-03-191-0/+7
* Handle theater mode for playlistsChocobozzz2019-03-181-2/+2
* Fix unit testsChocobozzz2019-03-182-7/+17
* Forbid public playlists not assigned to a channelChocobozzz2019-03-181-6/+34
* Add playlist updatedAt testsChocobozzz2019-03-181-0/+31
* Add videos playlist exist testsChocobozzz2019-03-184-6/+92
* Add server migrationsChocobozzz2019-03-181-0/+10
* Refactor video playlist middlewaresChocobozzz2019-03-181-0/+1
* Add playlist rest testsChocobozzz2019-03-183-597/+950