aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Client: avoid "quit friends" to appear during the pending requestChocobozzz2016-10-211-0/+5
* Server: remove v1 directory, we don't really need itChocobozzz2016-10-218-20/+18
* Server: Uploads -> VideosChocobozzz2016-10-215-7/+14
* Server: pod removing refractoringChocobozzz2016-10-216-89/+27
* Server: add npm run check to check CORS, bittorrent tracker...Chocobozzz2016-10-211-0/+5
* Server: wait pod removal when finishing a requestChocobozzz2016-10-171-4/+4
* Server: handle tls websocketsChocobozzz2016-10-172-7/+11
* Try to fix travisChocobozzz2016-10-141-1/+1
* Remove references to ElectronChocobozzz2016-10-132-10/+2
* Update clean scriptChocobozzz2016-10-131-3/+0
* Server: fix real world toolsChocobozzz2016-10-103-5/+6
* Server: forbid to remove the root userChocobozzz2016-10-072-0/+11
* Server: update to webseed implementation (tests, lint...)Chocobozzz2016-10-075-22/+6
* Merge branch 'master' into webseed-mergedChocobozzz2016-10-0269-1400/+3158
|\
| * Server: remove useless hash affectationsChocobozzz2016-10-0239-144/+144
| * Server: reorganize constant fileChocobozzz2016-10-021-47/+64
| * Server: add informations when removing requests of unexisting podChocobozzz2016-10-011-0/+1
| * Add "max requests number" information for requests iterationsChocobozzz2016-10-011-0/+1
| * Server: fix remaining milli seconds before the next requests featureChocobozzz2016-10-012-6/+19
| * Server: add port when making friends if it is not specifiedChocobozzz2016-10-013-1/+71
| * Electron-prebuilt -> electronChocobozzz2016-10-011-1/+1
| * Server: fix error log when a friend request failsChocobozzz2016-10-011-2/+1
| * Server: add information why a friend request failed (status code)Chocobozzz2016-10-011-7/+8
| * Server: when we remove a user, remove the oauthtokens tooChocobozzz2016-10-012-1/+14
| * Server: do not forget to check the signature when another pod wants toChocobozzz2016-10-013-21/+32
| * Server: migration script that add admin role to root userChocobozzz2016-09-272-1/+21
| * Server: fix migration at installationChocobozzz2016-09-263-7/+9
| * Add migration (for db, folders...) mechanismChocobozzz2016-09-267-1/+148
| * 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
| * 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
| * 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