aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Client: implement password changeChocobozzz2016-08-0511-16/+171
* | Server: allow user to get its informations (/users/me)Chocobozzz2016-08-054-7/+62
* | Server: move clients in its own fileChocobozzz2016-08-054-28/+44
* | Implement user API (create, update, remove, list)Chocobozzz2016-08-0416-47/+688
* | Server: reorganize express validatorsChocobozzz2016-07-318-52/+100
* | Client: fix login state when logoutChocobozzz2016-07-271-0/+2
|/
* Server: Use ES6 promise for mongoose/node-oatuh2-serverChocobozzz2016-07-274-9/+9
* Server code documentation typoBigard Florian2016-07-271-2/+2
* TyposChocobozzz2016-07-224-10/+10
* Add CONTRIBUTING links to READMEChocobozzz2016-07-221-2/+9
* Begin a CONTRIBUTING guideChocobozzz2016-07-221-0/+34
* Server: begin a server documentationChocobozzz2016-07-222-0/+74
* Client: increase min height for videos listChocobozzz2016-07-221-1/+1
* Server: throttle "seedAll" when starting the serverChocobozzz2016-07-212-2/+7
* Client: click on PeerTube title routes to videos listChocobozzz2016-07-212-1/+12
* Client: video name in the link title for videos list templateChocobozzz2016-07-211-1/+1
* Center the README screenshotChocobozzz2016-07-211-6/+10
* Fix readme typoChocobozzz2016-07-211-1/+1
* Update Architecture documentChocobozzz2016-07-211-36/+38
* Improve README informationsChocobozzz2016-07-211-8/+9
* Improve README presentationChocobozzz2016-07-211-16/+54
* 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-203-9/+18
* Client: Auth services cleanupChocobozzz2016-07-203-15/+6
* Client: Add authHttp service that authentificates the http request andChocobozzz2016-07-2015-97/+314
* Server: implement refresh tokenChocobozzz2016-07-209-23/+78
* Client: add webpack notifierChocobozzz2016-07-202-1/+4