aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* Add well known handlers APIChristoph Wurst2020-12-161-0/+86
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* 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-1216-84/+80
* 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
* 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-108-16/+10
|/
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-096-13/+13
* Use a blank line after the opening tagChristoph Wurst2020-04-094-0/+4
* 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-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-263-17/+17
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-2510-96/+96
|/
* Always use status 200 for avatar responseDaniel Kesselberg2020-03-011-1/+5
* Only allow requesting new CSRF tokens if it passes the SameSite Cookie testRoeland Jago Douma2020-01-031-1/+12
* 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
* | 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-2713-13/+13
* | More fixesRoeland Jago Douma2019-11-271-1/+1
* | Make phpunit8 compatibleRoeland Jago Douma2019-11-2719-20/+20
* | Some php-cs fixesRoeland Jago Douma2019-11-229-3/+9
* | Check getRedirectUri() for queriesRussellAult2019-11-131-3/+12
|/
* fix oauth client redirectSergej Nikolaev2019-10-041-1/+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
* Merge pull request #16544 from nextcloud/bugfix/16540Roeland Jago Douma2019-07-311-5/+15
|\
| * Move actual password reset to vueJulius Härtl2019-07-311-5/+15
* | Use proper exception in lostControllerRoeland Jago Douma2019-07-271-3/+9
|/
* Merge pull request #16308 from nextcloud/fix/undefined-offset-0Morris Jobke2019-07-101-24/+27
|\
| * Return first value from $usersDaniel Kesselberg2019-07-091-24/+27
* | Don't send executionContexts for Clear-Site-DataDaniel Kesselberg2019-07-091-2/+2
|/
* Fix subscription testsJulius Härtl2019-06-171-0/+2
* Vueify the login pageChristoph Wurst2019-05-291-39/+69
* Remote wipe supportRoeland Jago Douma2019-05-201-0/+120
* Merge pull request #15304 from nextcloud/enh/2fa_setup_at_loginRoeland Jago Douma2019-05-171-3/+124
|\
| * Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-171-3/+124