summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/proxy.php
Commit message (Collapse)AuthorAgeFilesLines
* LDAP: put out fetching of user meta data into a fully tested class of its ↵Arthur Schiwon2014-06-031-1/+14
| | | | own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
| | | | * test case added to avoid adding them later
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-16/+16
|
* Merge pull request #8556 from owncloud/kill-legacy-code-masterThomas Müller2014-05-121-1/+1
|\ | | | | Kill legacy code master
| * remove legacy aka deprecated code: OC_CacheThomas Müller2014-05-121-1/+1
| |
* | Use proper PHPDoc and variable names in the LDAP libLukas Reschke2014-05-111-9/+38
|/ | | | My IDE was so sad about this that it marked the whole file in red and yellow and forced me to fix this.
* Fix PHPdoc in user_ldapBart Visscher2014-04-151-0/+3
| | | | using scrutinizer patch
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+8
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+10
|
* LDAP: proxy: configurable return to determine when to try the next LDAP ↵Arthur Schiwon2013-11-251-3/+4
| | | | server and when to return (multi server setup)
* LDAP: make Access be a dependency to the user and group backend instead of ↵Arthur Schiwon2013-09-271-12/+13
| | | | inheriting it.
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* add LDAP User and Group proxies to suppoer multiple serversArthur Schiwon2013-01-111-0/+104