summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update autoloaderRobin Appelman2022-11-082-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix repairing non user shares when repairing all sharesRobin Appelman2022-11-081-10/+33
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* remove no longer needed codeRobin Appelman2022-11-081-4/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* split repairing into two stages to prevent long open transactionRobin Appelman2022-11-082-33/+66
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* update shares directly in dbRobin Appelman2022-11-081-13/+17
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* More verbose output for repair share ownership cmdVincent Petry2022-11-081-2/+3
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* move share owner repair to occ commandRobin Appelman2022-11-085-95/+139
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add repair step to fix wrong share ownershipLouis Chemineau2022-11-084-0/+98
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #35028 from nextcloud/fix/dns-pin-middleware-throws-public-ipRichard Steinmetz2022-11-081-1/+1
|\ | | | | Fix DNS Pin Middleware throwing for public IPs
| * Fix DNS Pin Middleware throwing for public IPsChristoph Wurst2022-11-081-1/+1
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #32838 from markuszeller/bugfix/32837/implicitFloatConversionSimon L2022-11-081-1/+1
|\ | | | | Cast to int
| * Cast to int #32837Markus Zeller2022-11-071-1/+1
| | | | | | | | Signed-off-by: Markus Zeller <git@markuszeller.com>
* | Merge pull request #34985 from ↵Joas Schilling2022-11-084-47/+11
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.6.0 Bump @nextcloud/l10n from 1.4.1 to 1.6.0
| * | Bump @nextcloud/l10n from 1.4.1 to 1.6.0dependabot[bot]2022-11-074-47/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/compare/v1.4.1...v1.6.0) --- updated-dependencies: - dependency-name: "@nextcloud/l10n" 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>
* | | [tx-robot] updated from transifexNextcloud bot2022-11-088-6/+78
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34986 from ↵Pytal2022-11-072-16/+16
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/handlebars-loader-1.7.2 Bump handlebars-loader from 1.7.1 to 1.7.2
| * | Bump handlebars-loader from 1.7.1 to 1.7.2dependabot[bot]2022-11-052-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars-loader](https://github.com/pcardune/handlebars-loader) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/pcardune/handlebars-loader/releases) - [Changelog](https://github.com/pcardune/handlebars-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/pcardune/handlebars-loader/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: handlebars-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #35007 from ↵Christoph Wurst2022-11-071-1/+1
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/fix/lower-logging-level-user-session-cookie-login Fix unsuccessful token login logged as error
| * | Fix unsuccessful token login logged as errorChristoph Wurst2022-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The condition of a non-existent login token can happen for concurrent requests. Admins can not do anything about this. So this is to be expected to happen occasionally. This event is only bad if none of the requests is able to re-acquire a session. Luckily this happens rarely. If a login loop persists an admin can still lower the log level to find this info. But a default error log level will no longer write those infos about the failed cookie login of one request. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #35000 from ↵Joas Schilling2022-11-073-6/+6
|\ \ \ | |/ / |/| | | | | | | | nextcloud/bugfix/34959/fix-cron-warning-with-time-insensitive-jobs Fix cron warning with time insensitive jobs
| * | RecompileJoas Schilling2022-11-072-3/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Increase the "bad waiting time" for cron mode to 24h to account for "time ↵Joas Schilling2022-11-071-1/+1
| | | | | | | | | | | | | | | | | | insensitive" jobs Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Show the correct warning for system cron vs. webcron/ajaxJoas Schilling2022-11-071-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #34996 from ↵Côme Chilliet2022-11-071-0/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/bump-microsoft/azure-storage-blob-to-1.5.4 Bump microsoft/azure-storage-blob to 1.5.4
| * | | Align with 3rdparty masterCôme Chilliet2022-11-071-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Bump microsoft/azure-storage-blob to 1.5.4Côme Chilliet2022-11-071-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #32530 from ↵Vincent Petry2022-11-074-35/+25
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.10.0 Bump nextcloud-vue-collections from 0.9.0 to 0.10.0
| * | | | Bump nextcloud-vue-collections from 0.9.0 to 0.10.0dependabot[bot]2022-11-044-35/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases) - [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: nextcloud-vue-collections 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 #34929 from nextcloud/chore/deprecate-app-container-aliasesRoeland Jago Douma2022-11-071-6/+9
|\ \ \ \ \ | |_|_|/ / |/| | | | Clean up and deprecate app container parameter aliases
| * | | | Clean up and deprecate app container aliasesChristoph Wurst2022-11-021-6/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #34937 from ↵Simon L2022-11-071-1/+8
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | nextcloud/fix/do-not-crash-on-extension-without-version Avoid a crash when a PHP extension has no version
| * | | | Suppress false-positives from psalm, waiting for fix upstreamCôme Chilliet2022-11-071-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Avoid a crash when a PHP extension has no versionCôme Chilliet2022-11-031-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #34987 from ↵Côme Chilliet2022-11-071-21/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | | | Update psalm baselinenextcloud-command2022-11-071-21/+0
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-11-0714-0/+80
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-11-066-2/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #18210 from dbw9580/masterSimon L2022-11-055-23/+168
|\ \ \ \ \ | |_|_|_|/ |/| | | | Limit number of concurrent preview generations
| * | | | Limit-number-of-concurrent-preview-generationsszaimen2022-11-055-23/+168
|/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Bowen Ding <dbw9580@live.com> Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | [tx-robot] updated from transifexNextcloud bot2022-11-05838-4144/+2768
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #34775 from nextcloud/bugfix/noid/mailer-set-toJulius Härtl2022-11-042-10/+25
|\ \ \ \ | | | | | | | | | | Do not throw errors when invalid setTo email is provided
| * | | | Do not throw errors when invalid setTo email is providedJulius Härtl2022-11-032-10/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #33181 from ↵dependabot[bot]2022-11-042-46/+45
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.11.0
| * | | | | Update behat/behat requirement in /build/integrationdependabot[bot]2022-11-042-46/+45
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #34702 from nextcloud/fix/clean-ldap-wizard-typingVincent Petry2022-11-042-106/+101
|\ \ \ \ \ | | | | | | | | | | | | Clean up LDAP Wizard typing
| * | | | | Fix $host var handling to avoid passing null to ldap_connectCôme Chilliet2022-10-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Clean up LDAP Wizard typingCôme Chilliet2022-10-202-104/+99
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #34834 from nextcloud/bugfix/noid/skeleton-size-calcVincent Petry2022-11-041-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix size calculation on copying the skeleton files
| * | | | | | Use proper storage method for writing skeleton filesJulius Härtl2022-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise the filecache will have a wrong size for skeleton files Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #34909 from nextcloud/fix/21370/duplicate-notifications-2Vincent Petry2022-11-0411-18/+214
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Fix duplicate event email notifications