Uh oh!
There was an error while loading. Please reload this page.
fix: expect interface, not a specific implementation - #38625
Conversation
Uh oh!
There was an error while loading. Please reload this page.
1acc054 to
a38b21cCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
JoshuaPettus
commented
Jun 14, 2023
Why is this slated for NC28? It's a regression that effects NC26 and 27. |
paulijar
commented
Jun 14, 2023
And also NC25. |
For this PR is against the master branch. Backports would have the specific milestone of the next maintenance release assigned. |
a38b21c to
ff23772CompareUh oh!
There was an error while loading. Please reload this page.
ff23772 to
cde9c1dCompareWow, how did this even work, ever? To answer the question myself:
– phpdoc |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- fixes a regression when deleting folders while music app was enabled, for a LazyRoot was passed to this method. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
createNode() is protected and used by Folder, but being an internal-only method it shall not be exposed in the Folder or IRootFolder interface. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
0b32684 to
088a0eeCompareblizzz
commented
Jun 23, 2023
/backport to stable27 |
blizzz
commented
Jun 23, 2023
/backport to stable26 |
blizzz
commented
Jun 23, 2023
/backport to stable25 |
The backport to stable25 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable25
git pull origin stable25
# Create the new backport branch
git checkout -b fix/foo-stable25
# 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-stable25More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
szaimen
commented
Jun 23, 2023
/backport to stable25 |
The backport to stable25 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable25
git pull origin stable25
# Create the new backport branch
git checkout -b fix/foo-stable25
# 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-stable25More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
Summary
Checklist