-
-
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
Master is now 30 #44530
Master is now 30 #44530
Conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
/backport b08563d to stable29 |
/backport b08563d to stable28 |
/backport b08563d to stable27 |
The backport to # Switch to the target branch and update it
git checkout stable29
git pull origin stable29
# Create the new backport branch
git checkout -b backport/44530/stable29
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick b08563df
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/44530/stable29 Error: Failed to push branch backport/44530/stable29: fatal: could not read Username for 'https://github.com': No such device or address Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
/backport b08563d to stable29 |
Todos
possible "up front"
"live"
.github/dependabot.yml
stableY
branch.github/workflows/update-cacert-bundle.yml
stableY
stableY
.github/workflows/update-psalm-baseline.yml
stableY
.github/workflows/npm-audit-fix.yml
stableY
apps/settings/lib/WellKnown/SecurityTxtHandler.php
Expires
date to be 5 months in the futureversion.php
$OC_Version
and 0-ify the other digits$OC_VersionString
toMajor.0.0 dev
$OC_VersionCanBeUpgradedFrom
$OC_VersionCanBeUpgradedFrom
apps/*/appinfo/info.xml
npm ci && npm run build