aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add like/dislike system for videosChocobozzz2017-03-0831-47/+907
|
* Video views is implemented. Closes ↵Chocobozzz2017-03-051-1/+1
| | | | https://github.com/Chocobozzz/PeerTube/issues/41
* Client: check token valitidy at startupChocobozzz2017-03-0414-25/+44
|
* Server: kill all if e process exits in npm run devChocobozzz2017-03-041-1/+1
|
* Server: add views attribute when sending videos to friendsChocobozzz2017-03-043-4/+8
|
* Server: typoChocobozzz2017-03-041-1/+1
|
* Server: fix migrations with an empty Applications tableChocobozzz2017-03-042-1/+13
|
* Server: fix requests endpointsChocobozzz2017-03-043-7/+11
|
* Update bittorrent-tracker and standard to v9Chocobozzz2017-03-0322-10/+29
|
* Fix request schedulers statsChocobozzz2017-02-278-60/+146
|
* Client: add views information and sortChocobozzz2017-02-267-15/+40
|
* Server: request scheduler refractoringChocobozzz2017-02-262-14/+5
|
* Server: little sort refractoringChocobozzz2017-02-262-12/+17
|
* Server: implement video viewsChocobozzz2017-02-2615-48/+612
|
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-2619-216/+796
| | | | | | | | This system will be useful to to update some int video attributes (likes, dislikes, views...) The classic system is not used because we need some optimization for scaling
* Update roadmapChocobozzz2017-02-261-0/+2
|
* This is not a prototype anymore, but a real project!Chocobozzz2017-02-263-6/+4
|
* Change licence to AGPLBigard Florian2017-02-241-84/+70
|
* Update peertube.confdada2017-02-181-1/+1
|
* Server: fix migration scriptsChocobozzz2017-02-186-42/+130
|
* Server: use a request scheduler object instance for friendsChocobozzz2017-02-184-227/+247
| | | | communication
* Update roadmapChocobozzz2017-02-181-3/+2
|
* Add email to usersChocobozzz2017-02-1819-12/+164
|
* Server: add unique to unique indexesChocobozzz2017-02-163-3/+10
|
* Add email to podsChocobozzz2017-02-1620-21/+75
|
* Begin a FAQChocobozzz2017-02-101-0/+31
|
* Client: fix lintChocobozzz2017-02-109-13/+12
|
* Server: update express-validatorChocobozzz2017-02-103-5/+19
|
* Update modulesChocobozzz2017-02-103-6/+8
|
* Client: use tslib instead of ts-helpersChocobozzz2017-02-105-6/+22
|
* Document update host scriptChocobozzz2017-02-082-3/+2
|
* Fix update host scriptChocobozzz2017-02-082-3/+3
|
* Client: fix angular2-notifications dep...Chocobozzz2017-02-052-3/+3
|
* Client: fix awesome typescript loaderChocobozzz2017-02-051-1/+1
|
* Client: fix ng2-smart-tableBigard Florian2017-02-011-1/+1
|
* Client: replace simple tables by ng2 smart table componentChocobozzz2017-01-3017-162/+263
|
* Client: notify client if there are webtorrent errorsChocobozzz2017-01-294-11/+23
|
* Client: better confirm box for a beautiful worldChocobozzz2017-01-2712-39/+176
|
* Client: better notifications for a beautiful worldChocobozzz2017-01-2718-47/+132
|
* Server: assert remoteId and host pair is uniqueChocobozzz2017-01-272-0/+12
|
* Server: error if we add a pod that already existsChocobozzz2017-01-275-11/+40
|
* Client: fix video timeoutChocobozzz2017-01-271-9/+8
|
* Admin password stuffChocobozzz2017-01-274-19/+25
|
* Client: add optimize pluginChocobozzz2017-01-272-2/+14
|
* Fix testsChocobozzz2017-01-231-1/+2
|
* Do not let admin put password on cli argument when reseting passwordChocobozzz2017-01-231-9/+25
|
* Client: lazy load admin areaChocobozzz2017-01-2355-13/+43
|
* Client: add basic support to report video abusesChocobozzz2017-01-2321-15/+185
|
* Client: add ability to report a videoChocobozzz2017-01-2011-6/+174
|
* Adapt requests controller/front to new informationsChocobozzz2017-01-195-24/+48
|