Uh oh!
There was an error while loading. Please reload this page.
try to fix regression with public file upload button - #39916
Conversation
404b1b6 to
6226765Compareszaimen
commented
Aug 16, 2023
/backport to stable27 |
btw @susnux the file/folder picker does not seem to work on public link shares currently... Or is it not merged yet? |
szaimen
commented
Aug 16, 2023
/compile amend / |
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6226765 to
372f9c9Comparesusnux
commented
Aug 16, 2023
Not merged for master currently. |
szaimen
commented
Aug 16, 2023
all right 👍 |
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 |
susnux
commented
Aug 16, 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 |
susnux
commented
Aug 16, 2023
/backport 6226765 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 |
szaimen
commented
Aug 17, 2023
nickvergessen
commented
Aug 17, 2023
If there is compiled JS backporting mostly never works. You can help yourself by having the compiling in another commit, by using |
susnux
commented
Aug 17, 2023
@nickvergessen the last of my requests did not contain any compiled assets but still failed. |
nickvergessen
commented
Aug 17, 2023
Yeah sorry, it contains compiled CSS not JS. but same problem. all the scss files are reduced to a single line. so conflicts are just going to happen. |
On public link shares where files are editable, there the add button is broken after #39884. Fix this: