summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #32420 from nextcloud/backport/32305/stable23Joas Schilling2022-05-161-1/+1
|\ | | | | [stable23] Fix user agent trimming on installation
| * Fix user agent trimming on installationJoas Schilling2022-05-161-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #32323 from ↵blizzz2022-05-161-2/+10
|\ \ | | | | | | | | | | | | nextcloud/fix/noid/preview-duplicate-folder-creation-stable23 [stable23] Fix preview generator trying to recreate an existing folder
| * | Fix preview generator trying to recreate an existing folderRichard Steinmetz2022-05-101-2/+10
| |/ | | | | | | | | | | Backport of #32315 Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Merge pull request #32124 from nextcloud/backport/32074/stable23blizzz2022-05-162-1/+12
|\ \ | | | | | | [stable23] tell mysql to ignore the sort index for search queries
| * | tell mysql to ignore the sort index for search queriesRobin Appelman2022-04-252-1/+12
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #31978 from nextcloud/backport/31826/stable23blizzz2022-05-161-3/+3
|\ \ \ | |_|/ |/| | [stable23] Log why the login token can't be used for credentials
| * | Log why the login token can't be used for credentialsChristoph Wurst2022-04-141-3/+3
| | | | | | | | | | | | | | | | | | And always pass the exception object to the logger. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #31818 from nextcloud/backport/31574/stable23blizzz2022-05-053-8/+24
|\ \ \ | | | | | | | | [stable23] use the nextcloud certificate bundle for s3
| * | | don't try to get custom certs for s3 primary storageRobin Appelman2022-04-142-3/+10
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | return default bundle when there is an error getting the bundleRobin Appelman2022-04-141-7/+11
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | use the nextcloud certificate bundle for s3Robin Appelman2022-04-141-1/+6
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #31902 from nextcloud/backport/31713/stable23blizzz2022-05-053-5/+10
|\ \ \ \ | | | | | | | | | | [stable23] Federated share performance improvements
| * | | | use the same cached propfind for free space for dav storageRobin Appelman2022-04-141-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | only request free space once for external sharesRobin Appelman2022-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman2022-04-142-2/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Fix translations with trailing colonsJoas Schilling2022-04-261-1/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Get not only time-sensitive next job from list but anyKirill Popov2022-04-251-1/+1
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Before the change webcron used to select **only** time-sensitive tasks. Signed-off-by: Kirill Popov <kirill.s.popov@gmail.com>
* | | | Merge pull request #31831 from nextcloud/backport/31380/stable23blizzz2022-04-141-1/+1
|\ \ \ \ | | | | | | | | | | [stable23] Ignore errors when searching for bundled preview
| * | | | Ignore errors when searching for bundled previewCôme Chilliet2022-04-141-1/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | When an odt file is xml and not zip, it would throw a ValueError. It will now just ignore this file and return null for the preview. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #31748 from nextcloud/backport/31592/stable23blizzz2022-04-141-0/+3
|\ \ \ \ | | | | | | | | | | [stable23] Add direct arg to login flow
| * | | | Add direct arg to login flowVincent Petry2022-04-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-Authored-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #31678 from nextcloud/backport/31658/stable23Joas Schilling2022-04-143-2/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | | [stable23] Limit the length of app password names
| * | | | Limit the length of app password namesJoas Schilling2022-03-233-2/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #31923 from nextcloud/backport/31610/stable23blizzz2022-04-141-1/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | | [stable23] fix shared mount roots not being returned from `getSharesInFolder`
| * | | | fix shared mount roots not being returned from `getSharesInFolder`Robin Appelman2022-04-131-1/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #31880 from nextcloud/backport/31877/stable23blizzz2022-04-141-0/+5
|\ \ \ \ \ | | | | | | | | | | | | [stable23] Do not decorate the CLI output if it's explicitly turned off
| * | | | | Do not decorate the CLI output if it's explicitly turned offChristoph Wurst2022-04-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #31878 from nextcloud/backport/31754/stable23blizzz2022-04-141-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable23] Fix incorrect if conditions in View
| * | | | | | Fix incorrect if conditions in ViewCôme Chilliet2022-04-141-3/+3
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ($something->getPermissions() && Constants::PERMISSION_READ) does not make sense as PERMISSION_READ contant is 1 this will always evaluate to true. getPersmissions is returning an int which is a bitwise combination as documented in the interface, so it should be used with bit operators. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #31836 from nextcloud/backport/31734/stable23blizzz2022-04-141-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable23] dont re-query fileinfo when getting dav quota
| * | | | | | dont re-query fileinfo when getting dav quotaRobin Appelman2022-04-131-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #31835 from nextcloud/backport/31816/stable23blizzz2022-04-141-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | [stable23] Deduplicate storage ids in list before reusing
| * | | | | Deduplicate storage ids in list before reusingJoas Schilling2022-04-041-0/+1
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #31453 from nextcloud/s3-primary-ci-23blizzz2022-04-141-2/+5
|\ \ \ \ \ | |_|/ / / |/| | | | [stable23] Run tests with primary object storage in CI + large upload fixes
| * | | | return dummy availability if storage is not found in cacheRobin Appelman2022-03-101-2/+5
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | confirm user is internal to globalscaleMaxence Lange2022-04-121-0/+1
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Log exceptionJoas Schilling2022-04-071-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix \OC_App::getCurrentApp() when being called from CLI or phpunitJoas Schilling2022-04-071-1/+10
| |/ / |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Wrap oauth2 migrations inside conditionsLouis Chemineau2022-03-311-13/+24
| |/ |/| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Add oauth2_clients migration for OwncloudLouis Chemineau2022-03-282-0/+115
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Add profile default setting for adminChristopher Ng2022-03-252-12/+8
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 108abd77ed0ee29bca4019f6a212ba1b2bdad5e7) Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Add global profile toggle configChristopher Ng2022-03-253-21/+41
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 1fc0b4320c8921ad59bf4d41a88bf9936e1f653d)
* Make the DB query simpler (as we just deleted all other entries)Joas Schilling2022-03-101-3/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #31331 from nextcloud/backport/31328/stable23blizzz2022-03-101-0/+4
|\ | | | | [stable23] 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 #31102 from nextcloud/backport/30926/stable23Vincent Petry2022-03-091-14/+11
|\ \ | | | | | | [stable23] Allow sub-admins to access delegated settings.
| * | Allow sub-admins to access delegated settings.Claus-Justus Heine2022-02-231-14/+11
| |/ | | | | | | Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
* | use persistent connections when connecting to redisRobin Appelman2022-03-041-4/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #31401 from nextcloud/backport/31360/stable23Vincent Petry2022-03-031-0/+3
|\ \ | | | | | | [stable23] Don't set up full filesystem to check for certificates