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

Fix group share not working #3440

Merged
merged 1 commit into from
Jan 12, 2019
Merged

Fix group share not working #3440

merged 1 commit into from
Jan 12, 2019

Conversation

tobiasKaminsky
Copy link
Member

Fix #3402

  • fix wrong mapping from room to group
  • take type into account when checking if already shared

To test:
share the same file / folder to:

  • group
  • user
  • room/conversation

Signed-off-by: tobiasKaminsky tobias@kaminsky.me

- take type into account when checking if already shared

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
@nextcloud-android-bot
Copy link
Collaborator

Lint

TypemasterPR
Warnings8383
Errors00

FindBugs (new)

Warning TypeNumber
Bad practice Warnings35
Correctness Warnings159
Internationalization Warnings15
Malicious code vulnerability Warnings12
Multithreaded correctness Warnings9
Performance Warnings119
Security Warnings66
Dodgy code Warnings135
Total550

FindBugs (master)

Warning TypeNumber
Bad practice Warnings35
Correctness Warnings159
Internationalization Warnings15
Malicious code vulnerability Warnings11
Multithreaded correctness Warnings9
Performance Warnings119
Security Warnings66
Dodgy code Warnings134
Total548

@codecov
Copy link

codecov bot commented Jan 10, 2019

Codecov Report

Merging #3440 into master will increase coverage by <.01%.
The diff coverage is 14.28%.

@@             Coverage Diff             @@
##             master   #3440      +/-   ##
===========================================
+ Coverage      6.13%   6.14%   +<.01%     
  Complexity        1       1              
===========================================
  Files           315     315              
  Lines         30523   30526       +3     
  Branches       4405    4405              
===========================================
+ Hits           1874    1875       +1     
- Misses        28367   28369       +2     
  Partials        282     282
Impacted Files Coverage Δ Complexity Δ
...cloud/android/ui/activity/FileDisplayActivity.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...ndroid/providers/UsersAndGroupsSearchProvider.java 17.3% <50%> (+0.64%) 0 <0> (ø) ⬇️

1 similar comment
@codecov
Copy link

codecov bot commented Jan 10, 2019

Codecov Report

Merging #3440 into master will increase coverage by <.01%.
The diff coverage is 14.28%.

@@             Coverage Diff             @@
##             master   #3440      +/-   ##
===========================================
+ Coverage      6.13%   6.14%   +<.01%     
  Complexity        1       1              
===========================================
  Files           315     315              
  Lines         30523   30526       +3     
  Branches       4405    4405              
===========================================
+ Hits           1874    1875       +1     
- Misses        28367   28369       +2     
  Partials        282     282
Impacted Files Coverage Δ Complexity Δ
...cloud/android/ui/activity/FileDisplayActivity.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...ndroid/providers/UsersAndGroupsSearchProvider.java 17.3% <50%> (+0.64%) 0 <0> (ø) ⬇️

@AndyScherzinger
Copy link
Member

AndyScherzinger commented Jan 10, 2019

👍 looks good code wise 👍

Approved with PullApprove

@AndyScherzinger AndyScherzinger added this to the Nextcloud App 3.5.0 milestone Jan 12, 2019
@AndyScherzinger AndyScherzinger merged commit ad2c416 into master Jan 12, 2019
@AndyScherzinger
Copy link
Member

/backport to stable-3.4.x

@backportbot-nextcloud
Copy link

backport to stable-3.4.x in #3445

@AndyScherzinger AndyScherzinger deleted the fixGroupShare branch January 12, 2019 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Share file problem
3 participants