Uh oh!
There was an error while loading. Please reload this page.
fix: restore AppsSlideToggle feature - #38988
Conversation
skjnldsv
commented
Jun 25, 2023
/backport to stable27 |
skjnldsv
commented
Jun 25, 2023
/compile amend / |
2599554 to
f646f1eCompare
susnux
left a comment
There was a problem hiding this comment.
Is OC not (theoretically) private API? (just asking because in this case probably those apps should migrate?)
skjnldsv
commented
Jun 25, 2023
Those apps should indeed migrate, but we need to properly deprecate and publish some documents with an alternative |
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
f646f1e to
adff75dCompareThe backport to stable27 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
szaimen
commented
Jun 25, 2023
/backport to stable27 |
The backport to stable27 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
ShGKme
commented
Feb 8, 2024
@skjnldsv So, should we deprecate it in Nextcloud 29? |
Fix#38981
Fixnextcloud/activity#1199
Fixnextcloud/news#2242
cc @AsamK