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-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-16PHP-CS-Fixer greenRoeland Jago Douma
2020-04-14use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove trailing whitespaces from commentsChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-01-08remove superfluous testsArthur Schiwon
2020-01-08adjust testsArthur Schiwon
2020-01-08relax strict getHome behaviour for LDAP users in a shadow stateArthur Schiwon
2019-12-05Update license headersChristoph Wurst
2019-12-03Add typed create user eventsChristoph Wurst
2019-11-27TO REVERT LATER: disable some tests in UserTestRoeland Jago Douma
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Fix more testsRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-09-04Don't process known avatars from LDAPArthur Schiwon
2019-06-26invalidates user when plugin reported deletion successArthur Schiwon
2019-06-21Merge pull request #15964 from nextcloud/enh/noid/user-creation-optionsblizzz
2019-06-19ensures mapping of chosen useridArthur Schiwon
2019-06-19fixes returning the base when multiple are specifiedArthur Schiwon
2019-06-18caches the displayname after an LDAP plugin set itArthur Schiwon
2019-05-27group display name support (service level + ldap)Arthur Schiwon
2019-03-21fix user creation using LDAP PluginVinicius Cubas Brand
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
2019-03-01Fix testsJulius Härtl
2019-02-14add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon
2019-02-14ensure attribute names are lower casedArthur Schiwon
2019-01-05ensure db is pristine before starting the testsArthur Schiwon
2018-12-21add tests for the DUIArthur Schiwon
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-29remove unneeded empty search attribute values, fixes #12086Arthur Schiwon
2018-10-26only write when the displayname differs, but then announce itArthur Schiwon
2018-08-23[LDAP] The WebUI Wizard also should not assign empty config IDsArthur Schiwon