aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
Commit message (Expand)AuthorAgeFilesLines
* Add ability for an administrator to remove any video (#61)Green-Star2017-04-268-45/+71
* Client: use ng2-tag-input for forms with video tagsChocobozzz2017-04-166-139/+32
* Client: update to angular 4Chocobozzz2017-04-127-12/+11
* Client: add basic support for updating a videoChocobozzz2017-04-1014-6/+354
* Client: support video languageChocobozzz2017-04-076-1/+50
* Client: Handle NSFW videoChocobozzz2017-04-048-16/+92
* Client: add support for video licencesChocobozzz2017-03-276-0/+48
* Relax on tags (accept any characters and not required anymore)Chocobozzz2017-03-222-21/+26
* Add video category supportChocobozzz2017-03-226-3/+64
* Client: fix routes titleChocobozzz2017-03-121-2/+2
* Client: fix prod compilationChocobozzz2017-03-101-1/+1
* Client: switch to @nglibs/metaChocobozzz2017-03-101-1/+3
* Allow to sort by likesChocobozzz2017-03-083-4/+8
* Add like/dislike system for videosChocobozzz2017-03-088-11/+166
* Client: check token valitidy at startupChocobozzz2017-03-041-2/+2
* Client: add views information and sortChocobozzz2017-02-267-15/+40
* Client: fix lintChocobozzz2017-02-102-3/+3
* Client: notify client if there are webtorrent errorsChocobozzz2017-01-292-10/+21
* Client: better confirm box for a beautiful worldChocobozzz2017-01-272-13/+19
* Client: better notifications for a beautiful worldChocobozzz2017-01-275-12/+29
* Client: fix video timeoutChocobozzz2017-01-271-9/+8
* Client: add basic support to report video abusesChocobozzz2017-01-231-5/+5
* Client: add ability to report a videoChocobozzz2017-01-208-5/+163
* Client: update ng2-metaChocobozzz2017-01-131-1/+1
* Client: add basic aot supportChocobozzz2017-01-134-3/+6
* Client: upgrade angular dep'Chocobozzz2016-12-292-2/+2
* First version with PostgreSQLChocobozzz2016-12-197-10/+10
* Client: redirect /videos/:id to /videos/watch/:idChocobozzz2016-11-291-0/+4
* Client: try to improve ux for the upload formChocobozzz2016-11-273-28/+41
* Client: split in angular modulesChocobozzz2016-11-216-6/+59
* Client: add warning if the user want to embed a video of a non https websiteChocobozzz2016-11-212-0/+8
* Client: move video watch modals in their own componentChocobozzz2016-11-218-75/+118
* Client: add video not found message if the video... is not foundChocobozzz2016-11-163-3/+20
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-162-16/+7
* Client: remove videojs on destroyChocobozzz2016-11-081-2/+10
* Client: add share buttonChocobozzz2016-11-083-5/+60
* Client: use videojs as playerChocobozzz2016-11-083-7/+16
* Prepare embed pageChocobozzz2016-11-071-0/+3
* Client: add opengraph tagsChocobozzz2016-11-041-0/+22
* Client: add titles to all pagesChocobozzz2016-11-041-2/+12
* Client: allow to copy magnet uriChocobozzz2016-11-042-2/+31
* Client: add more informations to watch video viewChocobozzz2016-11-045-39/+145
* Client: fix form upload validation on key enterChocobozzz2016-10-172-3/+5
* Client: fix progress bar and tags validation issuesChocobozzz2016-10-071-2/+9
* Merge branch 'master' into webseed-mergedChocobozzz2016-10-0212-150/+134
|\
| * Client: fix error alertChocobozzz2016-09-261-1/+1
| * Client: use templateUrl/styleUrls instead of requireChocobozzz2016-09-196-11/+11
| * Client: reactive formsChocobozzz2016-09-092-47/+66
| * Dirty update to Angular RC6Chocobozzz2016-09-066-35/+11
| * Client: fix error display for componentChocobozzz2016-08-232-2/+2