Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Client: replace simple tables by ng2 smart table component | Chocobozzz | 2017-01-30 | 17 | -162/+263 |
| | |||||
* | Client: notify client if there are webtorrent errors | Chocobozzz | 2017-01-29 | 4 | -11/+23 |
| | |||||
* | Client: better confirm box for a beautiful world | Chocobozzz | 2017-01-27 | 12 | -39/+176 |
| | |||||
* | Client: better notifications for a beautiful world | Chocobozzz | 2017-01-27 | 18 | -47/+132 |
| | |||||
* | Server: assert remoteId and host pair is unique | Chocobozzz | 2017-01-27 | 2 | -0/+12 |
| | |||||
* | Server: error if we add a pod that already exists | Chocobozzz | 2017-01-27 | 5 | -11/+40 |
| | |||||
* | Client: fix video timeout | Chocobozzz | 2017-01-27 | 1 | -9/+8 |
| |