aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Add links to comment mentionsChocobozzz2018-02-216-22/+149
|
* Hide support button if it is emptyChocobozzz2018-02-212-2/+3
|
* Add ability to import videos from all supported youtube-dl sitesChocobozzz2018-02-201-1/+1
|
* Add support to video support on clientChocobozzz2018-02-2024-48/+199
|
* Fix instance name displaying with long textChocobozzz2018-02-202-4/+13
|
* Don't break design on long description/commentChocobozzz2018-02-202-0/+6
|
* Add links support in commentsChocobozzz2018-02-204-9/+27
|
* Handle line feeds in commentsChocobozzz2018-02-203-4/+14
|
* Add filename in upload form titleChocobozzz2018-02-202-1/+5
|
* Sort video categories/languagesChocobozzz2018-02-201-3/+12
|
* Improve comment highlightingChocobozzz2018-02-1911-58/+103
|
* 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.