-
Notifications
You must be signed in to change notification settings - Fork 91
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
Bugfix Cover Missing GPS and Photo Size #1349
Bugfix Cover Missing GPS and Photo Size #1349
Conversation
81bb9bc
to
79e3e46
Compare
79e3e46
to
dbc3882
Compare
dbc3882
to
db43b0f
Compare
db43b0f
to
9a00794
Compare
/rebase |
f337ad7
to
b639b59
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1349 +/- ##
============================================
- Coverage 49.15% 48.96% -0.20%
+ Complexity 999 996 -3
============================================
Files 206 206
Lines 7834 7826 -8
Branches 1015 1019 +4
============================================
- Hits 3851 3832 -19
- Misses 3441 3445 +4
- Partials 542 549 +7
|
b639b59
to
fda2c3d
Compare
fda2c3d
to
c5969e6
Compare
c5969e6
to
ed16035
Compare
ed16035
to
4c64325
Compare
4c64325
to
6625a35
Compare
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
6625a35
to
3b1f901
Compare
Signed-off-by: alperozturk <alper_ozturk@proton.me>
/backport to stable-2.18 |
The backport to # Switch to the target branch and update it
git checkout stable-2.18
git pull origin stable-2.18
# Create the new backport branch
git checkout -b backport/1349/stable-2.18
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick b2794f50 4fa1e18e c3118d12 241b7fe5 87a2fb69 d21a1f69 3b1f9018 a2e15dda
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/1349/stable-2.18 Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for nextcloud:backport/1349/stable-2.18."} Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
Backend not always returning array of some element (ArrayList<*>) with new xml props(EXTENDED_PROPERTY_METADATA_PHOTOS_SIZE, EXTENDED_PROPERTY_METADATA_PHOTOS_GPS) therefore client side have cast error.