aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/User/User.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-3/+4
* fix(user_ldap): Remove now unused class FilesystemHelperCôme Chilliet2025-01-131-2/+0
* fix(user_ldap): Strong type User class and fix most type issuesCôme Chilliet2025-01-131-34/+26
* fix(user_ldap): Always update avatar from LDAP when we have the dataCôme Chilliet2025-01-131-16/+1
* chore(user_ldap): Improve typing in user_ldap User classCôme Chilliet2025-01-131-43/+16
* chore(user_ldap): Rename avatar setting method to a more suited nameCôme Chilliet2025-01-131-7/+2
* fix(user_ldap): retrieve from LDAP first "email shaped" value instead of firs...Thatoo2024-11-201-1/+8
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-44/+17
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-19/+20
* chore: Use more gender neutral languageprovokateurin2024-10-141-2/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-16/+16
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-0/+6
* refactor: Use the elvis operatorChristoph Wurst2024-09-151-2/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-16/+16
* chore: Add SPDX headerAndy Scherzinger2024-05-301-29/+4
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-0/+21
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-6/+6
* 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