Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Client: add support for video licences | Chocobozzz | 2017-03-27 | 8 | -0/+58 |
| | |||||
* | Server: add licence video attribute | Chocobozzz | 2017-03-27 | 14 | -3/+209 |
| | |||||
* | Fix david-dm badge links | Chocobozzz | 2017-03-27 | 1 | -2/+2 |
| | |||||
* | Server: refractoring upload/update video test utils | Chocobozzz | 2017-03-26 | 12 | -146/+158 |
| | |||||
* | Fix tag tests | Chocobozzz | 2017-03-22 | 1 | -45/+0 |
| | |||||
* | Relax on tags (accept any characters and not required anymore) | Chocobozzz | 2017-03-22 | 7 | -40/+31 |
| | |||||
* | Add video category support | Chocobozzz | 2017-03-22 | 28 | -30/+324 |
| | |||||
* | Videos likes/dislikes is implemented :) | Chocobozzz | 2017-03-20 | 1 | -1/+2 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/44 | ||||
* | Server: move pod remove to remote path | Chocobozzz | 2017-03-19 | 4 | -27/+45 |
| | |||||
* | Better real world test | Chocobozzz | 2017-03-19 | 3 | -19/+147 |
| | |||||
* | Client: fix routes title | Chocobozzz | 2017-03-12 | 8 | -16/+16 |
| | |||||
* | Server: add config endpoint | Chocobozzz | 2017-03-10 | 10 | -1/+115 |
| | |||||
* | Client: fix prod compilation | Chocobozzz | 2017-03-10 | 1 | -1/+1 |
| | |||||
* | Client: switch to @nglibs/meta | Chocobozzz | 2017-03-10 | 5 | -15/+21 |
| | |||||
* | Allow to sort by likes | Chocobozzz | 2017-03-08 | 4 | -5/+9 |
| | |||||
* | Add like/dislike system for videos | Chocobozzz | 2017-03-08 | 31 | -47/+907 |
| | |||||
* | Video views is implemented. Closes ↵ | Chocobozzz | 2017-03-05 | 1 | -1/+1 |
| | | | | https://github.com/Chocobozzz/PeerTube/issues/41 | ||||
* | Client: check token valitidy at startup | Chocobozzz | 2017-03-04 | 14 | -25/+44 |
| | |||||
* | Server: kill all if e process exits in npm run dev | Chocobozzz | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | Server: add views attribute when sending videos to friends | Chocobozzz | 2017-03-04 | 3 | -4/+8 |
| | |||||
* | Server: typo | Chocobozzz | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | Server: fix migrations with an empty Applications table | Chocobozzz | 2017-03-04 | 2 | -1/+13 |
| | |||||
* | Server: fix requests endpoints | Chocobozzz | 2017-03-04 | 3 | -7/+11 |
| | |||||
* | Update bittorrent-tracker and standard to v9 | Chocobozzz | 2017-03-03 | 22 | -10/+29 |
| | |||||
* | Fix request schedulers stats | Chocobozzz | 2017-02-27 | 8 | -60/+146 |
| | |||||
* | Client: add views information and sort | Chocobozzz | 2017-02-26 | 7 | -15/+40 |
| | |||||
* | Server: request scheduler refractoring | Chocobozzz | 2017-02-26 | 2 | -14/+5 |
| | |||||
* | Server: little sort refractoring | Chocobozzz | 2017-02-26 | 2 | -12/+17 |
| | |||||
* | Server: implement video views | Chocobozzz | 2017-02-26 | 15 | -48/+612 |
| | |||||
* | Server: make a basic "quick and dirty update" for videos | Chocobozzz | 2017-02-26 | 19 | -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 roadmap | Chocobozzz | 2017-02-26 | 1 | -0/+2 |
| | |||||
* | This is not a prototype anymore, but a real project! | Chocobozzz | 2017-02-26 | 3 | -6/+4 |
| | |||||
* | Change licence to AGPL | Bigard Florian | 2017-02-24 | 1 | -84/+70 |
| | |||||
* | Update peertube.conf | dada | 2017-02-18 | 1 | -1/+1 |
| | |||||
* | Server: fix migration scripts | Chocobozzz | 2017-02-18 | 6 | -42/+130 |
| | |||||
* | Server: use a request scheduler object instance for friends | Chocobozzz | 2017-02-18 | 4 | -227/+247 |
| | | | | communication | ||||
* | Update roadmap | Chocobozzz | 2017-02-18 | 1 | -3/+2 |
| | |||||
* | Add email to users | Chocobozzz | 2017-02-18 | 19 | -12/+164 |
| | |||||
* | Server: add unique to unique indexes | Chocobozzz | 2017-02-16 | 3 | -3/+10 |
| | |||||
* | Add email to pods | Chocobozzz | 2017-02-16 | 20 | -21/+75 |
| | |||||
* | Begin a FAQ | Chocobozzz | 2017-02-10 | 1 | -0/+31 |
| | |||||
* | Client: fix lint | Chocobozzz | 2017-02-10 | 9 | -13/+12 |
| | |||||
* | Server: update express-validator | Chocobozzz | 2017-02-10 | 3 | -5/+19 |
| | |||||
* | Update modules | Chocobozzz | 2017-02-10 | 3 | -6/+8 |
| | |||||
* | Client: use tslib instead of ts-helpers | Chocobozzz | 2017-02-10 | 5 | -6/+22 |
| | |||||
* | Document update host script | Chocobozzz | 2017-02-08 | 2 | -3/+2 |
| | |||||
* | Fix update host script | Chocobozzz | 2017-02-08 | 2 | -3/+3 |
| | |||||
* | Client: fix angular2-notifications dep... | Chocobozzz | 2017-02-05 | 2 | -3/+3 |
| | |||||
* | Client: fix awesome typescript loader | Chocobozzz | 2017-02-05 | 1 | -1/+1 |
| | |||||
* | Client: fix ng2-smart-table | Bigard Florian | 2017-02-01 | 1 | -1/+1 |
| |