| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix types for reading and writing config values | jld3103 | 2023-04-05 | 1 | -2/+2 |
* | fix undefined method getExtStorageHome() | Arthur Schiwon | 2023-03-22 | 1 | -0/+9 |
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -2/+2 |
* | Move CappedMemoryCache to OCP | Carl Schwan | 2022-07-14 | 1 | -1/+1 |
* | Add stricter psalm type for CappedMemoryCache | Carl Schwan | 2022-05-12 | 1 | -37/+14 |
* | Fix unit tests | Côme Chilliet | 2022-03-03 | 1 | -4/+3 |
* | Fix PHP 8.1 support for user_ldap application | Côme Chilliet | 2021-12-16 | 2 | -5/+5 |
* | Move back logger to protected in OCA\User_LDAP\User\User | Côme Chilliet | 2021-11-23 | 1 | -1/+1 |
* | Get rid of LogWrapper calling deprecated logger and use LoggerInterface from ... | Côme Chilliet | 2021-11-09 | 2 | -27/+19 |
* | use specific email getter where necessary | Arthur Schiwon | 2021-09-09 | 1 | -1/+1 |