aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Use IURLGenerator function to get value of `\OC::$WEBROOT` globalJonas Meurer2021-08-161-2/+8
* | | | UnifiedSearchController: strip webroot from URL before finding a routeJonas Meurer2021-08-161-1/+9
| |_|/ |/| |
* | | Migrate HintException to OCPGary Kim2021-06-301-3/+3
| |/ |/|
* | Use product name in places where it is appropriate rather than the instance nameJulius Härtl2021-06-161-1/+1
* | Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke2021-06-071-2/+2
|\ \
| * | Fix functions taking optional parameters before required onesRichard de Boer2021-05-291-2/+2
| |/
* / Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0429-62/+34
|/
* Handle device login like an alternative loginJoas Schilling2021-04-201-0/+3
* Merge pull request #26401 from nextcloud/enh/handle-avatar-upload-errorsRoeland Jago Douma2021-04-081-1/+13
|\