summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #32784 from nextcloud/release/23.0.6_rc1v23.0.6rc1blizzz2022-06-131-2/+2
|\ | | | | 23.0.6 RC1
| * 23.0.6 RC1Arthur Schiwon2022-06-131-2/+2
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #32849 from nextcloud/backport/32806/stable23blizzz2022-06-132-0/+82
|\ | | | | [stable23] Revert "Remove inefficient fed share scanner"
| * Revert "Remove inefficient fed share scanner"Carl Schwan2022-06-132-0/+82
| | | | | | | | | | | | | | This reverts commit ce319143142e2ee998ef4794b04ad684c4ffa911. Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit 6667007bf235b90a7dd105c881cf5802b2a3f83e)
* | Merge pull request #32855 from nextcloud/backport/32843/stable23blizzz2022-06-131-4/+12
|\ \ | | | | | | [stable23] Correctly log failed attempts
| * | Correctly log failed attemptsJoas Schilling2022-06-131-4/+12
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #32846 from nextcloud/backport/32685/stable23blizzz2022-06-131-1/+1
|\ \ | |/ |/| [stable23] Fix replacing external storage password during debug log
| * Fix replacing external storage password during debug logChristoph Wurst2022-06-131-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #32834 from nextcloud/backport/32799/stable23blizzz2022-06-133-28/+34
|\ \ | |/ |/| [stable23] Fix exception handling when profile data is too long
| * Fix exception handling when profile data is too longJoas Schilling2022-06-123-28/+34
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-06-1334-0/+70
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-06-1252-14/+134
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32821 from ↵blizzz2022-06-121-1/+1
|\ | | | | | | | | nextcloud/dependabot/composer/build/integration/stable23/guzzlehttp/guzzle-6.5.7 Update guzzlehttp/guzzle requirement from 6.5.6 to 6.5.7 in /build/integration
| * Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-06-111-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/6.5.7/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.5.6...6.5.7) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #32604 from nextcloud/backport/32575/stable23blizzz2022-06-121-1/+2
|\ \ | | | | | | [stable23] Improve warning about missing pnctl
| * | fix typoblizzz2022-06-111-1/+1
| | | | | | | | | Co-authored-by: Simon L. <szaimen@e.mail.de>
| * | Improve warning about missing pnctlCarl Schwan2022-05-251-1/+2
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #32445 from nextcloud/backport/32357/stable23blizzz2022-06-121-0/+8
|\ \ \ | | | | | | | | [stable23] remove storage wrappers when deleting the user storage
| * | | remove storage wrappers when deleting the user storageRobin Appelman2022-06-101-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #32391 from ↵blizzz2022-06-1210-37/+37
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable23/dompurify-2.3.8 Bump dompurify from 2.3.6 to 2.3.8
| * | | | Bump dompurify from 2.3.6 to 2.3.8dependabot[bot]2022-06-1010-37/+37
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.6 to 2.3.8. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.6...2.3.8) --- updated-dependencies: - dependency-name: dompurify 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-06-11590-1550/+1452
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #32808 from nextcloud/backport/32594/stable23blizzz2022-06-1111-60/+70
|\ \ \ | | | | | | | | [stable23] Fix loading groupfolder info when share api is disabled
| * | | Fix loading groupfolder info when share api is disabledCarl Schwan2022-06-1011-60/+70
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit 3ea740e13753bc3e742f1da34041ff6014c7d287)
* | | | Merge pull request #32680 from nextcloud/backport/32510/stable23blizzz2022-06-114-6/+20
|\ \ \ \ | | | | | | | | | | [stable23] Properly calculate primary element based on background luminance
| * | | | Properly calculate primary element based on background luminanceJohn Molakvoæ2022-06-014-6/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | Merge pull request #31788 from nextcloud/backport/30438/stable23blizzz2022-06-111-72/+79
|\ \ \ \ \ | |_|_|/ / |/| | | | [stable23] Fix column/property types in CalDAV
| * | | | Fix CalDAV subscriptions calendarorder column/prop typeChristoph Wurst2022-04-141-25/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Fix column/property type of the calendar orderChristoph Wurst2022-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Fix column/property type of the CalDAV deleted_at time stampChristoph Wurst2022-04-141-47/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The timestamp is an int, but we treated it as string. With this patch the property map is enriched with types and settype casts the value if necessary. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #32528 from ↵blizzz2022-06-102-22/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable23/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-05-212-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #32637 from ↵blizzz2022-06-101-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/stable23/guzzlehttp/guzzle-6.5.6 Update guzzlehttp/guzzle requirement from 6.5.5 to 6.5.6 in /build/integration
| * | | | | | Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-05-301-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/6.5.6/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.5.5...6.5.6) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | Merge pull request #32795 from ↵blizzz2022-06-101-161/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/stable23-update-psalm-baseline [stable23] Update psalm-baseline.xml
| * | | | | | | Update psalm baselinenextcloud-command2022-06-101-161/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | Merge pull request #32658 from nextcloud/backport/32655/stable23Vincent Petry2022-06-102-14/+37
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable23] Handle non existing settings again
| * | | | | | | | Fix unit testsJoas Schilling2022-05-311-12/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | Handle non existing settings againCarl Schwan2022-05-301-2/+7
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/nextcloud/server/pull/28189#issuecomment-1140874991 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | Merge pull request #32693 from nextcloud/backport/32471/stable23Vincent Petry2022-06-103-4/+111
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable23] Make sure activities are not created when a deleted calendar object expires
| * | | | | | | | Make sure activities are not created when a deleted calendar object expiresThomas Citharel2022-06-073-4/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://github.com/nextcloud/activity/issues/784 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | | | | Merge pull request #32810 from nextcloud/update-id3parser-stable23blizzz2022-06-101-0/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [stable23] Update 3rdparty for christophwurst/id3parser 0.1.4
| * | | | | | | | | Update 3rdparty for christophwurst/id3parser 0.1.4Richard Steinmetz2022-06-101-0/+0
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | | | Merge pull request #32777 from nextcloud/backport/32767/stable23Vincent Petry2022-06-101-0/+13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [stable23] handle stream wrappers in SeekableHttpStream
| * | | | | | | | | handle stream wrappers in SeekableHttpStreamRobin Appelman2022-06-091-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | | Merge pull request #32759 from nextcloud/backport/stable23/upload-speedCarl Schwan2022-06-101-9/+20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [stable23] Make X-HAS-{MD5/SHA256} opt-in
| * | | | | | | | | | Make X-HAS-{MD5/SHA256} opt-inCarl Schwan2022-06-081-9/+20
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not always needed and slow down the upload Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit 1b426eda44f59648d2f1c5b79a06c78ff74c9fce)
* | | | | | | | | | Merge pull request #32711 from nextcloud/backport/32662/stable23Vincent Petry2022-06-101-0/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | [stable23] Cleanup temporary files after finishing the write to object storage
| * | | | | | | | | Cleanup temporary files after finishing the write to object storageJulius Härtl2022-06-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-10124-168/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>