Add tests and fix bugs for video privacy
[oweals/peertube.git] / server / controllers / api / remote /
2017-10-31 ChocobozzzAdd video privacy setting
2017-10-30 ChocobozzzAdd lazy description on server
2017-10-26 ChocobozzzReset video fields when remote update fails
2017-10-26 ChocobozzzUse async/await in controllers
2017-10-26 ChocobozzzAdd video channels
2017-10-19 ChocobozzzAdd pod list endpoint with pagination, sort...
2017-09-12 ChocobozzzImprove real world script
2017-09-08 ChocobozzzConvert real world script to typescript
2017-09-04 ChocobozzzMake tslint happy
2017-08-25 ChocobozzzUpgrade common server dependencies
2017-08-25 ChocobozzzMove video file metadata in their own table
2017-07-11 ChocobozzzUse global uuid instead of remoteId for videos
2017-07-10 ChocobozzzBetter typescript typing for a better world
2017-07-07 ChocobozzzFix error logging
2017-07-07 ChocobozzzAsync signature and various fixes
2017-07-05 ChocobozzzMove to promises
2017-06-10 ChocobozzzType functions
2017-06-05 Chocobozzzrequire -> import
2017-05-25 ChocobozzzType models
2017-05-20 ChocobozzzFirst typescript iteration
2017-04-07 ChocobozzzServer: add video language attribute
2017-03-28 ChocobozzzServer: add nsfw attribute
2017-03-27 ChocobozzzServer: add licence video attribute
2017-03-22 ChocobozzzAdd video category support
2017-03-19 ChocobozzzServer: move pod remove to remote path
2017-03-19 ChocobozzzBetter real world test
2017-03-08 ChocobozzzAdd like/dislike system for videos
2017-02-26 ChocobozzzServer: implement video views
2017-02-26 ChocobozzzServer: make a basic "quick and dirty update" for videos
2017-01-27 ChocobozzzServer: assert remoteId and host pair is unique
2017-01-17 ChocobozzzServer: remote request process refractoring
2017-01-17 ChocobozzzServer: transaction refractoring
2017-01-15 ChocobozzzServer: fix update remote video
2017-01-15 ChocobozzzServer: create transaction refractoring
2017-01-15 ChocobozzzServer: retryer transaction wrapper refractoring
2017-01-12 ChocobozzzMerge branch 'postgresql'
2017-01-11 ChocobozzzServer: transaction serializable for videos
2017-01-11 ChocobozzzServer: do not break remote videos processing on error
2017-01-11 ChocobozzzServer: always check commit result
2017-01-06 ChocobozzzServer: try to have a better video integrity
2017-01-04 ChocobozzzServer: add video abuse support
2016-12-30 ChocobozzzServer: move remote routes in their own directory