]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server
Client: fix friend add input control when removing an input
[github/Chocobozzz/PeerTube.git] / server /
2016-08-23  ChocobozzzServer: fix check user params tests
2016-08-23  ChocobozzzClient: fix error display for component
2016-08-23  ChocobozzzDo not wait the make friends process ends to send a...
2016-08-23  ChocobozzzServer: catch JSON.parse exceptions
2016-08-21  ChocobozzzServer: fix makefriends validation and tests
2016-08-21  ChocobozzzServer: fix remote videos requests validator
2016-08-20  ChocobozzzServer: fix real world simulation script
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: optimize function to see if there are users...
2016-08-16  ChocobozzzServer: video.list -> video.listForApi (with pagination...
2016-08-15  ChocobozzzServer: test filenames with hyphens
2016-08-14  ChocobozzzServer: fix travis tests
2016-08-09  ChocobozzzServer: delete user with the id and not the username
2016-08-07  ChocobozzzServer: create requests utils module
2016-08-07  ChocobozzzServer: split tests utils in multiple files
2016-08-05  ChocobozzzServer: do not allow a user to remove a video of anothe...
2016-08-05  ChocobozzzServer: fix tests
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-31  ChocobozzzServer: reorganize express validators
2016-07-27  ChocobozzzServer: Use ES6 promise for mongoose/node-oatuh2-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
next