Uh oh!
There was an error while loading. Please reload this page.
fix(SharingEntryLink): Show default password before create if any - #49115
Conversation
28c9676 to
808f07aComparejoshtrichards
commented
Nov 7, 2024
Looks good! Related: #46837 (not sure if this fixes that too) |
Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : #48860 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
808f07a to
6d3f5d3Comparenfebe
commented
Nov 8, 2024
Not exactly might require a separate PR. Took it. |
nfebe
commented
Nov 8, 2024
/compile |
nfebe
commented
Nov 8, 2024
/backport to stable30 |
nfebe
commented
Nov 8, 2024
/backport to stable29 |
nfebe
commented
Nov 8, 2024
/backport to stable28 |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
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/49115/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 6d3f5d39 1f17b2f8
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/49115/stable29Error: Failed to push branch backport/49115/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. |
skjnldsv
commented
Nov 8, 2024
|
Will fix EDIT: fix in https://github.com/nextcloud/server/commits/77b4826a19ea66a4158b0dbf66634917199cf9ed |
DanScharon
commented
Dec 10, 2024
the backport to stable29 has not made the cut, correct? Can you retry backporting please? |
Prevent silent addition of expiration date to shares.
Resolves : #48860
Screenshots