summaryrefslogtreecommitdiffstats
path: root/tests/Core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma2021-03-052-7/+207
|\
| * Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-012-7/+207
* | Merge pull request #25086 from nextcloud/dependabot/composer/nextcloud/coding...Christoph Wurst2021-02-182-4/+4
|\ \
| * | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-4/+4
| |/
* / Send emails on password reset to the displaynameJoas Schilling2021-02-181-3/+6
|/
* refined name of getOpenSSLEncryptedAndPrivateKeyKonrad Abicht2021-02-121-3/+3
* added unit tests for LoginFlowV2Service::createTokensKonrad Abicht2021-02-121-0/+23
* added unit tests for LoginFlowV2Service::flowDoneKonrad Abicht2021-02-111-4/+100
* added unit tests for LoginFlowV2Service::startLoginFlowKonrad Abicht2021-02-111-0/+40
* added unit tests for LoginFlowV2Service::getByLoginTokenKonrad Abicht2021-02-111-5/+37
* added unit tests for LoginFlowV2Service::pollKonrad Abicht2021-02-111-0/+215
* simplified testsKonrad Abicht2021-02-091-13/+12
* fixed coding style issueKonrad Abicht2021-02-091-1/+0
* added tests for OC\Core\Data\LoginFlowV2CredentialsKonrad Abicht2021-02-091-0/+63
* Add well known handlers APIChristoph Wurst2020-12-161-0/+86
* Format code to a single space around binary operatorsChristoph Wurst2020-10-053-3/+3
* Remove unused members and importsJoas Schilling2020-09-081-9/+1
* The privacy setting is only about syncing to other serversJoas Schilling2020-09-031-33/+0
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-1245-198/+194
* Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-072-18/+18
* Add tests for occ preview:migrate - initial check for empty directoriesMorris Jobke2020-08-071-0/+141
* Use assertStringContainsString instead of assertContains on stringsMorris Jobke2020-07-235-16/+16
* Move AutoComplete::filterResults to new event dispatcher and GenericEventJoas Schilling2020-07-011-3/+3
* use the loginname to verify the old password in user password changesArthur Schiwon2020-05-261-5/+27
* Set etag for capabilities endpointDaniel Kesselberg2020-04-291-0/+2
* Merge pull request #19514 from sndrr/already-enabled-appsMorris Jobke2020-04-271-0/+1
|\
| * Updated test to check for already enabled appsSander Ruitenbeek2020-04-241-0/+1
* | Make it possible to resolve svg for apps_paths outside the document rootDaniel Kesselberg2020-04-241-4/+61
|/
* Merge pull request #20401 from nextcloud/fix/login-sso-redirctRoeland Jago Douma2020-04-151-4/+4
|\
| * Fix absolute redirectJohn Molakvoæ (skjnldsv)2020-04-101-4/+4
* | Add visibility to all constantsChristoph Wurst2020-04-101-5/+5
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-1024-50/+13
* | Use elseif instead of else ifChristoph Wurst2020-04-103-3/+3
|/
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0916-26/+26
* Use a blank line after the opening tagChristoph Wurst2020-04-096-0/+6
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0921-21/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-093-9/+9
* Start with webauthnRoeland Jago Douma2020-03-311-1/+7
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-4/+0
|\
| * Remove unused importsChristoph Wurst2020-03-252-4/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-263-17/+17
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-2515-142/+142
|/
* Always use status 200 for avatar responseDaniel Kesselberg2020-03-011-1/+5
* Merge pull request #18644 from nextcloud/harden/csrf_endpointRoeland Jago Douma2020-01-071-1/+12
|\
| * Only allow requesting new CSRF tokens if it passes the SameSite Cookie testRoeland Jago Douma2020-01-031-1/+12
* | Fix CIKim Brose2020-01-031-1/+1
|/
* Merge pull request #17784 from nextcloud/enh/disable-clear-site-data-via-configRoeland Jago Douma2019-12-121-0/+28
|\
| * Send Clear-Site-Data expect for ChromeDaniel Kesselberg2019-11-301-0/+28
* | Fix: Using assertContains() with string haystacks is deprecated and will not ...Daniel Kesselberg2019-12-082-8/+12