summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-05-18Fix remaining warningsmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-05-18Merge pull request #7389 from nextcloud/Valdnet-patch-1Joas Schilling
l10n: Changing name of store
2022-05-18l10n: Changing name of storeValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-05-18Merge pull request #7388 from nextcloud/bugfix/noid/fix-eslint-import-warningsJoas Schilling
Eslint warning fixes till messagesList folder included
2022-05-18Eslint warning fixes till messagesList folder includedmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-05-18Merge pull request #7387 from nextcloud/Valdnet-patch-1Valdnet
l10n: Delete dots and changed spelling of App Store
2022-05-18l10n: Correct spelling of name "App Store"Valdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-05-18l10n: Delete dotsValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-05-18l10n: Delete dotsValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-05-18l10n: Delete dotsValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-05-18l10n: Delete dotsValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-05-18l10n: Delete dotsValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-05-18l10n: Delete dotsValdnet
Unification of messages. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-05-18Merge pull request #7386 from nextcloud/bugfix/noid/call-button-iconsJoas Schilling
Use material icons everywhere in CallButton
2022-05-18Fix eslintJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-17Use material icons everywhere in CallButtonJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-05-17Merge pull request #6948 from ↵Joas Schilling
nextcloud/techdebt/noid/use-all-true-for-end-meeting Use "all: true" for end meeting for everyone case
2022-05-17Merge pull request #7384 from nextcloud/bugfix/noid/document-nextcloud-versionsIvan Sein
Also document Nextcloud versions on API docs
2022-05-17Also document Nextcloud versions on API docsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-17Require new HPB versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-17Handle "event.participants.update.all" in the webJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-17Use "all: true" for end meeting for everyone caseJoas Schilling
This is needed to prevent issues with the request body size: POST https:\/\/192.168.178.101:18443\/api\/v1\/room\/3097975620` resulted in a `413 Request Entity Too Large` response:\nRequest entity too large Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-17Merge pull request #7307 from ↵Joas Schilling
nextcloud/feature/noid/allow-to-resend-call-notification-for-individual-participant Allow to "Send call notifications"
2022-05-17Use APP_ID constantJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-17Allow to "Send call notifications"Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-17Merge pull request #7379 from nextcloud/nickvergessen-patch-1Marco
Fix typo in docs
2022-05-16Fix typo in docsJoas Schilling
2022-05-16Merge pull request #7368 from ↵Joas Schilling
nextcloud/bugfix/noid/only-send-the-currently-modified-sessionId-as-changed-session Only declare the actual changed session of a user as changed
2022-05-16Merge pull request #7374 from ↵Joas Schilling
nextcloud/bugfix/noid/cache-displayname-of-owner-aswell Cache display name of owner as well
2022-05-16Merge pull request #7369 from ↵Joas Schilling
nextcloud/bugfix/noid/retry-sending-signaling-messages Retry sending signaling messages up to 3 times
2022-05-16Merge pull request #7365 from nextcloud/techdebt/noid/fix-missing-constant-usageVitor Mattos
Fix missing constant usage
2022-05-16Cache display name of owner as wellJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-16Also retry on connect exceptionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-16Merge pull request #7370 from ↵Marco
nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.6.0 Bump @nextcloud/l10n from 1.4.1 to 1.6.0
2022-05-16Fix testsmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-05-16Merge pull request #7371 from nextcloud/dependabot/npm_and_yarn/wasm-check-2.0.4Marco
Bump wasm-check from 2.0.3 to 2.0.4
2022-05-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-14Bump wasm-check from 2.0.3 to 2.0.4dependabot[bot]
Bumps [wasm-check](https://github.com/MaxGraey/wasm-check) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/MaxGraey/wasm-check/releases) - [Commits](https://github.com/MaxGraey/wasm-check/commits) --- updated-dependencies: - dependency-name: wasm-check dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-05-14Bump @nextcloud/l10n from 1.4.1 to 1.6.0dependabot[bot]
Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.4.1 to 1.6.0. - [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-l10n/commits) --- updated-dependencies: - dependency-name: "@nextcloud/l10n" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-05-13Fix unit test on php 8.0+Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-13Retry sending signaling messages up to 3 timesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-13Only declare the actual changed session of a user as changedJoas Schilling
Before all sessions of a user where seen as changed, instead of only the one session that actually was changed. It is a regression from introducing multi-session support I assume. Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-13Merge pull request #7331 from nextcloud/feature/6257/silent-sendJoas Schilling
Add an option for "Silent send" to the API
2022-05-13Add an option for "Silent send" to the APIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-13Fix missing constant usageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-12Merge pull request #7361 from nextcloud/bugfix/noid/fix-actor-docsJoas Schilling
Fix actor docs
2022-05-12Fix actor docsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-12[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>