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 wizardJoas Schilling
2016-04-12apps: Fix typos (found by codespell) (#23862)Stefan Weil
2016-03-01Remove Scrutinizer Auto FixerLukas Reschke
2016-01-12Happy new year!Thomas Müller
2015-12-05always use an LDAP URL when connecting to LDAPArthur Schiwon
2015-11-04add port to host only, if an URL is used instead of a plain hostnameArthur Schiwon
2015-10-30add method to count users by loginname and use it for diagnose test, fixes #2...Arthur Schiwon
2015-10-13Merge pull request #19635 from owncloud/fix-ldap-value-limitationThomas Müller
2015-10-08adjust handling changed return array structure from search() and fetchList()Arthur Schiwon
2015-10-07allow an attribute to return more than one valueArthur Schiwon
2015-10-07Merge pull request #19489 from owncloud/fix-18297Thomas Müller
2015-10-05update licence headers via scriptMorris Jobke
2015-10-05fix possible infinite loop when reading groups in the wizardArthur Schiwon
2015-10-03LDAP Wizard: do not be picky about credentials when only looking for the portArthur Schiwon
2015-07-16Do not use OC*::mb_*_replace(), they are uselessNicolas Grekas
2015-06-10Merge pull request #16736 from owncloud/utilize-member-ofThomas Müller
2015-06-04port detection needs to take care of now thrown exceptions when LDAP server i...Arthur Schiwon
2015-06-03Implement a faster way for checking availability of memberOf. Users tab in th...Arthur Schiwon
2015-05-18handle unallowed auth exception on port detectionArthur Schiwon
2015-05-05cleanupArthur Schiwon
2015-04-09change default value of ldap_tls to 0. It will be detected anyway, but starti...Arthur Schiwon
2015-04-09cleanupArthur Schiwon
2015-04-09LDAP Wizard OverhaulArthur Schiwon
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-01-28inlcude AD primary group in user filter, if a group is selected. fixes #12190Arthur Schiwon
2015-01-16Cleanup of PHPDoc return typesRobin McCorkell
2014-12-19LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon
2014-11-20phpdoc and mixed up lettersArthur Schiwon
2014-11-20a corrected email attribute needs to be saved, not only returnedArthur Schiwon
2014-11-20to reassure that selected attributes still work, do not count all matching en...Arthur Schiwon
2014-11-20detectors (email, displayname..) are now started in one place, triggered from...Arthur Schiwon
2014-11-20consolidate user count filter in wizard and user back endArthur Schiwon
2014-11-20detect user display name attribute and return user count depending on its pre...Arthur Schiwon
2014-10-24Use function outside of loopLukas Reschke
2014-09-26dn needs to be fetched to be able to detect memberOf supportArthur Schiwon
2014-09-05if only one attribute is requested, the returned array has 0 as key instead o...Arthur Schiwon
2014-08-31Use public api for getting l10nRobin Appelman
2014-08-29trigger email detection by Wizard upon any user filter filter change. before ...Arthur Schiwon
2014-08-29write log message, if original value was changedArthur Schiwon
2014-08-29add unit test for mail detectionArthur Schiwon
2014-08-29remove Access as hard dependency, inject it insteadArthur Schiwon
2014-08-29Wizad: email attribute detectionArthur Schiwon
2014-08-28Port of #8623Arthur Schiwon
2014-08-11Fix initializing in #9848Jean-Louis Dupond
2014-08-11Fix remarks in #9848Jean-Louis Dupond
2014-07-24Fix memberOf detection. Fixes: #9835Jean-Louis Dupond
2014-06-25adjust access constructor to masterArthur Schiwon