aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-10-226-4/+34
* Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldapSimon L2022-10-218-40/+124
|\
| * [LDAP] throw exception only against prov apiArthur Schiwon2022-10-181-1/+20
| * LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-188-40/+105
* | Merge pull request #34508 from starypatyk/dav_displaynameVincent Petry2022-10-211-0/+17
|\ \
| * | WebDAV - use file/folder name for dav:displaynameDariusz Olszewski2022-10-101-0/+17
* | | [tx-robot] updated from transifexNextcloud bot2022-10-21260-816/+900
* | | Merge pull request #34703 from nextcloud/bugfix/noid/use-vue-lib-multiselect-...Pytal2022-10-204-276/+3
|\ \ \
| * | | Use @nextcloud/vue MultiselectTags componentJoas Schilling2022-10-204-276/+3
* | | | Merge pull request #34502 from nextcloud/fix/correct-attribute-resharingCarl Schwan2022-10-202-185/+106
|\ \ \ \ | |/ / / |/| | |
| * | | More fixesCarl Schwan2022-10-181-8/+18
| * | | Small progress with fixing unit testsCarl Schwan2022-10-112-169/+87
| * | | Propagate attributes when resharingCarl Schwan2022-10-101-27/+20
* | | | Merge pull request #34624 from nextcloud/fix/files_external_psalmCarl Schwan2022-10-2037-376/+329
|\ \ \ \
| * | | | Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-188-74/+74
| * | | | Additional type hinting found by psalmCarl Schwan2022-10-187-17/+19
| * | | | Specify type to internal storage classCarl Schwan2022-10-171-0/+1
| * | | | Fix returning null when getMessage return nullCarl Schwan2022-10-171-11/+6
| * | | | More type safetyCarl Schwan2022-10-175-25/+15
| * | | | Fix type of getVisibilityTypeCarl Schwan2022-10-173-3/+3
| * | | | Fix usage of streamsCarl Schwan2022-10-172-4/+4
| * | | | Use argument name from parent classCarl Schwan2022-10-172-15/+15
| * | | | Add corresponding interface to traitCarl Schwan2022-10-177-80/+112
| * | | | Add more typing to FilesExternal commandsCarl Schwan2022-10-1711-139/+52
| * | | | Port away from deprecated clearBucket callCarl Schwan2022-10-161-9/+2
| * | | | Port to LoggerInterfaceCarl Schwan2022-10-161-10/+44
| * | | | Force cast getCode to intCarl Schwan2022-10-162-9/+9
| * | | | Specify that userId can be nullCarl Schwan2022-10-161-1/+1
| * | | | Fix return value of updateParentCarl Schwan2022-10-161-8/+3
| * | | | Port away from removed IDBConnection->isConnected methodCarl Schwan2022-10-161-6/+4
| * | | | Fix too many arguments in LegacyDependencyCheckPolyfillCarl Schwan2022-10-161-1/+1
* | | | | Merge pull request #30223 from nextcloud/nested_ldap_groupsCôme Chilliet2022-10-204-224/+243
|\ \ \ \ \
| * | | | | Fix psalmCarl Schwan2022-10-201-1/+4
| * | | | | Check if cache is present with issetCarl Schwan2022-10-201-1/+1
| * | | | | Bring back small fixes by CarlCôme Chilliet2022-10-201-8/+6
| * | | | | Fix LDAP recursive nested group supportCôme Chilliet2022-10-202-19/+21
| * | | | | Revert Carl changes on apps/user_ldap/lib/Group_LDAP.phpCarl Schwan2022-10-201-27/+12
| * | | | | Fix user_ldap testsCarl Schwan2022-10-203-22/+17
| * | | | | Add back runtime cache for intermediate ldap read resultsCarl Schwan2022-10-201-2/+10
| * | | | | Only cache base inGroup searchCarl Schwan2022-10-201-8/+15
| * | | | | Add missing copyright author in Group_LDAPCôme Chilliet2022-10-201-0/+1
| * | | | | Removed unused use declarationCôme Chilliet2022-10-201-1/+0
| * | | | | Fix types in docblocksCôme Chilliet2022-10-201-0/+1
| * | | | | Add testing of nested group membershipCôme Chilliet2022-10-201-11/+31
| * | | | | Refactor group membership listing for nested groupsCôme Chilliet2022-10-202-148/+70
| * | | | | Add tests for nested groupsCôme Chilliet2022-10-201-8/+45
| * | | | | Small optimisation of _groupMembersCôme Chilliet2022-10-201-2/+7
| * | | | | Refactor _groupMembers to correctly use cache on intermediate resultsCôme Chilliet2022-10-201-35/+28
| * | | | | Fix merging list with nullCarl Schwan2022-10-201-1/+2
| * | | | | Unify a bit the types of the fetcherCarl Schwan2022-10-201-16/+17