Skip to content

Commit

Permalink
ssxp initial
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Oct 13, 2024
1 parent 86707ed commit b8561f8
Show file tree
Hide file tree
Showing 8 changed files with 597 additions and 4 deletions.
1 change: 1 addition & 0 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Memories is a *batteries-included* photo management solution for Nextcloud with
<command>OCA\Memories\Command\Index</command>
<command>OCA\Memories\Command\PlacesSetup</command>
<command>OCA\Memories\Command\MigrateGoogleTakeout</command>
<command>OCA\Memories\Command\AI</command>
</commands>
<settings>
<admin>OCA\Memories\Settings\Admin</admin>
Expand Down
1 change: 1 addition & 0 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ function w($base, $param)
['name' => 'Other#setUserConfig', 'url' => '/api/config/{key}', 'verb' => 'PUT'],
['name' => 'Other#getUserConfig', 'url' => '/api/config', 'verb' => 'GET'],
['name' => 'Other#describeApi', 'url' => '/api/describe', 'verb' => 'GET'],
['name' => 'Other#search', 'url' => '/api/search', 'verb' => 'GET'],

// Admin
['name' => 'Admin#getSystemStatus', 'url' => '/api/system-status', 'verb' => 'GET'],
Expand Down
Loading

0 comments on commit b8561f8

Please sign in to comment.