wireapp / wire-webapp

👽 Wire for web
https://app.wire.com
GNU General Public License v3.0
1.12k stars 291 forks source link

fix: Improve asset downloading and caching [WPB-2829] #17626

Closed atomrc closed 3 weeks ago

atomrc commented 3 weeks ago
BugWPB-2829 [Web] Use header for access_token instead of GET-parameter in asset-downloads


Description

This will allow a better caching of the assets.

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

codecov-commenter commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 46.14%. Comparing base (bbd5935) to head (7749d66). Report is 2 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #17626 +/- ## ======================================= Coverage 46.13% 46.14% ======================================= Files 760 760 Lines 24989 24993 +4 Branches 5719 5721 +2 ======================================= + Hits 11529 11532 +3 - Misses 12017 12018 +1 Partials 1443 1443 ```