aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fix tokens loadingChocobozzz2020-08-211-2/+4
|
* Add ability to set custom field to video formChocobozzz2020-08-2130-76/+249
|
* Support plugin hooks in embedChocobozzz2020-08-208-114/+217
|
* Fix user video languages settingsChocobozzz2020-08-201-11/+35
|
* Optimize default sort when listing videosChocobozzz2020-08-207-73/+79
| | | | createdAt does not have the appropriate index
* Optimize comment RSS sql queryChocobozzz2020-08-202-14/+40
|
* Add type information for create-transcoding-job's -rSumit Khanna2020-08-191-0/+1
|
* Correctly fix autoplay with webtorrentChocobozzz2020-08-191-8/+8
|
* Try to fix autoplay with ios/safariChocobozzz2020-08-192-14/+19
| | | | | | | | | * Disable autoplay on first load because we have weird issues (player starts to play and stop so we loose the big play button). We also don't want to autoplay muted videos (bad UX IMHO and we don't have ads to display) * Enable autoplay when we already played a video (fixes the issue with playlists)
* Increase user notification test timeoutsChocobozzz2020-08-191-12/+12
|
* 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
|
* Add server migration for playlistsChocobozzz2020-08-192-1/+47
|
* Add ability to a video multiple times in a playlistChocobozzz2020-08-197-40/+53
|
* 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
|
* add .ac3, .aac audio and more video extensionsRigel Kent2020-08-181-5/+8
|
* We don't need services anymore for validatorsChocobozzz2020-08-1770-1077/+940
|
* Update translationsChocobozzz2020-08-1741-4624/+18762
|
* 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-175-10/+114
| | | | | | | | | | | | | * 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 incorrect resolution with webtorrent videosChocobozzz2020-08-141-2/+1
|
* Fix invalid refresh token in embedChocobozzz2020-08-141-13/+23
|
* Fix circular dependenciesChocobozzz2020-08-146-37/+46
|
* Fix lintChocobozzz2020-08-142-2/+6
|
* Migrate i18n to localizekimsible2020-08-141-4/+2
|
* Use this.user.account.id instead of recall authService.getUser()kimsible2020-08-141-1/+1
|
* Fix autoclose md popover when click on emoji list link insidekimsible2020-08-143-2/+3
|
* Small refactor commentskimsible2020-08-145-24/+30
|
* Remove unused markdown-it-emoji types dependencykimsible2020-08-142-9/+1
|
* Add emoji list to markdown infoskimsible2020-08-143-8/+52
|
* Refactor popover markdown, add code stylekimsible2020-08-142-17/+33
|
* Use commonjs instead of esm typescript for light emojiskimsible2020-08-141-2/+3
|
* Add unicode emoji to markdownkimsible2020-08-147-11/+36
|
* Move markdown icon on right and correct colorskimsible2020-08-142-10/+11
|
* Fix i18n on delete modal and linterkimsible2020-08-142-10/+20
|
* Add markown compatible help icon in comment textareakimsible2020-08-147-5/+65
|
* Use comment as label for comments-thread add buttonkimsible2020-08-143-3/+14
|
* Add icons to dropdown actions (report, remove and remove & re-draft)kimsible2020-08-141-3/+6
|
* Move delete, delete & redraft actions to optionskimsible2020-08-143-16/+32
|