| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(user_ldap): retrieve from LDAP first "email shaped" value instead of firs... | Thatoo | 2024-11-20 | 1 | -1/+8 |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 4 | -99/+36 |
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 3 | -24/+25 |
* | chore: Use more gender neutral language | provokateurin | 2024-10-14 | 1 | -2/+2 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 4 | -19/+19 |
* | feat: add profile pronouns | John Molakvoæ (skjnldsv) | 2024-09-17 | 2 | -0/+7 |
* | refactor: Use the elvis operator | Christoph Wurst | 2024-09-15 | 1 | -2/+1 |
* | fix(user_ldap): Correctly cache that user exists to avoid a request on mappin... | Côme Chilliet | 2024-08-27 | 1 | -2/+0 |
* | fix(user_ldap): Avoid extra LDAP request when mapping a user for the first time | Côme Chilliet | 2024-08-27 | 1 | -0/+36 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 2 | -17/+17 |
* | Merge pull request #45573 from nextcloud/chore/noid/spdx-batch9 | Andy Scherzinger | 2024-05-30 | 4 | -97/+14 |
|\ |
|
| * | chore: Add SPDX header | Andy Scherzinger | 2024-05-30 | 4 | -97/+14 |
* | | Merge pull request #36942 from nextcloud/unmark-login-date | John Molakvoæ | 2024-05-30 | 1 | -1/+6 |
|\ \
| |/
|/| |
|
| * | fix: php lint | John Molakvoæ | 2024-05-27 | 1 | -1/+1 |
| * | unmark deleted users if their last login date is more recent than deleted date | Robin Appelman | 2024-05-27 | 1 | -1/+6 |
* | | feat(ldap): sync additional properties to profile and SAB | Jake Nabasny | 2024-05-30 | 2 | -0/+22 |
|/ |
|
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -6/+6 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 2 | -3/+3 |
* | 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 |
* | Remove deprectated ILogger uses from user_ldap application | Côme Chilliet | 2023-09-19 | 1 | -31/+18 |
* | 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 |
* | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backend | Côme Chilliet | 2023-07-03 | 1 | -29/+22 |
|\ |
|
| * | Use the new IProvideEnabledStateBackend interface in user_ldap | Côme Chilliet | 2023-05-23 | 1 | -29/+22 |
* | | Refactors "strpos" calls in /apps/user_ldap to improve code readability. | Faraz Samapoor | 2023-06-02 | 3 | -5/+5 |
|/ |
|
* | code styling | Marc Hefter | 2023-04-24 | 1 | -5/+5 |
* | Update apps/user_ldap/lib/User/User.php | Marc Hefter | 2023-04-24 | 1 | -1/+1 |
* | removed profile data from LDAP will get removed | Marc Hefter | 2023-04-21 | 1 | -12/+18 |
* | optimized handling of user profile data change | Marc Hefter | 2023-04-14 | 1 | -1/+23 |
* | error handling in update profile from LDAP | Marc Hefter | 2023-04-11 | 1 | -1/+7 |
* | trying to make github-code-scanning bot happy | Marc Hefter | 2023-04-06 | 1 | -2/+3 |
* | added simple data conversion for LDAP attributes | Marc Hefter | 2023-04-06 | 1 | -7/+19 |
* | handling, formatting of postalAddress attribute syntax | Marc Hefter | 2023-04-06 | 1 | -24/+39 |
* | nice up the code handling AccountManager | Marc Hefter | 2023-04-06 | 1 | -65/+66 |
* | refined code, to be independend from OCP\IUser | Marc Hefter | 2023-04-06 | 2 | -38/+33 |
* | fixing Psalm messages | Marc Hefter | 2023-04-06 | 1 | -8/+8 |
* | handling updateProfile with array of values | Marc Hefter | 2023-04-06 | 2 | -66/+61 |
* | CleanUp: removed redundant storing profile attributes in user settings | Marc Hefter | 2023-04-06 | 1 | -2/+0 |
* | CleanUp: removed redundant condition if block | Marc Hefter | 2023-04-06 | 1 | -4/+1 |
* | CleanUp: tidy checking for empty profileScope | Marc Hefter | 2023-04-06 | 1 | -1/+1 |
* | Fix: Parameter $scope has no provided type | Marc Hefter | 2023-04-06 | 1 | -4/+3 |
* | CleanUp: remove unneeded UNSET, to unclutter code | Marc Hefter | 2023-04-06 | 1 | -7/+0 |
* | cleanup: removed unnecessary imports of IAccountManager, AccountManager, IDBC... | Marc Hefter | 2023-04-06 | 1 | -4/+1 |
* | fixed error: Array to string conversion at user_ldap/lib/User/User.php#639 | Marc Hefter | 2023-04-06 | 1 | -1/+1 |
* | bugfix: changed forgotten userName, to getUsername | Marc Hefter | 2023-04-06 | 1 | -2/+2 |
* | added user profile scope setting | Marc Hefter | 2023-04-06 | 1 | -10/+15 |
* | feature addition: [user_ldap] update user profile from LDAP | Marc Hefter | 2023-04-06 | 1 | -20/+22 |
* | feature addition: [user_ldap] update user profile from LDAP; WIP; fixing some... | Marc Hefter | 2023-04-06 | 2 | -4/+36 |
* | feature addition: [user_ldap] update user profile from LDAP; WIP work-in-prog... | Marc Hefter | 2023-04-06 | 2 | -0/+104 |