summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/connection.php
Commit message (Expand)AuthorAgeFilesLines
* Port of LDAP Wizard: get correct total no of users, groups and complete list...Arthur Schiwon2014-06-251-2/+14
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-9/+9
* Fix whitespace issuesRobin McCorkell2014-05-161-1/+1
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-11/+11
* Merge pull request #8556 from owncloud/kill-legacy-code-masterThomas Müller2014-05-121-1/+1
|\
| * remove legacy aka deprecated code: OC_CacheThomas Müller2014-05-121-1/+1
* | That's bool and not always trueLukas Reschke2014-05-111-1/+1
* | Use @return instead of @returnsLukas Reschke2014-05-111-1/+1
* | Use proper PHPDoc and variable names in the LDAP libLukas Reschke2014-05-111-17/+36
|/
* Fix PHPdoc in user_ldapBart Visscher2014-04-151-0/+3
* On clone create a new instance of the ConfigurationArthur Schiwon2014-03-211-0/+2
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+3
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+7
* Merge branch 'master' into memcache-publicRobin Appelman2014-01-151-1/+2
|\
| * LDAP: only read config from database, if configID is given. Not what we want ...Arthur Schiwon2014-01-141-1/+2
* | Use $server->getMemCacheFactory() in ldap connectionRobin Appelman2014-01-091-1/+1
|/
* LDAP: don't validate unconfigured (new) LDAP server configs, fixes #5518Arthur Schiwon2013-10-241-0/+15
* resolve merge conflicts from rebaseArthur Schiwon2013-10-171-37/+20
* LDAP: move Configuration out of Connection into class of its own. The new wi...Arthur Schiwon2013-10-171-391/+207
* Doc fixArthur Schiwon2013-10-171-1/+1
* LDAP: allow different UUID attributes for groups and usersArthur Schiwon2013-10-041-24/+45
* LDAP: coding styleArthur Schiwon2013-09-271-3/+7
* LDAP: get rid of some PHP WarningsArthur Schiwon2013-09-271-1/+6
* LDAP: make Access be a dependency to the user and group backend instead of in...Arthur Schiwon2013-09-271-9/+13
* LDAP: use wrapper, not direct function callArthur Schiwon2013-09-271-1/+1
* LDAP: establish wrapper interface to allow proper mockingArthur Schiwon2013-09-271-3/+3
* LDAP: move is_resource check to ldap wrapper to make it mockableArthur Schiwon2013-09-271-4/+5
* Resolve merge conflictArthur Schiwon2013-09-271-11/+12
* LDAP: use memcache if availableArthur Schiwon2013-08-171-1/+6
* LDAP: only connect to LDAP once on loginArthur Schiwon2013-08-171-1/+13
* LDAP: even better check for emptiness, fixes #3815Arthur Schiwon2013-07-101-8/+19
* LDAP: append port when URL is passed in LDAP Host configuration, fixes #2600Arthur Schiwon2013-06-041-0/+4
* LDAP: fix possible recursionArthur Schiwon2013-05-251-0/+7
* LDAP: fix handling when LDAP Host is offlineArthur Schiwon2013-05-251-3/+2
* Merge branch 'master' into ldap_configurable_username_n_uuidArthur Schiwon2013-05-131-7/+7
|\
| * Merge pull request #3050 from owncloud/===_and_!==_in_user_ldap-appBart Visscher2013-05-071-7/+7
| |\
| | * Use !== and === in user_ldap app – Part 2kondou2013-04-201-7/+7
* | | LDAP: better variable nameArthur Schiwon2013-05-081-5/+9
* | | LDAP: implement r+w for new settingsArthur Schiwon2013-05-081-2/+11
|/ /
* / LDAP: do not reset UUID attribute setting when guid is detectedArthur Schiwon2013-05-061-1/+3
|/
* LDAP: remove unnecessary func call, was a leftover from earlier refactorArthur Schiwon2013-03-191-1/+0
* LDAP: simplify default for user home settings, fixes wrong display of default...Arthur Schiwon2013-02-221-7/+4
* Merge pull request #1708 from owncloud/style-cleanup-user_ldapBernhard Posselt2013-02-171-17/+69
|\
| * Style cleanup user_ldapBart Visscher2013-02-141-18/+70
* | LDAP: check array with isset first to avoid warnings about undefined indexArthur Schiwon2013-02-161-1/+2
* | Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-1/+1
* | Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-2/+2
|/
* Merge pull request #1493 from owncloud/fix_ldap_stored_homedirFrank Karlitschek2013-02-111-1/+6
|\
| * LDAP: fix settings handling of homeFolderNamingRule optionArthur Schiwon2013-02-061-1/+6
* | TypoArthur Schiwon2013-02-071-1/+1