summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make "name" column nullable in workflow operationsVincent Petry2021-08-127-5/+72
| | | | | | | | | | | | | The "name" column is now unused and the code is always inserting an empty string. While this works with most databases, Oracle complains because an empty string is equivalent to null. To fix this, the column definition is changed to allow null values now. Also added some logging in case of database exceptions, because without this nothing would be logged to detect the above problem. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #28361 from nextcloud/backport/28220/stable21Julius Härtl2021-08-112-84/+60
|\ | | | | [stable21] fix Folder->getById() when a single storage is mounted multiple times
| * fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman2021-08-092-84/+60
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-08-1182-214/+930
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-10106-128/+670
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #28354 from nextcloud/backport/28352/stable21szaimen2021-08-091-1/+1
|\ | | | | [stable21] Change the concurrent upload limit to less than 10
| * Change the concurrent upload limit to less than 10szaimen2021-08-091-1/+1
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Merge pull request #27234 from ↵dependabot[bot]2021-08-0932-189/+406
|\ \ | |/ |/| | | nextcloud/dependabot/npm_and_yarn/stable21/babel/core-7.12.17
| * Bump @babel/core from 7.12.10 to 7.12.17dependabot[bot]2021-08-0932-189/+406
|/ | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.10 to 7.12.17. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.17/packages/babel-core) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-0914-86/+562
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-088-56/+76
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-072-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-0626-18/+80
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-0572-690/+690
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #28287 from nextcloud/backport/28259/stable21kesselb2021-08-041-0/+4
|\ | | | | [stable21] Check that php was compiled with argon2 support or that the php-sodium extensions is installed
| * Check that php was compiled with argon2 support or that the php-sodiumCarl Schwan2021-08-021-0/+4
| | | | | | | | | | | | extensions is installed Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #28275 from nextcloud/backport/28202/stable21Julius Härtl2021-08-0426-22/+22
|\ \
| * | BuildChristopher Ng2021-07-3125-21/+21
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Remove chunkhashChristopher Ng2021-07-311-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 63c3b9a4cc281cf5f69f5c4313f2b9d238c07308)
* | | [tx-robot] updated from transifexNextcloud bot2021-08-0432-48/+148
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #28299 from nextcloud/version/21.0.4/Finalv21.0.4John Molakvoæ2021-08-031-2/+2
|\ \ \ | | | | | | | | 21.0.4
| * | | 21.0.4John Molakvoæ (skjnldsv)2021-08-031-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #28302 from nextcloud/build/comments-assets-21Julius Härtl2021-08-032-2/+2
|\ \ \ \ | |/ / / |/| | | [stable21] Update comments bundles
| * | | Update comments bundlesJulius Härtl2021-08-032-2/+2
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-0326-10/+284
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #28245 from nextcloud/backport/28238/stable21John Molakvoæ2021-08-026-7/+12
|\ \ \ | |_|/ |/| |
| * | Fix missing label and accessibility of Search functionJan C. Borchardt2021-07-306-7/+12
| |/ | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-024-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-02146-184/+2070
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #28235 from nextcloud/jail-search-root-21Vincent Petry2021-07-292-0/+30
|\ | | | | [21] dont apply jail search filter is on the root
| * dont apply jail search filter is on the rootRobin Appelman2021-07-291-0/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * add test for searching within a "root jail"Robin Appelman2021-07-291-0/+18
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #28230 from nextcloud/backport/28210/stable21marco2021-07-291-1/+1
|\ \ | |/ |/| [stable21] Allow to disable group membership change notification
| * Allow to disable group change notificationMarco Ambrosini2021-07-291-1/+1
| | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* | Merge pull request #28192 from nextcloud/backport/28173/stable21Louis2021-07-291-5/+5
|\ \ | |/ |/| [stable21] Fix variable override in file view
| * Fix variabable override in file viewLouis Chemineau2021-07-291-5/+5
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #28223 from nextcloud/backport/27920/stable21Julien Veyssier2021-07-291-2/+2
|\ | | | | [stable21] Fix Files breadcrumbs being hidden even if there is enough space
| * refs #21263 round numbers when checking if breadcrumbs should be hiddenJulien Veyssier2021-07-281-2/+2
| | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | Merge pull request #28160 from nextcloud/version/21.0.4/RC1v21.0.4rc1John Molakvoæ2021-07-291-2/+2
|\ \ | |/ |/|
| * 21.0.4 RC1John Molakvoæ (skjnldsv)2021-07-281-2/+2
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #28214 from nextcloud/fix/missing-qbmapper-exception-importChristoph Wurst2021-07-281-0/+1
|\ | | | | Fix missing exception class import
| * Fix missing exception class importChristoph Wurst2021-07-281-0/+1
| | | | | | | | | | | | Regression of https://github.com/nextcloud/server/pull/27121 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #28218 from nextcloud/revert/stable21-baseline-dropsChristoph Wurst2021-07-282-3/+50
|\ \ | |/ |/| Revert accidentally dropped lines from Psalm baselines
| * Revert accidentally dropped lines from Psalm baselinesChristoph Wurst2021-07-282-3/+50
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #28198 from nextcloud/backport/27893/stable21Julien Veyssier2021-07-284-4/+4
|\ | | | | [stable21] Fix comments file action sidebar opening
| * fix comments file action sidebar openingJulien Veyssier2021-07-284-4/+4
| | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | Merge pull request #28145 from ↵John Molakvoæ2021-07-2833-162/+151
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable21/regenerator-runtime-0.13.9
| * | Bump regenerator-runtime from 0.13.7 to 0.13.9dependabot[bot]2021-07-2833-162/+151
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.13.7 to 0.13.9. - [Release notes](https://github.com/facebook/regenerator/releases) - [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.7...regenerator-runtime@0.13.9) --- updated-dependencies: - dependency-name: regenerator-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Merge pull request #28196 from nextcloud/revert-27205-backport/26936/stable21John Molakvoæ2021-07-275-77/+48
|\ \ | |/ |/| Revert "[stable21] better cleanup of filecache when deleting an external storage"
| * Revert "[stable21] better cleanup of filecache when deleting an external ↵John Molakvoæ2021-07-275-77/+48
|/ | | | storage"