summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/user_ldap.php
Commit message (Expand)AuthorAgeFilesLines
* treat dn as any other attribute when building the search() return arrayArthur Schiwon2015-10-081-2/+2
* update licence headers via scriptMorris Jobke2015-10-051-2/+1
* read all relevant user attributes on login and user search, in one query. sav...Arthur Schiwon2015-09-231-50/+10
* Merge pull request #14401 from owncloud/ux-s2s-ldapThomas Müller2015-08-191-12/+48
|\
| * adjust to current masterArthur Schiwon2015-04-131-3/+2
| * fix and more robustness thx to scrutinizerArthur Schiwon2015-04-131-1/+4
| * allow login names to be used for s2s with LDAP usersArthur Schiwon2015-04-131-11/+45
* | Only throw exception if on new LDAP setupsMorris Jobke2015-07-291-2/+4
* | Hardening home folder retrieval in user_ldapMorris Jobke2015-07-291-1/+4
* | Add missing annotations for parametersLukas Reschke2015-06-271-4/+8
* | the user is gone, userExists will not bring him back. But the user's folder n...Arthur Schiwon2015-06-111-5/+6
* | LDAP - move from constants to class member constantsMorris Jobke2015-04-181-5/+5
|/
* do not hide exception when ldap server has a hiccupJörn Friedrich Dreyer2015-04-101-10/+6
* LDAP Wizard OverhaulArthur Schiwon2015-04-091-5/+1
* Update license headersJenkins for ownCloud2015-03-261-15/+21
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+16
* Updating license headersJenkins for ownCloud2015-02-231-16/+21
* Cleanup of PHPDoc return typesRobin McCorkell2015-01-161-1/+1
* doc fixes and removal of unnecessary use statementsArthur Schiwon2015-01-071-1/+1
* inject oc config to User_LDAPArthur Schiwon2015-01-061-9/+21
* basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass.Arthur Schiwon2014-12-201-1/+1
* LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-191-20/+96
* Merge pull request #12956 from owncloud/jenkins-user-backend-namesThomas Müller2014-12-191-1/+10
|\
| * introduce names for user backends - IUserBackendMorris Jobke2014-12-191-1/+10
* | first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-171-1/+1
|/
* preserve an asterisk at the start when escaping a search termArthur Schiwon2014-12-081-1/+1
* cache total user countArthur Schiwon2014-12-041-0/+5
* consolidate user count filter in wizard and user back endArthur Schiwon2014-11-201-2/+1
* dont fail with 500 if configured display name attribute is not setArthur Schiwon2014-10-271-1/+7
* port of #9500Arthur Schiwon2014-07-081-1/+0
* LDAP: put out fetching of user meta data into a fully tested class of its own...Arthur Schiwon2014-06-031-129/+12
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-11/+11
* Fix whitespace issuesRobin McCorkell2014-05-161-2/+2
* Reduce double-space with single-space.Andreas Fischer2014-05-161-1/+1
* PHPDoc fixes for user_ldapRobin McCorkell2014-05-161-1/+1
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-13/+13
* LDAP: improve compilation of filtersArthur Schiwon2014-02-191-0/+3
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+1
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-7/+26
|\
| * LDAP: improve debug messageArthur Schiwon2014-02-101-1/+2
| * LDAP: also try MS AD's thumbnailPhoto when looking for an avatar imageArthur Schiwon2014-02-101-6/+24
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-3/+3
|/
* remove unnecessary lineArthur Schiwon2014-01-081-1/+0
* LDAP: implement userCount action. This required to (finally) clean up and ref...Arthur Schiwon2014-01-081-1/+15
* Make sure Avatar is set from LDAP upon first login, not later, but also not b...Arthur Schiwon2013-11-261-2/+14
* LDAP: last avatar lookup must be stored per user. Someone had a blackout, eh?Arthur Schiwon2013-11-221-5/+6
* LDAP: get user photo from LDAP and set it as avatar if availableArthur Schiwon2013-11-221-1/+62
* LDAP: coding styleArthur Schiwon2013-09-271-2/+4
* LDAP: make Access be a dependency to the user and group backend instead of in...Arthur Schiwon2013-09-271-40/+54
* WhitespacesArthur Schiwon2013-09-271-2/+0