Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | 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 | |
* | | | | | | | 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 | 100 | -194/+278 | |
* | | | | | | Invert header icons on bright preset backgrounds | Christopher Ng | 2022-10-19 | 5 | -45/+12 | |
* | | | | | | Simplify variable names | John Molakvoæ | 2022-10-19 | 3 | -64/+100 | |
* | | | | | | Fix tests | John Molakvoæ | 2022-10-19 | 7 | -12/+54 | |
* | | | | | | Add admin user customization kill switch | John Molakvoæ | 2022-10-19 | 13 | -16/+96 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-19 | 8 | -4/+8 | |
* | | | | | | 🧭 Fix rebuilding the navigation | Joas Schilling | 2022-10-18 | 1 | -117/+2 | |
* | | | | | | Merge pull request #34628 from nextcloud/fix/files_sharing_psalm | Carl Schwan | 2022-10-18 | 10 | -32/+23 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Fix various other small psalm issues | Carl Schwan | 2022-10-17 | 5 | -18/+9 | |
| * | | | | | Fix incorrect argument name in inherited method | Carl Schwan | 2022-10-17 | 1 | -2/+2 | |
| * | | | | | Fix checkpassword undocummented null parameter | Carl Schwan | 2022-10-17 | 1 | -3/+3 | |
| * | | | | | Fix permission not being int | Carl Schwan | 2022-10-17 | 2 | -5/+5 | |
| * | | | | | Fix exception getCode type | Carl Schwan | 2022-10-17 | 1 | -2/+2 | |
| * | | | | | Fix type when getting appconfig with int | Carl Schwan | 2022-10-17 | 2 | -2/+2 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #34636 from nextcloud/fix/user-status-dislexia | Simon L | 2022-10-18 | 1 | -0/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make css rule important | Carl Schwan | 2022-10-18 | 1 | -1/+1 | |
| * | | | | | Fix vertical alignment of user status icon | Carl Schwan | 2022-10-17 | 1 | -0/+1 | |
* | | | | | | Merge pull request #34620 from nextcloud/fix/cleanup-theming-cache | blizzz | 2022-10-18 | 2 | -1/+78 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add a repair step to cleanup old theming cache | Christopher Ng | 2022-10-18 | 2 | -1/+78 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #34634 from nextcloud/fix/focus-file-selection | Carl Schwan | 2022-10-18 | 3 | -5/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix unnecessary highlighting of selected element | Carl Schwan | 2022-10-17 | 3 | -5/+5 | |
| |/ / / / / |