aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Issue #168: youtube-like marking of comments (#297)jonathanraes2018-02-185-3/+40
| | | | | | | | | | * youtube-like marking of comments uses GET parameters to mark comments similar to youtube * place link to comment in 'comment-date' * Use a routes to highight a comment
* Add video image componentsChocobozzz2018-02-163-0/+116
|
* Upgrade server dependenciesChocobozzz2018-02-161-2/+2
|
* Add loading bar when updating a videoChocobozzz2018-02-167-13/+33
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-1616-118/+230
|
* Try to improve production guideChocobozzz2018-02-161-1/+1
|
* Implement support field in video and video channelChocobozzz2018-02-152-0/+2
|
* Fix video play promise error on non supported browsersChocobozzz2018-02-142-2/+5
|
* Move adding a video view videojs peertube pluginChocobozzz2018-02-143-18/+11
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-1/+1
|
* Rewrite infinite scrollChocobozzz2018-02-1313-108/+239
|
* Add background placeholder for thumbnailsChocobozzz2018-02-122-1/+5
|
* publish comment on crtl-enter (#290)jonathanraes2018-02-121-1/+2
|
* Video previews take all the width on mobileChocobozzz2018-02-098-13/+45
|
* Add service workerChocobozzz2018-02-082-2/+31
|
* Fix error with other videos displayedChocobozzz2018-02-081-1/+1
|
* Fix other videos not displayed in video watchChocobozzz2018-02-081-4/+12
|
* Fix file downloadingChocobozzz2018-02-071-1/+4
|
* Fix title and action buttons in video watchChocobozzz2018-02-072-5/+8
|
* Watch icon should be on the rightChocobozzz2018-02-071-1/+1
|
* Add about pageChocobozzz2018-01-3114-7/+172
|
* Add new name/terms/description config optionsChocobozzz2018-01-3113-70/+156
|
* Add follower name in admin listChocobozzz2018-01-311-0/+1
|
* Fix responsive with modale and menu displayedChocobozzz2018-01-312-2/+6
|
* Improve responsive on video watchChocobozzz2018-01-314-187/+216
|
* Hide description previews on mobile viewChocobozzz2018-01-315-4/+11
|
* Fix human dates in result listsChocobozzz2018-01-316-37/+19
|
* Add version in footerChocobozzz2018-01-313-1/+6
|
* Mobile version: menu full width and autoclosedChocobozzz2018-01-312-57/+10
|
* Add tests for emailsChocobozzz2018-01-301-2/+0
|
* Add ability to reset our passwordChocobozzz2018-01-3011-13/+289
|
* Add little effect on hover for the play buttonChocobozzz2018-01-291-1/+1
|
* Add message on 413 http error codeChocobozzz2018-01-291-0/+3
|
* Add ability to login with emailChocobozzz2018-01-291-2/+2
|
* 25 items per pageChocobozzz2018-01-291-1/+1
|
* Fix search paginationChocobozzz2018-01-292-5/+13
|
* Only accept public commentsChocobozzz2018-01-261-0/+1
|
* Improve video upload guard a little bitChocobozzz2018-01-254-13/+35
|
* Move job queue to redisChocobozzz2018-01-254-11/+33
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Issue #195 : When uploading, warn when the user quits the page (#222)Dimitri Gilbert2018-01-254-6/+38
| | | | | | | | | | | | | | | | | | | | | | * 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
* Avoid to linkify truncated linksChocobozzz2018-01-231-1/+4
|
* Add style to cancel buttonChocobozzz2018-01-233-33/+43
|
* Issue #196 : Allow to cancel an upload (#221)Dimitri Gilbert2018-01-232-4/+23
| | | | | | | | | | | | | | * issue #196 * fixed missattribution of var * fix styling issue * renamed videoUpload to videoUploadObservable * added created path to gitignore * changed uploadCancel method name to cancelUpload
* Add ability to update some configuration keysChocobozzz2018-01-1716-11/+428
|
* Fix changing video in watch pageChocobozzz2018-01-122-6/+23
|
* Fix http token interceptorChocobozzz2018-01-111-1/+1
|
* Reduce job payload sizeChocobozzz2018-01-111-1/+1
|
* Fix spinnerChocobozzz2018-01-111-1/+0
|
* Add scores to follows and remove bad onesChocobozzz2018-01-114-4/+3
|
* Run videojs outside angularChocobozzz2018-01-101-6/+9
|