aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/utils
Commit message (Collapse)AuthorAgeFilesLines
* Update follower/following countsChocobozzz2018-01-121-0/+12
|
* Add tests to handle down serverChocobozzz2018-01-112-2/+11
|
* Support video quota on clientChocobozzz2018-01-081-0/+12
|
* Add ability to delete commentsChocobozzz2018-01-041-1/+20
|
* Send account activitypub update eventsChocobozzz2018-01-031-0/+29
|
* Add ability to disable video commentsChocobozzz2018-01-031-2/+8
|
* Begin to add avatar to actorsChocobozzz2017-12-292-4/+29
|
* Refractor check video testsChocobozzz2017-12-292-9/+26
|
* Refractor single server testChocobozzz2017-12-291-1/+84
|
* Fix videos testsChocobozzz2017-12-281-4/+8
|
* Improve check videos parameters testsChocobozzz2017-12-283-4/+4
|
* Improve check users parameters testsChocobozzz2017-12-282-32/+53
|
* Improve check services parameters testsChocobozzz2017-12-281-3/+3
|
* Improve check jobs parameters testsChocobozzz2017-12-281-3/+6
|
* Improve check follow params testsChocobozzz2017-12-285-16/+98
|
* Tests directories refractorChocobozzz2017-12-2818-27/+23
|
* Add comments federation testsChocobozzz2017-12-271-3/+3
|
* Add check params testsChocobozzz2017-12-271-1/+1
|
* Begin unit testsChocobozzz2017-12-221-0/+64
|
* Begin moving video channel to actorChocobozzz2017-12-191-2/+2
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-1/+3
| | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video
* Optimise transaction for video uploadChocobozzz2017-12-081-1/+1
|
* Design second video upload stepChocobozzz2017-12-081-1/+1
|
* Begin video watch designChocobozzz2017-12-061-1/+1
|
* Fix client searchChocobozzz2017-12-051-10/+10
|
* Fix lintChocobozzz2017-11-301-0/+1
|
* Fix activitypub check headersChocobozzz2017-11-301-0/+15
|
* Add ability to list jobsChocobozzz2017-11-302-1/+34
|
* Better view counterChocobozzz2017-11-301-0/+10
|
* Users list only available when use is authenticatedChocobozzz2017-11-291-2/+4
| | | | And has a special right
* Misc cleanupChocobozzz2017-11-272-42/+1
|
* Add follow testsChocobozzz2017-11-273-21/+13
|
* Fix public video we set to public or unlistedChocobozzz2017-11-271-3/+3
|
* Optimize signature verificationChocobozzz2017-11-271-1/+1
|
* Fix video full descriptionChocobozzz2017-11-271-3/+3
|
* Speed up activity pub http requestsChocobozzz2017-11-272-8/+19
|
* Optimize account creationChocobozzz2017-11-271-1/+1
|
* ApplicationFollow -> SeverFollowChocobozzz2017-11-272-103/+53
|
* Upgrade server packagesChocobozzz2017-10-311-1/+1
|
* Add tests and fix bugs for video privacyChocobozzz2017-10-311-3/+42
|
* Add lazy description on serverChocobozzz2017-10-301-0/+9
|
* Add tests to user rolesChocobozzz2017-10-271-2/+14
|
* Add video channel testsChocobozzz2017-10-264-2/+108
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-191-1/+15
|
* Add oembed endpointChocobozzz2017-10-163-0/+26
|
* Video blacklist refractoringChocobozzz2017-10-101-3/+3
|
* Change how we handle resolutionChocobozzz2017-10-091-6/+6
| | | | It was an enum before, now we just use video height
* Implement video transcoding on server sideChocobozzz2017-10-031-2/+3
|
* Handle blacklist (#84)Green-Star2017-09-223-18/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Convert real world script to typescriptChocobozzz2017-09-081-3/+5
|