aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
| * Client: ID column smallerChocobozzz2016-08-263-2/+6
| * Client: add ID, score and created date to the friends listChocobozzz2016-08-262-0/+9
| * Server: add pod created date and score to the list controllerChocobozzz2016-08-263-12/+49
| * Client: update codelyzer -> 0.0.28Chocobozzz2016-08-261-1/+1
| * Update to standard 8Chocobozzz2016-08-252-2/+2
| * Server: encrypt password in databaseChocobozzz2016-08-256-15/+74
| * Client: fix friend add input control when removing an inputChocobozzz2016-08-231-0/+2
| * Server: fix check user params testsChocobozzz2016-08-231-12/+10
| * Client: refresh friends list after quitting themChocobozzz2016-08-231-5/+10
| * Client: do not rewrite tsconfig at each change of a fileChocobozzz2016-08-231-83/+0
| * Client: fix error display for componentChocobozzz2016-08-239-17/+36
| * Client: centralize http res extraction in a serviceChocobozzz2016-08-2316-96/+160
| * Server: avoid request entity too large for requests between podsChocobozzz2016-08-231-1/+1
| * Client: change url validation for friend addChocobozzz2016-08-236-28/+56
| * Client: make friends url button (+/-) -> same widthChocobozzz2016-08-231-0/+4
| * Do not wait the make friends process ends to send a response to theChocobozzz2016-08-232-3/+9
| * Client: display make/quit friends according to the situationChocobozzz2016-08-231-2/+2
| * Client: update to new form apiChocobozzz2016-08-2313-61/+90
| * Server: catch JSON.parse exceptionsChocobozzz2016-08-232-3/+13
| * Client: fix malformed divChocobozzz2016-08-231-0/+2
| * Update README roadmapChocobozzz2016-08-231-1/+1
| * Update README roadmapChocobozzz2016-08-211-1/+1
| * Client: remove makeFriend from friend-list (in friend-add now)Chocobozzz2016-08-211-13/+0
| * Client: simplify simple menu/admin menu displaying logicChocobozzz2016-08-216-29/+11
| * Client: navigate to /videos/list when do search on another pageChocobozzz2016-08-212-2/+8
| * Client: support the new make friends methodChocobozzz2016-08-2113-8/+148
| * Server: fix makefriends validation and testsChocobozzz2016-08-216-75/+105
| * 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-2014-44/+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
| * Client: reset pagination when we search somethingChocobozzz2016-08-152-3/+9
| * Server: test filenames with hyphensChocobozzz2016-08-156-5/+5
| * Server: fix travis testsChocobozzz2016-08-141-9/+2
| * Client: add users list/friends list titlesChocobozzz2016-08-122-0/+4
| * Client: add friends pageChocobozzz2016-08-1215-66/+165
| * Update webtorrent -> 0.96Chocobozzz2016-08-124-10/+17
| * Client: make an admin menu and a classic menu componentChocobozzz2016-08-1213-152/+213
| * Client: add user managementChocobozzz2016-08-0927-27/+338
| * Server: delete user with the id and not the usernameChocobozzz2016-08-096-12/+18
| * Server: update dev dependenciesChocobozzz2016-08-071-2/+2
| * 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-053-2/+3
| * Server: fix testsChocobozzz2016-08-051-1/+1
| * Server: fix status code when updating/removing a userChocobozzz2016-08-051-2/+2
| * Client: Redirect user to home page after logoutChocobozzz2016-08-051-0/+2