aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/ProfileApiController.php
Commit message (Collapse)AuthorAgeFilesLines
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-161-5/+7
| | | | | | 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-16/+5
| | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Improve handling of profile fieldsChristopher Ng2023-03-301-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-12/+4
| | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Profile backendChristopher Ng2021-10-191-0/+98
Signed-off-by: Christopher Ng <chrng8@gmail.com>