summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
...
* Add api to load additional section in profile pageCarl Schwan2022-09-141-1/+8
* Update avatars on updateCarl Schwan2022-09-092-4/+4
* Dark theme for guest avatarCarl Schwan2022-09-091-2/+11
* Avatar new styleCarl Schwan2022-09-091-1/+39
* Remake profile picture saving with VueChristopher Ng2022-09-021-0/+13
* Inject all dependnencies and increase cache timeoutJulius Härtl2022-08-311-1/+2
* Refactor cache handlingJulius Härtl2022-08-311-2/+4
* CleanupJulius Härtl2022-08-312-20/+18
* Implement image cachingJulius Härtl2022-08-312-40/+105
* API for fetching reference metadataJulius Härtl2022-08-311-0/+82
* Fix wording of undeliverable push notificationsJoas Schilling2022-08-311-1/+1
* 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
| |\