aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
Commit message (Collapse)AuthorAgeFilesLines
* Optimize signature verificationChocobozzz2017-11-2712-513/+325
|
* Fix video full descriptionChocobozzz2017-11-2710-610/+95
|
* Speed up activity pub http requestsChocobozzz2017-11-277-242/+278
|
* Optimize account creationChocobozzz2017-11-271-4/+6
|
* Make it compile at leastChocobozzz2017-11-271-1/+1
|
* Improve client mobile versionChocobozzz2017-11-061-5/+0
|
* Usernames are case insensitive nowChocobozzz2017-11-041-0/+12
|
* Split slow and fast api tests for travisChocobozzz2017-10-313-15/+19
|
* Upgrade server packagesChocobozzz2017-10-312-7/+7
|
* Add tests and fix bugs for video privacyChocobozzz2017-10-315-374/+360
|
* Lazy description and previews to video formChocobozzz2017-10-301-6/+2
|
* Add other video description testsChocobozzz2017-10-301-1/+27
|
* Add lazy description on serverChocobozzz2017-10-302-0/+87
|
* Add tests to user rolesChocobozzz2017-10-272-17/+76
|
* Increase video attributes lengthChocobozzz2017-10-262-6/+16
| | | | | | | Number of tags: 3 -> 5 Tag length: 10 -> 30 Video name: 50 -> 120 Video channel name: 50 -> 120
* Fix testsChocobozzz2017-10-261-2/+2
|
* Add channels to upload formChocobozzz2017-10-261-2/+2
|
* Fix lintChocobozzz2017-10-262-3/+0
|
* Add video channel testsChocobozzz2017-10-2611-108/+753
|
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-192-0/+4
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-192-3/+48
|
* More robust transcoding jobsChocobozzz2017-10-171-3/+3
|
* Try to fix travis testsChocobozzz2017-10-171-0/+0
|
* Use preview instead of thumbnail for oembedChocobozzz2017-10-171-4/+4
|
* Add oembed endpointChocobozzz2017-10-164-0/+246
|
* Video blacklist refractoringChocobozzz2017-10-101-6/+6
|
* Change how we handle resolutionChocobozzz2017-10-093-30/+41
| | | | It was an enum before, now we just use video height
* Client: handle multiple file resolutionsChocobozzz2017-10-061-5/+5
|
* Add migration scriptChocobozzz2017-10-031-4/+4
|
* Implement video transcoding on server sideChocobozzz2017-10-032-21/+48
|
* Handle blacklist (#84)Green-Star2017-09-228-94/+362
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Add list blacklist feature * Server: Add list blacklist feature * Client: Add videoId column * Server: Add some video infos in the REST api * Client: Add video information in the blacklist list * Fix sortable columns :) * Client: Add removeFromBlacklist feature * Server: Add removeFromBlacklist feature * Move to TypeScript * Move to TypeScript and Promises * Server: Fix blacklist list sort * Server: Fetch videos informations * Use common shared interface for client and server * Add check-params remove blacklisted video tests * Add check-params list blacklisted videos tests * Add list blacklist tests * Add remove from blacklist tests * Add video blacklist management tests * Fix rebase onto develop issues * Server: Add sort on blacklist id column * Server: Add blacklists library * Add blacklist id sort test * Add check-params tests for blacklist list pagination, count and sort * Fix coding style * Increase Remote API tests timeout * Increase Request scheduler API tests timeout * Fix typo * Increase video transcoding API tests timeout * Move tests to Typescript * Use lodash orderBy method * Fix typos * Client: Remove optional tests in blacklist model attributes * Move blacklist routes from 'blacklists' to 'blacklist' * CLient: Remove blacklist-list.component.scss * Rename 'blacklists' files to 'blacklist' * Use only BlacklistedVideo interface * Server: Use getFormattedObjects method in listBlacklist method * Client: Use new coding style * Server: Use new sort validator methods * Server: Use new checkParams methods * Client: Fix sortable columns
* Fix request schedulers testChocobozzz2017-09-081-3/+2
|
* Convert real world script to typescriptChocobozzz2017-09-081-10/+4
|
* Upload a video to /videos/uploadChocobozzz2017-09-071-21/+42
| | | | This is an action, not a REST endpoint
* urls: makefriends/quitfriends -> make-friends/quit-friendsChocobozzz2017-09-071-10/+10
|
* Fix tests and user quotaChocobozzz2017-09-062-26/+137
|
* Begin tests for user quotaChocobozzz2017-09-051-8/+45
|
* Convert tests to typescriptChocobozzz2017-09-0438-5404/+4396
|
* Upgrade common server dependenciesChocobozzz2017-08-251-1/+1
|
* Move video file metadata in their own tableChocobozzz2017-08-253-24/+126
| | | | Will be used for user video quotas and multiple video resolutions
* Fix testsChocobozzz2017-08-024-29/+25
|
* Remove one pod (#76)Green-Star2017-08-023-4/+205
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Fix typo * Client: Add removeFriend feature * Server: Add removeFriend feature * Server: Update method name * Fix rebase onto develop issues * Server: Fix error message * Server: Remove useless methods in removeFriend method * Server: Finish remove on pod feature after rebase * Server: Type pod parameter * Fix Travis build * Add friend-basic test for the remove one pod feature * Add check-params tests for the remove one pod feature * Fix typos * Add friend-advanced test for the remove one pod feature * Client: Trailing new line * Move to promises * Add undefined id test * Use find method instead of a for loop to find the friend to remove * Remove setTimeout method * Server: Remove requestScheduler operations * Server: Fix logging messages * Server: Remove sign request parameter
* Add ability to limit user registrationsChocobozzz2017-07-252-3/+43
|
* Add previews cache system between podsChocobozzz2017-07-122-1/+18
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-113-3/+51
|
* Move to promisesChocobozzz2017-07-051-1/+18
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Fix test (#71)Green-Star2017-07-0212-17/+22
| | | | | | | | | | | | * 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.
* Requests -> RequestSchedulersChocobozzz2017-06-254-6/+6
|
* Oup's, forgot to increate timeout testChocobozzz2017-06-251-1/+1
|
* Fix travis testsChocobozzz2017-06-251-1/+2
|