aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #17715 from nextcloud/fix/5456/respect_avatar_privacyJoas Schilling2019-12-041-1/+42
|\ \ | |/ |/|
| * Update testsRoeland Jago Douma2019-11-131-1/+42
* | Mode to modern phpunitRoeland Jago Douma2019-11-2728-54/+57
* | More fixesRoeland Jago Douma2019-11-271-1/+1
* | Make phpunit8 compatibleRoeland Jago Douma2019-11-2757-58/+58
* | Some php-cs fixesRoeland Jago Douma2019-11-2222-11/+21
* | Check getRedirectUri() for queriesRussellAult2019-11-131-3/+12
|/
* Harden middleware checkRoeland Jago Douma2019-10-251-4/+85
* Merge pull request #17411 from kinolaev/fix-oauth2-redirectRoeland Jago Douma2019-10-071-1/+2
|\
| * fix oauth client redirectSergej Nikolaev2019-10-041-1/+2
* | Add Fatal logging optionTim Terhorst2019-10-021-0/+2
|/
* Move settings to an appChristoph Wurst2019-09-281-1/+1
* Add test case for existing user with token nullDaniel Kesselberg2019-08-181-0/+16
* Return the disabled user mock instead of the existingDaniel Kesselberg2019-08-181-1/+1
* Fix login flow form actionsRoeland Jago Douma2019-08-111-0/+6