summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29622 from nextcloud/feat/objectstore_multibucket-shiftVincent Petry2021-11-192-3/+16
|\
| * Implement multibucket shift for ObjectStoreJohn Molakvoæ2021-11-112-3/+16
* | Merge pull request #29632 from nextcloud/fix/26118/imagecreatetruecolor-errorVincent Petry2021-11-191-0/+4
|\ \
| * | fix imagecreatetruecolor() errorszaimen2021-11-101-0/+4
| |/
* | Merge pull request #29758 from nextcloud/disk_free_space-fix-php8Vincent Petry2021-11-191-1/+1
|\ \
| * | Check for `disk_free_space`acsfer2021-11-181-1/+1
* | | Merge pull request #29605 from nextcloud/bugfix/29603/fix-scanner-nfd-existenzVincent Petry2021-11-194-4/+80
|\ \ \ | |/ / |/| |
| * | Normalize directory entries in Encoding wrapperVincent Petry2021-11-173-4/+70
| * | Move storage encoding compatibility warning logicVincent Petry2021-11-172-2/+11
| * | Normalize file name before existence check in scannerVincent Petry2021-11-171-0/+1
* | | Merge pull request #29747 from nextcloud/allow-to-serve-static-webassembly-an...Joas Schilling2021-11-171-1/+1
|\ \ \ | |/ / |/| |
| * | Allow to serve static WebAssembly and TensorFlow Lite filesDaniel Calviño Sánchez2021-11-171-1/+1
* | | Merge pull request #29695 from YoitoFes/fix_missing_setlocaleVincent Petry2021-11-161-6/+22
|\ \ \
| * | | OC_Util::isNonUTF8Locale: fix lint errorNaoto Kobayashi2021-11-161-5/+5
| * | | OC_Util::isSetLocaleWorking: fix typoNaoto Kobayashi2021-11-161-1/+1
| * | | OC_Util: Add fallbacks to check if current locale is UTF8Naoto Kobayashi2021-11-161-2/+17
| * | | Check whether setlocale works only after setlocaleNaoto Kobayashi2021-11-141-4/+5
| * | | Fix missing setlocale with php 8Naoto Kobayashi2021-11-141-2/+2
| |/ /
* | | Merge pull request #29683 from nextcloud/bugfix/29676/fix-theming-dependenciesCarl Schwan2021-11-161-5/+4
|\ \ \
| * | | Correct comment about OC_Defaults being usedMichaIng2021-11-151-1/+1
| * | | Fix core depending on theming appCarl Schwan2021-11-121-4/+3
* | | | Allow NULL as well for limit, not integer onlyJoas Schilling2021-11-152-7/+16
| |/ / |/| |
* | | Fix missing token updateJoas Schilling2021-11-121-0/+2
|/ /
* | Merge pull request #29660 from nextcloud/fix/calendar-query-uris-initChristoph Wurst2021-11-111-2/+5
|\ \
| * | Fix initialization of calendar search URIsChristoph Wurst2021-11-111-2/+5
| |/
* / Fix updating with appsJoas Schilling2021-11-112-2/+2
|/
* Move common logic to share managerJoas Schilling2021-11-092-2/+45
* 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
* 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-041-5/+12
|\ \ | |/ |/|
| * Add IManager::getCalendarsForPrincipal APIChristoph Wurst2021-11-031-5/+12
* | Allow to inject the trusted domain helper by public interfaceJoas Schilling2021-11-031-0/+2
|/
* Merge pull request #29479 from nextcloud/fix/images-php-8.0Côme Chilliet2021-11-025-22/+25
|\
| * Fix resource usages in OC_ImageCôme Chilliet2021-10-285-22/+25
* | 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
* | | 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-281-13/+19
|\ \ \ \