aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Fix theater modeChocobozzz2020-11-091-0/+1
|
* Add check constraints live testsChocobozzz2020-11-091-1/+2
|
* Add warning below live stream key fieldChocobozzz2020-11-092-0/+4
|
* Add max lives limitChocobozzz2020-11-096-2/+46
|
* Add modal to display live informationChocobozzz2020-11-0914-16/+143
|
* Add thumbnail info if liveChocobozzz2020-11-093-4/+13
|
* Add ability to save live replayChocobozzz2020-11-0914-53/+130
|
* Check live duration and sizeChocobozzz2020-11-093-37/+97
|
* Add watch messages if live has not startedChocobozzz2020-11-0923-95/+207
|
* Live streaming implementation first stepChocobozzz2020-11-0928-109/+509
|
* Restore line feed for markdown lists support in commentskimsible2020-11-082-2/+4
|
* Improve markdown-it emoji list column display (#3253)Kimsible2020-11-083-19/+32
| | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Correct break line display for re-draft commentsKimsible2020-11-062-2/+9
|
* changed video rating popover text with link to login page (#3168)test2a2020-10-303-7/+7
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Add possibility to share origin URL to video if it's not localJeena2020-10-292-1/+15
| | | | | | | | It's very difficult to share the original URL for a video when you watch it on your own instance while it's not from it but from a different instance. Right now when you use the share UI you only can share a link so a person can watch it on your own instance, this patch adds a checkbox to the share UI to share the origin URL instead if needed.
* jobs/logs view select and empty state visual improvementsRigel Kent2020-09-289-47/+101
|
* Fix privacy/channel select on uploadChocobozzz2020-09-043-4/+6
|
* Improve report labelsChocobozzz2020-09-032-2/+2
|
* Fix play of videos on iosChocobozzz2020-08-271-0/+2
| | | | When the user already played a video
* Add redirection on unavailable video due to follow constraintsChocobozzz2020-08-261-2/+19
|
* Avoid 404 when changing languageChocobozzz2020-08-261-5/+14
|
* Fix video block in abuse tableChocobozzz2020-08-261-1/+1
|
* Fix playlist element dropdown overflowChocobozzz2020-08-252-2/+2
|
* Fix z-index dropdown iconChocobozzz2020-08-251-0/+4
| | | | Was on top of the header
* Add ability to set a description to dynamic fieldsChocobozzz2020-08-213-1/+9
|
* Send videojs to action player hooksChocobozzz2020-08-211-1/+1
|
* Fix tokens loadingChocobozzz2020-08-211-2/+4
|
* Add ability to set custom field to video formChocobozzz2020-08-2118-61/+176
|
* Support plugin hooks in embedChocobozzz2020-08-202-106/+9
|
* Fix user video languages settingsChocobozzz2020-08-201-11/+35
|
* Update video-import-url.component.htmltest2a2020-08-191-1/+1
| | | changed wording of raw mp4 file to media file as we can import variety of formats both audio and video
* Update video-import-torrent.component.htmltest2a2020-08-191-1/+1
| | | changed wording of mp4 file to media file as we can import variety of formats both audio and video
* Fix responsive playlist elementsChocobozzz2020-08-192-2/+22
|
* Remove unused class in playlists elementsChocobozzz2020-08-191-8/+0
|
* Use playlistPosition for playlists instead of videoIdChocobozzz2020-08-197-34/+54
|
* Fix video playlist resumingChocobozzz2020-08-192-9/+15
|
* Update playlist add component to accept multiple times the same videoChocobozzz2020-08-195-127/+285
|
* Fix playlist dropdown active colorChocobozzz2020-08-191-0/+4
|
* Fix startAt/stopAt playlist element editionChocobozzz2020-08-191-3/+6
|
* Fix playlist deletionChocobozzz2020-08-191-1/+5
|
* We don't need services anymore for validatorsChocobozzz2020-08-1770-1077/+940
|
* Use localize for page titlesChocobozzz2020-08-1718-59/+57
|
* Some code style fixesChocobozzz2020-08-173-12/+11
|
* On touchscreens add content overlay for opened menu (#3088)Kim2020-08-174-10/+91
| | | | | | | | | | | | | * Overflow:hidden on touchscreen when modal-open * Do not display menu by default on touchscreens * Add content overlay on touchscreens when menu is opened * Fix zIndex overlay for search infos * On touchscreens close menu on swipe left Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add restore scroll position on user-dropdown anchors links and scroll to top ↵Kim2020-08-178-17/+66
| | | | | | | | | | | | | | | | | | | on active sub-menu links (#3066) * Add restore scroll position on router same url * Remove settings top anchor * Add scrollToTop on active links fixed sub-menu * Add restore scroll position on notification avatar links * Toggle menu and close pophover when click on active dropdown menu-left link * Add onSameUrlRestoreScrollPosition on user dropdown channels link * Same behavior scrollTop and scroll to anchor everywhere Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix css lintChocobozzz2020-08-171-1/+1
|
* removed minimum width css to fit mobile devices with lesser width (#3090)test2a2020-08-171-3/+1
| | | | | | | | | * Update instance-features-table.component.scss removed this minimum width option because on mobile phones this resulted in page being larger than the phone width * Update instance-features-table.component.scss removed blank lines as requested
* Fix circular dependenciesChocobozzz2020-08-144-37/+14
|
* Fix lintChocobozzz2020-08-142-2/+6
|
* Migrate i18n to localizekimsible2020-08-141-4/+2
|