summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/user_proxy.php
Commit message (Expand)AuthorAgeFilesLines
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-13/+13
* Fix whitespace issuesRobin McCorkell2014-05-161-4/+4
* PHPDoc fixes for user_ldapRobin McCorkell2014-05-161-1/+1
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-23/+23
* remove remaining testing artefactArthur Schiwon2014-03-031-1/+1
* intendetion. where did the whitespaces come from?Arthur Schiwon2014-03-031-2/+2
* LDAP: let proxy for multiple server access methods from AccessArthur Schiwon2014-03-031-4/+13
* LDAP: implement userCount action. This required to (finally) clean up and ref...Arthur Schiwon2014-01-081-0/+15
* LDAP: proxy: configurable return to determine when to try the next LDAP serve...Arthur Schiwon2013-11-251-3/+5
* LDAP: user proxy must support canChangeAvatar tooArthur Schiwon2013-11-221-0/+9
* LDAP: coding styleArthur Schiwon2013-09-271-1/+2
* LDAP: make Access be a dependency to the user and group backend instead of in...Arthur Schiwon2013-09-271-5/+5
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
* LDAP: fix display of numerical display namesArthur Schiwon2013-05-081-1/+1
* LDAP: reset user/group-config association only after exists-check, may perfor...Arthur Schiwon2013-04-231-2/+9
* https://github.com/owncloud/core/pull/1598#discussion_r2976684Thomas Mueller2013-02-121-1/+1
* introduce new virtual method hasUserListings() to determine if a user backend...Thomas Mueller2013-02-111-0/+8
* spell checkThomas Mueller2013-01-311-1/+1
* LDAP: implement getDisplayName and getDisplayNames also for UserProxy (multip...Arthur Schiwon2013-01-311-0/+27
* add LDAP User and Group proxies to suppoer multiple serversArthur Schiwon2013-01-111-0/+159