| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix upgrade of user_ldap when oc_group_members contains duplicated uids | Côme Chilliet | 2024-01-04 | 1 | -5/+13 |
* | fix(LDAP): ensure stored groups are formatted as simple list | Arthur Schiwon | 2024-01-02 | 1 | -2/+2 |
* | Invert parameter order in getDisabledUserList to be consistent | Côme Chilliet | 2023-12-06 | 2 | -2/+2 |
* | feat(LDAP): warn about demoting a group while promoting another | Arthur Schiwon | 2023-12-04 | 1 | -8/+23 |
* | enh(LDAP): add occ command to promote an LDAP group to admin | Arthur Schiwon | 2023-12-04 | 1 | -0/+113 |
* | enh(LDAP): implement IIsAdmin interface | Arthur Schiwon | 2023-12-04 | 4 | -2/+27 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 24 | -103/+103 |
* | fix(LDAP): prevent incomplete displaynames… | Arthur Schiwon | 2023-11-07 | 1 | -2/+2 |
* | Improve setup checks naming and improve database version check | Côme Chilliet | 2023-10-24 | 1 | -2/+2 |
* | Change SetupResult API to named constructors | Côme Chilliet | 2023-10-19 | 1 | -2/+2 |
* | Small cleanups in SetupCheck classes | Côme Chilliet | 2023-10-19 | 1 | -8/+5 |
* | Fix SetupChecks/LdapInvalidUuids.php | Côme Chilliet | 2023-10-19 | 1 | -12/+11 |
* | Progress | Carl Schwan | 2023-10-19 | 2 | -0/+66 |
* | Merge pull request #40367 from nextcloud/fix/user_ldap-update-groups-on-login | Côme Chilliet | 2023-10-16 | 5 | -3/+184 |
|\ |
|
| * | Fix LDAP LoginListener by adding new group relationships to caches before fir... | Côme Chilliet | 2023-10-12 | 3 | -3/+38 |
| * | Fire group events at login for LDAP groups | Côme Chilliet | 2023-10-12 | 4 | -181/+145 |
| * | Add logging to be able to debug FirstLoginListener | Côme Chilliet | 2023-10-12 | 1 | -0/+21 |
| * | Move event listener registration to register() | Côme Chilliet | 2023-10-12 | 1 | -12/+8 |
| * | Use a standard array for the stateful cache | Côme Chilliet | 2023-10-12 | 1 | -6/+18 |
| * | Add FirstLoginListener to accept shares upon first ldap user login | Côme Chilliet | 2023-10-12 | 2 | -0/+153 |
* | | fix(LDAP): solve race condition reading groups of disappeared LDAP user | Arthur Schiwon | 2023-10-11 | 2 | -5/+46 |
* | | refactor(LDAP): pass IConfig via constructor to Group_LDAP | Arthur Schiwon | 2023-10-10 | 2 | -9/+11 |
* | | fix(ldap): store last known user groups | Arthur Schiwon | 2023-10-09 | 2 | -2/+27 |
|/ |
|
* | Merge pull request #37201 from AaronDewes/fix/ldap-filter-generation | Côme Chilliet | 2023-10-02 | 2 | -9/+7 |
|\ |
|
| * | Merge branch 'master' into fix/ldap-filter-generation | Aaron Dewes | 2023-09-20 | 6 | -63/+83 |
| |\ |
|
| * | | Simplify escapeFilterPart | Aaron Dewes | 2023-08-13 | 1 | -3/+1 |
| * | | Escape some more values | Aaron Dewes | 2023-08-13 | 1 | -5/+5 |
| * | | Fix: Escape group names for LDAP | AaronDewes | 2023-08-13 | 1 | -1/+1 |
* | | | Update apps/user_ldap/lib/User/User.php | Marcel Klehr | 2023-09-29 | 1 | -1/+1 |
* | | | LDAP: Increase profile picture limit to 512 | Marcel Klehr | 2023-09-29 | 1 | -1/+1 |
* | | | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 1 | -1/+1 |
* | | | Add single status code descriptions for OpenAPI | jld3103 | 2023-09-27 | 1 | -0/+2 |
| |/
|/| |
|
* | | Remove deprectated ILogger uses from user_ldap application | Côme Chilliet | 2023-09-19 | 2 | -56/+28 |
* | | Merge pull request #39128 from nextcloud/fix/35319/ldap-missing-avatar | Julius Härtl | 2023-09-11 | 1 | -3/+12 |
|\ \ |
|
| * | | fix(LDAP): add return type hint and description | Arthur Schiwon | 2023-07-07 | 1 | -2/+2 |
| * | | fix(ldap): avatar is not being fetched | Arthur Schiwon | 2023-07-05 | 1 | -1/+10 |
* | | | Move new methods to a new interface in OCP | Côme Chilliet | 2023-09-05 | 1 | -1/+2 |
* | | | Fix psalm errors about groupExists return type | Côme Chilliet | 2023-09-05 | 2 | -9/+5 |
* | | | Add batch methods in user backends | Carl Schwan | 2023-09-05 | 2 | -2/+35 |
* | | | Do not log passwords in debug mode | Anna Larch | 2023-08-24 | 1 | -0/+9 |
| |/
|/| |
|
* | | Add unique index for user_ldap group memberships | Côme Chilliet | 2023-08-10 | 1 | -0/+1 |
* | | Fix check-group --update for deleted groups | Côme Chilliet | 2023-08-10 | 1 | -2/+10 |
* | | Use BIGINT for new table id field | Côme Chilliet | 2023-08-10 | 1 | -2/+1 |
* | | Removed GroupCreatedEvent/GroupDeletedEvent from UpdateGroupsService | Côme Chilliet | 2023-08-10 | 1 | -6/+0 |
* | | Dispatch UserRemovedEvents for removed groups | Côme Chilliet | 2023-08-10 | 1 | -0/+12 |
* | | [user_ldap] Small perf improvements suggestion from review | Côme Chilliet | 2023-08-10 | 2 | -2/+2 |
* | | Fix check-group command for new groups | Côme Chilliet | 2023-08-10 | 1 | -6/+12 |
* | | Fix getKnownGroups return value | Côme Chilliet | 2023-08-10 | 1 | -1/+1 |
* | | Add output to check-group --update command | Côme Chilliet | 2023-08-10 | 1 | -1/+25 |
* | | Always empty cache before updating a group | Côme Chilliet | 2023-08-10 | 1 | -0/+1 |