aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* OAuth/User models refractoring -> use mongoose apiChocobozzz2016-07-0114-156/+217
|
* Pod model refractoring -> use mongoose apiChocobozzz2016-06-308-97/+109
|
* Do not generate a random password for test envChocobozzz2016-06-301-1/+12
|
* Video model: namePath -> filenameChocobozzz2016-06-282-10/+10
|
* Re enable the "seed all videos" functionChocobozzz2016-06-282-4/+13
|
* Request model refractoring -> use mongoose apiChocobozzz2016-06-287-150/+110
|
* Video model refractoring -> use mongoose apiChocobozzz2016-06-2415-534/+412
|
* Fix readme roadmapChocobozzz2016-06-181-1/+1
|
* Try to make a better communication (between pods) moduleChocobozzz2016-06-1820-430/+484
|
* Update readme roadmapChocobozzz2016-06-151-2/+6
|
* Remove useless use of async.eachChocobozzz2016-06-141-15/+13
|
* Fix lint issueChocobozzz2016-06-141-1/+1
|
* Fix router on /Chocobozzz2016-06-102-1/+5
|
* Don't make a search when the field is changed and the value is emptyChocobozzz2016-06-101-1/+4
|
* Fix redirection after the upload of a videoChocobozzz2016-06-101-1/+1
|
* Fix module installation (router instead of router-deprecated)Chocobozzz2016-06-101-1/+1
|
* Add tags support to the video listChocobozzz2016-06-1017-64/+140
|
* Use ng2-file-upload instead of jquery and add tags support to the videoChocobozzz2016-06-0715-96/+201
| | | | upload form
* Little refractoring of requests scheduler moduleChocobozzz2016-06-062-41/+50
|