aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/ProfilePageController.php
Commit message (Collapse)AuthorAgeFilesLines
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-161-9/+11
| | | | | | Based on https://github.com/nextcloud/server/pull/38636#discussion_r1218167753 Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-161-26/+9
| | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Add api to load additional section in profile pageCarl Schwan2022-09-141-1/+8
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Improve handling of profile pageChristopher Ng2022-08-221-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-18/+6
| | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add global profile toggle configChristopher Ng2022-03-181-21/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-081-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Hide user status from publicChristopher Ng2021-11-231-7/+9
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Move common logic to share managerJoas Schilling2021-11-091-29/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Respect user enumeration settings on profileChristopher Ng2021-11-051-13/+58
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Profile backendChristopher Ng2021-10-191-0/+131
Signed-off-by: Christopher Ng <chrng8@gmail.com>