-
Notifications
You must be signed in to change notification settings - Fork 155
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
fix(patch vue-router): url / to %2F encoding #5715
Conversation
Results for oC10SharingInternalUsersSharingIndicator https://drone.owncloud.com/owncloud/web/18507/28/1
|
Results for oC10IntegrationApp1 https://drone.owncloud.com/owncloud/web/18507/65/1 |
Linking #4595 here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm.... could you also look into real blanks in URLs instead of 🤔%20
? So that New Folder
will be New Folder
instead of New%20Folder
in the URL?
70c656d
to
8267ca8
Compare
wait for owncloud/owncloud-design-system#1626 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have an integration test for the pagination as well and I'm wondering why you didn't have to touch that...could you take a look?
@@ -0,0 +1,7 @@ | |||
Bugfix: url encoding / decoding | |||
|
|||
Fixes Vue router (prior to version 4) encoding from `files/all/folder` to `files%2Fall%2Ffolder`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't you fix it the other way around? 🤔
Also, is this a bugfix or a breaking change for users (since, e.g., bookmarks don't work anymore as they should)? |
bc62c4f
to
e90131c
Compare
e90131c
to
144706c
Compare
…to 02092021_bump-ods-10.0.0
vue router v3* encodes slashes, this fixes this as temporary till we bump the router
refactor pagination from files to dedicated store module and use query parameter instead of param
also add real pathes to files-personal files-public-list files-location-picker fix location picker root copy url
3b4dbc4
to
1dd3cd4
Compare
Results for oCISSharingInternalUsers2 https://drone.owncloud.com/owncloud/web/18860/56/1 |
SonarCloud Quality Gate failed. |
Results for oCISSharingInternalUsers2 https://drone.owncloud.com/owncloud/web/18879/56/1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! 💪
vue router v3* encodes slashes, pr fixes this temporary till we bump the router.
fixes: #5714