]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/shortlog
github/Chocobozzz/PeerTube.git
2016-08-21  ChocobozzzClient: support the new make friends method
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  ChocobozzzClient: reset pagination when we search something
2016-08-15  ChocobozzzServer: test filenames with hyphens
2016-08-14  ChocobozzzServer: fix travis tests
2016-08-12  ChocobozzzClient: add users list/friends list titles
2016-08-12  ChocobozzzClient: add friends page
2016-08-12  ChocobozzzUpdate webtorrent -> 0.96
2016-08-12  ChocobozzzClient: make an admin menu and a classic menu component
2016-08-09  ChocobozzzClient: add user management
2016-08-09  ChocobozzzServer: delete user with the id and not the username
2016-08-07  ChocobozzzServer: update dev dependencies
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  ChocobozzzClient: Redirect user to home page after logout
2016-08-05  ChocobozzzClient: implement password change
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  ChocobozzzClient: fix login state when logout
2016-07-27  ChocobozzzServer: Use ES6 promise for mongoose/node-oatuh2-server
2016-07-27  Bigard FlorianServer code documentation typo
2016-07-22  ChocobozzzTypos
2016-07-22  ChocobozzzAdd CONTRIBUTING links to README
2016-07-22  ChocobozzzBegin a CONTRIBUTING guide
2016-07-22  ChocobozzzServer: begin a server documentation
2016-07-22  ChocobozzzClient: increase min height for videos list
2016-07-21  ChocobozzzServer: throttle "seedAll" when starting the server
2016-07-21  ChocobozzzClient: click on PeerTube title routes to videos list
2016-07-21  ChocobozzzClient: video name in the link title for videos list...
2016-07-21  ChocobozzzCenter the README screenshot
2016-07-21  ChocobozzzFix readme typo
2016-07-21  ChocobozzzUpdate Architecture document
2016-07-21  ChocobozzzImprove README informations
2016-07-21  ChocobozzzImprove README presentation
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  ChocobozzzClient: Auth services cleanup
2016-07-20  ChocobozzzClient: Add authHttp service that authentificates the...
2016-07-20  ChocobozzzServer: implement refresh token
2016-07-20  ChocobozzzClient: add webpack notifier
2016-07-19  ChocobozzzClient: try to make it work with Android Firefox
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  ChocobozzzRemove livereload module (role of webpack now)
2016-07-18  ChocobozzzClient: fix ng2 bootstrap version that breaks change...
2016-07-18  ChocobozzzServer: fix ipc bug
2016-07-18  ChocobozzzClient: save page params as well
2016-07-18  ChocobozzzClient: Update to Angular RC4
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-06  ChocobozzzClient: fix pagination component
2016-07-05  ChocobozzzFix requests ordering between pods
2016-07-01  ChocobozzzUpdate server dependencies
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  ChocobozzzFix readme roadmap
2016-06-18  ChocobozzzTry to make a better communication (between pods) module
2016-06-15  ChocobozzzUpdate readme roadmap
2016-06-14  ChocobozzzRemove useless use of async.each
2016-06-14  ChocobozzzFix lint issue
2016-06-10  ChocobozzzFix router on /
2016-06-10  ChocobozzzDon't make a search when the field is changed and the...
2016-06-10  ChocobozzzFix redirection after the upload of a video
2016-06-10  ChocobozzzFix module installation (router instead of router-depre...
2016-06-10  ChocobozzzAdd tags support to the video list
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-05  ChocobozzzAdd an alert if the video load seems to be too long
2016-06-05  ChocobozzzAdd demonstration server link
2016-06-05  ChocobozzzAdd issue template
2016-06-05  ChocobozzzDo not import whole rxjs
2016-06-05  ChocobozzzAdd loader indication when loading videos list
2016-06-04  ChocobozzzHandle error for the video upload
2016-06-04  ChocobozzzFix favicon
2016-06-04  ChocobozzzReload videos after removing one to avoid issues with...
2016-06-04  ChocobozzzApply a fade instead of a loader when loading videos
next