aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow to count comments with multiple verbsJoas Schilling2021-11-262-4/+39
* [tx-robot] updated from transifexNextcloud bot2021-11-2620-32/+240
* Merge pull request #29871 from nextcloud/enh/dynamic-profile-visibility-dropd...Pytal2021-11-253-7/+13
|\
| * Set number of visibility dropdown rows dynamicallyChristopher Ng2021-11-263-7/+13
|/
* Merge pull request #29893 from nextcloud/enh/28139/a11yPytal2021-11-2512-27/+56
|\
| * Improve accessibilityChristopher Ng2021-11-2612-27/+56
|/
* Merge pull request #29906 from nextcloud/fix/strict_comp_for_redisVincent Petry2021-11-251-1/+1
|\
| * Use strict comparison to detect usage of redis clusterLouis Chemineau2021-11-251-1/+1
* | Merge pull request #29891 from nextcloud/enh/profile-status-marginblizzz2021-11-253-4/+4
|\ \
| * | Adjust margin of status on profileChristopher Ng2021-11-253-4/+4
* | | Merge pull request #29894 from nextcloud/fix/inactive-profile-parameterblizzz2021-11-251-0/+1
|\ \ \
| * | | Fix inactive profile parameters being returnedChristopher Ng2021-11-251-0/+1
* | | | Merge pull request #29837 from nextcloud/fix/user_ldap-check-cacheJulius Härtl2021-11-253-16/+30
|\ \ \ \ | |_|_|/ |/| | |
| * | | Check LDAP upon user deletion instead of refusing based on cached informationCôme Chilliet2021-11-231-7/+21
| * | | Ignore cache in occ ldap:check-ldap commandCôme Chilliet2021-11-223-9/+9
* | | | Merge pull request #29895 from nextcloud/bugfix/noid/check-for-invalid-charac...Julius Härtl2021-11-253-7/+32
|\ \ \ \ | |_|/ / |/| | |
| * | | Correctly set the response after a ClientException as wellJoas Schilling2021-11-251-6/+22
| * | | Add an integration testJoas Schilling2021-11-251-0/+9
| * | | Check for invalid characters before trimmingJoas Schilling2021-11-251-1/+1
|/ / /
* | / [tx-robot] updated from transifexNextcloud bot2021-11-258-4/+12
| |/ |/|
* | Merge pull request #29826 from nextcloud/fix/noid/fix-personal-settingsJulius Härtl2021-11-243-6/+8
|\ \
| * | Personalsettings - remove marginLeft as it breaks the layoutszaimen2021-11-243-6/+8
* | | Merge pull request #29809 from nextcloud/dependabot/composer/build/integratio...MichaIng2021-11-241-1/+1
|\ \ \
| * | | Update sabre/dav requirement from 3.2.3 to 4.2.0 in /build/integrationdependabot[bot]2021-11-231-1/+1
| |/ /
* | | Merge pull request #29869 from nextcloud/fix/28139/hide-status-from-publicVincent Petry2021-11-241-7/+9
|\ \ \
| * | | Hide user status from publicChristopher Ng2021-11-231-7/+9
| |/ /
* | | Merge pull request #29864 from nextcloud/bugfix/noid/dav-propfind-ctimeVincent Petry2021-11-241-6/+3
|\ \ \
| * | | Allow to fetch the creation time of foldersJulius Härtl2021-11-231-6/+3
* | | | [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