aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
...
* A few updates for the watch video view (#181)Benjamin Bouvier2018-01-072-2/+9
| | | | | | | | * Fixes #156: Filter out the video being watched from the list of other videos of the same author; * Fixes #167: in the video view, hide the author's domain when it's from the current host; * Fixes #171: Allow undoing a like/dislike;
* Add ability to delete commentsChocobozzz2018-01-041-1/+1
|
* Add ability to disable video commentsChocobozzz2018-01-033-10/+12
|
* Begin to add avatar to actorsChocobozzz2017-12-296-12/+41
|
* Add video comment componentsChocobozzz2017-12-277-19/+32
|
* Better admin tablesChocobozzz2017-12-211-1/+1
|
* Add no result text if there are no resultsChocobozzz2017-12-211-0/+2
|
* Customize selectChocobozzz2017-12-202-2/+24
|
* Add bootstrap analyzer and optimize buildChocobozzz2017-12-201-3/+0
|
* Begin moving video channel to actorChocobozzz2017-12-193-3/+3
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-0/+6
| | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video
* Use sequelize scopesChocobozzz2017-12-142-2/+1
|
* Add beautiful loading barChocobozzz2017-12-121-0/+5
|
* Small style fixesChocobozzz2017-12-121-3/+9
|
* Upgrade to angular 5Chocobozzz2017-12-121-1/+1
|
* Move to angular cliChocobozzz2017-12-1213-31/+38
|
* Responsive homepageChocobozzz2017-12-112-0/+8
|
* Finish admin designChocobozzz2017-12-081-1/+5
|
* Design follow admin pageChocobozzz2017-12-081-8/+2
|
* Design admin data tablesChocobozzz2017-12-087-0/+67
|
* Design second video upload stepChocobozzz2017-12-083-33/+26
|
* Add progress bar for video uploadChocobozzz2017-12-071-3/+0
|
* Move video form inside a componentChocobozzz2017-12-071-0/+6
|
* Design video watch modalsChocobozzz2017-12-071-3/+3
|
* Add likes/dislikes barChocobozzz2017-12-061-0/+5
|
* Begin video watch designChocobozzz2017-12-0610-12/+116
|
* Better error messagesChocobozzz2017-12-061-0/+8
|
* Fix client searchChocobozzz2017-12-0512-142/+34
|
* Design signup and login pagesChocobozzz2017-12-051-1/+1
|
* Fix missing default avatarChocobozzz2017-12-051-1/+1
|
* Fix client buildChocobozzz2017-12-041-5/+4
|
* Fix lintChocobozzz2017-12-042-3/+2
|
* Design account videosChocobozzz2017-12-042-3/+3
|
* Add account avatarChocobozzz2017-12-041-15/+10
|
* Begin videos of an accountChocobozzz2017-12-0113-2/+604
|
* Add account settings new designChocobozzz2017-12-011-19/+3
|
* Add auto scroll to videos listChocobozzz2017-12-013-36/+6
|
* Begin videos list new designChocobozzz2017-12-013-10/+72
|
* Implement header designChocobozzz2017-12-012-3/+62
|
* Begin new menu designChocobozzz2017-12-012-72/+5
|
* Add loader when expanding long video descriptionChocobozzz2017-11-283-2/+19
|
* Make the client compile tooChocobozzz2017-11-273-6/+6
|
* Improve client mobile versionChocobozzz2017-11-061-1/+1
|
* Usernames are case insensitive nowChocobozzz2017-11-041-2/+8
|
* Add video privacy settingChocobozzz2017-10-314-12/+18
|
* Lazy description and previews to video formChocobozzz2017-10-301-2/+2
|
* Add tests to user rolesChocobozzz2017-10-271-1/+1
|
* Support roles with rights and add moderator roleChocobozzz2017-10-272-3/+11
|
* Increase video attributes lengthChocobozzz2017-10-261-4/+4
| | | | | | | Number of tags: 3 -> 5 Tag length: 10 -> 30 Video name: 50 -> 120 Video channel name: 50 -> 120
* Add channels to upload formChocobozzz2017-10-262-7/+7
|