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

Use a WHATWG URL spec compliant URL parser - see https://url.spec.wha… #229

Merged
merged 1 commit into from
Nov 5, 2019

Conversation

DeepDiver1975
Copy link
Member

…twg.org/ - this is necessary to parse the redirect url as close as browsers do.

@DeepDiver1975 DeepDiver1975 self-assigned this Nov 4, 2019
@DeepDiver1975
Copy link
Member Author

Damn - https://packagist.org/packages/rowbot/url requires php-gmp which is not in the ci containers and also not part of the usual owncloud installation ...

@DeepDiver1975 DeepDiver1975 force-pushed the bugfix/url-validate branch 2 times, most recently from 127d219 to 6b3d484 Compare November 5, 2019 10:18
@DeepDiver1975
Copy link
Member Author

requires php-gmp which is not in the ci containers

fixed by owncloud-ci/php#108

not part of the usual owncloud installation

wrong - THX @pako81 - php-gmp is a documented requirement since oc 9.0

…twg.org/ - this is necessary to parse the redirect url as close as browsers do.
Copy link
Contributor

@phil-davis phil-davis left a comment

Choose a reason for hiding this comment

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

drone and Makefile CI changes look good

Copy link
Contributor

@PVince81 PVince81 left a comment

Choose a reason for hiding this comment

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

looks fine to me 👍

@@ -9,6 +9,8 @@ config = {
'master'
],

'appInstallCommand': 'make vendor',
Copy link
Contributor

Choose a reason for hiding this comment

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

indent

@DeepDiver1975
Copy link
Member Author

Overriding CLA and Codecov -> merge

@DeepDiver1975 DeepDiver1975 merged commit 8bb98a8 into master Nov 5, 2019
@delete-merged-branch delete-merged-branch bot deleted the bugfix/url-validate branch November 5, 2019 11:44
@codecov
Copy link

codecov bot commented Nov 5, 2019

Codecov Report

Merging #229 into master will decrease coverage by 0.14%.
The diff coverage is 94.44%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #229      +/-   ##
============================================
- Coverage     66.74%   66.59%   -0.15%     
- Complexity      229      230       +1     
============================================
  Files            34       34              
  Lines           908      910       +2     
============================================
  Hits            606      606              
- Misses          302      304       +2
Impacted Files Coverage Δ Complexity Δ
lib/Utilities.php 93.75% <94.44%> (-6.25%) 15 <3> (+1)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 359e324...fc7eee7. Read the comment docs.

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.

3 participants