Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-07Bump vimeo/psalm from 4.22.0 to 4.23.0dependabot/composer/vimeo/psalm-4.23.0dependabot[bot]
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.22.0 to 4.23.0. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.22.0...4.23.0) --- updated-dependencies: - dependency-name: vimeo/psalm dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-05-06Merge pull request #7315 from ↵Joas Schilling
nextcloud/techdebt/6235/move-setPermissions-logic-to-room-service Move permissions logic to room service
2022-05-06Merge pull request #7318 from nextcloud/remove-unused-calls-mixinJoas Schilling
Remove unused calls mixin
2022-05-06Merge pull request #7317 from ↵Joas Schilling
nextcloud/fix-trying-to-use-remotevideoblocker-with-local-screens Fix trying to use "remoteVideoBlocker" with local screens
2022-05-06Merge pull request #7326 from ↵Marco
nextcloud/bugfix/7319/only-render-emoji-picker-on-hover Only render emoji picker on hover
2022-05-06Only render emoji picker on hoverJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-05Remove unused calls mixinremove-unused-calls-mixinDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-05-05Fix trying to use "remoteVideoBlocker" with local screensfix-trying-to-use-remotevideoblocker-with-local-screensDaniel Calviño Sánchez
"remoteVideoBlocker" is set in the shared datas of all remote participants. However, "videoBottomBar" is used both for remote participants and for local screens, which do not have that attribute. Other uses of "remoteVideoBlocker" should be safe, as they are implicitly guarded by checking "!isScreen" in the template. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-05-05Move permissions logic to room servicetechdebt/6235/move-setPermissions-logic-to-room-serviceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-05Merge pull request #7304 from nextcloud/bugfix/noid/fix-shareditems-loaderJoas Schilling
Fix loading icon position in shared items tab
2022-05-05Merge pull request #7312 from nextcloud/rakekniven-patch-1Joas Schilling
l10n: Fixed grammar
2022-05-05l10n: Fixed grammarrakekniven
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2022-05-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-04Fix loading icon position in shared items tabbugfix/noid/fix-shareditems-loadermarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-05-04Merge pull request #6563 from nextcloud/feature/4957/allow-sip-without-a-pinJoas Schilling
Allow to enable SIP without individual pin requirement
2022-05-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-03Merge pull request #7291 from nextcloud/bugfix/noid/add-missing-border-boxMarco
Add border-box to fix the RoomSelector in maps and deck
2022-05-03Merge pull request #7283 from ↵Joas Schilling
nextcloud/bugfix/7282/set-new-password-for-conversation-creation Set autocomplete="new-password" for conversation creation link password
2022-05-03Add border-box to fix the RoomSelector in maps and deckJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-03Merge pull request #7281 from nextcloud/bugfix/noid/fix-roomselectorJoas Schilling
Fix room selector
2022-05-03Merge pull request #6956 from nextcloud/bugfix/noid/update-nc-vue-collectionsJoas Schilling
Update nextcloud-vue-collection to trigger less collection requests
2022-05-03Merge pull request #7289 from nextcloud/bugfix/noid/fix-eslint-warningJoas Schilling
Fix eslint warnings
2022-05-03Fix eslint warningsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-03Merge pull request #7209 from ↵Joas Schilling
nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.0.0 Bump @nextcloud/eslint-config from 7.0.2 to 8.0.0
2022-05-03Bump lib versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-03Update nextcloud-vue-collection to trigger less collection requestsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-03Add a capabilityfeature/4957/allow-sip-without-a-pinJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-03Add endpoint for the HPB to create guestsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-03Allow moderators to select if a PIN is requiredJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-03Allow to enable SIP without individual pin requirementJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-03Merge pull request #7257 from ↵Joas Schilling
nextcloud/fix-endless-offer-requests-with-the-sip-bridge Fix endless offer requests with the SIP bridge
2022-05-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-02Set autocomplete="new-password" for conversation creation link passwordbugfix/7282/set-new-password-for-conversation-creationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-02Fix room selectorbugfix/noid/fix-roomselectormarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-05-02Merge pull request #7269 from nextcloud/changelog/14.0.0Joas Schilling
Add changelog of 14.0.0
2022-05-02Merge pull request #7275 from nextcloud/bugfix/7274/fix-button-bar-positionJoas Schilling
Fix button bar position
2022-05-02Add margin-right so emojis wrap early enoughJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-02Revert "7138: updated reaction styling"Joas Schilling
This reverts commit a2b35e1a67d50f73e0f8451f2a9891554fb671a3.
2022-05-02Revert "7138: updated reaction row style"Joas Schilling
This reverts commit 83a067c4308a084fdb3c26bc73df9b7739c79ea8.
2022-05-02Merge pull request #6150 from nextcloud/enh/maps-actionJoas Schilling
Register 'share location' action in Maps app
2022-05-02Merge pull request #7272 from ↵Marco
nextcloud/bugfix/noid/fix-location-error-spam-and-hide-other-section Fix location error spam and hide other section
2022-05-02Hide the "Other" section as they are not handled yetJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-02Fix location error spamJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-02Merge pull request #7221 from ↵Joas Schilling
nextcloud/feature/noid/improve-shareditems-component Improve SharedItems component
2022-05-02register share location action in Maps appJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-05-02Bump @nextcloud/eslint-config from 7.0.2 to 8.0.0dependabot/npm_and_yarn/nextcloud/eslint-config-8.0.0dependabot[bot]
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 7.0.2 to 8.0.0. - [Release notes](https://github.com/nextcloud/eslint-config/releases) - [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/eslint-config/compare/v7.0.2...v8.0.0) --- updated-dependencies: - dependency-name: "@nextcloud/eslint-config" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02Merge pull request #7266 from ↵Joas Schilling
nextcloud/dependabot/npm_and_yarn/nextcloud/webpack-vue-config-5.1.0 Bump @nextcloud/webpack-vue-config from 5.0.0 to 5.1.0
2022-05-02Merge pull request #7259 from ↵Joas Schilling
nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.10.0 Bump @nextcloud/axios from 1.9.0 to 1.10.0
2022-05-02Bump @nextcloud/webpack-vue-config from 5.0.0 to 5.1.0dependabot[bot]
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/nextcloud/webpack-vue-config/releases) - [Changelog](https://github.com/nextcloud/webpack-vue-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/webpack-vue-config/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: "@nextcloud/webpack-vue-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>