Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Begin activitypub | Chocobozzz | 2017-11-27 | 3 | -676/+0 |
| | |||||
* | Add video privacy setting | Chocobozzz | 2017-10-31 | 1 | -1/+3 |
| | |||||
* | Add lazy description on server | Chocobozzz | 2017-10-30 | 1 | -2/+2 |
| | |||||
* | Reset video fields when remote update fails | Chocobozzz | 2017-10-26 | 1 | -5/+13 |
| | |||||
* | Use async/await in controllers | Chocobozzz | 2017-10-26 | 2 | -399/+303 |
| | |||||
* | Add video channels | Chocobozzz | 2017-10-26 | 2 | -46/+259 |
| | |||||
* | Add pod list endpoint with pagination, sort... | Chocobozzz | 2017-10-19 | 1 | -3/+42 |
| | |||||
* | Improve real world script | Chocobozzz | 2017-09-12 | 1 | -10/+20 |
| | |||||
* | Convert real world script to typescript | Chocobozzz | 2017-09-08 | 1 | -2/+0 |
| | |||||
* | Make tslint happy | Chocobozzz | 2017-09-04 | 1 | -17/+17 |
| | |||||
* | Upgrade common server dependencies | Chocobozzz | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | Move video file metadata in their own table | Chocobozzz | 2017-08-25 | 1 | -2/+40 |
| | | | | Will be used for user video quotas and multiple video resolutions | ||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 1 | -19/+20 |
| | |||||
* | Better typescript typing for a better world | Chocobozzz | 2017-07-10 | 2 | -20/+31 |
| | |||||
* | Fix error logging | Chocobozzz | 2017-07-07 | 1 | -11/+11 |
| | |||||
* | Async signature and various fixes | Chocobozzz | 2017-07-07 | 1 | -5/+4 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 2 | -338/+210 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | ||||
* | Type functions | Chocobozzz | 2017-06-10 | 2 | -20/+22 |
| | |||||
* | require -> import | Chocobozzz | 2017-06-05 | 3 | -3/+3 |
| | |||||
* | Type models | Chocobozzz | 2017-05-25 | 2 | -3/+3 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 4 | -84/+94 |
| | |||||
* | Server: add video language attribute | Chocobozzz | 2017-04-07 | 1 | -0/+2 |
| | |||||
* | Server: add nsfw attribute | Chocobozzz | 2017-03-28 | 1 | -0/+2 |
| | |||||
* | Server: add licence video attribute | Chocobozzz | 2017-03-27 | 1 | -0/+2 |
| | |||||
* | Add video category support | Chocobozzz | 2017-03-22 | 1 | -0/+2 |
| | |||||
* | Server: move pod remove to remote path | Chocobozzz | 2017-03-19 | 2 | -0/+44 |
| | |||||
* | Better real world test | Chocobozzz | 2017-03-19 | 1 | -1/+5 |
| | |||||
* | Add like/dislike system for videos | Chocobozzz | 2017-03-08 | 1 | -2/+25 |
| | |||||
* | Server: implement video views | Chocobozzz | 2017-02-26 | 1 | -5/+103 |
| | |||||
* | Server: make a basic "quick and dirty update" for videos | Chocobozzz | 2017-02-26 | 1 | -0/+74 |
| | | | | | | | | 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 | ||||
* | Server: assert remoteId and host pair is unique | Chocobozzz | 2017-01-27 | 1 | -0/+10 |
| | |||||
* | Server: remote request process refractoring | Chocobozzz | 2017-01-17 | 1 | -20/+20 |
| | |||||
* | Server: transaction refractoring | Chocobozzz | 2017-01-17 | 1 | -26/+12 |
| | |||||
* | Server: fix update remote video | Chocobozzz | 2017-01-15 | 1 | -2/+2 |
| | |||||
* | Server: create transaction refractoring | Chocobozzz | 2017-01-15 | 1 | -13/+5 |
| | |||||
* | Server: retryer transaction wrapper refractoring | Chocobozzz | 2017-01-15 | 1 | -24/+10 |
| | |||||
* | Server: transaction serializable for videos | Chocobozzz | 2017-01-11 | 1 | -1/+1 |
| | |||||
* | Server: do not break remote videos processing on error | Chocobozzz | 2017-01-11 | 1 | -9/+24 |
| | |||||
* | Server: always check commit result | Chocobozzz | 2017-01-11 | 1 | -5/+11 |
| | |||||
* | Server: try to have a better video integrity | Chocobozzz | 2017-01-06 | 1 | -9/+47 |
| | |||||
* | Server: add video abuse support | Chocobozzz | 2017-01-04 | 1 | -18/+50 |
| | |||||
* | Server: move remote routes in their own directory | Chocobozzz | 2016-12-30 | 2 | -0/+253 |