Skip to content

Commit e8b8f7a

Browse files
committed
1.0.0-beta3
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent a50e6f3 commit e8b8f7a

File tree

7 files changed

+1799
-1459
lines changed

7 files changed

+1799
-1459
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ cert_dir=$(HOME)/.nextcloud/certificates
99
github_account=nextcloud
1010
release_account=nextcloud-releases
1111
branch=master
12-
version=1.0.0-beta2
13-
since_tag=1.0.0-beta1
12+
version=1.0.0-beta3
13+
since_tag=1.0.0-beta2
1414

1515
all: appstore
1616

WIP.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
- restore single file or the complete instance
1919
]]>
2020
</description>
21-
<version>1.0.0-beta2</version>
21+
<version>1.0.0-beta3</version>
2222
<licence>agpl</licence>
2323
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
2424
<namespace>Backup</namespace>
2525
<category>tools</category>
2626
<website>https://github.com/nextcloud/backup</website>
2727
<bugs>https://github.com/nextcloud/backup/issues</bugs>
2828
<repository type="git">https://github.com/nextcloud/backup.git</repository>
29-
<screenshot>https://raw.githubusercontent.com/nextcloud/backup/master/img/screenshot.png</screenshot>
29+
<screenshot>https://raw.githubusercontent.com/nextcloud/backup/master/screenshots/app.png</screenshot>
3030
<dependencies>
3131
<nextcloud min-version="23" max-version="23"/>
3232
</dependencies>

composer.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Command/ExternalAppData.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
214214
private function selectStorage(InputInterface $input, OutputInterface $output): int {
215215
$availableStorage = [];
216216
foreach ($this->externalFolderService->getStorages() as $storage) {
217-
if ($storage->getRoot() !== '') {
218-
continue;
219-
}
220217
$availableStorage[$storage->getStorageId()] =
221218
$storage->getStorage() . ' (id:' . $storage->getStorageId() . ')';
222219
}

0 commit comments

Comments
 (0)