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
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
2018-11-07avoid logging of "Partial search results returned: Sizelimit exceeded at"Arthur Schiwon
2018-10-31remove app specific IUserTools and consolidate testArthur Schiwon
2018-10-30Merge pull request #12054 from nextcloud/fix/5212/interact-with-userobjectRoeland Jago Douma
2018-10-30do not run into UniqueConstraintViolationExceptionArthur Schiwon
2018-10-30Merge pull request #12070 from nextcloud/fix/noid/announce-chosen-uidMorris Jobke
2018-10-29remove unneeded empty search attribute values, fixes #12086Arthur Schiwon
2018-10-26fixes wrong variable usageArthur Schiwon
2018-10-26only write when the displayname differs, but then announce itArthur Schiwon
2018-10-25functions that were checked for are present since PHP 5.4, supported is >=/Arthur Schiwon
2018-10-16Properly escape column name in "createFunction" callMorris Jobke
2018-09-16Check if user is null before getUsernameDaniel Kesselberg
2018-08-23[LDAP] The WebUI Wizard also should not assign empty config IDsArthur Schiwon
2018-08-21Resolve all group memberships properlyMorris Jobke
2018-08-14don't force LDAP updates on userExists anymoreArthur Schiwon
2018-08-10FIX: emit assignedUserId only for usersArthur Schiwon
2018-07-13Only bind if configuration for the first server is availableJulius Härtl
2018-07-05adjust and add more unit testsArthur Schiwon
2018-07-05allow admin to disable fetching of avatars as well as a specific attributeArthur Schiwon
2018-07-03let user set avatar in nextcloud von LDAP provides invalid image dataArthur Schiwon
2018-06-29Merge pull request #10034 from nextcloud/fix/noid/ldap-silence-quota-logmsgsblizzz
2018-06-28lower log level for quota manipulation casesArthur Schiwon
2018-06-28LDAP backup server should not be queried when auth failsArthur Schiwon
2018-05-29check user state when fetching to avoid dealing with offline objectsArthur Schiwon
2018-05-02Fix "Invalid argument supplied for foreach()"Roger Szabo
2018-04-27unbound cloned connection fixRoger Szabo
2018-04-26move log constants to ILoggerArthur Schiwon
2018-04-23Access needs UserManager, missed to add in #8833Arthur Schiwon
2018-04-11Merge pull request #8833 from nextcloud/feature/noid/add_ldap_user_hooksMorris Jobke
2018-04-05parameter provided to L10N::n() could have been a stringArthur 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-26Do not use \OCP\DB anymoreRoeland Jago Douma
2018-03-15existence check works without attribute (like with users)Arthur Schiwon
2018-03-12Remove deprecated and unsused methods of OCP\DBMorris Jobke
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-05Merge pull request #8634 from nextcloud/ldap-no-empty-namesRoeland Jago Douma
2018-03-05treat iconv issuesArthur Schiwon
2018-03-05typo + phpdocArthur Schiwon
2018-03-02do not create empty userid when attribute does not have allowed charsArthur Schiwon
2018-03-02use hash algo that's robust against collisionsArthur Schiwon
2018-02-23fix retrieving group members with numerical uids from LDAPArthur Schiwon
2018-02-22track the state of the bind resultArthur Schiwon
2018-02-15Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke
2018-02-14Remove unused import statementsMorris Jobke
2018-02-13Simplify return statementMorris Jobke
2018-02-07Apply ldapUserFilter on members of groupRoland Tapken
2018-01-31typoblizzz