summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/connection.php
Commit message (Expand)AuthorAgeFilesLines
* Move Connection to PSR-4Joas Schilling2016-05-251-612/+0
* Move interface to PSR-4Joas Schilling2016-05-251-0/+1
* Move LDAP Utility to PSR-4Joas Schilling2016-05-251-0/+1
* Merge pull request #24052 from owncloud/fix-ldap-cache-race-conditionsThomas Müller2016-04-251-19/+0
|\
| * Fix LDAP race conditionsMorris Jobke2016-04-201-19/+0
* | on clone Connection, do not take over the existing LDAP resourceArthur Schiwon2016-04-221-8/+2
|/
* disable Paged Search when chunksize is set to 0, fixes #21136Arthur Schiwon2016-03-231-2/+3
* fix writing to cache when fallback server should be used immediatelyArthur Schiwon2016-03-161-2/+12
* improve log output when no LDAP user was found on login attemptArthur Schiwon2016-03-051-0/+2
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Port of test_ldap_2nddispname to masterArthur Schiwon2016-02-031-0/+1
* [user_ldap] properly decode cached objectsMorris Jobke2016-01-291-1/+1
* Happy new year!Thomas Müller2016-01-121-2/+2
* wizard should also detect protocol errors, as side effect enforces LDAPv3Arthur Schiwon2015-12-051-0/+3
* always use an LDAP URL when connecting to LDAPArthur Schiwon2015-12-051-4/+0
* LDAP: attempt to connect to backup server again, if main server is not availa...Arthur Schiwon2015-11-031-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