summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-11-0618-0/+60
* Update lib/private/Files/Storage/Wrapper/Availability.php add void Vincent Petry2021-11-051-1/+1
* Return false in hasUpdated when storage is not availableVincent Petry2021-11-051-4/+10
* [tx-robot] updated from transifexNextcloud bot2021-11-0522-22/+0
* Fix psalmJohn Molakvoæ2021-11-041-2/+2
* Merge pull request #29482 from nextcloud/feat/revamp-profile-visibility-sectionv23.0.0beta3John Molakvoæ2021-11-041-52/+141
|\
| * Refine profile backend for frontend visibility requirementsChristopher Ng2021-11-041-44/+115
| * Better function descriptionsChristopher Ng2021-11-031-2/+4
| * Add additional check on action registrationsChristopher Ng2021-11-031-8/+24
* | Merge pull request #29533 from nextcloud/enhancement/get-calendars-for-princi...Christoph Wurst2021-11-043-8/+24
|\ \ | |/ |/|
| * Add IManager::getCalendarsForPrincipal APIChristoph Wurst2021-11-033-8/+24
* | Merge pull request #29525 from nextcloud/bugfix/noid/allow-to-inject-by-publi...Christoph Wurst2021-11-031-0/+2
|\ \ | |/ |/|
| * Allow to inject the trusted domain helper by public interfaceJoas Schilling2021-11-031-0/+2
* | [tx-robot] updated from transifexNextcloud bot2021-11-034-4/+48
|/
* Merge pull request #29479 from nextcloud/fix/images-php-8.0Côme Chilliet2021-11-026-23/+26
|\
| * Fix resource usages in OC_ImageCôme Chilliet2021-10-286-23/+26
* | [tx-robot] updated from transifexNextcloud bot2021-11-022-2/+2
* | Merge pull request #29502 from nextcloud/revert-27378-dav-recalc-checksumJohn Molakvoæ2021-11-011-3/+2
|\ \
| * | Revert "add dav plugin to trigger recalculating of checksums"John Molakvoæ2021-11-011-3/+2
* | | properly handle cases where cache wrappers block accessRobin Appelman2021-11-012-3/+4
* | | Merge pull request #29281 from vijfhoek/masterJohn Molakvoæ2021-11-012-6/+14
|\ \ \ | |/ / |/| |
| * | Move query outside the loop and reduce chunk size to 1000Sijmen Schoon2021-10-172-12/+14
| * | Limit parameter count per query in Cache.removeChildrenSijmen Schoon2021-10-171-8/+14
* | | Merge pull request #27378 from nextcloud/dav-recalc-checksumJohn Molakvoæ2021-11-011-2/+3
|\ \ \
| * | | Add dav plugin to trigger recalculating of checksumsRobin Appelman2021-08-231-2/+3
* | | | Register missing DAV app calendar providerChristoph Wurst2021-10-281-1/+2
| |_|/ |/| |
* | | Merge pull request #29115 from nextcloud/work/carl/correct-permissions-when-c...Carl Schwan2021-10-282-1/+9
|\ \ \
| * | | Fix permissions when copying from ObjectStorageCarl Schwan2021-10-282-1/+9
* | | | Merge pull request #29444 from nextcloud/bugfix/noid/public-api-for-trusted-d...Joas Schilling2021-10-284-13/+77
|\ \ \ \
| * | | | Add an OCP for trusted domain helperJoas Schilling2021-10-284-13/+77
* | | | | Merge pull request #29453 from nextcloud/bugfix/noid/improve-wordingJohn Molakvoæ2021-10-272-4/+2
|\ \ \ \ \
| * | | | | Improve wordingJoas Schilling2021-10-272-4/+2
| |/ / / /
* | | | | Prevent unnecesary profile action registrationsChristopher Ng2021-10-261-11/+20
* | | | | Merge pull request #29435 from nextcloud/explicitly-name-profile-link-actionJohn Molakvoæ2021-10-263-11/+11
|\ \ \ \ \
| * | | | | Use more explicit naming for profile link actionChristopher Ng2021-10-253-11/+11
| |/ / / /
* / / / / [tx-robot] updated from transifexNextcloud bot2021-10-262-0/+32
|/ / / /
* | | | Merge pull request #29425 from nextcloud/revert-28138-zorn-v-patch-2John Molakvoæ2021-10-251-1/+0
|\ \ \ \
| * | | | Revert "Fix "never catch" catches in OC_App"Joas Schilling2021-10-251-1/+0
* | | | | Merge pull request #26531 from J0WI/refactor-preview-execJohn Molakvoæ2021-10-256-64/+94
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use findBinaryPath for previewsJ0WI2021-10-236-64/+94
* | | | | [tx-robot] updated from transifexNextcloud bot2021-10-252-0/+2
|/ / / /
* | | | Add type hint to fread_block $blockSize param & apply cs:fix.alanmeeson2021-10-231-2/+2
* | | | Fix truncation of files upon read when using object store and encryption.Alan Meeson2021-10-231-2/+30
* | | | Merge pull request #27440 from nextcloud/is-file-handleJohn Molakvoæ2021-10-231-4/+4
|\ \ \ \
| * | | | Handle files with is_file instead of file_existsacsfer2021-08-151-4/+4
* | | | | Merge pull request #28138 from nextcloud/zorn-v-patch-2John Molakvoæ2021-10-231-0/+1
|\ \ \ \ \
| * | | | | Fix "never catch" catches in OC_Appzorn-v2021-10-221-0/+1
* | | | | | Merge pull request #29363 from nextcloud/fair-use-pushJohn Molakvoæ2021-10-235-33/+93
|\ \ \ \ \ \
| * | | | | | Fair use of push notificationsJoas Schilling2021-10-235-33/+93
* | | | | | | Merge pull request #29397 from nextcloud/fix/noid/profile-missing-def-valuesJohn Molakvoæ2021-10-231-6/+7
|\ \ \ \ \ \ \