summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-06-14Set explicitly the media to be analyzed in screensDaniel Calviño Sánchez
2021-06-14Reset stats before the analysis is startedDaniel Calviño Sánchez
2021-06-14Extract method to reset statsDaniel Calviño Sánchez
2021-05-06Fix quality warning tooltip not staying dismissedDaniel Calviño Sánchez
2021-05-03Fix initial camera qualityDaniel Calviño Sánchez
2021-03-26Only use local preview for some image typesJoas Schilling
2021-02-23Fix toast timeoutDaniel Calviño Sánchez
2021-02-12Close left sidebar menu after leave or deleteVincent Petry
2021-02-09Remove no longer needed "showUploadEditor"Daniel Calviño Sánchez
2021-02-09Remove no longer needed "modalDismissed"Daniel Calviño Sánchez
2021-02-09Clear state when starting or discarding uploadsDaniel Calviño Sánchez
2021-02-09Add store action to discard an uploadDaniel Calviño Sánchez
2021-02-09Add upload editor in files sidebar modeVincent Petry
2021-01-25Fix video background darkenerDaniel Calviño Sánchez
2021-01-25Remove no longer needed blur related codeDaniel Calviño Sánchez
2021-01-25Replace blur with average color in video background in all casesDaniel Calviño Sánchez
2021-01-25Replace blur with average color in video backgroundDaniel Calviño Sánchez
2021-01-25Use a shared cache for average colorsDaniel Calviño Sánchez
2021-01-25Show the average color of the user avatar as video background in SafariDaniel Calviño Sánchez
2021-01-19Fix "user has avatar" flag set as false for default user avatarsDaniel Calviño Sánchez
2021-01-07Do not load the blurred background source if not neededDaniel Calviño Sánchez
2021-01-07Use lazy load for image blurrer workerDaniel Calviño Sánchez
2021-01-07Keep going if loading the image blurrer worker failsDaniel Calviño Sánchez
2020-12-18Merge pull request #4800 from nextcloud/backport/4745/stable20Joas Schilling
2020-12-18refs #4719 all bridge services have a channel keyJulien Veyssier
2020-12-18Do not show the search box in password request roomsDaniel Calviño Sánchez
2020-12-18Inform the user if an error occurred when adding participantsDaniel Calviño Sánchez
2020-12-17Offload generation of blurred backgrounds to a workerDaniel Calviño Sánchez
2020-12-17Do not generate another blurred image before the previous one finishedDaniel Calviño Sánchez
2020-12-17Move actual generation of the blurred image to its own helper scriptDaniel Calviño Sánchez
2020-12-17Cache generated blurred imagesDaniel Calviño Sánchez
2020-12-17Refactor canvas size calculation to do it before the canvas is createdDaniel Calviño Sánchez
2020-12-17Do not fetch the source image again to generate the blurred oneDaniel Calviño Sánchez
2020-12-17Replace blur filter with a blurred canvas imageDaniel Calviño Sánchez
2020-12-17Extract computed property for background blurDaniel Calviño Sánchez
2020-12-17Return only blur radius instead of full filter string in storeDaniel Calviño Sánchez
2020-12-09Merge pull request #4732 from nextcloud/backport/4708/stable20Joas Schilling
2020-12-09Don't select timestamp but selecting messagesVincent Petry
2020-12-09refs #4719 fix telegram channel config keyJulien Veyssier
2020-12-09Merge pull request #4649 from nextcloud/backport/4182/stable20Joas Schilling
2020-11-27Fix "Copy link" button not clickableChristian Hartmann
2020-11-19Add explicit documentation about payload of "nickChanged" messageDaniel Calviño Sánchez
2020-11-19Fix initial nick for participants without Peer when HPB is not usedDaniel Calviño Sánchez
2020-11-19Send and handle "nickChanged" message also through signalingDaniel Calviño Sánchez
2020-11-19Remove "userId" property from internal "nick" eventDaniel Calviño Sánchez
2020-11-19Stop sending the nick through data channels after some timeDaniel Calviño Sánchez
2020-11-19Generalize function nameDaniel Calviño Sánchez
2020-11-19Unify sending "nickChanged" data channel messagesDaniel Calviño Sánchez
2020-11-19Do not explicitly send "nickChanged" message on connectionDaniel Calviño Sánchez
2020-11-19Specialize "startSendingNick" function to use only the own peerDaniel Calviño Sánchez