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-03-31Wrap oauth2 migrations inside conditionsfix/oc_oauth2_migrationLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-03-28Merge pull request #30276 from nextcloud/feature/add_oauth2_migrationLouis
Add oauth2_clients migration for Owncloud
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 autoloaderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-24Allow reactions also with other combined emojisJoas Schilling
Honerful copying the EmojiService from UserStatus for now I think this should be put into a decent place and then reused, but I couldn't find somethin short term before beta1 Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-24Fix passing null to strlenThomas Citharel
$filter can be null as it's the default value passed in ContactsMenuController. On PHP 8.1 : strlen(): Passing null to parameter #1 ($string) of type string is deprecated Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-03-23Automatically cut the token name on the first levelJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-23Limit the length of app password namesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-22Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling
Extract request id handling to dedicated class so it can be injected without DB dependency
2022-03-22Merge pull request #31580 from nextcloud/nickvergessen-patch-2Vincent Petry
Limit missing primary key fail to new tables and comment out for now
2022-03-22Merge pull request #31605 from nextcloud/cert-manager-cache-pathVincent Petry
cache the path of the certificate bundle
2022-03-22Merge pull request #31629 from nextcloud/feat/remove-ie-headersPytal
2022-03-21Disable for now again until more apps are fixedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-21Limit missing primary key fail to new tablesJoas Schilling
This will work on CI so devs notice it when they install the app for testing, and at the same time existing faulty tables don't break the upgrade to 24 Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-19Remove legacy Internet Explorer headersMichaIng
X-UA-Compatible and X-Download-Options headers are interpreted or relevant for Internet Explorer only. With the deprecation of Internet Explorer support in Nextcloud 20 and planned support removal already in Nextcloud 22, these became obsolete and are hereby removed, including their removal from setup checks. Signed-off-by: MichaIng <micha@dietpi.com>
2022-03-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-18Merge pull request #24166 from nextcloud/imaginary-prototypeCarl Schwan
Send images to Imaginary docker to generate previews
2022-03-18Merge pull request #30768 from nextcloud/feat/chunked-mysql-joblist-removeCarl Schwan
Do chuncked job deletion
2022-03-18Simplify comment search in special casesbugfix/noid/simplify-comment-search-in-special-casesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-18Add profile default setting for adminChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-18Add global profile toggle configChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-18Merge pull request #31488 from nextcloud/enh/account-set-all-propertiesPytal
2022-03-18Merge pull request #31608 from nextcloud/scanner-performance2Robin Appelman
some file scanner performance improvements
2022-03-18some file scanner performance improvementsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-17Do chuncked job deletionfeat/chunked-mysql-joblist-removeCarl Schwan
This is helpful in cases where we are deleting tons jobs at the same time in a gallera cluster. This doesn't happen often but this can create issues. Test plan: 1. Use https://github.com/nextcloud/quota_warning/pull/88 2. Change max to 1 3. Enabled/Disable quota_warning app and see jobs getting sucessfully added and removed Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-17Merge pull request #31598 from nextcloud/mount-find-rootRobin Appelman
setup for current user when finding mounts in the root
2022-03-17Add example to DocBlockChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-17Add method to set all account properties from jsonChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>