Server: transaction refractoring
[oweals/peertube.git] / client /
2016-08-05 ChocobozzzClient: implement password change
2016-08-05 ChocobozzzServer: move clients in its own file
2016-07-27 ChocobozzzClient: fix login state when logout
2016-07-27 ChocobozzzFirst draft using only webseed for server
2016-07-27 ChocobozzzClient: clear timeout error timer for video watch
2016-07-27 ChocobozzzClient: fix login state when logout
2016-07-22 ChocobozzzClient: increase min height for videos list
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-20 ChocobozzzClient: Auth services cleanup
2016-07-20 ChocobozzzClient: Add authHttp service that authentificates the...
2016-07-20 ChocobozzzClient: add webpack notifier
2016-07-19 ChocobozzzClient: try to make it work with Android Firefox
2016-07-18 ChocobozzzClient: fix ng2 bootstrap version that breaks change...
2016-07-18 ChocobozzzClient: save page params as well
2016-07-18 ChocobozzzClient: Update to Angular RC4
2016-07-06 ChocobozzzClient: fix pagination component
2016-06-18 ChocobozzzTry to make a better communication (between pods) module
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-05 ChocobozzzAdd an alert if the video load seems to be too long
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-01 ChocobozzzRemove useless wildcards for tslint
2016-06-01 ChocobozzzAdd authentication tokens to make friends/quit friends
2016-06-01 ChocobozzzAdd jquery and jquery.fileupload to typings.json
2016-05-31 ChocobozzzMove webtorrent inside a service
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-21 ChocobozzzThumbnail, author and duration support in client
2016-05-21 ChocobozzzAdd the list of files inside tsconfig
2016-05-17 ChocobozzzUpdate client dependencies
2016-05-13 ChocobozzzOnly display "make/quit friends" if connected
2016-05-13 ChocobozzzUpdate webtorrent
2016-05-13 ChocobozzzFix Rxjs import in browser
2016-05-13 ChocobozzzFix some typescript compilations issues
2016-05-13 ChocobozzzUpdate to Angular RC 1
2016-05-13 ChocobozzzFix client linting
2016-05-03 ChocobozzzFix angular pipes
2016-05-02 ChocobozzzBetter handling of small screens
2016-04-30 ChocobozzzUpdate codelyzer
2016-04-29 ChocobozzzFix typescript linter
2016-04-29 ChocobozzzUpdate client dependencies
2016-04-29 ChocobozzzImprove style of the torrent informations
2016-04-29 ChocobozzzAdd loader gif when loading the video
2016-04-28 ChocobozzzI love semicolons (again).
2016-04-28 ChocobozzzAdd torrent informations (speed...) below the video
2016-04-28 ChocobozzzMake the video responsive
2016-04-28 ChocobozzzWrite something if there is no video
2016-04-28 ChocobozzzRemove default client id/secret
2016-04-27 ChocobozzzI love semicolons
2016-04-27 ChocobozzzMake angular client load dynamically the generated...
2016-04-14 ChocobozzzFix tslint check
2016-04-14 ChocobozzzImplement user requests autorizations in the client...
2016-04-13 ChocobozzzUpdate client packages
2016-04-08 ChocobozzzAdd typescript (and angular2) linter
2016-04-08 ChocobozzzOnly display "upload video" in the menu if the user...
2016-04-01 ChocobozzzUpdate modules
2016-03-22 ChocobozzzLogin in Angular : first draft
2016-03-18 ChocobozzzChange name of fields for add video api
2016-03-18 ChocobozzzChange api output for videos
2016-03-16 ChocobozzzImprove progress bar
2016-03-16 ChocobozzzSome small css modifications
2016-03-16 ChocobozzzAdd separations in the panel
2016-03-15 ChocobozzzFix tests
2016-03-14 ChocobozzzAngular 2 : draft 2
2016-03-14 ChocobozzzAngular application :first draft
2016-03-08 ChocobozzzPrepare client app
2016-03-07 ChocobozzzI'm fed up with Gruntfile
2016-03-07 ChocobozzzPrepare Angular routes
2016-03-07 ChocobozzzPrepare folders structure for angular app