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-05Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma
2021-03-01Show group backends in occ group:list --info and group:infoJohannes Leuker
2021-02-18Merge pull request #25086 from nextcloud/dependabot/composer/nextcloud/coding...Christoph Wurst
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-18Send emails on password reset to the displaynameJoas Schilling
2021-02-12refined name of getOpenSSLEncryptedAndPrivateKeyKonrad Abicht
2021-02-12added unit tests for LoginFlowV2Service::createTokensKonrad Abicht
2021-02-11added unit tests for LoginFlowV2Service::flowDoneKonrad Abicht
2021-02-11added unit tests for LoginFlowV2Service::startLoginFlowKonrad Abicht
2021-02-11added unit tests for LoginFlowV2Service::getByLoginTokenKonrad Abicht
2021-02-11added unit tests for LoginFlowV2Service::pollKonrad Abicht
2021-02-09simplified testsKonrad Abicht
2021-02-09fixed coding style issueKonrad Abicht
2021-02-09added tests for OC\Core\Data\LoginFlowV2CredentialsKonrad Abicht
2020-12-16Add well known handlers APIChristoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
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