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-04Add public API for owner based lockingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-04Deduplicate storage ids in list before reusingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-31fix shared mount roots not being returned from `getSharesInFolder`shares-in-folder-mountsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-31cache storage id mapping both waysstorage-id-cache-bi-directionalRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-31Merge pull request #31737 from nextcloud/fix/oc_oauth2_migrationJoas Schilling
Wrap oauth2 migrations inside conditions
2022-03-31Merge pull request #31679 from ↵Côme Chilliet
nextcloud/bugfix/noid/ensure-string-columns-to-be-maximum-of-4000 Ensure string column limit of 4.000 characters
2022-03-31Wrap oauth2 migrations inside conditionsfix/oc_oauth2_migrationLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-03-31Add dav plugin to trigger recalculating of checksumsbackport/27378/masterRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-30Build autoloader with new composer versionCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-30[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-29Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2Vincent Petry
Add direct arg to login flow
2022-03-29Merge pull request #31632 from Maaxxs/fix-undefined-index-davLouis
Fixes the undefined index error with the DAV property getlastmodified
2022-03-29Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet
Migrate from ILogger to LoggerInterface in lib/private
2022-03-29Merge pull request #31696 from ↵Côme Chilliet
nextcloud/fix/user_ldap-fix-migration-lengthcheck-oracle Use getLengthExpression to measure field length instead of like
2022-03-28Use the null coalescing operator to set the value of `size`.Max Kunzelmann
Signed-off-by: Max Kunzelmann <maxdev@posteo.de>
2022-03-28dont re-query fileinfo when getting dav quotadav-quota-dont-queryRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-28Merge pull request #30276 from nextcloud/feature/add_oauth2_migrationLouis
Add oauth2_clients migration for Owncloud
2022-03-28Add direct arg to login flowVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-Authored-by: Carl Schwan <carl@carlschwan.eu>
2022-03-28Fix LENGTH function name across databasesCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-25Ensure string column limit of 4.000 charactersJoas Schilling
https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/datatype-limits.html#GUID-963C79C9-9303-49FE-8F2D-C8AAF04D3095 Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-24Use OCTET_LENGTH which is more common than LENGTHBfix/user_ldap-fix-migration-lengthcheck-oracleCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-24Add octetLength and charLength to function builder, and testsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-24Merge pull request #31265 from nextcloud/fs-limited-setupVincent Petry
Fine grained filesystem setup
2022-03-24Add missing PHPDoc in InvalidateMountCacheEventVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-03-24Make phpcs happy in MountProviderCollectionVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-03-24 Add oauth2_clients migration for Owncloudfeature/add_oauth2_migrationLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-03-24Apply suggestions from code reviewRobin Appelman
Co-authored-by: Louis <6653109+artonge@users.noreply.github.com> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24add comment for getMountForPath loopRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24make mount cache duration configurableRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24fix method nameRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24caching of userfolderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24fmtRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24invalidate mount cache on circles changeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24perform full setup if a cached mount doesn't have a provider setRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24don't double setup provider when calling `setupForUser` after `setupForPath`Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24add logic to perform a full filesystem setup when neededRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24update cached mounts when only specific providers have been setupRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24improve lazy UserFolderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24setup only relevant mounts when possibleRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24fixed when accessing static filesystem calls before setupRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24allow getting mounts by providerRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24allow getting cached mounts by path from the mount cacheRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24return a lazy folder from Root::getUserFolderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24allow setting some metadata in the lazyfolder without having to get the real ↵Robin Appelman
folder Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24Fix log level for exception in QueryBuilderCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-24Fix codestyleCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-24Fixing psalm errorsCôme Chilliet
Encryption constructor is problematic and should still be fixed later. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-24Adapt more code to migration to LoggerInterfaceCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-24Adapted Server to logger migration in constructorsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-24Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>