Commit Graph

111 Commits (2ea7719bfa4280220c7dfc9fbfec97b61ba33112)

Author SHA1 Message Date
Faraz Samapoor b0938b9083 Refactors "strpos" calls in /apps/user_ldap to improve code readability. 3 years ago
Côme Chilliet 684a81e4bd
Use the new IProvideEnabledStateBackend interface in user_ldap 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
Arthur Schiwon 17afaa488f
fix undefined method getExtStorageHome() 3 years ago
luz paz 9d26671f05 Fix typos in apps/ subdirectory 3 years ago
Carl Schwan d5c23dbb9f Move CappedMemoryCache to OCP 4 years ago
Carl Schwan ec6b83cc18 Add stricter psalm type for CappedMemoryCache 4 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
Arthur Schiwon bbcd8c9a68
LDAP: determine shares of offline users only when needed 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Roeland Jago Douma 3f4ece256e Some psalm OfflineUser fixes 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Arthur Schiwon fd1fd5afa4
user share manager to determine share ownership 5 years ago
Arthur Schiwon 951887e922
fixes determining whether former user is a share owner 5 years ago
Arthur Schiwon 2e455f632a
split instantiation from business logic in OfflineUser 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
Christoph Wurst cb057829f7
Update license headers for 19 6 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