aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* allow reusing known folder info when getting directory contentsRobin Appelman2022-04-062-9/+16
* save filesystem node in dav nodeRobin Appelman2022-04-061-1/+1
* only setup home mount when getting home folderRobin Appelman2022-04-061-0/+6
* Merge pull request #31194 from nextcloud/feat/allow-to-exclude-groups-from-pa...Vincent Petry2022-04-062-4/+17
|\
| * Allow to disable password policy enforcement for selected groupsCarl Schwan2022-04-052-4/+17
* | Merge pull request #31849 from nextcloud/fix/cache-accountJohn Molakvoæ2022-04-051-1/+10
|\ \
| * | Cache account informationCarl Schwan2022-04-051-1/+10
* | | Merge pull request #31754 from nextcloud/fix/view-inconsistent-if-conditionsCôme Chilliet2022-04-051-97/+95
|\ \ \
| * | | composer run cs:fixCôme Chilliet2022-04-051-2/+2
| * | | Exit early if $storage is falsy in View::getDirectoryContentCôme Chilliet2022-04-051-96/+94
| * | | Fix incorrect if conditions in ViewCôme Chilliet2022-04-051-3/+3
* | | | Merge pull request #31773 from nextcloud/share-limited-owner-setupVincent Petry2022-04-0510-139/+298
|\ \ \ \ | |/ / / |/| | |
| * | | rename cached fileinfo on renameRobin Appelman2022-04-041-0/+9
| * | | dont needlessly resolve path when getting internalPath/storage from NodeRobin Appelman2022-04-041-7/+5
| * | | don't do a full setup for `findByStorageId`Robin Appelman2022-04-041-1/+0
| * | | optimize getById on LazyUserFolder to not require a full fs setupRobin Appelman2022-04-045-81/+109
| * | | split out some path manipulation logicRobin Appelman2022-04-044-28/+77
| * | | allow getting mounts by providersRobin Appelman2022-04-043-22/+98
* | | | Merge pull request #31829 from nextcloud/fix/exif-imaginaryVincent Petry2022-04-051-8/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix imaginary with rotated exif imagesCarl Schwan2022-04-041-8/+16
* | | | Merge pull request #29510 from nextcloud/backport/27378/masterJohn Molakvoæ2022-04-041-0/+1
|\ \ \ \
| * | | | Add dav plugin to trigger recalculating of checksumsRobin Appelman2022-03-311-0/+1
* | | | | Merge pull request #31828 from nextcloud/fix/do-not-ignore-deleteGroup-resultCôme Chilliet2022-04-041-2/+1
|\ \ \ \ \
| * | | | | Do not ignore return value of deleteGroup from backendCôme Chilliet2022-04-041-2/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #31734 from nextcloud/dav-quota-dont-queryRobin Appelman2022-04-041-2/+2
|\ \ \ \ \
| * | | | | dont re-query fileinfo when getting dav quotaRobin Appelman2022-03-281-2/+2
* | | | | | Merge pull request #31816 from nextcloud/bugfix/noid/deduplicate-storage-id-b...Joas Schilling2022-04-041-0/+1
|\ \ \ \ \ \
| * | | | | | Deduplicate storage ids in list before reusingJoas Schilling2022-04-041-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #31776 from nextcloud/storage-id-cache-bi-directionalRobin Appelman2022-04-042-16/+32
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | cache storage id mapping both waysRobin Appelman2022-03-312-16/+32
* | | | | | Merge pull request #30823 from nextcloud/work/profilerCarl Schwan2022-04-0421-155/+1389
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add a built-in profiler inside NextcloudCarl Schwan2022-04-0421-155/+1389
| | |_|/ / | |/| | |
* | | | | Merge pull request #31737 from nextcloud/fix/oc_oauth2_migrationJoas Schilling2022-03-311-13/+24
|\ \ \ \ \
| * | | | | Wrap oauth2 migrations inside conditionsLouis Chemineau2022-03-311-13/+24
| | |/ / / | |/| | |
* | | | | Merge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to...Côme Chilliet2022-03-311-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Ensure string column limit of 4.000 charactersJoas Schilling2022-03-251-0/+4
| | |/ / | |/| |
* | | | Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2Vincent Petry2022-03-291-0/+3
|\ \ \ \
| * | | | Add direct arg to login flowVincent Petry2022-03-281-0/+3
* | | | | Merge pull request #31632 from Maaxxs/fix-undefined-index-davLouis2022-03-291-3/+6
|\ \ \ \ \
| * | | | | Use the null coalescing operator to set the value of `size`.Max Kunzelmann2022-03-281-1/+1
| * | | | | Set `mtime` to null instead of false if `getlastmodified` does not exist.Max Kunzelmann2022-03-231-1/+1
| * | | | | Fix typo.Max Kunzelmann2022-03-201-1/+1
| * | | | | Fixes the undefined index error with the DAV property getlastmodifiedMax Kunzelmann2022-03-201-2/+5
| | |_|_|/ | |/| | |
* | | | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-2948-394/+236
|\ \ \ \ \
| * | | | | Fix log level for exception in QueryBuilderCôme Chilliet2022-03-241-1/+1
| * | | | | Fix codestyleCôme Chilliet2022-03-244-4/+0
| * | | | | Fixing psalm errorsCôme Chilliet2022-03-241-9/+9
| * | | | | Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-246-46/+48
| * | | | | Adapted Server to logger migration in constructorsCôme Chilliet2022-03-241-17/+25
| * | | | | Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-2442-335/+171