summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2Vincent Petry2022-03-295-18/+24
|\ | | | | Add direct arg to login flow
| * Add direct arg to login flowVincent Petry2022-03-285-18/+24
| | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-Authored-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #31735 from nextcloud/fix/noid/mig-generator-copyrightCôme Chilliet2022-03-291-0/+24
|\ \ | | | | | | migration generator also includes copyright section
| * | migration generator also includes copyright sectionArthur Schiwon2022-03-281-0/+24
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #31575 from nextcloud/enh/add-trashbin-migratorCôme Chilliet2022-03-294-4/+148
|\ \ \ | | | | | | | | Add trashbin migrator to export and import trashbin data
| * | | Add a guard to check that trashbin folder is a folderCôme Chilliet2022-03-241-1/+8
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Improve wording of output for trashbin migratorCôme Chilliet2022-03-241-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Rename PATH constants to show if folder or fileCôme Chilliet2022-03-221-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Rename $insert var to $qbCôme Chilliet2022-03-171-8/+8
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Add trashbin migrator to export and import trashbin dataCôme Chilliet2022-03-174-4/+141
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #31697 from nextcloud/enh/27607/fix-user-countLouis2022-03-293-11/+49
|\ \ \ \ | | | | | | | | | | fix User Counts updates on user add/remove
| * | | | Fix user counts updates on user add/removePetre T2022-03-293-11/+49
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Petre Tudor <petre.tudor@dorkfar.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Merge pull request #31632 from Maaxxs/fix-undefined-index-davLouis2022-03-291-3/+6
|\ \ \ \ \ | |/ / / / |/| | | | Fixes the undefined index error with the DAV property getlastmodified
| * | | | Use the null coalescing operator to set the value of `size`.Max Kunzelmann2022-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Max Kunzelmann <maxdev@posteo.de>
| * | | | Set `mtime` to null instead of false if `getlastmodified` does not exist.Max Kunzelmann2022-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Max Kunzelmann <maxdev@posteo.de>
| * | | | Fix typo.Max Kunzelmann2022-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Max Kunzelmann <maxdev@posteo.de>
| * | | | Fixes the undefined index error with the DAV property getlastmodifiedMax Kunzelmann2022-03-201-2/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Max Kunzelmann <maxdev@posteo.de>
* | | | | Merge pull request #31711 from nextcloud/mount-cache-external-shareVincent Petry2022-03-291-0/+3
|\ \ \ \ \ | | | | | | | | | | | | invalidate mount cache after accepting or renaming federated share
| * | | | | invalidate mount cache after accepting or renaming federated shareRobin Appelman2022-03-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-2999-604/+435
|\ \ \ \ \ \ | | | | | | | | | | | | | | Migrate from ILogger to LoggerInterface in lib/private
| * | | | | | Prepare for ILogger drop in RootCollectionTestCôme Chilliet2022-03-241-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix log level for exception in QueryBuilderCôme Chilliet2022-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix more ILogger related problems from testsCôme Chilliet2022-03-243-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix ILogger instances in application tests for core parametersCôme Chilliet2022-03-242-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix codestyleCôme Chilliet2022-03-245-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-2439-137/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fixing psalm errorsCôme Chilliet2022-03-242-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Encryption constructor is problematic and should still be fixed later. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-2413-104/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Adapted Server to logger migration in constructorsCôme Chilliet2022-03-241-17/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-2442-335/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #31696 from ↵Côme Chilliet2022-03-296-1/+105
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/user_ldap-fix-migration-lengthcheck-oracle Use getLengthExpression to measure field length instead of like
| * | | | | | | Fix LENGTH function name across databasesCôme Chilliet2022-03-283-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Use OCTET_LENGTH which is more common than LENGTHBCôme Chilliet2022-03-242-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Avoid select with no FROM clause for Oracle in testsCôme Chilliet2022-03-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Add octetLength and charLength to function builder, and testsCôme Chilliet2022-03-245-2/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Use getLengthExpression to measure field length instead of likeCôme Chilliet2022-03-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | Merge pull request #31736 from nextcloud/bugfix/noid/disable-bulkuploadJoas Schilling2022-03-292-2/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Disable bulk upload by not advertising it
| * | | | | | | | Also comment out in testJoas Schilling2022-03-282-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | Disable bulk upload by not advertising itVincent Petry2022-03-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been reported broken on many instances. Disable it for now until it can be fixed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-03-292-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Merge pull request #31537 from ↵Simon L2022-03-285-5/+176
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enh/31533/disable-webupdater-biginstances show that the web updater is not recommended on big instances
| * | | | | | | | address reviewsszaimen2022-03-281-15/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
| * | | | | | | | show warning in update admin overviewszaimen2022-03-245-5/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | | Merge pull request #31718 from ↵Louis2022-03-282-8/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.16.3 Bump @testing-library/jest-dom from 5.16.2 to 5.16.3
| * | | | | | | | | Bump @testing-library/jest-dom from 5.16.2 to 5.16.3dependabot[bot]2022-03-262-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.2 to 5.16.3. - [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.2...v5.16.3) --- 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 #31717 from ↵dependabot[bot]2022-03-285-12/+12
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/jquery-migrate-3.4.0
| * | | | | | | | | Bump jquery-migrate from 3.3.2 to 3.4.0dependabot[bot]2022-03-285-12/+12
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jquery-migrate](https://github.com/jquery/jquery-migrate) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/jquery/jquery-migrate/releases) - [Commits](https://github.com/jquery/jquery-migrate/compare/3.3.2...3.4.0) --- updated-dependencies: - dependency-name: jquery-migrate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | | Merge pull request #31716 from ↵dependabot[bot]2022-03-284-11/+11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/vue-5.2.1
| * | | | | | | | | Bump @nextcloud/vue from 5.1.1 to 5.2.1dependabot[bot]2022-03-284-11/+11
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 5.1.1 to 5.2.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.1.1...v5.2.1) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | | Merge pull request #30276 from nextcloud/feature/add_oauth2_migrationLouis2022-03-285-8/+128
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add oauth2_clients migration for Owncloud