Commit Graph

94 Commits (ba94de2510b3858f10d60f0230a58b1252346372)

Author SHA1 Message Date
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Marcel Klehr 7f5b61c66d
Update apps/user_ldap/lib/User/User.php 2 years ago
Marcel Klehr 66f6e94d7d LDAP: Increase profile picture limit to 512 2 years ago
Côme Chilliet 7a59d2ec07
Remove deprectated ILogger uses from user_ldap application 2 years ago
Arthur Schiwon 4054a7ddc8
fix(LDAP): add return type hint and description 3 years ago
Arthur Schiwon 92a082d823
fix(ldap): avatar is not being fetched 3 years ago
Faraz Samapoor b0938b9083 Refactors "strpos" calls in /apps/user_ldap to improve code readability. 3 years ago
Marc Hefter 621c6c3c56
code styling 3 years ago
Marc Hefter aa210365ec
Update apps/user_ldap/lib/User/User.php 3 years ago
Marc Hefter e83520617d
removed profile data from LDAP will get removed 3 years ago
Marc Hefter 64914593a0
optimized handling of user profile data change 3 years ago
Marc Hefter eec5e702da
error handling in update profile from LDAP 3 years ago
Marc Hefter ebb0c53f9e
trying to make github-code-scanning bot happy 3 years ago
Marc Hefter 72d0a3f26e
added simple data conversion for LDAP attributes 3 years ago
Marc Hefter 1e7bc93ec8
handling, formatting of postalAddress attribute syntax 3 years ago
Marc Hefter 5ea46d81bb
nice up the code handling AccountManager 3 years ago
Marc Hefter dd2bd6a925
refined code, to be independend from OCP\IUser 3 years ago
Marc Hefter c6408587ed
fixing Psalm messages 3 years ago
Marc Hefter f812b87576
handling updateProfile with array of values 3 years ago
Marc Hefter 5c4a05cfd6
CleanUp: removed redundant storing profile attributes in user settings 3 years ago
Marc Hefter 3020290751
CleanUp: removed redundant condition if block 3 years ago
Marc Hefter 2f76b7a3d5
CleanUp: tidy checking for empty profileScope 3 years ago
Marc Hefter 44065c0fea
Fix: Parameter $scope has no provided type 3 years ago
Marc Hefter 26aa1c3580
CleanUp: remove unneeded UNSET, to unclutter code 3 years ago
Marc Hefter 240c57b94b
cleanup: removed unnecessary imports of IAccountManager, AccountManager, IDBConnection 3 years ago
Marc Hefter b72fbd58f6
fixed error: Array to string conversion at user_ldap/lib/User/User.php#639 3 years ago
Marc Hefter c7623c7869
bugfix: changed forgotten userName, to getUsername 3 years ago
Marc Hefter eee0275dc5
added user profile scope setting 3 years ago
Marc Hefter 2315c17726
feature addition: [user_ldap] update user profile from LDAP 3 years ago
Marc Hefter 7fa3c674de
feature addition: [user_ldap] update user profile from LDAP; WIP; fixing some uggly copy-and-paste errors; testing functionality; preparing and editing the documentation 3 years ago
Marc Hefter 404d26aa4a
feature addition: [user_ldap] update user profile from LDAP; WIP work-in-progress; TODO update profile 3 years ago
jld3103 d9f8522003
Fix types for reading and writing config values 3 years ago
Côme Chilliet dab5ea958a
Fix unit tests 4 years ago
Côme Chilliet f3dcbfe146
Fix PHP 8.1 support for user_ldap application 4 years ago
Côme Chilliet 7ac895e766
Move back logger to protected in OCA\User_LDAP\User\User 4 years ago
Côme Chilliet 6b960de47c
Get rid of LogWrapper calling deprecated logger and use LoggerInterface from PSR instead 4 years ago
Arthur Schiwon 27865d03c0
use specific email getter where necessary 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Arthur Schiwon 699871dcb0
these code bits were part of old logic that was already refactored out 5 years ago
Arthur Schiwon 84619a5b9c
use serverControls directly with LDAP calls, fixes 19127 6 years ago
Christoph Wurst 28f8eb5dba
Add visibility to all constants 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago
Christoph Wurst 44577e4345
Remove trailing and in between spaces 6 years ago
Christoph Wurst 2fbad1ed72
Fix (array) indent style to always use one tab 6 years ago
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Philipp Staiger 8769d97f62 single squashed commit for bug fix 6 years ago