aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | ffmpeg version
* Client: Auth services cleanupChocobozzz2016-07-203-15/+6
|
* Client: Add authHttp service that authentificates the http request andChocobozzz2016-07-2015-97/+314
| | | | optionally refresh the access token if needed
* Server: implement refresh tokenChocobozzz2016-07-209-23/+78
|
* Client: add webpack notifierChocobozzz2016-07-202-1/+4
|
* Client: try to make it work with Android FirefoxChocobozzz2016-07-1912-31/+54
|
* 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-1815-72/+85
|
* Remove livereload module (role of webpack now)Chocobozzz2016-07-182-4/+0
|
* Client: fix ng2 bootstrap version that breaks change with patch versions...Chocobozzz2016-07-181-1/+1
|
* Server: fix ipc bugChocobozzz2016-07-182-4/+4
|
* Client: save page params as wellChocobozzz2016-07-189-48/+84
|
* Client: Update to Angular RC4Chocobozzz2016-07-1821-121/+1057
|
* 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-062-0/+216
| | | | | 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
|
* Client: fix pagination componentChocobozzz2016-07-061-2/+2
|
* Fix requests ordering between podsChocobozzz2016-07-053-1/+26
|
* Update server dependenciesChocobozzz2016-07-011-2/+2
|
* Use dashes for filenamesChocobozzz2016-07-0111-8/+8
|
* reqValidators --> validatorsChocobozzz2016-07-0113-53/+54
|