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 LDAP to PSR-4Joas Schilling
2016-03-10remove deprecated ldap_sortArthur Schiwon
2016-01-12Happy new year!Thomas Müller
2015-12-05always use an LDAP URL when connecting to LDAPArthur Schiwon
2015-05-18handle unallowed auth exception on port detectionArthur Schiwon
2015-05-18throw exception on LDAP error 1, which we usually do not see and is pretty ge...Arthur Schiwon
2015-05-18catch unallowed anonymous auth attempt and show specific errorArthur Schiwon
2015-04-22throw exception when LDAP Connection was lostArthur Schiwon
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2014-08-07ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a u...Arthur Schiwon
2014-07-08support for AD primary groupsArthur Schiwon
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-17Fix PHPDoc in /appsRobin McCorkell
2014-05-11Use proper PHPDoc and variable names in the LDAP libLukas Reschke
2014-03-06"reset" ldap pagedSearch control by setting it to a high valueroot
2014-03-06only check ldap_errno if an ldap_* function actually failsroot
2014-02-15Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
2014-02-10LDAP: extend LDAP wrapper search method for sizelimit, improves performance i...Arthur Schiwon
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2013-12-06correctly propagate the return value of ldap_set_optionroot
2013-10-17LDAP Wizard: add detection, load and save of LDAP objectClasses for filter pu...Arthur Schiwon
2013-10-17LDAP Wizard: autodetect base DNArthur Schiwon
2013-09-27LDAP: don't throw exceptions in the wrapper, errors are handled in the code. ...Arthur Schiwon
2013-09-27LDAP: make Access be a dependency to the user and group backend instead of in...Arthur Schiwon
2013-09-27LDAP: establish wrapper interface to allow proper mockingArthur Schiwon
2013-09-27LDAP: move is_resource check to ldap wrapper to make it mockableArthur Schiwon
2013-09-27LDAP: move PHP LDAP functions calls to an LDAP Wrapper for better isolation a...Arthur Schiwon