summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-10perf(sharing): Move item_type validation to PHPperf/noid/move-item_type-validation-to-phpJoas Schilling
We do not support anything but file and folder and are not aware of an app doing that, so the assumption is that it can help to move to an index covering share_type + share_with, instead of share_type + item_type and afterwards a second time on share_with Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-10Merge pull request #12037 from nextcloud/techdebt/noid/phpunit-10.5Joas Schilling
deps(CI): Update to PHPUnit10
2024-04-10fix(deps): Bump Minimum PHP version in composer files to 8.1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-10fix(tests): Make dataproviders staticJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-10fix(CI): Remove coverage block from configJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-10fix(CI): Migrate phpunit.xml to PHPUnit10Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-10chore(CI): Update to PHPUnit10Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-10Merge pull request #10250 from nextcloud/perf/dashboard/item-api-v2Joas Schilling
perf(dashboard): implement widget item api v2
2024-04-10fix(breakoutrooms): Hide breakout rooms from dashboard itemsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-10Fix(l10n): Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-09Merge pull request #12028 from ↵Joas Schilling
nextcloud/bugfix/noid/make-route-operation-id-unique fix(openapi): Make the operation-id unique
2024-04-09chore(assets): Recompile OpenAPIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-09fix(openapi): Make the operation-id uniqueJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-09perf(dashboard): Implement widget item api v2Richard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-04-09Merge pull request #11992 from ↵Dorra
nextcloud/fix/noid/unread-marker-in-system-messages fix(MessagesSystemGroup): Follow-up correct collapsed property
2024-04-09fix(MessagesSystemGroup): Correct collapsed property. Adjust system message ↵DorraJaouad
type to be dependent on the length of messages in the group. If it is only one, it is forcibly and always not collapsed ( it is a normal system messages without combined header) Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-04-09Fix(l10n): Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-08Fix(l10n): Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-07Merge pull request #12023 from ↵github-actions[bot]
nextcloud/automated/noid/main-update-nextcloud-ocp [main] Update nextcloud/ocp dependency
2024-04-07chore(dev-deps): Bump nextcloud/ocp packagenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2024-04-07Fix(l10n): Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-06Merge pull request #12014 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.24.4
2024-04-06Merge pull request #12016 from ↵dependabot[bot]
nextcloud/dependabot/composer/vendor-bin/phpunit/phpunit/phpunit-9.6.19
2024-04-06Merge pull request #12015 from ↵dependabot[bot]
nextcloud/dependabot/composer/tests/integration/phpunit/phpunit-9.6.19
2024-04-06chore(deps-dev): Bump @babel/preset-env from 7.24.3 to 7.24.4dependabot[bot]
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.3 to 7.24.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-06Merge pull request #12013 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/babel/core-7.24.4
2024-04-06Merge pull request #12012 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/nextcloud/upload-1.1.0
2024-04-06Merge pull request #12011 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/libphonenumber-js-1.10.60
2024-04-06chore(deps-dev): Bump phpunit/phpunit in /vendor-bin/phpunitdependabot[bot]
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.18 to 9.6.19. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.19/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.18...9.6.19) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-06chore(deps-dev): Bump phpunit/phpunit in /tests/integrationdependabot[bot]
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.18 to 9.6.19. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.19/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.18...9.6.19) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-06chore(deps-dev): Bump @babel/core from 7.24.3 to 7.24.4dependabot[bot]
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.3 to 7.24.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-06chore(deps): Bump @nextcloud/upload from 1.0.5 to 1.1.0dependabot[bot]
Bumps [@nextcloud/upload](https://github.com/skjnldsv/nextcloud-upload) from 1.0.5 to 1.1.0. - [Release notes](https://github.com/skjnldsv/nextcloud-upload/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-upload/blob/main/CHANGELOG.md) - [Commits](https://github.com/skjnldsv/nextcloud-upload/compare/v1.0.5...v1.1.0) --- updated-dependencies: - dependency-name: "@nextcloud/upload" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-06chore(deps): Bump libphonenumber-js from 1.10.59 to 1.10.60dependabot[bot]
Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.10.59 to 1.10.60. - [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.10.59...v1.10.60) --- updated-dependencies: - dependency-name: libphonenumber-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05Merge pull request #12005 from nextcloud/chore/noid/check-bindingDorra
chore(Vue3): v-bind checking
2024-04-05Fix(l10n): Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-04chore: intend to put v-bind in lower position to main the current attribute ↵DorraJaouad
selection in vue 2 (individual attributes are always selected over those in v-bind). In vue 3, it depends on the order. Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-04-04Merge pull request #11993 from nextcloud/fix/9450/explicit-reactivityDorra
chore: define explicit reactivity for webrtc models
2024-04-04Merge pull request #12007 from nextcloud/dependabot/npm_and_yarn/undici-5.28.4dependabot[bot]
2024-04-04chore(deps-dev): Bump undici from 5.28.3 to 5.28.4dependabot[bot]
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04Merge pull request #12003 from nextcloud/desktop/screen-sharing-supportJoas Schilling
desktop: add screen sharing support
2024-04-04Merge pull request #11996 from nextcloud/chore/noid/event-bus-migrationDorra
Chore(Vue3): Migrate to mitt
2024-04-04feat(desktop): add screen sharing supportGrigorii K. Shartsev
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-04-04chore(vue3): migrate to mitt as an event emitterDorraJaouad
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-04-04Merge pull request #12000 from nextcloud/changelog/17.1.7-18.0.6Joas Schilling
chore(release): Add changelog for 17.1.7 and 18.0.6
2024-04-04chore(release): Add changelog for 19.0.0-rc.2Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-04chore: add reactivity to webrtc utilsDorraJaouad
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-04-04chore(release): Add changelog for 17.1.7 and 18.0.6Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-04Merge pull request #11978 from ↵Joas Schilling
nextcloud/bugfix/11972/fix-empty-string-being-null fix(federation): Fix empty strings being null in Oracle
2024-04-04fix(tests): Fix sorting rooms with same nameJoas Schilling
We can't sort by token here as the name-to-token map is overwritten as both rooms have the same name Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-04fix(federation): Fix empty strings being null in OracleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>