summaryrefslogtreecommitdiffstats
path: root/lib/private/Profile
Commit message (Collapse)AuthorAgeFilesLines
* fix(profile): fix getUID on nullable user variableThomas Citharel2023-07-171-1/+1
| | | | | | | | | As per method signature, $visitingUser is nullable, so we can't be sure calling getUid() on it will work. Closes #35766 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* To be consistent with the list of usersJérôme Herbinet2023-04-181-1/+1
| | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* composer run cs:fixCôme Chilliet2023-01-205-5/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Rename mastodon to fediverseCarl Schwan2022-11-222-7/+7
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add mastodon personal info fieldCarl Schwan2022-11-212-0/+92
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Cache ConfigProfileCarl Schwan2022-08-181-1/+8
| | | | | | Reduce DB query count on homepage from 21 to 13 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix typos in lib/private subdirectoryluz paz2022-07-271-2/+2
| | | | | | Found via `codespell -q 3 -S l10n -L jus ./lib/private` Signed-off-by: luz paz <luzpaz@github.com>
* Add profile default setting for adminChristopher Ng2022-03-181-11/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add global profile toggle configChristopher Ng2022-03-181-0/+24
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix source of translationsChristopher Ng2021-11-265-15/+15
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix inactive profile parameters being returnedChristopher Ng2021-11-251-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Refine profile backend for frontend visibility requirementsChristopher Ng2021-11-041-44/+115
| | | | | | | | | - Provide metadata - Dynamic displayId - Add appId - Filter out unused parameter config properties from the existing profile config Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Better function descriptionsChristopher Ng2021-11-031-2/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add additional check on action registrationsChristopher Ng2021-11-031-8/+24
| | | | | | - Minor refactor Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Prevent unnecesary profile action registrationsChristopher Ng2021-10-261-11/+20
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use more explicit naming for profile link actionChristopher Ng2021-10-251-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Populate defaults into exising profile configChristopher Ng2021-10-201-39/+49
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* CleanupChristopher Ng2021-10-201-5/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Profile backendChristopher Ng2021-10-196-0/+758
Signed-off-by: Christopher Ng <chrng8@gmail.com>