aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Profile/ProfileManager.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+5
* fix(profile): Directly migrate to OCP constantsJoas Schilling2023-10-231-4/+4
* feat(profile): Add public interface for profile manager so apps can check configJoas Schilling2023-10-231-13/+15
* Merge pull request #39075 from fsamapoor/refactor_lib_private_profileRobin Appelman2023-09-221-78/+38
|\
| * Refactors lib/private/Profile.Faraz Samapoor2023-06-291-78/+38
* | fix(profile): fix getUID on nullable user variableThomas Citharel2023-07-111-1/+1
|/
* To be consistent with the list of usersJérôme Herbinet2023-04-181-1/+1
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Rename mastodon to fediverseCarl Schwan2022-11-221-2/+2
* Add mastodon personal info fieldCarl Schwan2022-11-211-0/+2
* Cache ConfigProfileCarl Schwan2022-08-181-1/+8
* Fix typos in lib/private subdirectoryluz paz2022-07-271-2/+2
* Add global profile toggle configChristopher Ng2022-03-181-0/+24
* Fix source of translationsChristopher Ng2021-11-261-7/+7
* Fix inactive profile parameters being returnedChristopher Ng2021-11-251-0/+1
* Refine profile backend for frontend visibility requirementsChristopher Ng2021-11-041-44/+115
* Better function descriptionsChristopher Ng2021-11-031-2/+4
* Add additional check on action registrationsChristopher Ng2021-11-031-8/+24
* Prevent unnecesary profile action registrationsChristopher Ng2021-10-261-11/+20
* Use more explicit naming for profile link actionChristopher Ng2021-10-251-1/+1
* Populate defaults into exising profile configChristopher Ng2021-10-201-39/+49
* CleanupChristopher Ng2021-10-201-5/+4
* Profile backendChristopher Ng2021-10-191-0/+333