Commit Graph

104 Commits (486f49ed72970276462f09074829576588352b2a)

Author SHA1 Message Date
Arthur Schiwon 9668405ec7 doc fixes and removal of unnecessary use statements 12 years ago
Arthur Schiwon 40ecd30fba inject oc config to User_LDAP 12 years ago
Arthur Schiwon 144d95de7d basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass. 12 years ago
Arthur Schiwon 4fa39250e7 LDAP User Cleanup: Port from stable7 without further adjustements 12 years ago
Morris Jobke 6da33e1ea7 introduce names for user backends - IUserBackend 12 years ago
Morris Jobke d41082f4d6 first step to drop \OCP\Config:: in favour of IConfig 12 years ago
Arthur Schiwon 45443ee28c preserve an asterisk at the start when escaping a search term 12 years ago
Arthur Schiwon 1c369093e5 cache total user count 12 years ago
Arthur Schiwon f725cc66a3 consolidate user count filter in wizard and user back end 12 years ago
Arthur Schiwon 05b2a037f2 dont fail with 500 if configured display name attribute is not set 12 years ago
Arthur Schiwon 3338a0f236 port of #9500 12 years ago
Arthur Schiwon 6d64d7ec3f LDAP: put out fetching of user meta data into a fully tested class of its own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell e7aebc5c32 Fix whitespace issues 12 years ago
Andreas Fischer 5b1ffd7611 Reduce double-space with single-space. 12 years ago
Robin McCorkell a17f9111a0 PHPDoc fixes for user_ldap 12 years ago
Robin McCorkell c4f1de63a8 Fix PHPDoc in /apps 12 years ago
Arthur Schiwon c0328b4f0f LDAP: improve compilation of filters 13 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 13 years ago
Arthur Schiwon 14d1abf63f LDAP: improve debug message 13 years ago
Arthur Schiwon 18e1a10e96 LDAP: also try MS AD's thumbnailPhoto when looking for an avatar image 13 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 13 years ago
Arthur Schiwon 53498bc876 remove unnecessary line 13 years ago
Arthur Schiwon b669e1a3c1 LDAP: implement userCount action. This required to (finally) clean up and refactor the search method, which will have a positive performance impact on paged search. 13 years ago
Arthur Schiwon 69518b9013 Make sure Avatar is set from LDAP upon first login, not later, but also not before due to missing user folder 13 years ago
Arthur Schiwon d9347f2c9b LDAP: last avatar lookup must be stored per user. Someone had a blackout, eh? 13 years ago
Arthur Schiwon 54f0deff2a LDAP: get user photo from LDAP and set it as avatar if available 13 years ago
Arthur Schiwon 81cf4a22ef LDAP: coding style 13 years ago
Arthur Schiwon d4f92494a2 LDAP: make Access be a dependency to the user and group backend instead of inheriting it. 13 years ago
Arthur Schiwon b9cc2ad660 Whitespaces 13 years ago
Arthur Schiwon c538ac3081 LDAP: only connect to LDAP once on login 13 years ago
kondou d6b13ccd12 Use !== and === in user_ldap app – Part 2 14 years ago
Arthur Schiwon aa3973d365 LDAP: user exists check on getHome, otherwise check will be performed with wrong configs on a multi LDAP server setup. 14 years ago
Arthur Schiwon 50d0f48ee4 LDAP: check whether user exists for before trying to determine displayname 14 years ago
Arthur Schiwon bef48bad8b LDAP: announce that OC_USER_BACKEND_GET_DISPLAYNAME is implemented, fixes #1727 14 years ago
Bart Visscher 1ef2ecd6e8 Style cleanup user_ldap 14 years ago
Thomas Mueller 5731a1b01c introduce new virtual method hasUserListings() to determine if a user backend can list it's users. 14 years ago
Arthur Schiwon c6aa370604 code style 14 years ago
Arthur Schiwon 3cef8f1216 LDAP: do not store user home as it destroys configurability. always fetch it. use of cache is save however, it is cleared when settings are saved 14 years ago
Arthur Schiwon b3b0544e17 LDAP: make it possible to define attributes that should be considered on searches 14 years ago
Arthur Schiwon 8fd263ef63 LDAP: update quota on every uncached userExists, i.e. also on every isLoggedIn, fixes #1278 14 years ago
Arthur Schiwon f33b72677b LDAP: implement support for ownCloud Display Names 14 years ago
Lorenzo M. Catucci ca24f4767b Return an empty array on succesful existence check 14 years ago
Lorenzo M. Catucci 510191db68 Return true or false from readAttribute if $attr is empty 14 years ago
Arthur Schiwon a053da58ce LDAP: be careful which limit is send to possible paged LDAP search 14 years ago
Arthur Schiwon 977c4d1844 LDAP: use the correct attribute in filter 14 years ago
Arthur Schiwon 605281da9b LDAP: let result processing in Access::search slice the array for not-paginated search. getUsers e.g. does not need to take care of it anymore. adjustments in group_ldap to follow. 14 years ago
Arthur Schiwon 67cd268df9 LDAP: debug messaged 14 years ago
Arthur Schiwon 1313cad1b9 LDAP: let getUsers make use of paged search 14 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 14 years ago