Better view counter
[oweals/peertube.git] / client / src / app / shared /
2017-11-28 ChocobozzzAdd loader when expanding long video description
2017-11-27 ChocobozzzMake the client compile too
2017-11-06 ChocobozzzImprove client mobile version
2017-11-04 ChocobozzzUsernames are case insensitive now
2017-10-31 ChocobozzzAdd video privacy setting
2017-10-30 ChocobozzzLazy description and previews to video form
2017-10-27 ChocobozzzAdd tests to user roles
2017-10-27 ChocobozzzSupport roles with rights and add moderator role
2017-10-26 ChocobozzzIncrease video attributes length
2017-10-26 ChocobozzzAdd channels to upload form
2017-10-26 ChocobozzzAdapt client with video channels
2017-10-19 ChocobozzzUpgrade client dependencies and fix error logs
2017-10-16 RonanHandle express-validator error on the client side and...
2017-10-10 ChocobozzzVideo blacklist refractoring
2017-09-15 ChocobozzzFix login when there is an error
2017-09-14 ChocobozzzAdd info when server is processing a video at upload
2017-09-14 ChocobozzzOptimize imports
2017-09-14 ChocobozzzRemove ng2 file upload module
2017-09-14 ChocobozzzFix lint
2017-09-14 ChocobozzzMove to HttpClient and PrimeNG data table
2017-09-05 ChocobozzzAdd user update for admins
2017-09-04 ChocobozzzMake tslint happy
2017-09-04 ChocobozzzBegin user quota
2017-08-28 ChocobozzzFix client admin
2017-08-25 ChocobozzzUpdate client dependencies
2017-07-11 ChocobozzzUse global uuid instead of remoteId for videos
2017-07-10 ChocobozzzBetter typescript typing for a better world
2017-06-25 ChocobozzzFix client admin
2017-06-20 ChocobozzzFix client compilation
2017-06-17 ChocobozzzShare models between server and client
2017-06-16 ChocobozzzUse typescript standard and lint all files
2017-06-16 ChocobozzzFix client compilation
2017-06-11 ChocobozzzUpdate webpack stack
2017-06-11 ChocobozzzUse shared models
2017-04-26 ChocobozzzClient Better design for video watch
2017-04-26 ChocobozzzClient: responsive design
2017-04-26 ChocobozzzClient: use builtin email validator
2017-04-16 ChocobozzzClient: use ng2-tag-input for forms with video tags
2017-04-12 ChocobozzzClient: update to angular 4
2017-04-10 ChocobozzzClient: support signup
2017-04-07 ChocobozzzClient: support video language
2017-04-06 ChocobozzzClient: add ability for user to change nsfw settings
2017-04-04 ChocobozzzClient: Handle NSFW video
2017-03-27 ChocobozzzClient: add support for video licences
2017-03-22 ChocobozzzRelax on tags (accept any characters and not required...
2017-03-22 ChocobozzzAdd video category support
2017-03-08 ChocobozzzAdd like/dislike system for videos
2017-03-04 ChocobozzzClient: check token valitidy at startup
2017-02-27 ChocobozzzFix request schedulers stats
2017-02-18 ChocobozzzAdd email to users
2017-02-10 ChocobozzzClient: fix lint
2017-01-30 ChocobozzzClient: replace simple tables by ng2 smart table component
2017-01-23 ChocobozzzClient: add basic support to report video abuses
2017-01-20 ChocobozzzClient: add ability to report a video
2017-01-13 ChocobozzzClient: add basic aot support
2017-01-12 ChocobozzzMerge branch 'postgresql'
2016-12-29 ChocobozzzClient: upgrade angular dep'
2016-12-19 ChocobozzzFirst version with PostgreSQL
2016-11-27 ChocobozzzClient: try to improve ux for the upload form
2016-11-27 ChocobozzzClient: improve host regex
2016-11-21 ChocobozzzClient: split in angular modules
2016-11-16 ChocobozzzPod URL -> pod host. HTTPS is required to make friends.
2016-11-04 ChocobozzzClient: fix handle refresh token
2016-10-13 ChocobozzzClient: fix search dropdown
2016-10-07 ChocobozzzClient: fix progress bar and tags validation issues
2016-10-07 ChocobozzzMerge branch 'webseed'
2016-10-02 ChocobozzzMerge branch 'master' into webseed-merged
2016-10-01 ChocobozzzClient: add some explanations if we cannot retrieve...
2016-10-01 ChocobozzzClient: handle the case when the refreshing token step...
2016-09-23 ChocobozzzClient: fix compilation about the user created date
2016-09-23 ChocobozzzClient: display created user date
2016-09-19 ChocobozzzClient: use templateUrl/styleUrls instead of require
2016-09-09 ChocobozzzClient: reactive forms
2016-09-06 ChocobozzzDirty update to Angular RC6
2016-08-23 ChocobozzzClient: fix error display for component
2016-08-23 ChocobozzzClient: centralize http res extraction in a service
2016-08-23 ChocobozzzClient: change url validation for friend add
2016-08-21 ChocobozzzClient: navigate to /videos/list when do search on...
2016-08-12 ChocobozzzUpdate webtorrent -> 0.96
2016-08-09 ChocobozzzClient: add user management
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 ChocobozzzClient: fix login state when logout
2016-07-20 ChocobozzzClient: Auth services cleanup
2016-07-20 ChocobozzzClient: Add authHttp service that authentificates the...
2016-07-18 ChocobozzzClient: save page params as well
2016-07-18 ChocobozzzClient: Update to Angular RC4
2016-06-10 ChocobozzzFix router on /
2016-06-10 ChocobozzzDon't make a search when the field is changed and the...
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 ChocobozzzDo not import whole rxjs
2016-06-03 ChocobozzzFirst draft to use webpack instead of systemjs