Skip to content
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

[BUG] Share link can’t be named / renamed anymore #1246

Closed
felixboehm opened this issue Jul 8, 2023 · 1 comment · Fixed by #1297
Closed

[BUG] Share link can’t be named / renamed anymore #1246

felixboehm opened this issue Jul 8, 2023 · 1 comment · Fixed by #1297
Assignees
Labels
Estimation - 3 (M) 3 points p2-high Escalation, on top of current planning, release blocker
Milestone

Comments

@felixboehm
Copy link

felixboehm commented Jul 8, 2023

Steps to reproduce

  1. Create a share link in ios 12.0.2

Expected behavior

When creating a share link there should be a field to name the link.

When a link was created, have an option to rename the link.

Actual behavior

In the latest version, share links there is no option to set a name or rename.
Name is default „Link“

Client

iOS version: 12.0.2

Server configuration

Web server: cloud.damken.com

Tell us what could be improved:

User flow for creating a link doesn’t have to provide option to set a name necessarily,
yet I want to be able to at least rename existing share links.

New Version looks great - thanks

@michaelstingl michaelstingl added this to the 12.0-Current milestone Jul 8, 2023
@michaelstingl
Copy link
Contributor

michaelstingl commented Jul 10, 2023

In oC10, I can rename a public link this way:

curl 'https://demo.owncloud.com/ocs/v1.php/apps/files_sharing/api/v1/shares/1' \
-X 'PUT' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Authorization: Bearer REDACTED' \
--data 'permissions=1&name=Link+with+a+fancy+name&expireDate='

Version:

[Log]  ownCloud Web UI 6.0.0  (web-runtime-f0fd7d61.js, line 1)
[Log]  ownCloud 10.12.2 Enterprise  (web-runtime-f0fd7d61.js, line 1)

In oCIS/web, I can rename a public link this way:

curl 'https://ocis.ocis-web.daily.owncloud.works/ocs/v1.php/apps/files_sharing/api/v1/shares/FlDcKnceeljZyfY' \
-X 'PUT' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Authorization: Bearer REDACTED' \
--data 'permissions=1&name=Link+with+a+fancy+name&expireDate='

Version:

[Log]  ownCloud Web UI 7.1.0-alpha.1  (index.html-d6e96e47.mjs, line 7)
[Log]  Infinite Scale 3.1.0-next.2+d1c968c05 Community  (index.html-d6e96e47.mjs, line 7)

@michaelstingl michaelstingl modified the milestones: 12.0-Current, 12.1-Next Aug 14, 2023
@michaelstingl michaelstingl added the p2-high Escalation, on top of current planning, release blocker label Nov 13, 2023
@jesmrec jesmrec mentioned this issue Nov 17, 2023
36 tasks
@michaelstingl michaelstingl linked a pull request Nov 27, 2023 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Estimation - 3 (M) 3 points p2-high Escalation, on top of current planning, release blocker
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants