-
-
Couldn't load subscription status.
- Fork 4.6k
fix: Pass over product name as capability #53339
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
Conversation
880ce13 to
21cc315
Compare
|
/backport to stable31 |
|
/backport to stable30 |
|
See also #53321 But anyways it makes sense to pass the product name as capability |
21cc315 to
0525ffa
Compare
0525ffa to
842b414
Compare
Signed-off-by: Julius Knorr <jus@bitgrid.net>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
842b414 to
1d0915b
Compare
|
The backport to # Switch to the target branch and update it
git checkout stable30
git pull origin stable30
# Create the new backport branch
git checkout -b backport/53339/stable30
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 9f12d685 1d0915b3
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/53339/stable30Error: Failed to push branch backport/53339/stable30: remote: Invalid username or password. Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
This is being used to set the title and should be exposed to clients and the frontend
server/apps/files/src/views/FilesList.vue
Line 489 in 9c5e464