Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2022-04-07Merge pull request #31872 from nextcloud/fix/oracle-contrainstblizzz
Ensure schema change before checking OracleConstraints
2022-04-07Log exceptionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07Do not decorate the CLI output if it's explicitly turned offChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-04-07Fix \OC_App::getCurrentApp() when being called from CLI or phpunitJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07Fix typos and empty tabsfix/oracle-contrainstJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07Adapt LockScope to LockContext renameenh/ocp-owner-lockJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-07Merge pull request #31864 from nextcloud/fix/preview-generate-imaginary-requestJohn Molakvoæ
2022-04-07Improve error logging on migration failureJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-07Ensure schema change before checking OracleConstraintsJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-07Merge pull request #31833 from nextcloud/profile-db-backtraceCarl Schwan
record backtrace when profiling db requests
2022-04-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-06Generate small preview straight away if Imaginary is enabledJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-06shRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-06Add settings to not match userID during full matchfeat/dont_match_useridLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-06allow reusing known folder info when getting directory contentsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-06save filesystem node in dav nodeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-06only setup home mount when getting home folderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-06Merge pull request #31194 from ↵Vincent Petry
nextcloud/feat/allow-to-exclude-groups-from-password-enforcement Allow to disable password policy enforcement for selected groups
2022-04-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-05Merge pull request #31849 from nextcloud/fix/cache-accountJohn Molakvoæ
2022-04-05Cache account informationCarl Schwan
Currently, each field of the profile settings is fetching the account information. This patch makes it so that only the first time do a DB call and all the later ones are cached. Reduce by 5 queries when loading the profile setting page and I suppose other pages are affected since loading a page generates always fetch at least once the account information to see if the profile feature is enabled for the user. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-05Retrieve user status only once when displaying pageperformance/user-status-retrivalCarl Schwan
We don't need to inject it in the template if the data is already available in the initial state. This is also a bit cleaner. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-05Allow to disable password policy enforcement for selected groupsCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-05Merge pull request #31754 from nextcloud/fix/view-inconsistent-if-conditionsCôme Chilliet
Fix incorrect if conditions in View
2022-04-05Merge pull request #31773 from nextcloud/share-limited-owner-setupVincent Petry
Perform a limited filesystem setup when getting share source
2022-04-05composer run cs:fixCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-05Exit early if $storage is falsy in View::getDirectoryContentCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-05Fix incorrect if conditions in ViewCôme Chilliet
($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>
2022-04-05Merge pull request #31829 from nextcloud/fix/exif-imaginaryVincent Petry
Fix imaginary with rotated exif images
2022-04-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-04Merge pull request #29510 from nextcloud/backport/27378/masterJohn Molakvoæ
2022-04-04Merge pull request #31828 from nextcloud/fix/do-not-ignore-deleteGroup-resultCôme Chilliet
Do not ignore return value of deleteGroup from backend
2022-04-04Merge pull request #31734 from nextcloud/dav-quota-dont-queryRobin Appelman
dont re-query fileinfo when getting dav quota
2022-04-04Merge pull request #31816 from ↵Joas Schilling
nextcloud/bugfix/noid/deduplicate-storage-id-before-reusing Deduplicate storage ids in list before reusing
2022-04-04record backtrace when profiling db requestsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04Merge pull request #31776 from nextcloud/storage-id-cache-bi-directionalRobin Appelman
cache storage id mapping both ways
2022-04-04use the same cached propfind for free space for dav storagefed-performanceRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04only request free space once for external sharesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04Do not ignore return value of deleteGroup from backendCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-04Fix imaginary with rotated exif imagesCarl Schwan
Now do the operation in two steps: 1. Rotate the image according the exif data 2. Do the actual operation This should only have a performance impact on image with exif rotation data to do the rotation. For all the other images the autorotate steps should be almost instant. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-04Log why the login token can't be used for credentialsfix/log-why-credential-token-invalidChristoph Wurst
And always pass the exception object to the logger. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-04-04rename cached fileinfo on renameRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04dont needlessly resolve path when getting internalPath/storage from NodeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04don't do a full setup for `findByStorageId`Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04optimize getById on LazyUserFolder to not require a full fs setupRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04split out some path manipulation logicRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04allow getting mounts by providersRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04Merge pull request #30823 from nextcloud/work/profilerCarl Schwan
Built-in profiler This adds the required API for collecting information about requests. This information can then be displayed with the new 'profiler' app.
2022-04-04Add a built-in profiler inside NextcloudCarl Schwan
The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>