Server: adapt tests to host
[oweals/peertube.git] / server / controllers /
2016-11-16 ChocobozzzPod URL -> pod host. HTTPS is required to make friends.
2016-11-16 ChocobozzzServer: use preview image for opengraph
2016-11-16 ChocobozzzServer: generate magnet uri on the fly
2016-11-16 ChocobozzzServer: use _id for image and video files. Add remoteId...
2016-11-16 ChocobozzzPrerender opengraph tags in the server
2016-11-01 ChocobozzzServer: add log messages if the server refuses to serve...
2016-10-26 ChocobozzzServer: host -> hostname (host = hostname + port)
2016-10-21 ChocobozzzServer: remove v1 directory, we don't really need it
2016-10-21 ChocobozzzServer: Uploads -> Videos
2016-10-21 ChocobozzzServer: pod removing refractoring
2016-10-21 ChocobozzzServer: add npm run check to check CORS, bittorrent...
2016-10-13 ChocobozzzUpdate clean script
2016-10-02 ChocobozzzMerge branch 'master' into webseed-merged
2016-10-01 ChocobozzzAdd "max requests number" information for requests...
2016-10-01 ChocobozzzServer: fix remaining milli seconds before the next...
2016-10-01 ChocobozzzServer: add port when making friends if it is not specified
2016-10-01 ChocobozzzServer: do not forget to check the signature when anoth...
2016-09-23 ChocobozzzClient: add requests stats page
2016-09-19 ChocobozzzServer: add requests stats endpoint
2016-08-26 ChocobozzzServer: add pod created date and score to the list...
2016-08-23 ChocobozzzDo not wait the make friends process ends to send a...
2016-08-20 ChocobozzzServer: make friends urls come from the request instead...
2016-08-19 ChocobozzzServer: put config in constants
2016-08-16 ChocobozzzServer: add user list sort/pagination
2016-08-16 ChocobozzzServer: video.list -> video.listForApi (with pagination...
2016-08-09 ChocobozzzServer: delete user with the id and not the username
2016-08-05 ChocobozzzServer: fix status code when updating/removing a user
2016-08-05 ChocobozzzServer: allow user to get its informations (/users/me)
2016-08-05 ChocobozzzServer: move clients in its own file
2016-08-04 ChocobozzzImplement user API (create, update, remove, list)
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-05 ChocobozzzFix requests ordering between pods
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-28 ChocobozzzVideo model: namePath -> filename
2016-06-24 ChocobozzzVideo model refractoring -> use mongoose api
2016-06-18 ChocobozzzTry to make a better communication (between pods) module
2016-06-06 ChocobozzzAdd tags support to server
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 ChocobozzzDon't send the "http(s)" for the podUrl
2016-05-19 ChocobozzzReturn with callback with an error
2016-05-17 ChocobozzzAdd ability to sort videos list
2016-05-16 ChocobozzzAdd a check for the duration of videos
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 ChocobozzzIntroduce paginations in videos listing
2016-05-13 ChocobozzzAuthenticate before make/quit friends (server + tests)
2016-05-13 ChocobozzzRemove the cache middleware
2016-05-13 ChocobozzzUpdate to standard 7. Goodbye snake_case, I used to...
2016-05-10 Chocobozzzthumbnail_path -> thumbnailPath
2016-05-10 ChocobozzzRefractoring and add thumbnails support (without tests)
2016-05-06 ChocobozzzMove video duration logic in lib/
2016-05-03 ChocobozzzVideo duration support (server)
2016-04-27 ChocobozzzMake angular client load dynamically the generated...
2016-04-26 ChocobozzzFix lodash map require
2016-04-14 ChocobozzzAdd authentications for routes that need it and adapts...
2016-03-21 ChocobozzzOAuth server: first draft
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-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