aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
Commit message (Collapse)AuthorAgeFilesLines
* Server: do not break remote videos processing on errorChocobozzz2017-01-111-1/+1
|
* Server: improve real world scriptChocobozzz2017-01-061-7/+22
|
* Server: add video abuse supportChocobozzz2017-01-047-11/+460
|
* Server: split check params testsChocobozzz2016-12-309-867/+1110
|
* Server: add updatedAt attribute to videosChocobozzz2016-12-303-2/+17
|
* Server: propagate video update to other podsChocobozzz2016-12-301-10/+45
|
* Server: add ability to update a videoChocobozzz2016-12-293-1/+204
|
* Fix real world scriptChocobozzz2016-12-251-5/+6
|
* Update migrations codeChocobozzz2016-12-251-1/+1
|
* Move tags in another tableChocobozzz2016-12-243-53/+56
|
* First version with PostgreSQLChocobozzz2016-12-198-51/+26
|
* Server: adapt tests to hostChocobozzz2016-11-167-48/+58
|
* Server: Uploads -> VideosChocobozzz2016-10-211-2/+9
|
* Try to fix travisChocobozzz2016-10-141-1/+1
|
* Server: fix real world toolsChocobozzz2016-10-103-5/+6
|
* Server: forbid to remove the root userChocobozzz2016-10-071-0/+9
|
* Server: update to webseed implementation (tests, lint...)Chocobozzz2016-10-073-16/+2
|
* Server: remove useless hash affectationsChocobozzz2016-10-027-29/+29
|
* 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: fix real world simulation scriptChocobozzz2016-08-201-14/+17
|
* Server: make friends urls come from the request instead of theChocobozzz2016-08-202-5/+60
| | | | configuration file
* Server: add user list sort/paginationChocobozzz2016-08-163-4/+120
|
* 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-093-8/+8
|
* Server: create requests utils moduleChocobozzz2016-08-072-89/+105
|
* Server: split tests utils in multiple filesChocobozzz2016-08-0714-626/+712
|
* 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-204-1/+188
|
* 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-187-41/+46
|
* Fix testsChocobozzz2016-07-071-1/+1
| | | | I should consider writing unit tests to test the tests
* Server: add script that try to simulate a real world situationChocobozzz2016-07-061-0/+215
| | | | | Each pod randomly upload or remove a video and send the information to its friend
* 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
|