summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-11-2430-4/+234
* Merge pull request #29432 from nextcloud/fix/support-php-8.1Vincent Petry2021-11-2372-129/+200
|\
| * Fix default value for $type in OC\DB\QueryBuilder\ExpressionBuilder\Expressio...Côme Chilliet2021-11-232-4/+4
| * Fix errors from files applications tests on PHP 8.1Côme Chilliet2021-11-231-1/+3
| * Fix dav application tests and code for PHP 8.1Côme Chilliet2021-11-235-4/+7
| * Fix errors in AvatarController when data() returns nullCôme Chilliet2021-11-231-2/+3
| * Fix tests and avoid PHP errors in themCôme Chilliet2021-11-238-5/+34
| * Make mock config return default value to fix warningsCôme Chilliet2021-11-232-2/+25
| * Fix TempManager test errors about passing null to is_dirCôme Chilliet2021-11-231-1/+3
| * 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 Encryption tests on PHP 8.1Côme Chilliet2021-11-231-2/+11
| * Fix FolderTest calls to Mountpoint constructor with wrong typeCôme Chilliet2021-11-231-3/+3
| * Fix type errorsCôme Chilliet2021-11-232-5/+6
| * Fix DateTime constructor calls with nullCôme Chilliet2021-11-233-5/+5
| * Fix test class namesCôme Chilliet2021-11-232-2/+2
| * Fix Guzzle function callsCôme Chilliet2021-11-233-7/+7
| * Fix Iterator return typesCôme Chilliet2021-11-234-10/+6
| * Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-2334-74/+79
* | Merge pull request #29610 from nextcloud/fix/user_ldap-loggerCôme Chilliet2021-11-2313-90/+39
|\ \
| * | Move back logger to protected in OCA\User_LDAP\User\UserCôme Chilliet2021-11-231-1/+1
| * | Update autoloader accordinglyCôme Chilliet2021-11-093-4/+2
| * | Get rid of LogWrapper calling deprecated logger and use LoggerInterface from ...Côme Chilliet2021-11-0910-86/+37
* | | Merge pull request #29791 from nextcloud/bugfix/noid/status-editingJoas Schilling2021-11-238-22/+29
|\ \ \
| * | | Fix multiple bugs with user statusCarl Schwan2021-11-238-22/+29
* | | | Merge pull request #29833 from nextcloud/fix/29340/fix-mobile-profilepageszaimen2021-11-233-3/+49
|\ \ \ \
| * | | | make profile page usable on mobileszaimen2021-11-233-3/+49
| | |_|/ | |/| |
* | | | Merge pull request #29835 from nextcloud/bugfix/noid/fix-ipv4-mapped-ipv6-subnetVincent Petry2021-11-232-0/+53
|\ \ \ \
| * | | | Type hint in IpAddress Vincent Petry2021-11-221-3/+2
| * | | | Improve normalizer detecting IPv4 inside of IPv6Vincent Petry2021-11-222-3/+51
| * | | | Fix getting subnet of ipv4 mapped ipv6 addressesVincent Petry2021-11-222-0/+6
* | | | | Merge pull request #29836 from nextcloud/fix/user_ldap-deletionVincent Petry2021-11-232-0/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Test cache invalidation for AbstractMapping in test suiteCôme Chilliet2021-11-221-0/+4
| * | | | Make sure mapping cache is cleared when deleting a userCôme Chilliet2021-11-221-0/+5
| |/ / /
* | | | [tx-robot] updated from transifexNextcloud bot2021-11-2364-72/+332
* | | | Merge pull request #29544 from nextcloud/fix/profile-page-wordingPytal2021-11-223-5/+11
|\ \ \ \
| * | | | Fix wording on profile pageChristopher Ng2021-11-233-5/+11
| |/ / /
* | | | Merge pull request #29567 from nextcloud/enh/sort-profile-visibility-dropdownsPytal2021-11-223-6/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Improve sortingChristopher Ng2021-11-233-6/+16
|/ / /
* | | Merge pull request #29808 from nextcloud/dependabot/npm_and_yarn/marked-4.0.4Louis2021-11-222-8/+8
|\ \ \
| * | | Bump marked from 4.0.2 to 4.0.4dependabot[bot]2021-11-202-8/+8
* | | | [tx-robot] updated from transifexNextcloud bot2021-11-2262-172/+700
* | | | Merge pull request #29708 from nextcloud/fix/no-app-update-no-verboseMichaIng2021-11-223-14/+2
|\ \ \ \
| * | | | Do not print verbose info about app updates if there are noneChristoph Wurst2021-11-183-14/+2
* | | | | [tx-robot] updated from transifexNextcloud bot2021-11-214-0/+10
* | | | | Merge pull request #29814 from nextcloud/dependabot/npm_and_yarn/camelcase-6.2.1dependabot[bot]2021-11-202-8/+8
|\ \ \ \ \
| * | | | | Bump camelcase from 6.2.0 to 6.2.1dependabot[bot]2021-11-202-8/+8
| | |/ / / | |/| | |
* / | | | [tx-robot] updated from transifexNextcloud bot2021-11-2020-8/+176
|/ / / /
* | | | Merge pull request #29622 from nextcloud/feat/objectstore_multibucket-shiftVincent Petry2021-11-194-20/+57
|\ \ \ \
| * | | | Implement multibucket shift for ObjectStoreJohn Molakvoæ2021-11-114-20/+57