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

Move files_external to IBootstrap and remove some deprecated stuff in the process #26319

Merged
merged 6 commits into from
Jun 16, 2021

Conversation

icewind1991
Copy link
Member

No description provided.

@icewind1991 icewind1991 added the 2. developing Work in progress label Mar 26, 2021
@icewind1991 icewind1991 force-pushed the files_external_app.php branch 3 times, most recently from 45b6e76 to c0436c3 Compare March 26, 2021 15:07
@icewind1991 icewind1991 added the 3. to review Waiting for reviews label Mar 26, 2021
@icewind1991 icewind1991 added this to the Nextcloud 22 milestone Mar 26, 2021
@icewind1991 icewind1991 removed the 2. developing Work in progress label Mar 26, 2021
Copy link
Member

@blizzz blizzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 – sharepoint master also continues to work with this

@@ -120,7 +120,7 @@ protected function configure() {
}

protected function execute(InputInterface $input, OutputInterface $output): int {
$user = $input->getOption('user');
$user = (string) $input->getOption('user');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The return value could be string|string[]|bool|null. MInd to remove this change for now and then we look into make this correct?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

psalm wants the cast

Copy link
Member

@MorrisJobke MorrisJobke Mar 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But casting an array to string will cause issues, no?

Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 🐘

This was referenced May 20, 2021
@blizzz blizzz mentioned this pull request Jun 2, 2021
57 tasks
@MorrisJobke MorrisJobke mentioned this pull request Jun 10, 2021
59 tasks
@blizzz blizzz mentioned this pull request Jun 16, 2021
45 tasks
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
@blizzz
Copy link
Member

blizzz commented Jun 16, 2021

rebased

Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
@blizzz blizzz added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Jun 16, 2021
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
@MorrisJobke MorrisJobke changed the title Move files_external to IBootstrap and remove some depricated stuff in the process Move files_external to IBootstrap and remove some deprecated stuff in the process Jun 16, 2021
@MorrisJobke MorrisJobke merged commit 4c93249 into master Jun 16, 2021
@MorrisJobke MorrisJobke deleted the files_external_app.php branch June 16, 2021 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish feature: external storage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants