summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/connection.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24243 from owncloud/stable8.2-backport-24052blizzz2016-04-261-19/+0
|\
| * Fix LDAP race conditionsMorris Jobke2016-04-251-19/+0
* | on clone Connection, do not take over the existing LDAP resourceArthur Schiwon2016-04-251-8/+2
|/
* fix writing to cache when fallback server should be used immediatelyArthur Schiwon2016-03-181-2/+12
* Merge pull request #22040 from owncloud/stable8.2-backport-21999Thomas Müller2016-02-111-1/+1
|\
| * [user_ldap] properly decode cached objectsMorris Jobke2016-02-011-1/+1
* | Backport of LDAP second display nameArthur Schiwon2016-02-091-0/+1
|/
* always use an LDAP URL when connecting to LDAPArthur Schiwon2016-01-111-4/+0
* LDAP: attempt to connect to backup server again, if main server is not availa...Arthur Schiwon2015-11-061-20/+31
* Use "json_encode" and "json_decode" instead of unserializeLukas Reschke2015-09-021-2/+2
* remove unused varblizzz2015-07-291-2/+0
* Remove Log info when no group filter is set, fixes #17921blizzz2015-07-281-6/+0
* update license headers and authorsMorris Jobke2015-06-251-1/+0
* if possible, getUserGroups should get memberships using memberOf virtual attr...Arthur Schiwon2015-06-031-0/+5
* drop global file cache support, fixes #15621Arthur Schiwon2015-05-071-6/+9
* fix cherrypickingJörn Friedrich Dreyer2015-04-101-1/+1
* fix typo and commentMorris Jobke2015-04-101-2/+2
* throw exception if setup is incompleteMorris Jobke2015-04-101-1/+3
* do not hide exception when ldap server has a hiccupJörn Friedrich Dreyer2015-04-101-1/+2
* Update license headersJenkins for ownCloud2015-03-261-13/+20
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+14
* Merge pull request #13740 from owncloud/fix-12190-2Lukas Reschke2015-02-241-0/+1
|\
| * and escape the search termArthur Schiwon2015-01-291-0/+1
* | Updating license headersJenkins for ownCloud2015-02-231-14/+20
* | Reduce log level of bind failed to WARN - fixes #11624Morris Jobke2015-02-031-1/+1
|/
* fix retrieval of user groupsArthur Schiwon2015-01-121-1/+3
* Merge pull request #12984 from owncloud/ldap-user-cleanup-masterLukas Reschke2015-01-091-1/+2
|\
| * LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-191-1/+2
* | Be less verbose when disabling SSL cert validationLyonel Vincent2014-12-241-1/+1
|/
* Split mapping from Access and Helper classes into it's own. Fully test them, ...Arthur Schiwon2014-12-191-0/+1
* support for AD primary groupsArthur Schiwon2014-07-081-0/+7
* 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