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

[stable10] Use sabre/vobject ^4.2 to fix issues in ITip messages #34553

Merged
merged 1 commit into from Feb 20, 2019

Conversation

DeepDiver1975
Copy link
Member

@DeepDiver1975 DeepDiver1975 commented Feb 19, 2019

Description

Generated ITip messages are missing the timezone information.
This results in invalid ics messages which can cause issues with clients receiving these messages - e.g. MS Exchange

Related Issue

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Database schema changes (next release will require increase of minor version instead of patch)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

Open tasks:

  • Backport (if applicable set "backport-request" label and remove when the backport was done)

@DeepDiver1975
Copy link
Member Author

Master does not need this change - sabre/dav already pulls in the correct version

@PVince81
Copy link
Contributor

do we really want to depend on alpha libraries ?

@DeepDiver1975
Copy link
Member Author

do we really want to depend on alpha libraries

good point - will do a final release ...... THX for pointing out

@DeepDiver1975
Copy link
Member Author

good point - will do a final release ...... THX for pointing out

sabre-io/vobject#446

@codecov
Copy link

codecov bot commented Feb 19, 2019

Codecov Report

Merging #34553 into stable10 will decrease coverage by 18.59%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             stable10   #34553      +/-   ##
==============================================
- Coverage       63.68%   45.08%   -18.6%     
==============================================
  Files            1269      116    -1153     
  Lines           75553    11474   -64079     
  Branches         1293     1293              
==============================================
- Hits            48114     5173   -42941     
+ Misses          27058     5920   -21138     
  Partials          381      381
Flag Coverage Δ Complexity Δ
#javascript 53.29% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 30.64% <ø> (-34.15%) 0 <ø> (-19146)
Impacted Files Coverage Δ Complexity Δ
lib/private/Files/Storage/DAV.php 59.45% <0%> (-21.64%) 0% <0%> (ø)
apps/updatenotification/templates/admin.php
lib/private/Encryption/Keys/Storage.php
lib/private/App/CodeChecker/NodeVisitor.php
lib/private/RedisFactory.php
apps/dav/lib/Avatars/AvatarNode.php
...s/dav/appinfo/Migrations/Version20170202213905.php
apps/dav/lib/Upload/ChunkLocationProvider.php
apps/files/lib/AppInfo/Application.php
apps/systemtags/list.php
... and 1145 more

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 bef80b2...5d36763. Read the comment docs.

@codecov
Copy link

codecov bot commented Feb 19, 2019

Codecov Report

Merging #34553 into stable10 will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             stable10   #34553      +/-   ##
==============================================
- Coverage       63.93%   63.92%   -0.01%     
- Complexity      19146    19150       +4     
==============================================
  Files            1269     1269              
  Lines           75553    75560       +7     
  Branches         1293     1293              
==============================================
+ Hits            48302    48305       +3     
- Misses          26870    26874       +4     
  Partials          381      381
Flag Coverage Δ Complexity Δ
#javascript 53.29% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 65.06% <ø> (-0.01%) 19150 <ø> (+4)
Impacted Files Coverage Δ Complexity Δ
...pps/dav/lib/SystemTag/SystemTagsByIdCollection.php 81.03% <0%> (-5.25%) 25% <0%> (+4%)

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 1d37851...d9c22a7. Read the comment docs.

@DeepDiver1975 DeepDiver1975 changed the title Use sabre/vobject ^4.2.0-alpha1 to fix issues in ITip messages [stable10] Use sabre/vobject ^4.2.0-alpha1 to fix issues in ITip messages Feb 19, 2019
@DeepDiver1975 DeepDiver1975 changed the title [stable10] Use sabre/vobject ^4.2.0-alpha1 to fix issues in ITip messages [stable10] Use sabre/vobject ^4.2 to fix issues in ITip messages Feb 19, 2019
@phil-davis
Copy link
Contributor

See PR #34564 for implementing the official sabre/vobject 4.2.0 in master. Something like that will need to be added to this PR.

@DeepDiver1975
Copy link
Member Author

Already incorporated

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.

👍

@PVince81 PVince81 merged commit 508169a into stable10 Feb 20, 2019
@delete-merged-branch delete-merged-branch bot deleted the bugfix/uppdate-sabre-vobject branch February 20, 2019 09:10
@PVince81
Copy link
Contributor

@DeepDiver1975 port to master ?

@DeepDiver1975
Copy link
Member Author

Phil already Took Care of master. Pr is linked

@PVince81 PVince81 added this to the QA milestone Apr 12, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants