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
2021-03-24Revert "Fix core tests command for app enabling/disabling"Vincent Petry
2021-03-24Revert autocomplete controller tests to match stable20Vincent Petry
2021-03-24Revert controller tests to match stable21 APIVincent Petry
2021-03-24Fix more controller tests in Core subdirVincent Petry
2021-03-24Fix more tests in the Core subdirVincent Petry
2021-03-24Fix core tests command for app enabling/disablingVincent Petry
2021-02-18Send emails on password reset to the displaynameJoas Schilling
2020-09-08Remove unused members and importsJoas Schilling
2020-09-03The privacy setting is only about syncing to other serversJoas Schilling
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-08-07Allow to update to nightlyJohn Molakvoæ (skjnldsv)
2020-08-07Add tests for occ preview:migrate - initial check for empty directoriesMorris Jobke
2020-07-23Use assertStringContainsString instead of assertContains on stringsMorris Jobke
2020-07-01Move AutoComplete::filterResults to new event dispatcher and GenericEventJoas Schilling
2020-05-26use the loginname to verify the old password in user password changesArthur Schiwon
2020-04-29Set etag for capabilities endpointDaniel Kesselberg
2020-04-27Merge pull request #19514 from sndrr/already-enabled-appsMorris Jobke
2020-04-24Updated test to check for already enabled appsSander Ruitenbeek
2020-04-24Make it possible to resolve svg for apps_paths outside the document rootDaniel Kesselberg
2020-04-15Merge pull request #20401 from nextcloud/fix/login-sso-redirctRoeland Jago Douma
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-10Fix absolute redirectJohn Molakvoæ (skjnldsv)
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use a blank line after the opening tagChristoph 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-31Start with webauthnRoeland Jago Douma
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-03-01Always use status 200 for avatar responseDaniel Kesselberg
2020-01-07Merge pull request #18644 from nextcloud/harden/csrf_endpointRoeland Jago Douma
2020-01-03Fix CIKim Brose
2020-01-03Only allow requesting new CSRF tokens if it passes the SameSite Cookie testRoeland Jago Douma
2019-12-12Merge pull request #17784 from nextcloud/enh/disable-clear-site-data-via-configRoeland Jago Douma
2019-12-09Fix: Using assertContains() with string haystacks is deprecated and will not ...Daniel Kesselberg
2019-12-04Merge pull request #17715 from nextcloud/fix/5456/respect_avatar_privacyJoas Schilling
2019-11-30Send Clear-Site-Data expect for ChromeDaniel Kesselberg
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27More fixesRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-13Update testsRoeland Jago Douma
2019-11-13Check getRedirectUri() for queriesRussellAult
2019-10-25Harden middleware checkRoeland Jago Douma
2019-10-07Merge pull request #17411 from kinolaev/fix-oauth2-redirectRoeland Jago Douma