aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Server: show user created date for the apiChocobozzz2016-09-231-1/+2
|
* Client: add requests stats pageChocobozzz2016-09-231-1/+2
|
* Server: fix unit tests againChocobozzz2016-09-211-2/+4
|
* Server: fix testsChocobozzz2016-09-211-4/+6
|
* Fix client peer dependenciesChocobozzz2016-09-202-8/+1
|
* Server: add requests stats endpointChocobozzz2016-09-196-7/+199
|
* Server: add pod created date and score to the list controllerChocobozzz2016-08-263-12/+49
|
* Server: encrypt password in databaseChocobozzz2016-08-255-15/+73
|
* Server: fix check user params testsChocobozzz2016-08-231-12/+10
|
* Client: fix error display for componentChocobozzz2016-08-232-3/+23
|
* Do not wait the make friends process ends to send a response to theChocobozzz2016-08-231-2/+7
| | | | request
* Server: catch JSON.parse exceptionsChocobozzz2016-08-232-3/+13
|
* Server: fix makefriends validation and testsChocobozzz2016-08-215-74/+98
|
* Server: fix remote videos requests validatorChocobozzz2016-08-212-21/+21
|
* Server: fix real world simulation scriptChocobozzz2016-08-201-14/+17
|
* Server: make friends urls come from the request instead of theChocobozzz2016-08-207-14/+82
| | | | configuration file
* Server: put config in constantsChocobozzz2016-08-1910-65/+72
|
* Server: add user list sort/paginationChocobozzz2016-08-1611-16/+199
|
* Server: optimize function to see if there are users or notChocobozzz2016-08-162-2/+7
|
* Server: video.list -> video.listForApi (with pagination, sort...)Chocobozzz2016-08-162-24/+6
|
* 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-096-12/+18
|
* 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-052-0/+3
|
* Server: fix testsChocobozzz2016-08-051-1/+1
|
* Server: fix status code when updating/removing a userChocobozzz2016-08-051-2/+2
|
* Server: allow user to get its informations (/users/me)Chocobozzz2016-08-054-7/+62
|
* Server: move clients in its own fileChocobozzz2016-08-053-27/+43
|
* Implement user API (create, update, remove, list)Chocobozzz2016-08-0416-47/+688
|
* Server: reorganize express validatorsChocobozzz2016-07-317-51/+99
|
* Server: Use ES6 promise for mongoose/node-oatuh2-serverChocobozzz2016-07-274-9/+9
|
* Server: throttle "seedAll" when starting the serverChocobozzz2016-07-212-2/+7
|
* 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-209-23/+78
|
* Server: Don't make the host url check for client credentials if this is a ↵Chocobozzz2016-07-191-1/+4
| | | | test instance
* Server: udpate async to 2.0.0Chocobozzz2016-07-1814-70/+84
|
* Server: fix ipc bugChocobozzz2016-07-181-3/+3
|
* 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
* Server: limit actions for each request between podsChocobozzz2016-07-062-3/+7
|
* Server: fix videos paginationChocobozzz2016-07-061-1/+1
|
* Fix requests ordering between podsChocobozzz2016-07-053-1/+26
|
* Use dashes for filenamesChocobozzz2016-07-0110-7/+7
|
* reqValidators --> validatorsChocobozzz2016-07-0113-53/+54
|
* OAuth/User models refractoring -> use mongoose apiChocobozzz2016-07-0113-148/+209
|
* Pod model refractoring -> use mongoose apiChocobozzz2016-06-308-97/+109
|
* Do not generate a random password for test envChocobozzz2016-06-301-1/+12
|