aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Extends the search feature by customizing the search field (name,Chocobozzz2016-05-222-15/+109
| | | | podUrl...)
* Add total results field and wrap videos in data field when listingChocobozzz2016-05-215-50/+70
| | | | videos
* Fix tests for according to the sortChocobozzz2016-05-171-0/+1
|
* Add ability to sort videos listChocobozzz2016-05-173-0/+109
|
* Add a check for the duration of videosChocobozzz2016-05-162-7/+23
|
* Add createdDate to videosChocobozzz2016-05-133-0/+18
|
* Introduce paginations in videos listingChocobozzz2016-05-132-0/+108
|
* Fix adding twice a torrent in webtorrentChocobozzz2016-05-131-1/+1
|
* Authenticate before make/quit friends (server + tests)Chocobozzz2016-05-135-25/+52
|
* Fix typos in server testsChocobozzz2016-05-134-22/+23
|