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-09-05Fix typos in apps/ subdirectoryfix/fix-apps-typosluz paz
2022-04-01Fix user_ldap unit testsenh/user_ldap-add-command-to-unmap-groupsCôme Chilliet
2022-03-03Fix unit testsCôme Chilliet
2021-09-21fix caching of objectsid searchesArthur Schiwon
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-11-27php-cs happynessArthur Schiwon
2020-11-27add unit testsArthur Schiwon
2020-10-19when nesting is not enabled, the group filter can be applied right awayArthur Schiwon
2020-08-11do not flip available state to unavailable, allow empty resultsArthur Schiwon
2020-08-11LDAP: shortcut in reading nested group members when IN_CHAIN is availableArthur 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-08tidy up Group_LDAPArthur 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-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-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-01-08adjust testsArthur Schiwon
2019-12-05Update license headersChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-05-27group display name support (service level + ldap)Arthur Schiwon
2019-03-06remove unused use statementArthur Schiwon
2019-03-05fix nested group retrieval also for 2 other casesArthur Schiwon
2019-03-05Fixed unit test: groupsMatchFilter will not be called multiple times anymore.Roland Tapken
2018-02-23tests for retrieving group members with numerical uidsArthur Schiwon
2018-01-13Remove deprecated functions for OCP\UtilRoeland Jago Douma
2017-11-09fix unit tests after rebaseArthur Schiwon
2017-11-09adjust testsArthur Schiwon
2017-11-06Update license headersMorris Jobke
2017-11-03User_LDAP plugins: smaller fixesVinicius Cubas Brand
2017-11-03Plugins infrastructure in User_LDAPVinicius Cubas Brand
2017-04-25Fix usersInGroup retrievalArthur Schiwon
2017-04-25Merge branch 'master' of https://github.com/Xuanwo/server into Xuanwo-master2Arthur Schiwon
2017-04-25user_ldap: Add support for gidNumberXuanwo
2017-04-12Change LDAP method namesMorris Jobke
2016-10-13Update tests for phunit 5.5Victor Dubiniuk
2016-10-10DI IConfig into ldap helperRoeland Jago Douma
2016-09-12Fix the User_LDAP appJoas Schilling
2016-09-06Fix getMock user_ldapRoeland Jago Douma
2016-07-22New LDAPProvider for user_ldaproot
2016-07-21Fix apps/Joas Schilling
2016-06-09Add unit test for LDAP multi group cachingVincent Petry