aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* urls: makefriends/quitfriends -> make-friends/quit-friendsChocobozzz2017-09-072-12/+12
|
* Fix lintChocobozzz2017-09-071-1/+0
|
* Convert real world tools to typescriptChocobozzz2017-09-0710-194/+224
|
* Add tests for npm run scriptsChocobozzz2017-09-078-2/+168
|
* Fix tests and user quotaChocobozzz2017-09-063-27/+138
|
* Begin tests for user quotaChocobozzz2017-09-052-15/+82
|
* Convert tests to typescriptChocobozzz2017-09-0467-6523/+5420
|
* 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-024-5/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-123-3/+20
|
* Add tests for open graph tagsChocobozzz2017-07-112-0/+97
|
* 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-256-8/+8
|
* Oup's, forgot to increate timeout testChocobozzz2017-06-251-1/+1
|
* Fix travis testsChocobozzz2017-06-251-1/+2
|
* Fix video update testChocobozzz2017-06-121-18/+15
|
* Update client modulesChocobozzz2017-06-111-0/+2
|
* Type modelsChocobozzz2017-05-252-2/+2
|
* Client: fix update button displayed on non owned videoChocobozzz2017-05-052-2/+2
|
* Fix testsChocobozzz2017-05-053-3/+3
|
* Server: Fix video propagation with transcoding enabledChocobozzz2017-05-051-2/+3
|
* Server: add tests to video transcoderChocobozzz2017-05-042-0/+116
|
* Server: add tests for video blacklistsChocobozzz2017-05-018-7/+300
|
* Update standard -> 10Chocobozzz2017-04-161-2/+4
|
* Server: fix testsChocobozzz2017-04-091-0/+1
|
* Server: add ability to register new userChocobozzz2017-04-093-2/+160
|
* Server: add video language attributeChocobozzz2017-04-076-2/+122
|
* Server: Add NSFW in user profileChocobozzz2017-04-033-4/+46
|
* Server: add nsfw attributeChocobozzz2017-03-286-1/+94
|
* Server: add licence video attributeChocobozzz2017-03-276-2/+127
|
* Server: refractoring upload/update video test utilsChocobozzz2017-03-2612-146/+158
|
* Fix tag testsChocobozzz2017-03-221-45/+0
|
* Relax on tags (accept any characters and not required anymore)Chocobozzz2017-03-221-13/+0
|
* Add video category supportChocobozzz2017-03-2212-26/+157
|
* Better real world testChocobozzz2017-03-192-18/+142
|
* Server: add config endpointChocobozzz2017-03-103-0/+78
|
* Add like/dislike system for videosChocobozzz2017-03-087-13/+290
|
* Update bittorrent-tracker and standard to v9Chocobozzz2017-03-0313-0/+26
|
* Server: implement video viewsChocobozzz2017-02-261-26/+124
|
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-262-1/+70
| | | | | | | | This system will be useful to to update some int video attributes (likes, dislikes, views...) The classic system is not used because we need some optimization for scaling
* Add email to usersChocobozzz2017-02-184-2/+76
|
* Add email to podsChocobozzz2017-02-161-0/+2
|
* Server: assert remoteId and host pair is uniqueChocobozzz2017-01-271-0/+2
|
* Server: error if we add a pod that already existsChocobozzz2017-01-272-3/+16
|
* Fix testsChocobozzz2017-01-231-1/+2
|