summaryrefslogtreecommitdiffstats
path: root/core/Controller/ProfilePageController.php
Commit message (Expand)AuthorAgeFilesLines
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-191-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+4
* fix: Only highlight profile entry when viewing own profileChristopher Ng2023-11-021-1/+3
* fix: Set profile as active nav entryChristopher Ng2023-10-261-0/+4
* feat(profile): Add public interface for profile manager so apps can check configJoas Schilling2023-10-231-1/+1
* core: Add OpenAPI specjld31032023-07-131-0/+3
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-161-9/+11
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-161-26/+9
* Add api to load additional section in profile pageCarl Schwan2022-09-141-1/+8
* Improve handling of profile pageChristopher Ng2022-08-221-1/+1
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-18/+6
* Add global profile toggle configChristopher Ng2022-03-181-21/+1
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-081-1/+1
* Hide user status from publicChristopher Ng2021-11-231-7/+9
* Move common logic to share managerJoas Schilling2021-11-091-29/+6
* Respect user enumeration settings on profileChristopher Ng2021-11-051-13/+58
* Profile backendChristopher Ng2021-10-191-0/+131