Uh oh!
There was an error while loading. Please reload this page.
implement federated group sharing - #9895
Merged
Merged
Conversation
Codecov Report
@@ Coverage Diff @@## master #9895 +/- ##
============================================
- Coverage 51.4% 6.32% -45.09% - Complexity 26411 26448 +37
============================================
Files 1690 1690 Lines 97712 97836 +124 Branches 1292 1290 -2 ============================================
- Hits 50233 6184 -44049 - Misses 47479 91652 +44173
|
schiessleforce-pushed
the
fed-group-shares
branch
2 times, most recently
from
June 29, 2018 10:02
57beaba to
a6430f6CompareMorrisJobke
commented
Jul 3, 2018
Member
@schiessle Could you rebase to resolve the conflicts and have less changes as the other PR got merged. |
schiessle
commented
Jul 4, 2018
MemberAuthor
@MorrisJobke just done 🙂 |
rullzer
commented
Jul 5, 2018
Member
I would feel a lot more comfortable if you could extend (or copy) the federated integration tests and move them to group shares. Just so we know when it does 💥 |
schiessleforce-pushed
the
fed-group-shares
branch
6 times, most recently
from
July 10, 2018 12:11
bac6cad to
da020ebCompareMemberAuthor
@rullzer I added some integration tests. Now it is your turn 😉 |
rullzer
commented
Jul 10, 2018
Member
Now the unit tests fail ;) |
rullzer
commented
Jul 10, 2018
Member
And yay for tests! |
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
schiessle
commented
Jul 11, 2018
MemberAuthor
@rullzer unit tests should be fixed now |
MorrisJobke
commented
Jul 11, 2018
Member
I added this to the OP 😉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allows you to share a file/folder with a group on a different server. The group is addressed similiar to a individual user:
<groupname>@<server>. By default incoming and outgoing federated group shares are disabled in the admin settings.Fixes#4252