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
2020-10-26user share manager to determine share ownershipArthur Schiwon
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
2019-06-19ensures mapping of chosen useridArthur Schiwon
2019-05-27group display name support (service level + ldap)Arthur Schiwon
2019-05-27misc phpdoc fixesMax Kovalenko
2019-03-19LDAP Password Modify Extended Operation supportPeter Kubica
2019-01-29iterate over bases instead of doing parallel searchArthur Schiwon
2018-11-27cache users as existing after mappingArthur Schiwon
2018-11-25Add return typeDaniel Kesselberg
2018-11-25Fix count on stringDaniel Kesselberg
2018-10-31remove app specific IUserTools and consolidate testArthur Schiwon
2018-10-26fixes wrong variable usageArthur Schiwon
2018-10-25functions that were checked for are present since PHP 5.4, supported is >=/Arthur Schiwon
2018-08-10FIX: emit assignedUserId only for usersArthur Schiwon
2018-05-29check user state when fetching to avoid dealing with offline objectsArthur Schiwon
2018-04-26move log constants to ILoggerArthur Schiwon
2018-04-23Access needs UserManager, missed to add in #8833Arthur Schiwon
2018-04-05DI for NC's user managerArthur Schiwon
2018-04-05more consistent namingArthur Schiwon
2018-04-05LDAP backend to emit announce and revoke signals on mapping changesArthur Schiwon
2018-03-15existence check works without attribute (like with users)Arthur Schiwon
2018-03-08Merge pull request #8221 from Cybso/8220_applyLdapUserFilter_on_membersMorris Jobke
2018-03-07dn2ocname: also apply group filter to readAttribute()Roland Tapken
2018-03-05treat iconv issuesArthur Schiwon