Skip to content

Commit

Permalink
Remove authentication and dashboard routes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Jan 17, 2024
1 parent ea7abe6 commit 3769de6
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 704 deletions.
15 changes: 0 additions & 15 deletions src/Cachet.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ class Cachet
*/
const USER_AGENT = 'Cachet/1.0';

/**
* Cachet is being used to authenticate users.
*/
public static bool $withAuthentication = false;

/**
* Get the default CSS variables.
*
Expand Down Expand Up @@ -58,16 +53,6 @@ public static function routes(): PendingRouteRegistration
return new PendingRouteRegistration();
}

/**
* Enable Cachet's authentication routes.
*/
public static function withAuthentication(): static
{
static::$withAuthentication = true;

return new static();
}

/**
* Get the URI path prefix used by Cachet.
*/
Expand Down
1 change: 0 additions & 1 deletion src/CachetCoreServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ private function registerRoutes(): void
});

Cachet::routes()
->withAuthenticationRoutes()
->register();
}

Expand Down
85 changes: 0 additions & 85 deletions src/Http/Controllers/Dashboard/ComponentController.php

This file was deleted.

66 changes: 0 additions & 66 deletions src/Http/Controllers/Dashboard/ComponentGroupController.php

This file was deleted.

18 changes: 0 additions & 18 deletions src/Http/Controllers/Dashboard/DashboardController.php

This file was deleted.

68 changes: 0 additions & 68 deletions src/Http/Controllers/Dashboard/IncidentController.php

This file was deleted.

66 changes: 0 additions & 66 deletions src/Http/Controllers/Dashboard/IncidentTemplateController.php

This file was deleted.

10 changes: 0 additions & 10 deletions src/Http/Controllers/Dashboard/IncidentUpdateController.php

This file was deleted.

13 changes: 0 additions & 13 deletions src/Http/Controllers/Dashboard/KitchenSinkController.php

This file was deleted.

Loading

0 comments on commit 3769de6

Please sign in to comment.