-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profile page #28751
Profile page #28751
Conversation
70633d6
to
9f313bb
Compare
a7799d5
to
db62eb4
Compare
e3f286d
to
ae3fe4d
Compare
a47399e
to
3aaadbf
Compare
3aaadbf
to
31f7f14
Compare
727250a
to
4ebb61e
Compare
if (empty($this->value)) { | ||
return null; | ||
} | ||
return 'mailto:' . $this->value; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per @tobiasKaminsky this will make sure the profiles API needs a rewrite when we want to bring all the actions to the clients. We should return the bare values and the rendering should make it a link or something like that?
1310e35
to
f85cf8f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed public API part and give it a smoke test
👍
ab04da4
to
e707e3c
Compare
- New properties - Organisation - Role - Headline - Biography - Profile Enabled property - Fix errors with building default account properties - Fix L10N factory method `getLanguage` not public error - Update tests Signed-off-by: Christopher Ng <[email protected]>
e707e3c
to
337eeb2
Compare
Signed-off-by: Christopher Ng <[email protected]>
Signed-off-by: Christopher Ng <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
337eeb2
to
3be9d3c
Compare
Tasks
Additional email actionsVisual Reference
Profile page
Settings page
Contributes to #28139