aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Fix LostController testCôme Chilliet2022-10-181-2/+7
* Fix unit testsJoas Schilling2022-08-311-1/+1
* fix Controller testsArthur Schiwon2022-07-222-8/+13
* Make LostController use IInitialState and LoggerInterfaceThomas Citharel2022-06-101-6/+18
* Modernize the LostControllerTest testThomas Citharel2022-06-101-33/+25
* Add password reset typed eventsThomas Citharel2022-06-101-12/+32
* Update core to PHP 7.4 standardCarl Schwan2022-05-206-35/+23
* Merge pull request #32375 from nextcloud/bugfix/noid/show-user-account-on-gra...Joas Schilling2022-05-162-33/+50
|\
| * Extend testsJoas Schilling2022-05-162-33/+50
* | Modernize contacts menuThomas Citharel2022-05-121-9/+6
|/
* Remove old legacy SvgController and IconsCacherJohn Molakvoæ2022-05-101-198/+0
* Do not dispatch postSetPassword when setPassword failsLouis Chemineau2022-05-051-0/+6
* Expose shareWithDisplayNameUnique also on autocomplete endpointJoas Schilling2022-05-031-9/+30
* Add direct arg to login flowVincent Petry2022-03-281-0/+2
* Only allow avatars in 64 and 512 pixel sizeJoas Schilling2022-02-072-12/+52
* Pass username prefill through unauthenticated request redirectsJulius Härtl2021-12-291-0/+2
* Fix tests and avoid PHP errors in themCôme Chilliet2021-11-235-2/+20
* Fix missing import of ILoggerJoas Schilling2021-11-021-0/+1
* add check isFairUseOfFreePushService on loginVitor Mattos2021-10-231-7/+25
* Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-lin...Julius Härtl2021-10-052-14/+25
|\
| * Merge branch 'master' into enhancement/noid/IURLGenerator-linkToDefaultPageUrlDaniel Rudolf2021-08-041-1/+1
| |\
| * | Deprecate RedirectToDefaultAppResponseDaniel Rudolf2021-07-012-9/+21
| * | Remove unused importsDaniel Rudolf2021-06-301-1/+0
| * | Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-302-10/+10
* | | fixes missing prefix to validate password reset tokenArthur Schiwon2021-09-101-2/+5
* | | move verification token logic out of lost password controllerArthur Schiwon2021-09-091-258/+43
* | | Resolve absolute path in testsLukas Reschke2021-09-061-1/+1
* | | Merge pull request #27294 from pjft/patch-2Christoph Wurst2021-08-191-0/+5
|\ \ \ | |_|/ |/| |
| * | Add logging to 2FA failurepjft2021-06-211-0/+5
| |/
* / Migrate HintException to OCPGary Kim2021-06-301-1/+1
|/
* Fix more controller tests in Core subdirVincent Petry2021-03-242-8/+10
* Fix more tests in the Core subdirVincent Petry2021-03-242-12/+12
* Merge pull request #25086 from nextcloud/dependabot/composer/nextcloud/coding...Christoph Wurst2021-02-181-2/+2
|\
| * Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* | Send emails on password reset to the displaynameJoas Schilling2021-02-181-3/+6
|/
* 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