Skip to content

Commit

Permalink
Merge pull request #360 from nextcloud/backport/300/stable24
Browse files Browse the repository at this point in the history
[stable24] get rid of mspt
  • Loading branch information
ArtificialOwl committed Jul 14, 2022
2 parents 8e9a634 + 9b8c5d2 commit cabb922
Show file tree
Hide file tree
Showing 123 changed files with 8,143 additions and 1,555 deletions.
4 changes: 0 additions & 4 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
</background-jobs>

<commands>
<command>OCA\Backup\Command\RemoteAdd</command>
<command>OCA\Backup\Command\RemoteList</command>
<command>OCA\Backup\Command\RemoteRemove</command>

<command>OCA\Backup\Command\ExternalAdd</command>
<command>OCA\Backup\Command\ExternalAppData</command>
<command>OCA\Backup\Command\ExternalList</command>
Expand Down
18 changes: 0 additions & 18 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [

'ocs' => [
['name' => 'Local#setupExport', 'url' => '/setup/{encrypted}', 'verb' => 'GET'],
['name' => 'Local#getSettings', 'url' => '/settings', 'verb' => 'GET'],
Expand All @@ -14,22 +13,5 @@

['name' => 'Local#unsetExternalFolder', 'url' => '/external/{storageId}', 'verb' => 'DELETE'],
['name' => 'Local#initAction', 'url' => '/action/{type}/{param}', 'verb' => 'POST']
],

'routes' => [
['name' => 'Remote#appService', 'url' => '/', 'verb' => 'GET'],
['name' => 'Remote#test', 'url' => '/test', 'verb' => 'GET'],

['name' => 'Remote#listRestoringPoint', 'url' => '/rp', 'verb' => 'GET'],
['name' => 'Remote#getRestoringPoint', 'url' => '/rp/{pointId}', 'verb' => 'GET'],
['name' => 'Remote#healthRestoringPoint', 'url' => '/rp/{pointId}/health', 'verb' => 'GET'],
[
'name' => 'Remote#downloadRestoringPoint', 'url' => '/rp/{pointId}/{chunkName}download',
'verb' => 'GET'
],
['name' => 'Remote#createRestoringPoint', 'url' => '/rp', 'verb' => 'PUT'],
['name' => 'Remote#updateRestoringPoint', 'url' => '/rp/{pointId}', 'verb' => 'POST'],
['name' => 'Remote#deleteRestoringPoint', 'url' => '/rp/{pointId}', 'verb' => 'DELETE'],
['name' => 'Remote#uploadRestoringChunk', 'url' => '/rp/{pointId}/{chunkName}', 'verb' => 'POST']
]
];
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
}
},
"require": {
"artificial-owl/my-small-php-tools": "~23",
"ifsnop/mysqldump-php": "2.9",
"spatie/db-dumper": "2.21.1",
"pimple/pimple": "~3.0"
Expand Down
Loading

0 comments on commit cabb922

Please sign in to comment.