| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -2/+2 |
* | 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 |
* | Refactors "strpos" calls in /apps/user_ldap to improve code readability. | Faraz Samapoor | 2023-06-02 | 1 | -3/+3 |
* | 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 | 1 | -37/+32 |
* | fixing Psalm messages | Marc Hefter | 2023-04-06 | 1 | -8/+8 |
* | handling updateProfile with array of values | Marc Hefter | 2023-04-06 | 1 | -66/+60 |
* | 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 | 1 | -4/+35 |
* | feature addition: [user_ldap] update user profile from LDAP; WIP work-in-prog... | Marc Hefter | 2023-04-06 | 1 | -0/+96 |
* | Fix types for reading and writing config values | jld3103 | 2023-04-05 | 1 | -2/+2 |
* | 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 | 1 | -4/+4 |
* | 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 | 1 | -21/+13 |
* | use specific email getter where necessary | Arthur Schiwon | 2021-09-09 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -11/+11 |
* | these code bits were part of old logic that was already refactored out | Arthur Schiwon | 2020-09-04 | 1 | -53/+0 |
* | use serverControls directly with LDAP calls, fixes 19127 | Arthur Schiwon | 2020-04-14 | 1 | -2/+2 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -50/+48 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -5/+5 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -3/+3 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+2 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -6/+6 |
* | single squashed commit for bug fix | Philipp Staiger | 2020-03-26 | 1 | -28/+26 |