aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
Commit message (Collapse)AuthorAgeFilesLines
...
* Server: assert remoteId and host pair is uniqueChocobozzz2017-01-271-0/+2
|
* Server: error if we add a pod that already existsChocobozzz2017-01-271-0/+8
|
* Server: paths refractoringChocobozzz2017-01-171-2/+2
|
* Server: fix single pod testsChocobozzz2017-01-121-27/+25
|
* Try to fix travis buildChocobozzz2017-01-122-6/+6
|
* Server: fix update remote video infohashChocobozzz2017-01-122-8/+40
|
* Server: rights check for update a videoChocobozzz2017-01-111-0/+4
|
* Server: add video abuse supportChocobozzz2017-01-046-11/+387
|
* Server: split check params testsChocobozzz2016-12-307-865/+1099
|
* Server: add updatedAt attribute to videosChocobozzz2016-12-302-0/+13
|
* Server: propagate video update to other podsChocobozzz2016-12-301-10/+45
|
* Server: add ability to update a videoChocobozzz2016-12-292-0/+177
|
* Move tags in another tableChocobozzz2016-12-243-53/+56
|
* First version with PostgreSQLChocobozzz2016-12-196-48/+23
|
* Server: adapt tests to hostChocobozzz2016-11-165-38/+47
|
* Server: Uploads -> VideosChocobozzz2016-10-211-2/+9
|
* Try to fix travisChocobozzz2016-10-141-1/+1
|
* Server: forbid to remove the root userChocobozzz2016-10-071-0/+9
|
* Server: update to webseed implementation (tests, lint...)Chocobozzz2016-10-073-16/+2
|
* Server: fix unit tests againChocobozzz2016-09-211-2/+4
|
* Server: fix testsChocobozzz2016-09-211-4/+6
|
* Fix client peer dependenciesChocobozzz2016-09-201-7/+0
|
* Server: add requests stats endpointChocobozzz2016-09-192-1/+148
|
* Server: add pod created date and score to the list controllerChocobozzz2016-08-261-2/+11
|
* Server: fix check user params testsChocobozzz2016-08-231-12/+10
|
* Client: fix error display for componentChocobozzz2016-08-231-0/+11
|
* Server: fix makefriends validation and testsChocobozzz2016-08-211-50/+59
|
* Server: make friends urls come from the request instead of theChocobozzz2016-08-201-4/+34
| | | | configuration file
* Server: add user list sort/paginationChocobozzz2016-08-162-4/+105
|
* Server: test filenames with hyphensChocobozzz2016-08-156-5/+5
|
* Server: fix travis testsChocobozzz2016-08-141-9/+2
|
* Server: delete user with the id and not the usernameChocobozzz2016-08-092-5/+5
|
* Server: create requests utils moduleChocobozzz2016-08-071-89/+37
|
* Server: split tests utils in multiple filesChocobozzz2016-08-077-626/+150
|
* Server: do not allow a user to remove a video of another userChocobozzz2016-08-051-0/+2
|
* Server: fix testsChocobozzz2016-08-051-1/+1
|
* Server: allow user to get its informations (/users/me)Chocobozzz2016-08-053-7/+53
|
* Implement user API (create, update, remove, list)Chocobozzz2016-08-043-20/+393
|
* Server: Add some cli tools to make it easy to upload a lot of videosChocobozzz2016-07-201-1/+20
|
* Server: do not enable images tests by default because it needs a specialChocobozzz2016-07-201-9/+16
| | | | ffmpeg version
* Server: implement refresh tokenChocobozzz2016-07-201-1/+7
|
* Server: udpate async to 2.0.0Chocobozzz2016-07-186-36/+40
|
* Fix testsChocobozzz2016-07-071-1/+1
| | | | I should consider writing unit tests to test the tests
* Fix requests ordering between podsChocobozzz2016-07-051-0/+15
|
* Request model refractoring -> use mongoose apiChocobozzz2016-06-281-1/+1
|
* Video model refractoring -> use mongoose apiChocobozzz2016-06-241-1/+1
|
* Try to make a better communication (between pods) moduleChocobozzz2016-06-184-19/+31
|
* Add tag search support to serverChocobozzz2016-06-061-0/+38
|
* Add tags support to serverChocobozzz2016-06-066-29/+166
|
* Extends the search feature by customizing the search field (name,Chocobozzz2016-05-222-15/+109
| | | | podUrl...)