-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
feat: update sign up link in share pages #40368
Conversation
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.
Two small additions, otherwise this seems fine 👍
239ab00
to
e92d396
Compare
e92d396
to
61acb49
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.
Looks sensible 👌
lib/private/TemplateLayout.php
Outdated
@@ -199,7 +201,21 @@ public function __construct($renderAs, $appId = '') { | |||
if ($showSimpleSignup && $subscription->delegateHasValidSubscription()) { | |||
$showSimpleSignup = false; | |||
} | |||
|
|||
$urlGenerator = \OCP\Server::get(IURLGenerator::class); |
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.
I think we can put this line within the if
condition line 213
61acb49
to
15c26ec
Compare
Signed-off-by: Luka Trovic <luka@nextcloud.com>
15c26ec
to
b134e1c
Compare
Summary
TODO
Checklist