Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #34688 from nextcloud/bugfix/34673/dont-crash-with-outdate... | Simon L | 2022-10-20 | 1 | -7/+32 |
|\ | |||||
| * | Fix PHP CS | Joas Schilling | 2022-10-20 | 1 | -1/+0 |
| * | Also catch in getProvider | Joas Schilling | 2022-10-20 | 1 | -3/+10 |
| * | Don't crash with outdated share provider | Joas Schilling | 2022-10-20 | 1 | -4/+23 |
* | | Merge pull request #34703 from nextcloud/bugfix/noid/use-vue-lib-multiselect-... | Pytal | 2022-10-20 | 9 | -282/+11 |
|\ \ | |||||
| * | | Recompile | Joas Schilling | 2022-10-20 | 5 | -6/+8 |
| * | | Use @nextcloud/vue MultiselectTags component | Joas Schilling | 2022-10-20 | 4 | -276/+3 |
* | | | Merge pull request #34685 from nextcloud/fix-alt-login-class | Simon L | 2022-10-20 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix alternative logins custom css class | zorn-v | 2022-10-20 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | 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 | 55 | -768/+539 |
|\ \ \ | |||||
| * | | | Rename file1 and file2 to source and target in Storage abstraction | Carl Schwan | 2022-10-18 | 26 | -295/+284 |
| * | | | Additional type hinting found by psalm | Carl Schwan | 2022-10-18 | 8 | -17/+27 |
| * | | | 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 |
| * | | | Update psalm baseline following previous fixes | Carl Schwan | 2022-10-17 | 1 | -180/+0 |
| * | | | 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 | 5 | -235/+244 |
|\ \ \ \ | |||||
| * | | | | Fix psalm | Carl Schwan | 2022-10-20 | 2 | -12/+5 |
| * | | | | 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 |