oweals/peertube.git
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
2016-06-04 ChocobozzzImprove the login form
2016-06-04 ChocobozzzUse webtorrent as external dependency instead of buildi...
2016-06-04 ChocobozzzFix dropdown css on chromium
2016-06-04 ChocobozzzFix styling when clicking on a thumbnail video
2016-06-04 ChocobozzzClean client modules
2016-06-04 ChocobozzzAdd webtorrent and jquery to webpack
2016-06-03 ChocobozzzAdd production webpack, big thanks to @AngularClass
2016-06-03 ChocobozzzAdapt npm scripts
2016-06-03 ChocobozzzFirst draft to use webpack instead of systemjs
2016-06-03 ChocobozzzAdd systemd file example
2016-06-03 ChocobozzzAdd nginx example file
2016-06-01 ChocobozzzRemove useless wildcards for tslint
2016-06-01 ChocobozzzDowngrade openssl wrapper to see if the travis build...
2016-06-01 ChocobozzzAdd authentication tokens to make friends/quit friends
2016-06-01 ChocobozzzMove scripty and node sass into the main dependencies
2016-06-01 ChocobozzzAdd jquery and jquery.fileupload to typings.json
2016-05-31 ChocobozzzMove webtorrent inside a service
2016-05-31 ChocobozzzUpdate node openssl wrapper module
2016-05-27 ChocobozzzRemove the include of ng2 bootstrap in the html index
2016-05-27 ChocobozzzDirectives/providers array for components in alphabetic...
2016-05-27 ChocobozzzPut presentation logic in the components
2016-05-27 ChocobozzzAlphabetical
2016-05-27 ChocobozzzDo not prefix private attributes
2016-05-27 ChocobozzzFollow the angular styleguide for the directories structure
2016-05-26 ChocobozzzAdd a loader animation when loading the videos list
2016-05-24 ChocobozzzMake the sort/results bar less ugly
2016-05-23 ChocobozzzLint the client
2016-05-23 ChocobozzzAdd trivial sort for the client
2016-05-23 ChocobozzzUse progress bar from bootstrap for the upload
2016-05-23 ChocobozzzAdd search with field choose support in client
2016-05-22 ChocobozzzAdd pagination support to the client
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 ChocobozzzAdd the list of files inside tsconfig
2016-05-21 ChocobozzzMove livereload to an external script and remove from...
2016-05-21 ChocobozzzDon't send the "http(s)" for the podUrl
2016-05-20 ChocobozzzAdd production example file
2016-05-19 ChocobozzzUpdate node for travis
2016-05-19 ChocobozzzUse bash for danger scripts instead of env sh
2016-05-19 ChocobozzzReturn with callback with an error
2016-05-19 ChocobozzzAdd radix to parseInt
2016-05-17 ChocobozzzUpdate client dependencies
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-16 ChocobozzzUpdate disk size for 1000000 videos in architecture
2016-05-15 ChocobozzzUse async waterfall in request scheduler for better...
next