summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29432 from nextcloud/fix/support-php-8.1Vincent Petry2021-11-2339-85/+95
|\
| * Fix default value for $type in OC\DB\QueryBuilder\ExpressionBuilder\Expressio...Côme Chilliet2021-11-232-4/+4
| * Fix warning about passing null to substr_countCôme Chilliet2021-11-231-1/+1
| * Fix warning about passing null to rtrimCôme Chilliet2021-11-231-1/+1
| * Fix type errorsCôme Chilliet2021-11-232-5/+6
| * Fix DateTime constructor calls with nullCôme Chilliet2021-11-231-1/+1
| * Fix Guzzle function callsCôme Chilliet2021-11-232-5/+5
| * Fix Iterator return typesCôme Chilliet2021-11-234-10/+6
| * Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-2326-58/+71
* | Merge pull request #29835 from nextcloud/bugfix/noid/fix-ipv4-mapped-ipv6-subnetVincent Petry2021-11-231-0/+41
|\ \ | |/ |/|
| * Type hint in IpAddress Vincent Petry2021-11-221-3/+2
| * Improve normalizer detecting IPv4 inside of IPv6Vincent Petry2021-11-221-2/+42
| * Fix getting subnet of ipv4 mapped ipv6 addressesVincent Petry2021-11-221-0/+2
* | [tx-robot] updated from transifexNextcloud bot2021-11-232-0/+44
|/
* [tx-robot] updated from transifexNextcloud bot2021-11-222-2/+2
* Merge pull request #29708 from nextcloud/fix/no-app-update-no-verboseMichaIng2021-11-221-2/+2
|\
| * Do not print verbose info about app updates if there are noneChristoph Wurst2021-11-181-2/+2
* | [tx-robot] updated from transifexNextcloud bot2021-11-204-0/+72
* | 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-196-4/+82
|\ \ \
| * | | Normalize directory entries in Encoding wrapperVincent Petry2021-11-175-4/+72
| * | | Move storage encoding compatibility warning logicVincent Petry2021-11-172-2/+11
| * | | Normalize file name before existence check in scannerVincent Petry2021-11-171-0/+1
* | | | [tx-robot] updated from transifexNextcloud bot2021-11-194-16/+22
| |/ / |/| |
* | | 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
* | | [tx-robot] updated from transifexNextcloud bot2021-11-172-0/+22
* | | 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
* | | | | Merge pull request #29714 from nextcloud/bump-doctrine-dbalJohn Molakvoæ2021-11-154-11/+20
|\ \ \ \ \
| * | | | | Allow NULL as well for limit, not integer onlyJoas Schilling2021-11-154-11/+20
| | |_|/ / | |/| | |
* | | | | Merge pull request #29661 from nextcloud/enhancement/calendar-search-properti...Christoph Wurst2021-11-151-0/+57
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Document and type allowed values for calendar property searchesChristoph Wurst2021-11-111-0/+57
| | |_|/ | |/| |
* | | | [tx-robot] updated from transifexNextcloud bot2021-11-152-2/+2
* | | | [tx-robot] updated from transifexNextcloud bot2021-11-142-0/+42
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2021-11-132-0/+46
* | | 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
|\ \