Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | |
| * | | | | | | | | | 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 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #33703 from nextcloud/fix/ldap-simplify-paged-results | Côme Chilliet | 2022-10-20 | 8 | -452/+116 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | 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 | |
| * | | | | | | | | Fix ldap_parse_result call | Côme Chilliet | 2022-10-20 | 1 | -4/+13 | |
| * | | | | | | | | Adapt interface to new search signature | Côme Chilliet | 2022-10-20 | 1 | -1/+1 | |
| * | | | | | | | | Pass paging information directly to search and get rid of adapter | Côme Chilliet | 2022-10-20 | 5 | -188/+19 | |
| * | | | | | | | | Renamed ambiguous $limit parameter to pageSize | Côme Chilliet | 2022-10-20 | 1 | -9/+9 | |
| * | | | | | | | | Unfold call to ldap_parse_result. Handle cookie outside of adapter. | Côme Chilliet | 2022-10-20 | 4 | -115/+36 | |
| * | | | | | | | | Do not init a paged search for read operations | Côme Chilliet | 2022-10-20 | 1 | -19/+2 | |
| * | | | | | | | | Remove useless getReadArgs/setReadArgs methods from PagedResults | Côme Chilliet | 2022-10-20 | 3 | -31/+1 | |
| * | | | | | | | | Remove dead code in paged result handling | Côme Chilliet | 2022-10-20 | 5 | -64/+7 | |
|/ / / / / / / / | ||||||
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-20 | 104 | -1052/+278 | |
* | | | | | | | | Merge pull request #34665 from nextcloud/fix/invert-header-icons | Pytal | 2022-10-19 | 18 | -62/+32 | |
|\ \ \ \ \ \ \ \ |