aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/User/User.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* Update apps/user_ldap/lib/User/User.phpMarcel Klehr2023-09-291-1/+1
* LDAP: Increase profile picture limit to 512Marcel Klehr2023-09-291-1/+1
* Remove deprectated ILogger uses from user_ldap applicationCôme Chilliet2023-09-191-31/+18
* fix(LDAP): add return type hint and descriptionArthur Schiwon2023-07-071-2/+2
* fix(ldap): avatar is not being fetchedArthur Schiwon2023-07-051-1/+10
* Refactors "strpos" calls in /apps/user_ldap to improve code readability.Faraz Samapoor2023-06-021-3/+3
* code stylingMarc Hefter2023-04-241-5/+5
* Update apps/user_ldap/lib/User/User.phpMarc Hefter2023-04-241-1/+1
* removed profile data from LDAP will get removedMarc Hefter2023-04-211-12/+18
* optimized handling of user profile data changeMarc Hefter2023-04-141-1/+23
* error handling in update profile from LDAPMarc Hefter2023-04-111-1/+7
* trying to make github-code-scanning bot happyMarc Hefter2023-04-061-2/+3
* added simple data conversion for LDAP attributesMarc Hefter2023-04-061-7/+19
* handling, formatting of postalAddress attribute syntaxMarc Hefter2023-04-061-24/+39
* nice up the code handling AccountManagerMarc Hefter2023-04-061-65/+66
* refined code, to be independend from OCP\IUserMarc Hefter2023-04-061-37/+32
* fixing Psalm messagesMarc Hefter2023-04-061-8/+8
* handling updateProfile with array of valuesMarc Hefter2023-04-061-66/+60
* CleanUp: removed redundant storing profile attributes in user settingsMarc Hefter2023-04-061-2/+0
* CleanUp: removed redundant condition if blockMarc Hefter2023-04-061-4/+1
* CleanUp: tidy checking for empty profileScopeMarc Hefter2023-04-061-1/+1
* Fix: Parameter $scope has no provided typeMarc Hefter2023-04-061-4/+3
* CleanUp: remove unneeded UNSET, to unclutter codeMarc Hefter2023-04-061-7/+0
* cleanup: removed unnecessary imports of IAccountManager, AccountManager, IDBC...Marc Hefter2023-04-061-4/+1
* fixed error: Array to string conversion at user_ldap/lib/User/User.php#639Marc Hefter2023-04-061-1/+1
* bugfix: changed forgotten userName, to getUsernameMarc Hefter2023-04-061-2/+2
* added user profile scope settingMarc Hefter2023-04-061-10/+15
* feature addition: [user_ldap] update user profile from LDAPMarc Hefter2023-04-061-20/+22
* feature addition: [user_ldap] update user profile from LDAP; WIP; fixing some...Marc Hefter2023-04-061-4/+35
* feature addition: [user_ldap] update user profile from LDAP; WIP work-in-prog...Marc Hefter2023-04-061-0/+96
* Fix types for reading and writing config valuesjld31032023-04-051-2/+2
* Fix unit testsCôme Chilliet2022-03-031-4/+3
* Fix PHP 8.1 support for user_ldap applicationCôme Chilliet2021-12-161-4/+4
* Move back logger to protected in OCA\User_LDAP\User\UserCôme Chilliet2021-11-231-1/+1
* Get rid of LogWrapper calling deprecated logger and use LoggerInterface from ...Côme Chilliet2021-11-091-21/+13
* use specific email getter where necessaryArthur Schiwon2021-09-091-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-11/+11
* these code bits were part of old logic that was already refactored outArthur Schiwon2020-09-041-53/+0
* use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon2020-04-141-2/+2
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-50/+48
* Use elseif instead of else ifChristoph Wurst2020-04-101-5/+5
* Remove trailing and in between spacesChristoph Wurst2020-04-091-3/+3
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-6/+6
* single squashed commit for bug fixPhilipp Staiger2020-03-261-28/+26