Loading appinfo/routes.php +2 −2 Original line number Diff line number Diff line Loading @@ -25,6 +25,8 @@ declare(strict_types=1); */ return [ 'routes' => [ //Maybe invitiation ['name' => 'invitation_maybe#tentative', 'url' => '/invitation/tentative/{token}', 'verb' => 'GET'], // User views ['name' => 'view#index', 'url' => '/', 'verb' => 'GET'], ['name' => 'view#index', 'url' => '/new', 'verb' => 'GET', 'postfix' => 'direct.new'], Loading Loading @@ -57,8 +59,6 @@ return [ ['name' => 'settings#setConfig', 'url' => '/v1/config/{key}', 'verb' => 'POST'], // Tools ['name' => 'email#sendEmailPublicLink', 'url' => '/v1/public/sendmail', 'verb' => 'POST'], //Maybe invitiation ['name' => 'invitation_maybe#tentative', 'url' => '/invitation/tentative/{token}', 'verb' => 'GET'], ], 'resources' => [ 'appointmentConfig' => ['url' => '/v1/appointment_configs'] Loading lib/Controller/InvitationMaybeController.php +2 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ declare(strict_types=1); namespace OCA\Calendar\Controller; use OCA\DAV\CalDAV\InvitationResponse\InvitationResponseServer; use OCP\AppFramework\Controller; use OCP\AppFramework\Http\TemplateResponse; Loading Loading
appinfo/routes.php +2 −2 Original line number Diff line number Diff line Loading @@ -25,6 +25,8 @@ declare(strict_types=1); */ return [ 'routes' => [ //Maybe invitiation ['name' => 'invitation_maybe#tentative', 'url' => '/invitation/tentative/{token}', 'verb' => 'GET'], // User views ['name' => 'view#index', 'url' => '/', 'verb' => 'GET'], ['name' => 'view#index', 'url' => '/new', 'verb' => 'GET', 'postfix' => 'direct.new'], Loading Loading @@ -57,8 +59,6 @@ return [ ['name' => 'settings#setConfig', 'url' => '/v1/config/{key}', 'verb' => 'POST'], // Tools ['name' => 'email#sendEmailPublicLink', 'url' => '/v1/public/sendmail', 'verb' => 'POST'], //Maybe invitiation ['name' => 'invitation_maybe#tentative', 'url' => '/invitation/tentative/{token}', 'verb' => 'GET'], ], 'resources' => [ 'appointmentConfig' => ['url' => '/v1/appointment_configs'] Loading
lib/Controller/InvitationMaybeController.php +2 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ declare(strict_types=1); namespace OCA\Calendar\Controller; use OCA\DAV\CalDAV\InvitationResponse\InvitationResponseServer; use OCP\AppFramework\Controller; use OCP\AppFramework\Http\TemplateResponse; Loading