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
2022-02-17Make it explicit that a DN can be used for ldap:check-userCôme Chilliet
2022-02-10Merge pull request #31073 from nextcloud/fix/user_ldap-fix-access-typingVincent Petry
2022-02-10Fix ldap:update-uuidCôme Chilliet
2022-02-08Remove mixed type not available in PHP 7.4Côme Chilliet
2022-02-08Improve typing in OCA\User_LDAP\Access and reduce psalm errorsCôme Chilliet
2022-01-12Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan
2021-12-16Fix PHP 8.1 support for user_ldap applicationCôme Chilliet
2021-11-23Fix sanitizing regex and add a test case for uppercase in usernameCôme Chilliet
2021-10-28Avoid use of iconv to get rid of unicodeCôme Chilliet
2021-10-12Use Psr\Log\LoggerInterface in OCA\User_LDAP\AccessCôme Chilliet
2021-10-12Avoid PHP errors when the LDAP attribute is not foundCôme Chilliet
2021-09-24ensure that user and group IDs in LDAP's tables are also max 64charsArthur Schiwon
2021-06-30Migrate HintException to OCPGary Kim
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-27do not try to search after the last pageArthur Schiwon
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-01-29Merge pull request #25101 from nextcloud/fix/noid/ldap-known-groupsChristoph Wurst
2021-01-21silence log messageArthur Schiwon
2021-01-12really use known groupsArthur Schiwon
2020-12-30Update license headersChristoph Wurst
2020-12-22Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma
2020-10-26user share manager to determine share ownershipArthur Schiwon
2020-09-17Unify links to php.netJ0WI
2020-08-12remove logging message carrying no valuable informationArthur Schiwon
2020-07-06Merge pull request #21171 from nextcloud/enh/noid/tidy-up-group-ldapMorris Jobke
2020-06-25fix strings being passed where arrays where expectedArthur Schiwon
2020-06-24comment was wrong, block is needed neverthelessArthur Schiwon
2020-06-08tidy up Group_LDAPArthur Schiwon
2020-05-26fixes infinitely repeating LDPA search results with PHP <= 7.2Arthur Schiwon
2020-04-29Update license headers for 19Christoph Wurst
2020-04-23formattingArthur Schiwon
2020-04-17read records from DB for lists at once, not one by one.Arthur Schiwon
2020-04-17consolidate groupsMatchFilter in groupsExistArthur Schiwon
2020-04-16PHP-CS-Fixer greenRoeland Jago Douma
2020-04-14use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-19fixes auto-detecting UUID attributesArthur Schiwon
2020-02-19remove noise from detectUuid and cache resultsArthur Schiwon
2020-01-08cache group existence early to save useless requests to LDAPArthur Schiwon
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-07-19Merge pull request #14540 from army1349/masterMorris Jobke
2019-07-02Merge pull request #15741 from mxss/fix/phpdoc-fixesMorris Jobke