summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-02-2512-16/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31219 from nextcloud/fix/performance-db-convertblizzz2022-02-241-15/+25
|\ | | | | Improve performance when converting between DBs
| * Improve performance when converting between DBsCarl Schwan2022-02-161-15/+25
| | | | | | | | | | | | | | | | | | Use a transaction when doing multiple inserts increase the writing speed. Ref: https://stackoverflow.com/a/68495887 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #31326 from nextcloud/enh/importsource-folder-listingPytal2022-02-241-0/+10
|\ \
| * | Extend ImportSource interface to list files of a folderChristopher Ng2022-02-241-0/+10
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-02-2434-28/+116
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #30978 from nextcloud/mount-cache-mount-providerRobin Appelman2022-02-2321-34/+167
|\ \ | | | | | | Add source mount provider to the oc_mounts table
| * | store mountprovider for each mount in the mounts tableRobin Appelman2022-02-2321-34/+167
|/ / | | | | | | | | | | this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #31328 from ↵Simon L2022-02-231-0/+4
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/mark-split-database-configs-as-sensitive Mark split database configs as sensitive
| * | Mark split database configs as sensitiveJoas Schilling2022-02-231-0/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #31319 from nextcloud/fix/31246/fix-modalsSimon L2022-02-2316-44/+21
|\ \ \ | | | | | | | | fix all modals after vue 5.0
| * | | fix all modals after vue 5.0szaimen2022-02-2216-44/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #31106 from ↵Joas Schilling2022-02-238-77/+391
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/improve-user-status-update-handling Improve user status revert performance
| * | | | Do status and predefined message setting in one goJoas Schilling2022-02-153-8/+118
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Create the backup user status in 1 query instead of 3Joas Schilling2022-02-153-58/+50
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Don't include unindexed is_backup in the query, it's ensured by the user_id ↵Joas Schilling2022-02-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | leading underscore already Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Allow to revert the user status of multiple users in 3 queries instead of 3*nJoas Schilling2022-02-158-4/+201
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Delete the user status without loading it firstJoas Schilling2022-02-152-9/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Directly delete the user status instead of getting it a second timeJoas Schilling2022-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-02-23928-3588/+416
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #30210 from ↵MichaIng2022-02-235-8/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.4.1 Update guzzlehttp/guzzle requirement from 6.5.2 to 7.4.1 in /build/integration
| * | | | | Update GuzzleHttp function call for v7MichaIng2022-02-224-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/guzzle/guzzle/issues/2824 Signed-off-by: MichaIng <micha@dietpi.com>
| * | | | | Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-02-221-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.5.2...7.4.1) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #31316 from ↵Joas Schilling2022-02-2213-59/+109
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/sensitive-insensitive-dav-background-jobs Mark DAV background jobs as time sensitive/insensitive
| * | | | | Mark DAV background jobs as time sensitive/insensitiveChristoph Wurst2022-02-2213-59/+109
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * As a bonus they are now all using OCP base classes * Strict typing is now enforced Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #31317 from ↵Christoph Wurst2022-02-225-0/+13
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/chore/deprecate-old-internal-job-classes Deprecate our old, internal background job base classes
| * | | | Deprecate our old, internal background job base classesChristoph Wurst2022-02-225-0/+13
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | The OCP ones should be used instead. This makes it more visible in our IDEs that the base class of background job should be replaced. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #31261 from nextcloud/external-share-availability-errorJohn Molakvoæ2022-02-221-7/+5
|\ \ \ \
| * | | | improve errors for external share availability checkRobin Appelman2022-02-211-7/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #31295 from nextcloud/fix-cleaning-remindersChristoph Wurst2022-02-221-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix cleaning reminders after subscription purge
| * | | | | Fix cleaning reminders after subscription purgeThomas Citharel2022-02-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | Merge pull request #31241 from nextcloud/fix/use-new-button-componentVanessa2022-02-228-16/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix/use new button component
| * | | | | | replace button with vue button componentVanessa Pertsch2022-02-218-16/+21
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #31309 from nextcloud/fix/fix-checkers-php-errorCôme Chilliet2022-02-221-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Avoid PHP errors in the checkers drone step
| * | | | | | Avoid PHP errors in the checkers drone stepCôme Chilliet2022-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #31173 from ↵Côme Chilliet2022-02-226-0/+101
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/user_migration-version-handling Add version handling to IMigrator
| * | | | | | | Please drone checkersCôme Chilliet2022-02-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Update autoloadCôme Chilliet2022-02-212-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Avoid passing both $importSource and $version while version comes from sourceCôme Chilliet2022-02-173-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Improve version handling for user_migrationCôme Chilliet2022-02-174-3/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Add version handling to IMigratorCôme Chilliet2022-02-172-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-02-2212-2/+30
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #31294 from nextcloud/fix/test-controllerSimon L2022-02-211-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Redirection now only happens when dir is empty
| * | | | | | | Redirection now only happens when dir is emptyCarl Schwan2022-02-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise dir it's just ignored and fileid is used Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | Merge pull request #31288 from ↵Carl Schwan2022-02-211-3/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1645416707 [Automated] Update psalm-baseline.xml
| * | | | | | | | Update psalm baselinenextcloud-command2022-02-211-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | | Merge pull request #31292 from nextcloud/fix/edit_perm_on_file_shareJohn Molakvoæ2022-02-213-4/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Fix regression for edit perm on file shareLouis Chemineau2022-02-213-4/+4
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | Merge pull request #31217 from ↵Joas Schilling2022-02-211-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/also-cache-non-existing-entry Also cache non-existing to reuse it
| * | | | | | | | Also cache non-existing to reuse itJoas Schilling2022-02-161-0/+5
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>