Continue activitypub
[oweals/peertube.git] / server / lib /
2017-11-27 ChocobozzzContinue activitypub
2017-11-27 ChocobozzzBegin activitypub
2017-10-30 ChocobozzzAdd lazy description on server
2017-10-26 ChocobozzzAdd og:video tags
2017-10-26 ChocobozzzFix integrity with transcoding jobs
2017-10-26 ChocobozzzFix integrity issues with after destroy hook
2017-10-26 ChocobozzzBe tolerant with remote requests
2017-10-26 ChocobozzzFix lint
2017-10-26 ChocobozzzUse async/await in lib and initializers
2017-10-26 ChocobozzzUse async/await in controllers
2017-10-26 ChocobozzzAdd video channels
2017-10-19 ChocobozzzFix pod removal when it is down
2017-10-19 ChocobozzzAdd pod list endpoint with pagination, sort...
2017-10-17 ChocobozzzMore robust transcoding jobs
2017-10-10 ChocobozzzVideo blacklist refractoring
2017-10-09 ChocobozzzServer: upgrade packages
2017-10-03 ChocobozzzImplement video transcoding on server side
2017-09-22 Green-StarHandle blacklist (#84)
2017-09-14 ChocobozzzMove to HttpClient and PrimeNG data table
2017-09-12 ChocobozzzFix concurrency error when deleting a video
2017-09-07 ChocobozzzDon't display password in logs
2017-09-04 ChocobozzzMake tslint happy
2017-08-25 ChocobozzzFormated -> Formatted
2017-08-25 ChocobozzzMove video file metadata in their own table
2017-08-02 Green-StarRemove one pod (#76)
2017-07-12 ChocobozzzFix lint
2017-07-12 ChocobozzzAdd previews cache system between pods
2017-07-11 ChocobozzzRemove "function" in favor of () => {}
2017-07-11 ChocobozzzUse global uuid instead of remoteId for videos
2017-07-11 ChocobozzzRemove any typing from server
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-16 ChocobozzzUse typescript standard and lint all files
2017-06-16 ChocobozzzCreate types for model enums
2017-06-16 ChocobozzzBaseRequestScheduler -> AbstractRequestScheduler
2017-06-10 ChocobozzzType functions
2017-06-05 Chocobozzzrequire -> import
2017-05-25 ChocobozzzType models
2017-05-20 ChocobozzzFirst typescript iteration
2017-05-05 ChocobozzzServer: move requests lib in their own directory
2017-05-05 ChocobozzzServer: finish old jobs at startup
2017-05-05 ChocobozzzServer: Fix video propagation with transcoding enabled
2017-05-04 ChocobozzzServer: add job scheduler to transcode video files
2017-04-16 ChocobozzzUpdate standard -> 10
2017-03-19 ChocobozzzServer: move pod remove to remote path
2017-03-08 ChocobozzzAdd like/dislike system for videos
2017-03-04 ChocobozzzServer: fix requests endpoints
2017-03-03 ChocobozzzUpdate bittorrent-tracker and standard to v9
2017-02-27 ChocobozzzFix request schedulers stats
2017-02-26 ChocobozzzServer: request scheduler refractoring
2017-02-26 ChocobozzzServer: implement video views
2017-02-26 ChocobozzzServer: make a basic "quick and dirty update" for videos
2017-02-26 ChocobozzzThis is not a prototype anymore, but a real project!
2017-02-18 ChocobozzzServer: use a request scheduler object instance for...
2017-02-16 ChocobozzzAdd email to pods
2017-01-17 ChocobozzzServer: paths refractoring
2017-01-17 ChocobozzzServer: requests refractoring
2017-01-17 ChocobozzzServer: remote video validators refractoring
2017-01-12 ChocobozzzMerge branch 'postgresql'
2017-01-10 ChocobozzzServer: improve requests scheduler
2017-01-06 ChocobozzzServer: try to have a better video integrity
2017-01-04 ChocobozzzServer: add video abuse support
2016-12-29 ChocobozzzServer: add ability to update a video
2016-12-24 ChocobozzzMove tags in another table
2016-12-19 ChocobozzzFirst version with PostgreSQL
2016-11-21 ChocobozzzServer: fix refreshing token
2016-11-16 ChocobozzzPod URL -> pod host. HTTPS is required to make friends.
2016-11-01 ChocobozzzServer: add endpoint in requests
2016-11-01 ChocobozzzServer: fix refreshing token that fails
2016-10-26 ChocobozzzServer: host -> hostname (host = hostname + port)
2016-10-26 ChocobozzzServer: do not make friends with myself
2016-10-21 ChocobozzzServer: pod removing refractoring
2016-10-07 ChocobozzzMerge branch 'webseed'
2016-10-02 ChocobozzzMerge branch 'master' into webseed-merged
2016-10-02 ChocobozzzServer: remove useless hash affectations
2016-10-01 ChocobozzzElectron-prebuilt -> electron
2016-08-25 ChocobozzzServer: encrypt password in database
2016-08-23 ChocobozzzServer: catch JSON.parse exceptions
2016-08-20 ChocobozzzServer: make friends urls come from the request instead...
2016-08-19 ChocobozzzServer: put config in constants
2016-07-27 ChocobozzzFirst draft using only webseed for server
2016-07-27 ChocobozzzServer: Use ES6 promise for mongoose/node-oatuh2-server
2016-07-20 ChocobozzzServer: implement refresh token
2016-07-18 ChocobozzzServer: udpate async to 2.0.0
2016-07-18 ChocobozzzServer: fix ipc bug
2016-07-01 ChocobozzzUse dashes for filenames
2016-07-01 ChocobozzzOAuth/User models refractoring -> use mongoose api
2016-06-30 ChocobozzzPod model refractoring -> use mongoose api
2016-06-28 ChocobozzzRequest model refractoring -> use mongoose api
2016-06-24 ChocobozzzVideo model refractoring -> use mongoose api
2016-06-18 ChocobozzzTry to make a better communication (between pods) module
2016-06-14 ChocobozzzRemove useless use of async.each
2016-06-06 ChocobozzzLittle refractoring of requests scheduler module
2016-06-06 ChocobozzzAdd tags support to server
2016-05-15 ChocobozzzUse async waterfall in request scheduler for better...
2016-05-15 ChocobozzzUse async waterfall for better readability in friends lib
2016-05-13 ChocobozzzgetVideoThumbnail -> createVideoThumbnail
2016-05-13 ChocobozzzFix friends making
next