add command to scan external storages directly#25109
Merged
icewind1991 merged 1 commit intomasterfrom Mar 7, 2024
Merged
Conversation
Member
|
CS and Psalm have complains |
Member
|
Ping @icewind1991 I think it would be good to have this in a good shape for when we branch off |
Member
|
Sooo.... continue or close? |
Merged
Member
🏓 |
Member
|
conflicts and unhappy CI |
Member
|
moving to 23 |
Member
|
/rebase |
Merged
Merged
Merged
Merged
come-nc
approved these changes
Sep 21, 2023
Contributor
come-nc
left a comment
There was a problem hiding this comment.
It would be cleaner to also support json output since if I recall correctly all occ command advertise support for --output=json
Merged
Member
|
@icewind1991 or @come-nc can you rebase? |
4208014 to
d7d8822
Compare
the main use case of this over simply scanning through is the ability to provide a username and/or password for cases where login credentials are used Signed-off-by: Robin Appelman <[email protected]>
d7d8822 to
42e14cc
Compare
skjnldsv
approved these changes
Mar 7, 2024
Merged
joshtrichards
added a commit
to nextcloud/documentation
that referenced
this pull request
Nov 22, 2024
- Adds missing minimal documentation entry for nextcloud/server#25109 - Adds an introduction paragraph Signed-off-by: Josh <[email protected]>
backportbot bot
pushed a commit
to nextcloud/documentation
that referenced
this pull request
Nov 25, 2024
- Adds missing minimal documentation entry for nextcloud/server#25109 - Adds an introduction paragraph Signed-off-by: Josh <[email protected]>
backportbot bot
pushed a commit
to nextcloud/documentation
that referenced
this pull request
Nov 25, 2024
- Adds missing minimal documentation entry for nextcloud/server#25109 - Adds an introduction paragraph Signed-off-by: Josh <[email protected]>
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 free
to 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.
the main use case of this over simply scanning through the full path is the ability to provide a username and/or password for cases where login credentials are used and remove the need to pick a user to scan through
Signed-off-by: Robin Appelman [email protected]