aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2017-11-271-2/+2
|
* Increase test timersChocobozzz2017-11-272-3/+4
|
* Misc cleanupChocobozzz2017-11-272-42/+1
|
* Better follows testsChocobozzz2017-11-272-2/+65
|
* Federate likes/dislikesChocobozzz2017-11-271-0/+1
|
* Fix multiple servers testChocobozzz2017-11-271-6/+6
|
* Fetch outbox to grab old activities testsChocobozzz2017-11-271-1/+29
|
* Add follow testsChocobozzz2017-11-278-436/+604
|
* Refractor activity pub lib/helpersChocobozzz2017-11-271-3/+3
|
* Fix lintChocobozzz2017-11-272-8/+7
|
* Fix public video we set to public or unlistedChocobozzz2017-11-2712-61/+57
|
* Optimize signature verificationChocobozzz2017-11-2715-547/+356
|
* Fix video full descriptionChocobozzz2017-11-2711-613/+98
|
* Speed up activity pub http requestsChocobozzz2017-11-279-250/+297
|
* Optimize account creationChocobozzz2017-11-272-5/+7
|
* ApplicationFollow -> SeverFollowChocobozzz2017-11-272-103/+53
|
* Handle follow/acceptChocobozzz2017-11-271-2/+1
|
* 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-315-16/+17
|
* Add tests and fix bugs for video privacyChocobozzz2017-10-316-377/+402
|
* 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-303-0/+96
|
* Add tests to user rolesChocobozzz2017-10-273-19/+90
|
* 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-2616-114/+869
|
* 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-193-4/+63
|
* 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-168-2/+287
|
* Video blacklist refractoringChocobozzz2017-10-102-9/+9
|
* Change how we handle resolutionChocobozzz2017-10-095-38/+49
| | | | 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-034-34/+70
|
* Handle blacklist (#84)Green-Star2017-09-2211-112/+417
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Improve real world scriptChocobozzz2017-09-121-27/+75
|
* Fix request schedulers testChocobozzz2017-09-081-3/+2
|
* Convert real world script to typescriptChocobozzz2017-09-084-380/+336
|
* Upload a video to /videos/uploadChocobozzz2017-09-074-24/+45
| | | | This is an action, not a REST endpoint
* urls: makefriends/quitfriends -> make-friends/quit-friendsChocobozzz2017-09-072-12/+12
|
* Fix lintChocobozzz2017-09-071-1/+0
|