aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to reset our passwordChocobozzz2018-01-301-1/+20
|
* Add message on 413 http error codeChocobozzz2018-01-291-0/+3
|
* 25 items per pageChocobozzz2018-01-291-1/+1
|
* Fix search paginationChocobozzz2018-01-291-2/+5
|
* Improve video upload guard a little bitChocobozzz2018-01-251-5/+8
|
* Issue #195 : When uploading, warn when the user quits the page (#222)Dimitri Gilbert2018-01-251-0/+25
| | | | | | | | | | | | | | | | | | | | | | * issue #195 * fixing missing provider definition * fix styling issue * fix styling issue * removed unecessary code * using angular confirmService instead of window.confirm * gitignore unecessary folders * style fixes * using a generic canDeactivateGuard * fixing lint style
* Add ability to update some configuration keysChocobozzz2018-01-171-0/+35
|
* Fix http token interceptorChocobozzz2018-01-111-1/+1
|
* Add scores to follows and remove bad onesChocobozzz2018-01-111-1/+1
|
* Support video quota on clientChocobozzz2018-01-082-3/+8
|
* Refractor account byChocobozzz2018-01-082-10/+11
|
* 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
|