summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/user_proxy.php
Commit message (Expand)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-2/+2
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Merge pull request #14401 from owncloud/ux-s2s-ldapThomas Müller2015-08-191-1/+12
|\
| * allow login names to be used for s2s with LDAP usersArthur Schiwon2015-04-131-1/+12
* | Add missing annotations for parametersLukas Reschke2015-06-271-5/+8
|/
* Update license headersJenkins for ownCloud2015-03-261-13/+15
* Revert "Updating license headers"Morris Jobke2015-02-261-15/+14
* Updating license headersJenkins for ownCloud2015-02-231-14/+15
* inject oc config to User_LDAPArthur Schiwon2015-01-061-2/+4
* LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-191-1/+13
* introduce names for user backends - IUserBackendMorris Jobke2014-12-191-1/+9
* 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