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

get rid of public link url hash #2596

Merged
merged 1 commit into from
Mar 1, 2022
Merged

Conversation

fschade
Copy link
Contributor

@fschade fschade commented Mar 1, 2022

Get rid of the public link url hash which is needed for web history mode.

owncloud/web#6363

@@ -212,7 +212,7 @@ func PublicShare2ShareData(share *link.PublicShare, r *http.Request, publicURL s
Token: share.Token,
Name: share.DisplayName,
MailSend: 0,
URL: publicURL + path.Join("/", "#/s/"+share.Token),
URL: publicURL + path.Join("/", "s/"+share.Token),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
URL: publicURL + path.Join("/", "s/"+share.Token),
URL: publicURL + path.Join("/", "s", share.Token),

?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as discussed, this fails in CI and is not that important. keep it like it is.

@kulmann kulmann merged commit abc01bb into cs3org:edge Mar 1, 2022
ishank011 pushed a commit to cernbox/reva that referenced this pull request Mar 3, 2022
ishank011 pushed a commit to cernbox/reva that referenced this pull request Mar 3, 2022
ishank011 pushed a commit to ishank011/reva that referenced this pull request Mar 4, 2022
labkode pushed a commit that referenced this pull request Mar 7, 2022
Co-authored-by: Florian Schade <f.schade@icloud.com>
ishank011 pushed a commit to cernbox/reva that referenced this pull request Mar 10, 2022
Daniel-WWU-IT pushed a commit to Daniel-WWU-IT/reva that referenced this pull request Mar 16, 2022
Co-authored-by: Florian Schade <f.schade@icloud.com>
@micbar micbar mentioned this pull request May 5, 2022
45 tasks
@kobergj kobergj mentioned this pull request Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants