summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* perform a setup if we can't find any mounts containing a fileRobin Appelman2022-04-111-0/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #31925 from nextcloud/fix/user_migration-use-id-for-migratorsCôme Chilliet2022-04-118-8/+8
|\ | | | | Use Migrators id instead of class names
| * Adapt AccountMigratorTest to id changeCôme Chilliet2022-04-111-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Use Migrators id instead of class namesCôme Chilliet2022-04-117-7/+7
|/ | | | | | | This will help with UI and means migrators can move in namespaces without changing export format. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #31848 from ↵Carl Schwan2022-04-116-3/+46
|\ | | | | | | | | nextcloud/performance/trottling-capability-frontent Don't inject Bruteforce capability info in the webui
| * Don't inject Bruteforce capability info in the webuiCarl Schwan2022-04-076-3/+46
| | | | | | | | | | | | | | This capability do DB access and as far I know is not used by the webui. This remove one DB query for each page load. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #31610 from nextcloud/shares-in-folder-mountsVincent Petry2022-04-111-1/+14
|\ \ | | | | | | fix shared mount roots not being returned from `getSharesInFolder`
| * | fix shared mount roots not being returned from `getSharesInFolder`Robin Appelman2022-03-311-1/+14
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #31857 from nextcloud/feat/dont_match_useridVincent Petry2022-04-117-5/+23
|\ \ \ | | | | | | | | Add settings to not match userID during full match
| * | | Add settings to not match userID during full matchLouis Chemineau2022-04-067-5/+23
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #31911 from nextcloud/enh/extend-migratorsVincent Petry2022-04-115-2/+117
|\ \ \ \ | | | | | | | | | | Extend migrators needed for implementation of the API
| * | | | Extend calendar migratorChristopher Ng2022-04-081-0/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | Extend contacts migratorChristopher Ng2022-04-081-0/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | Extend trashbin migratorChristopher Ng2022-04-081-1/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | Extend account migratorChristopher Ng2022-04-081-1/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | Extend migrator interfaceChristopher Ng2022-04-081-0/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #31884 from ↵Côme Chilliet2022-04-110-0/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1649391092 [Automated] Update psalm-baseline.xml
| * | | | | Update psalm baselinenextcloud-command2022-04-081-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | Merge pull request #31903 from nextcloud/bugfix/noid/fix-missing-elseJoas Schilling2022-04-111-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix case also when the table existed already
| * | | | | | Fix case also when the table existed alreadyJoas Schilling2022-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-1114-46/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #31899 from nextcloud/dependabot/npm_and_yarn/marked-4.0.13Carl Schwan2022-04-104-11/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bump marked from 4.0.12 to 4.0.13
| * | | | | | | Bump marked from 4.0.12 to 4.0.13dependabot[bot]2022-04-104-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 4.0.12 to 4.0.13. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v4.0.12...v4.0.13) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-108-0/+14
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #31897 from nextcloud/dependabot/npm_and_yarn/moment-2.29.2dependabot[bot]2022-04-0920-35/+48
|\ \ \ \ \ \ \
| * | | | | | | Bump moment from 2.29.1 to 2.29.2dependabot[bot]2022-04-0920-35/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | Merge pull request #31914 from ↵Carl Schwan2022-04-101-5/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1649477518 [Automated] Update psalm-baseline.xml
| * | | | | | | Update psalm baselinenextcloud-command2022-04-091-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | Merge pull request #31893 from ↵MichaIng2022-04-092-188/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/karma-viewport-1.0.9 Bump karma-viewport from 1.0.8 to 1.0.9
| * | | | | | | Bump karma-viewport from 1.0.8 to 1.0.9dependabot[bot]2022-04-082-188/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [karma-viewport](https://github.com/squidfunk/karma-viewport) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/squidfunk/karma-viewport/releases) - [Changelog](https://github.com/squidfunk/karma-viewport/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/karma-viewport/compare/1.0.8...1.0.9) --- updated-dependencies: - dependency-name: karma-viewport dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-09158-230/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #31908 from andyxheli/patch-2Simon L2022-04-081-14/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix LDAP Dark Theme Issue
| * | | | | | | | Fix LDAP Dark Theme IssueAndy Xheli2022-04-081-14/+0
|/ / / / / / / / | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli axheli@axtsolutions.com
* | | | | | | | Merge pull request #31892 from ↵Simon L2022-04-0829-477/+99
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/vue-5.3.1 Bump @nextcloud/vue from 5.3.0 to 5.3.1
| * | | | | | | Bump @nextcloud/vue from 5.3.0 to 5.3.1dependabot[bot]2022-04-0829-477/+99
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | Merge pull request #31895 from nextcloud/dependabot/npm_and_yarn/sass-1.50.0dependabot[bot]2022-04-082-8/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Bump sass from 1.49.11 to 1.50.0dependabot[bot]2022-04-082-8/+8
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.49.11 to 1.50.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.49.11...1.50.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #31901 from nextcloud/fs-setup-tweaksVincent Petry2022-04-083-2/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Filesystem setup tweaks
| * | | | | | more preset metadata for LazyUserFolderRobin Appelman2022-04-082-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | always do full setup for home folder with submountsRobin Appelman2022-04-081-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | add missing returnRobin Appelman2022-04-081-0/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #31676 from nextcloud/enh/ocp-owner-lockVincent Petry2022-04-0811-0/+575
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add public API for owner based file locking
| * | | | | | Adapt LockScope to LockContext renameJulius Härtl2022-04-076-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Add public API for owner based lockingJulius Härtl2022-04-0411-0/+574
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #31887 from nextcloud/techdebt/noid/log-primary-key-violationJulius Härtl2022-04-081-1/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Log missing primary key until we make it a requirement
| * | | | | | | Log missing primary key until we make it a requirementJoas Schilling2022-04-081-1/+4
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #31898 from ↵dependabot[bot]2022-04-082-8/+8
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.16.4
| * | | | | | Bump @testing-library/jest-dom from 5.16.3 to 5.16.4dependabot[bot]2022-04-082-8/+8
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.3 to 5.16.4. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v5.16.3...v5.16.4) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #31867 from ↵Julius Härtl2022-04-081-3/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1649304710 [Automated] Update psalm-baseline.xml
| * | | | | | Update psalm baselinenextcloud-command2022-04-071-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>