aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Upload a video to /videos/uploadChocobozzz2017-09-071-1/+1
| | | | This is an action, not a REST endpoint
* urls: makefriends/quitfriends -> make-friends/quit-friendsChocobozzz2017-09-071-2/+2
|
* Convert real world tools to typescriptChocobozzz2017-09-073-3/+6
|
* Add tests for npm run scriptsChocobozzz2017-09-074-2/+49
|
* Fix tests and user quotaChocobozzz2017-09-061-1/+1
|
* Begin tests for user quotaChocobozzz2017-09-051-7/+37
|
* Convert tests to typescriptChocobozzz2017-09-0425-1018/+953
|
* Remove one pod (#76)Green-Star2017-08-021-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 previews cache system between podsChocobozzz2017-07-121-2/+2
|
* Requests -> RequestSchedulersChocobozzz2017-06-251-0/+0
|
* Fix video update testChocobozzz2017-06-121-18/+15
|
* Type modelsChocobozzz2017-05-251-1/+1
|
* Server: add tests for video blacklistsChocobozzz2017-05-012-2/+31
|
* Server: add ability to register new userChocobozzz2017-04-091-0/+22
|
* Server: add video language attributeChocobozzz2017-04-071-0/+15
|
* Server: Add NSFW in user profileChocobozzz2017-04-031-2/+6
|
* Server: add nsfw attributeChocobozzz2017-03-281-0/+3
|
* Server: add licence video attributeChocobozzz2017-03-271-0/+15
|
* Server: refractoring upload/update video test utilsChocobozzz2017-03-261-16/+26
|
* Add video category supportChocobozzz2017-03-221-2/+16
|
* Better real world testChocobozzz2017-03-191-0/+25
|
* Server: add config endpointChocobozzz2017-03-101-0/+24
|
* Add like/dislike system for videosChocobozzz2017-03-082-1/+32
|
* Add email to usersChocobozzz2017-02-181-1/+6
|
* Server: error if we add a pod that already existsChocobozzz2017-01-271-3/+8
|
* Fix testsChocobozzz2017-01-231-1/+2
|
* Server: paths refractoringChocobozzz2017-01-171-1/+1
|
* Server: fix single pod testsChocobozzz2017-01-121-19/+35
|
* Server: add video abuse supportChocobozzz2017-01-041-0/+73
|