aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* Add support to video support on clientChocobozzz2018-02-207-22/+43
|
* Handle line feeds in commentsChocobozzz2018-02-201-1/+8
|
* Add loading bar when updating a videoChocobozzz2018-02-161-5/+0
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-167-11/+50
|
* Implement support field in video and video channelChocobozzz2018-02-152-0/+2
|
* Fix video play promise error on non supported browsersChocobozzz2018-02-141-0/+1
|
* Move adding a video view videojs peertube pluginChocobozzz2018-02-142-1/+8
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-1/+1
|
* Rewrite infinite scrollChocobozzz2018-02-135-48/+162
|
* Add background placeholder for thumbnailsChocobozzz2018-02-122-1/+5
|
* Video previews take all the width on mobileChocobozzz2018-02-097-10/+42
|
* Add service workerChocobozzz2018-02-081-0/+24
|
* Add about pageChocobozzz2018-01-311-1/+1
|
* Add new name/terms/description config optionsChocobozzz2018-01-316-7/+146
|
* Fix human dates in result listsChocobozzz2018-01-316-37/+19
|
* 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
|