| Commit message (Expand) | Author | Age | Files | Lines |
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-21 | 260 | -816/+900 |
* | Merge pull request #34703 from nextcloud/bugfix/noid/use-vue-lib-multiselect-... | Pytal | 2022-10-20 | 4 | -276/+3 |
|\ |
|
| * | Use @nextcloud/vue MultiselectTags component | Joas Schilling | 2022-10-20 | 4 | -276/+3 |
* | | Merge pull request #34502 from nextcloud/fix/correct-attribute-resharing | Carl Schwan | 2022-10-20 | 2 | -185/+106 |
|\ \
| |/
|/| |
|
| * | More fixes | Carl Schwan | 2022-10-18 | 1 | -8/+18 |
| * | Small progress with fixing unit tests | Carl Schwan | 2022-10-11 | 2 | -169/+87 |
| * | Propagate attributes when resharing | Carl Schwan | 2022-10-10 | 1 | -27/+20 |
* | | Merge pull request #34624 from nextcloud/fix/files_external_psalm | Carl Schwan | 2022-10-20 | 37 | -376/+329 |
|\ \ |
|
| * | | Rename file1 and file2 to source and target in Storage abstraction | Carl Schwan | 2022-10-18 | 8 | -74/+74 |
| * | | Additional type hinting found by psalm | Carl Schwan | 2022-10-18 | 7 | -17/+19 |
| * | | Specify type to internal storage class | Carl Schwan | 2022-10-17 | 1 | -0/+1 |
| * | | Fix returning null when getMessage return null | Carl Schwan | 2022-10-17 | 1 | -11/+6 |
| * | | More type safety | Carl Schwan | 2022-10-17 | 5 | -25/+15 |
| * | | Fix type of getVisibilityType | Carl Schwan | 2022-10-17 | 3 | -3/+3 |
| * | | Fix usage of streams | Carl Schwan | 2022-10-17 | 2 | -4/+4 |
| * | | Use argument name from parent class | Carl Schwan | 2022-10-17 | 2 | -15/+15 |
| * | | Add corresponding interface to trait | Carl Schwan | 2022-10-17 | 7 | -80/+112 |
| * | | Add more typing to FilesExternal commands | Carl Schwan | 2022-10-17 | 11 | -139/+52 |
| * | | Port away from deprecated clearBucket call | Carl Schwan | 2022-10-16 | 1 | -9/+2 |
| * | | Port to LoggerInterface | Carl Schwan | 2022-10-16 | 1 | -10/+44 |
| * | | Force cast getCode to int | Carl Schwan | 2022-10-16 | 2 | -9/+9 |
| * | | Specify that userId can be null | Carl Schwan | 2022-10-16 | 1 | -1/+1 |
| * | | Fix return value of updateParent | Carl Schwan | 2022-10-16 | 1 | -8/+3 |
| * | | Port away from removed IDBConnection->isConnected method | Carl Schwan | 2022-10-16 | 1 | -6/+4 |
| * | | Fix too many arguments in LegacyDependencyCheckPolyfill | Carl Schwan | 2022-10-16 | 1 | -1/+1 |
* | | | Merge pull request #30223 from nextcloud/nested_ldap_groups | Côme Chilliet | 2022-10-20 | 4 | -224/+243 |
|\ \ \ |
|
| * | | | Fix psalm | Carl Schwan | 2022-10-20 | 1 | -1/+4 |
| * | | | Check if cache is present with isset | Carl Schwan | 2022-10-20 | 1 | -1/+1 |
| * | | | Bring back small fixes by Carl | Côme Chilliet | 2022-10-20 | 1 | -8/+6 |
| * | | | Fix LDAP recursive nested group support | Côme Chilliet | 2022-10-20 | 2 | -19/+21 |
| * | | | Revert Carl changes on apps/user_ldap/lib/Group_LDAP.php | Carl Schwan | 2022-10-20 | 1 | -27/+12 |
| * | | | Fix user_ldap tests | Carl Schwan | 2022-10-20 | 3 | -22/+17 |
| * | | | Add back runtime cache for intermediate ldap read results | Carl Schwan | 2022-10-20 | 1 | -2/+10 |
| * | | | Only cache base inGroup search | Carl Schwan | 2022-10-20 | 1 | -8/+15 |
| * | | | Add missing copyright author in Group_LDAP | Côme Chilliet | 2022-10-20 | 1 | -0/+1 |
| * | | | Removed unused use declaration | Côme Chilliet | 2022-10-20 | 1 | -1/+0 |
| * | | | Fix types in docblocks | Côme Chilliet | 2022-10-20 | 1 | -0/+1 |
| * | | | Add testing of nested group membership | Côme Chilliet | 2022-10-20 | 1 | -11/+31 |
| * | | | Refactor group membership listing for nested groups | Côme Chilliet | 2022-10-20 | 2 | -148/+70 |
| * | | | Add tests for nested groups | Côme Chilliet | 2022-10-20 | 1 | -8/+45 |
| * | | | Small optimisation of _groupMembers | Côme Chilliet | 2022-10-20 | 1 | -2/+7 |
| * | | | Refactor _groupMembers to correctly use cache on intermediate results | Côme Chilliet | 2022-10-20 | 1 | -35/+28 |
| * | | | Fix merging list with null | Carl Schwan | 2022-10-20 | 1 | -1/+2 |
| * | | | Unify a bit the types of the fetcher | Carl Schwan | 2022-10-20 | 1 | -16/+17 |
| * | | | Add more type hinting | Carl Schwan | 2022-10-20 | 1 | -31/+43 |
| * | | | Cache intermediates | Arthur Schiwon | 2022-10-20 | 2 | -1/+13 |
| * | | | Refactor code to split common loop | Arthur Schiwon | 2022-10-20 | 1 | -37/+15 |
| * | | | Make it possible to return nested records whem walking over groups | Arthur Schiwon | 2022-10-20 | 1 | -4/+43 |
* | | | | Fix autoload | Côme Chilliet | 2022-10-20 | 2 | -4/+0 |
* | | | | Cleanup typing and improve logging | Côme Chilliet | 2022-10-20 | 3 | -44/+55 |