aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
...
* Better handling video resizingChocobozzz2018-03-191-9/+14
|
* Handle resizes on videos listChocobozzz2018-03-191-16/+33
|
* BEARKING CHANGE: Update videos API responseChocobozzz2018-03-193-51/+22
| | | | before beta
* Update video duration string to show hours when duration greater than or ↵Lucas Declercq2018-03-191-2/+6
| | | | | | | | | | | | equal 60min (#360) * Update video duration string to show hours when >= 60min * Only show hours in duration when relevant * Fix problem with ternary expression * Remove accidentally commited package-lock.json
* Add short description in configChocobozzz2018-03-151-0/+7
|
* Add "local" videos in menuChocobozzz2018-03-131-1/+10
|
* Update videos api list for accountChocobozzz2018-03-121-5/+11
|
* Improve infinite scrollChocobozzz2018-03-091-1/+2
|
* Fix infinite scrollChocobozzz2018-03-082-5/+11
|
* Handle user rates in real timeChocobozzz2018-02-281-2/+6
|
* Improve admin tablesChocobozzz2018-02-233-2/+23
|
* Better help on markdown fieldsChocobozzz2018-02-233-17/+44
|
* Add help tooltipChocobozzz2018-02-224-1/+101
|
* Throttle infinite scrollerChocobozzz2018-02-222-11/+14
|
* Add confirm when admin use custom js/cssChocobozzz2018-02-221-1/+1
|
* Add ability to update another user videoChocobozzz2018-02-221-1/+1
|
* Hide support button if it is emptyChocobozzz2018-02-211-1/+2
|
* 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
|