-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Accept to ocm group 2 #40886
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
Merged
Merged
Accept to ocm group 2 #40886
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2f55914
Accept OCM to groups
michielbdejong 5eeb437
Accept OCM to groups
michielbdejong 0485d0f
fix the broken tests
navid-shokri c2d3c6b
Fix code style
phil-davis 783fe0c
Update ProviderFactory.php
navid-shokri 049b9a8
Merge pull request #16 from pondersource/Fix#19-ocm
navid-shokri 53b2921
improve logics
shokri-navid 36b625d
adjust code format
shokri-navid 263ceaa
remove extra space
shokri-navid 2bea3c6
remove extra space
shokri-navid 98d1200
Merge pull request #17 from pondersource/fix/review-comments
navid-shokri ab60172
add logger to RemoteOcsController
shokri-navid 9f59310
resolve RemotOcsControllerTest error
shokri-navid 7331f71
Resolve PR review conversations
shokri-navid d1d9d5e
Merge remote-tracking branch 'refs/remotes/origin/accept-ocm-to-group…
shokri-navid 2d51f5d
check if shareType is undefined
soltanireza65 05f14c1
add comment to apps/files_sharing/api/v1 body `shareType`
soltanireza65 169637c
convert string share type to int
shokri-navid b2bc981
improve logics
shokri-navid 85bb598
remove extra space
shokri-navid 6ee6aa1
code style fix
shokri-navid e0fabef
add missing logger parameter in RemoteOcsController
shokri-navid 78fbce0
Merge branch 'master' into accept-to-ocm-group-2
navid-shokri 4964faa
throw share not found exception on wrong share link
shokri-navid 3a99fac
Rename group manager to avoid confusion
MahdiBaghbani File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Resolve PR review conversations
- Loading branch information
commit 7331f71446b965da7f09f92c37b85de2aa34ef7f
There are no files selected for viewing
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
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we probably should rename this function. There is a "groupManager" which is widely used (https://github.com/owncloud/core/blob/master/lib/public/IGroupManager.php) so it might be confusing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jvillafanez Hi, I've changed the name a bit to "initGroupExternalManager", it should not be confused with simple "groupManager" anymore since it explicitly declares it is external.
If it still counts as confusing name, let me know.