Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-25Move Connection to PSR-4Joas Schilling
2016-05-25Move interface to PSR-4Joas Schilling
2016-05-25Move LDAP Utility to PSR-4Joas Schilling
2016-04-25Merge pull request #24052 from owncloud/fix-ldap-cache-race-conditionsThomas Müller
2016-04-22on clone Connection, do not take over the existing LDAP resourceArthur Schiwon
2016-04-20Fix LDAP race conditionsMorris Jobke
2016-03-23disable Paged Search when chunksize is set to 0, fixes #21136Arthur Schiwon
2016-03-16fix writing to cache when fallback server should be used immediatelyArthur Schiwon
2016-03-05improve log output when no LDAP user was found on login attemptArthur Schiwon
2016-03-01Remove Scrutinizer Auto FixerLukas Reschke
2016-02-03Port of test_ldap_2nddispname to masterArthur Schiwon
2016-01-29[user_ldap] properly decode cached objectsMorris Jobke
2016-01-12Happy new year!Thomas Müller
2015-12-05wizard should also detect protocol errors, as side effect enforces LDAPv3Arthur Schiwon
2015-12-05always use an LDAP URL when connecting to LDAPArthur Schiwon
2015-11-03LDAP: attempt to connect to backup server again, if main server is not availa...Arthur Schiwon
2015-09-02Use "json_encode" and "json_decode" instead of unserializeLukas Reschke
2015-07-29remove unused varblizzz
2015-07-28Remove Log info when no group filter is set, fixes #17921blizzz
2015-06-25update license headers and authorsMorris Jobke
2015-06-03if possible, getUserGroups should get memberships using memberOf virtual attr...Arthur Schiwon
2015-05-07drop global file cache support, fixes #15621Arthur Schiwon
2015-04-10fix cherrypickingJörn Friedrich Dreyer
2015-04-10fix typo and commentMorris Jobke
2015-04-10throw exception if setup is incompleteMorris Jobke
2015-04-10do not hide exception when ldap server has a hiccupJörn Friedrich Dreyer
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-24Merge pull request #13740 from owncloud/fix-12190-2Lukas Reschke
2015-02-23Updating license headersJenkins for ownCloud
2015-02-03Reduce log level of bind failed to WARN - fixes #11624Morris Jobke
2015-01-29and escape the search termArthur Schiwon
2015-01-12fix retrieval of user groupsArthur Schiwon
2015-01-09Merge pull request #12984 from owncloud/ldap-user-cleanup-masterLukas Reschke
2014-12-24Be less verbose when disabling SSL cert validationLyonel Vincent
2014-12-19LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon
2014-12-19Split mapping from Access and Helper classes into it's own. Fully test them, ...Arthur Schiwon
2014-07-08support for AD primary groupsArthur Schiwon
2014-06-25Port of LDAP Wizard: get correct total no of users, groups and complete list...Arthur Schiwon
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-17Fix whitespace issuesRobin McCorkell
2014-05-17Fix PHPDoc in /appsRobin McCorkell
2014-05-12Merge pull request #8556 from owncloud/kill-legacy-code-masterThomas Müller
2014-05-12remove legacy aka deprecated code: OC_CacheThomas Müller
2014-05-11That's bool and not always trueLukas Reschke
2014-05-11Use @return instead of @returnsLukas Reschke
2014-05-11Use proper PHPDoc and variable names in the LDAP libLukas Reschke
2014-04-15Fix PHPdoc in user_ldapBart Visscher
2014-03-21On clone create a new instance of the ConfigurationArthur Schiwon
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer