aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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>
* | | | | | Merge pull request #31195 from nextcloud/wrap_exceptionLouis2022-02-215-1/+46
|\ \ \ \ \ \ | | | | | | | | | | | | | | Wrap S3 multipart upload exception
| * | | | | | Wrap S3 multipart upload exceptionLouis Chemineau2022-02-165-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Wrap S3 multipart upload exceptionLouis Chemineau2022-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | Merge pull request #30225 from nextcloud/fix-30220Simon L2022-02-211-2/+3
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Clarify `preview_max_filesize_image` behavior
| * | | | | | Typoacsfer2022-02-201-1/+1
| | | | | | |
| * | | | | | Clarify `preview_max_filesize_image` behavioracsfer2022-02-201-2/+3
| | | | | | | | | | | | | | | | | | | | | Fix https://github.com/nextcloud/server/issues/30220
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-02-2112-0/+58
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | / [tx-robot] updated from transifexNextcloud bot2022-02-204-2/+16
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #31272 from nextcloud/dependabot/npm_and_yarn/url-parse-1.5.7dependabot[bot]2022-02-193-9/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Bump url-parse from 1.5.4 to 1.5.7dependabot[bot]2022-02-193-9/+9
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.4...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #31270 from nextcloud/dependabot/npm_and_yarn/webpack-5.69.1dependabot[bot]2022-02-192-10/+10
|\ \ \ \
| * | | | Bump webpack from 5.69.0 to 5.69.1dependabot[bot]2022-02-192-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.69.0 to 5.69.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.69.0...v5.69.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #31269 from nextcloud/dependabot/npm_and_yarn/sass-1.49.8dependabot[bot]2022-02-192-8/+8
|\ \ \ \ \
| * | | | | Bump sass from 1.49.7 to 1.49.8dependabot[bot]2022-02-192-8/+8
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.49.7 to 1.49.8. - [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.7...1.49.8) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* / / / / [tx-robot] updated from transifexNextcloud bot2022-02-19212-1040/+1224
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #20766 from ↵Christoph Wurst2022-02-183-2/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bug/fix-reminders-with-empty-calendar-data Consider only reminders with calendar data
| * | | | Clean reminders for calendar when deleting a subscriptionThomas Citharel2022-02-151-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | Consider only reminders with calendar dataThomas Citharel2022-02-152-2/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | Merge pull request #31143 from nextcloud/fix/dont-redirect-file-indexVincent Petry2022-02-181-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Don't redirect when loading files index page