Server: begin a server documentation
[oweals/peertube.git] / server /
2016-07-21 ChocobozzzServer: throttle "seedAll" when starting the server
2016-07-20 ChocobozzzServer: Add some cli tools to make it easy to upload...
2016-07-20 ChocobozzzServer: do not enable images tests by default because...
2016-07-20 ChocobozzzServer: implement refresh token
2016-07-19 ChocobozzzServer: Don't make the host url check for client creden...
2016-07-18 ChocobozzzServer: udpate async to 2.0.0
2016-07-18 ChocobozzzServer: fix ipc bug
2016-07-07 ChocobozzzFix tests
2016-07-06 ChocobozzzServer: add script that try to simulate a real world...
2016-07-06 ChocobozzzServer: limit actions for each request between pods
2016-07-06 ChocobozzzServer: fix videos pagination
2016-07-05 ChocobozzzFix requests ordering between pods
2016-07-01 ChocobozzzUse dashes for filenames
2016-07-01 ChocobozzzreqValidators --> validators
2016-07-01 ChocobozzzOAuth/User models refractoring -> use mongoose api
2016-06-30 ChocobozzzPod model refractoring -> use mongoose api
2016-06-30 ChocobozzzDo not generate a random password for test env
2016-06-28 ChocobozzzVideo model: namePath -> filename
2016-06-28 ChocobozzzRe enable the "seed all videos" function
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-07 ChocobozzzUse ng2-file-upload instead of jquery and add tags...
2016-06-06 ChocobozzzLittle refractoring of requests scheduler module
2016-06-06 ChocobozzzAdd tag search support to server
2016-06-06 ChocobozzzAdd tags support to server
2016-06-05 ChocobozzzIncrease the interval for the friends requests
2016-06-04 ChocobozzzHandle error for the video upload
2016-05-22 ChocobozzzExtends the search feature by customizing the search...
2016-05-21 ChocobozzzAdd total results field and wrap videos in data field...
2016-05-21 ChocobozzzThumbnail, author and duration support in client
2016-05-21 ChocobozzzDon't send the "http(s)" for the podUrl
2016-05-19 ChocobozzzReturn with callback with an error
2016-05-19 ChocobozzzAdd radix to parseInt
2016-05-17 ChocobozzzFix tests for according to the sort
2016-05-17 ChocobozzzAdd ability to sort videos list
2016-05-16 ChocobozzzAdd check for the thumbnail in base64 (requests inter...
2016-05-16 ChocobozzzAdd check for the author username length
2016-05-16 ChocobozzzAdd a check for the duration of videos
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 ChocobozzzUse async series in installer for better readability
2016-05-13 ChocobozzzUse async waterfall in pods controller for better reada...
2016-05-13 ChocobozzzUse async waterfall in videos controller for better...
2016-05-13 ChocobozzzgetVideoThumbnail -> createVideoThumbnail
2016-05-13 ChocobozzzAdd createdDate to videos
2016-05-13 ChocobozzzMove the count of results for the pagination in constan...
2016-05-13 ChocobozzzIntroduce paginations in videos listing
2016-05-13 ChocobozzzFix adding twice a torrent in webtorrent
2016-05-13 ChocobozzzAuthenticate before make/quit friends (server + tests)
2016-05-13 ChocobozzzRemove the cache middleware
2016-05-13 ChocobozzzFix typos in server tests
2016-05-13 ChocobozzzFix friends making
2016-05-13 ChocobozzzUpdate to standard 7. Goodbye snake_case, I used to...
2016-05-13 ChocobozzzAdd debug electron setting
2016-05-10 Chocobozzzthumbnail_path -> thumbnailPath
2016-05-10 ChocobozzzAdd tests for thumbnails
2016-05-10 ChocobozzzRefractoring and add thumbnails support (without tests)
2016-05-07 ChocobozzzAdd label (host + port) to logger
2016-05-06 ChocobozzzMove video duration logic in lib/
2016-05-03 ChocobozzzVideo duration support (server)
2016-05-03 ChocobozzzBetter tests for a better world
2016-05-02 ChocobozzzRename pool requests --> requests scheduler
2016-05-01 ChocobozzzEnsure the log directory is created before instanciate...
2016-04-30 ChocobozzzUse scripty instead of writing shell commands in packag...
2016-04-27 ChocobozzzDon't forget to test the client stuffs
2016-04-27 ChocobozzzMake angular client load dynamically the generated...
2016-04-26 ChocobozzzFix lodash map require
2016-04-19 ChocobozzzGenerate passwords at initialization (client/admin...
2016-04-19 ChocobozzzUse lodash v4
2016-04-14 ChocobozzzAdd authentications for routes that need it and adapts...
2016-03-21 ChocobozzzCreate an "installer" module that create defaults clien...
2016-03-21 ChocobozzzOAuth server: first draft
2016-03-19 ChocobozzzFix exception log of the webtorrent process
2016-03-18 ChocobozzzChange name of fields for add video api
2016-03-18 ChocobozzzUse map instead of pluck (lodash)
2016-03-18 ChocobozzzChange api output for videos
2016-03-16 ChocobozzzUse const/let now we use node 4.2
2016-03-16 ChocobozzzVideo lib/model/reqvalidator refractoring
2016-03-15 ChocobozzzFix tests
2016-03-14 ChocobozzzAngular 2 : draft 2
2016-03-14 ChocobozzzAngular application :first draft
2016-03-07 ChocobozzzFix tests
2016-03-07 ChocobozzzPrepare Angular routes
2016-03-07 ChocobozzzPrepare folders structure for angular app