aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/proxy.php
Commit message (Collapse)AuthorAgeFilesLines
* Move Proxy to PSR-4Joas Schilling2016-05-251-200/+0
|
* untangle different user manager instances, fixes #22770Arthur Schiwon2016-03-021-3/+3
|
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Use IUser::setEMailAddress in ldap as wellThomas Müller2016-01-201-1/+3
|
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* Use "json_encode" and "json_decode" instead of unserializeLukas Reschke2015-09-021-2/+2
|
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* only use memcache, if availableArthur Schiwon2015-05-081-2/+17
|
* Update license headersJenkins for ownCloud2015-03-261-13/+19
|
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+14
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-14/+19
|
* inject DB Connection to user managerArthur Schiwon2015-01-071-3/+5
|
* Split mapping from Access and Helper classes into it's own. Fully test them, ↵Arthur Schiwon2014-12-191-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | too. remove unused methods split mapping methods off from Access class fix DB query handling move 'clear mapping' methods from static helper to new mapping class add tests test directly with DB finishing tests and fix return value from setDNbyUUID add corresponding class for groups and make abstract test class neutral. helper tests is now obsolete as the tested functions were moved to the new mapper class. add missing info to PHPDoc add unmap method fix namespaces fix test inheritance PHPDoc and a small code restructure for scrutinizer, no effective changes PostgreSQL does not accept LIMIT in DELETE queries phpdoc fixes, no code changes
* 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