summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of profile pageChristopher Ng2022-08-221-1/+1
* Update core/Controller/LostController.phpNoSleep822022-08-211-1/+1
* Update LostController.phpNoSleep822022-08-191-2/+2
* Redesign guest pages for better accessibilityCarl Schwan2022-07-271-0/+1
* Identify the login page explicitly by the page titleChristopher Ng2022-07-201-1/+5
* Make LostController use IInitialState and LoggerInterfaceThomas Citharel2022-06-101-15/+15
* Add password reset typed eventsThomas Citharel2022-06-101-1/+10
* Use Image class from public APIChristopher Ng2022-06-021-3/+3
* Update core to PHP 7.4 standardCarl Schwan2022-05-2027-548/+174
* Merge pull request #32375 from nextcloud/bugfix/noid/show-user-account-on-gra...Joas Schilling2022-05-162-0/+17
|\
| * Show user account on grant loginflow stepJoas Schilling2022-05-132-0/+17
* | Modernize contacts menuThomas Citharel2022-05-121-16/+7
|/
* Remove old legacy SvgController and IconsCacherJohn Molakvoæ2022-05-101-151/+0
* Expose shareWithDisplayNameUnique also on autocomplete endpointJoas Schilling2022-05-031-0/+1
* Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2Vincent Petry2022-03-291-11/+6
|\
| * Add direct arg to login flowVincent Petry2022-03-281-11/+6
* | Remove old shorteningJoas Schilling2022-03-232-7/+0
* | Limit the length of app password namesJoas Schilling2022-03-232-0/+7
* | Add global profile toggle configChristopher Ng2022-03-181-21/+1
|/
* Fix caching of the user avatarCarl Schwan2022-02-251-1/+1
* Improve caching policyCarl Schwan2022-02-161-2/+4
* Only allow avatars in 64 and 512 pixel sizeJoas Schilling2022-02-072-8/+18
* Improve installation pagesChristopher Ng2022-01-141-9/+4
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-081-1/+1
* Merge pull request #29531 from nextcloud/bugfix/noid/flow-auth-v2-apptokenJohn Molakvoæ2021-12-301-0/+46
|\
| * Allow using an app token to login with v2 flow authJulius Härtl2021-12-031-0/+46
* | Also pass user on flow v2 landingJulius Härtl2021-12-291-2/+2
* | Pass username prefill through unauthenticated request redirectsJulius Härtl2021-12-292-2/+4
|/
* Hide user status from publicChristopher Ng2021-11-231-7/+9
* Fix errors in AvatarController when data() returns nullCôme Chilliet2021-11-231-2/+3
* Explicitly allow some routes without 2FAChristoph Wurst2021-11-171-0/+1
* Move common logic to share managerJoas Schilling2021-11-091-29/+6
* Respect user enumeration settings on profileChristopher Ng2021-11-051-13/+58
* add check isFairUseOfFreePushService on loginVitor Mattos2021-10-231-1/+17
* Add an OCS endpoint for the hovercard contact actionsJoas Schilling2021-10-201-0/+84
* Profile backendChristopher Ng2021-10-192-0/+229
* Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-lin...Julius Härtl2021-10-054-11/+15
|\
| * Remove usage of \OC_Util::getDefaultPageUrl() and \OC_Util::redirectToDefault...Daniel Rudolf2021-08-042-5/+11
| * Merge branch 'master' into enhancement/noid/IURLGenerator-linkToDefaultPageUrlDaniel Rudolf2021-08-041-3/+3
| |\
| * | Deprecate RedirectToDefaultAppResponseDaniel Rudolf2021-07-012-5/+3
| * | Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-302-6/+6
* | | Merge pull request #28794 from nextcloud/fix/noid/guest-activation-pwd-reset-...Pytal2021-09-141-17/+15
|\ \ \
| * | | allow using of disabled password reset mechanism for special casesArthur Schiwon2021-09-101-17/+15
* | | | fixes missing prefix to validate password reset tokenArthur Schiwon2021-09-101-1/+2
|/ / /
* | | add a job to clean up expired verification tokensArthur Schiwon2021-09-091-1/+1
* | | move verification token logic out of lost password controllerArthur Schiwon2021-09-091-82/+30
* | | Fix codestyleLukas Reschke2021-09-061-1/+1
* | | Check if SVG path is validLukas Reschke2021-09-061-0/+5
* | | Merge pull request #27294 from pjft/patch-2Christoph Wurst2021-08-191-1/+10
|\ \ \
| * | | Add logging to 2FA failurepjft2021-06-211-1/+10