aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31265 from nextcloud/fs-limited-setupVincent Petry2022-03-249-41/+404
|\
| * Make phpcs happy in MountProviderCollectionVincent Petry2022-03-241-2/+2
| * Apply suggestions from code reviewRobin Appelman2022-03-242-9/+10
| * add comment for getMountForPath loopRobin Appelman2022-03-241-0/+2
| * make mount cache duration configurableRobin Appelman2022-03-242-7/+23
| * fix method nameRobin Appelman2022-03-241-1/+1
| * caching of userfolderRobin Appelman2022-03-241-4/+2
| * fmtRobin Appelman2022-03-243-6/+2
| * invalidate mount cache on circles changeRobin Appelman2022-03-241-18/+43
| * perform full setup if a cached mount doesn't have a provider setRobin Appelman2022-03-242-5/+26
| * don't double setup provider when calling `setupForUser` after `setupForPath`Robin Appelman2022-03-242-4/+15
| * add logic to perform a full filesystem setup when neededRobin Appelman2022-03-242-2/+43
| * update cached mounts when only specific providers have been setupRobin Appelman2022-03-242-1/+10
| * improve lazy UserFolderRobin Appelman2022-03-243-7/+70
| * setup only relevant mounts when possibleRobin Appelman2022-03-242-15/+106
| * fixed when accessing static filesystem calls before setupRobin Appelman2022-03-241-4/+23
| * allow getting mounts by providerRobin Appelman2022-03-241-6/+16
| * allow getting cached mounts by path from the mount cacheRobin Appelman2022-03-241-0/+33
| * return a lazy folder from Root::getUserFolderRobin Appelman2022-03-241-9/+13
| * allow setting some metadata in the lazyfolder without having to get the real ...Robin Appelman2022-03-241-1/+24
* | Allow reactions also with other combined emojisJoas Schilling2022-03-242-2/+109
|/
* Fix passing null to strlenThomas Citharel2022-03-242-4/+4
* Automatically cut the token name on the first levelJoas Schilling2022-03-232-3/+3
* Limit the length of app password namesJoas Schilling2022-03-232-0/+8
* Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling2022-03-224-23/+79
|\
| * Allow to prefix the Query log with the request idJoas Schilling2022-02-231-2/+8
| * Extract request id handling to dedicated class so it can be injected manuallyJoas Schilling2022-02-233-21/+71
* | Merge pull request #31580 from nextcloud/nickvergessen-patch-2Vincent Petry2022-03-221-2/+2
|\ \
| * | Disable for now again until more apps are fixedJoas Schilling2022-03-211-2/+2
| * | Limit missing primary key fail to new tablesJoas Schilling2022-03-211-1/+1
* | | Merge pull request #31605 from nextcloud/cert-manager-cache-pathVincent Petry2022-03-221-7/+15
|\ \ \
| * | | cache the path of the certificate bundleRobin Appelman2022-03-171-7/+15
* | | | Remove legacy Internet Explorer headersMichaIng2022-03-191-1/+0
| |/ / |/| |
* | | Merge pull request #24166 from nextcloud/imaginary-prototypeCarl Schwan2022-03-186-4/+377
|\ \ \
| * | | Send images to imaginary docker to generate previewsVincent Petry2022-03-176-4/+377
* | | | Merge pull request #30768 from nextcloud/feat/chunked-mysql-joblist-removeCarl Schwan2022-03-181-1/+17
|\ \ \ \
| * | | | Do chuncked job deletionCarl Schwan2022-03-171-1/+17
* | | | | Simplify comment search in special casesJoas Schilling2022-03-181-3/+6
* | | | | Add profile default setting for adminChristopher Ng2022-03-182-12/+8
* | | | | Add global profile toggle configChristopher Ng2022-03-183-21/+41
* | | | | Merge pull request #31488 from nextcloud/enh/account-set-all-propertiesPytal2022-03-171-0/+22
|\ \ \ \ \
| * | | | | Add method to set all account properties from jsonChristopher Ng2022-03-171-0/+22
* | | | | | Merge pull request #31608 from nextcloud/scanner-performance2Robin Appelman2022-03-174-10/+30
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | some file scanner performance improvementsRobin Appelman2022-03-174-10/+30
| | |_|/ / | |/| | |
* | | | | Merge pull request #31598 from nextcloud/mount-find-rootRobin Appelman2022-03-172-4/+28
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | setup for current user when finding mounts in the rootRobin Appelman2022-03-172-4/+28
| |/ / /
* | | | Merge pull request #31487 from nextcloud/enh/account-json-serializationPytal2022-03-171-2/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Discard duplicate collection name from account serializationChristopher Ng2022-03-171-2/+9
* | | | Merge pull request #31574 from nextcloud/s3-crt-bundleRobin Appelman2022-03-173-8/+24
|\ \ \ \ | |/ / / |/| | |
| * | | don't try to get custom certs for s3 primary storageRobin Appelman2022-03-152-3/+10