SYMBOL INDEX (4743 symbols across 1058 files) FILE: app/Console/Commands/Environment/AppSettingsCommand.php class AppSettingsCommand (line 9) | class AppSettingsCommand extends Command method __construct (line 54) | public function __construct(private Kernel $console) method handle (line 64) | public function handle(): int method checkForRedis (line 144) | private function checkForRedis() FILE: app/Console/Commands/Environment/DatabaseSettingsCommand.php class DatabaseSettingsCommand (line 10) | class DatabaseSettingsCommand extends Command method __construct (line 28) | public function __construct(private DatabaseManager $database, private... method handle (line 38) | public function handle(): int method testMySQLConnection (line 97) | private function testMySQLConnection() FILE: app/Console/Commands/Environment/EmailSettingsCommand.php class EmailSettingsCommand (line 9) | class EmailSettingsCommand extends Command method __construct (line 31) | public function __construct(private ConfigRepository $config) method handle (line 41) | public function handle() method setupSmtpDriverVariables (line 79) | private function setupSmtpDriverVariables() method setupMailgunDriverVariables (line 110) | private function setupMailgunDriverVariables() method setupMandrillDriverVariables (line 131) | private function setupMandrillDriverVariables() method setupPostmarkDriverVariables (line 142) | private function setupPostmarkDriverVariables() FILE: app/Console/Commands/InfoCommand.php class InfoCommand (line 9) | class InfoCommand extends Command method __construct (line 18) | public function __construct(private ConfigRepository $config, private ... method handle (line 26) | public function handle() method formatText (line 77) | private function formatText(string $value, string $opts = ''): string FILE: app/Console/Commands/Location/DeleteLocationCommand.php class DeleteLocationCommand (line 10) | class DeleteLocationCommand extends Command method __construct (line 21) | public function __construct( method handle (line 34) | public function handle() FILE: app/Console/Commands/Location/MakeLocationCommand.php class MakeLocationCommand (line 8) | class MakeLocationCommand extends Command method __construct (line 19) | public function __construct(private LocationCreationService $creationS... method handle (line 29) | public function handle() FILE: app/Console/Commands/Maintenance/CleanServiceBackupFilesCommand.php class CleanServiceBackupFilesCommand (line 10) | class CleanServiceBackupFilesCommand extends Command method __construct (line 23) | public function __construct(FilesystemFactory $filesystem) method handle (line 33) | public function handle() FILE: app/Console/Commands/Maintenance/PruneOrphanedBackupsCommand.php class PruneOrphanedBackupsCommand (line 9) | class PruneOrphanedBackupsCommand extends Command method __construct (line 18) | public function __construct(private BackupRepository $backupRepository) method handle (line 23) | public function handle() FILE: app/Console/Commands/Node/MakeNodeCommand.php class MakeNodeCommand (line 8) | class MakeNodeCommand extends Command method __construct (line 33) | public function __construct(private NodeCreationService $creationService) method handle (line 43) | public function handle() FILE: app/Console/Commands/Node/NodeConfigurationCommand.php class NodeConfigurationCommand (line 8) | class NodeConfigurationCommand extends Command method handle (line 16) | public function handle(): int FILE: app/Console/Commands/Node/NodeListCommand.php class NodeListCommand (line 8) | class NodeListCommand extends Command method handle (line 12) | public function handle(): int FILE: app/Console/Commands/Overrides/KeyGenerateCommand.php class KeyGenerateCommand (line 7) | class KeyGenerateCommand extends BaseKeyGenerateCommand method handle (line 13) | public function handle() FILE: app/Console/Commands/Overrides/SeedCommand.php class SeedCommand (line 8) | class SeedCommand extends BaseSeedCommand method handle (line 16) | public function handle(): int FILE: app/Console/Commands/Overrides/UpCommand.php class UpCommand (line 8) | class UpCommand extends BaseUpCommand method handle (line 16) | public function handle(): int FILE: app/Console/Commands/Schedule/ProcessRunnableCommand.php class ProcessRunnableCommand (line 11) | class ProcessRunnableCommand extends Command method handle (line 20) | public function handle(): int method processSchedule (line 56) | protected function processSchedule(Schedule $schedule) FILE: app/Console/Commands/Server/BulkPowerActionCommand.php class BulkPowerActionCommand (line 13) | class BulkPowerActionCommand extends Command method __construct (line 25) | public function __construct(private DaemonPowerRepository $powerReposi... method handle (line 35) | public function handle() method getQueryBuilder (line 92) | protected function getQueryBuilder(array $servers, array $nodes): Builder FILE: app/Console/Commands/TelemetryCommand.php class TelemetryCommand (line 9) | class TelemetryCommand extends Command method __construct (line 18) | public function __construct(private TelemetryCollectionService $teleme... method handle (line 28) | public function handle() FILE: app/Console/Commands/UpgradeCommand.php class UpgradeCommand (line 10) | class UpgradeCommand extends Command method handle (line 33) | public function handle() method withProgress (line 179) | protected function withProgress(ProgressBar $bar, \Closure $callback) method getUrl (line 187) | protected function getUrl(): string FILE: app/Console/Commands/User/DeleteUserCommand.php class DeleteUserCommand (line 10) | class DeleteUserCommand extends Command method __construct (line 19) | public function __construct(private UserDeletionService $deletionService) method handle (line 24) | public function handle(): int FILE: app/Console/Commands/User/DisableTwoFactorCommand.php class DisableTwoFactorCommand (line 8) | class DisableTwoFactorCommand extends Command method __construct (line 17) | public function __construct(private UserRepositoryInterface $repository) method handle (line 28) | public function handle() FILE: app/Console/Commands/User/MakeUserCommand.php class MakeUserCommand (line 8) | class MakeUserCommand extends Command method __construct (line 17) | public function __construct(private UserCreationService $creationService) method handle (line 28) | public function handle() FILE: app/Console/Kernel.php class Kernel (line 16) | class Kernel extends ConsoleKernel method commands (line 21) | protected function commands(): void method schedule (line 29) | protected function schedule(Schedule $schedule): void method registerTelemetry (line 58) | private function registerTelemetry(Schedule $schedule): void FILE: app/Console/RequiresDatabaseMigrations.php type RequiresDatabaseMigrations (line 8) | trait RequiresDatabaseMigrations method hasCompletedMigrations (line 13) | protected function hasCompletedMigrations(): bool method showMigrationWarning (line 36) | protected function showMigrationWarning(): void FILE: app/Contracts/Core/ReceivesEvents.php type ReceivesEvents (line 7) | interface ReceivesEvents method handle (line 12) | public function handle(Event $notification): void; FILE: app/Contracts/Criteria/CriteriaInterface.php type CriteriaInterface (line 8) | interface CriteriaInterface method apply (line 13) | public function apply(Model $model, Repository $repository): mixed; FILE: app/Contracts/Extensions/HashidsInterface.php type HashidsInterface (line 7) | interface HashidsInterface extends VendorHashidsInterface method decodeFirst (line 14) | public function decodeFirst(string $encoded, ?string $default = null):... FILE: app/Contracts/Http/ClientPermissionsRequest.php type ClientPermissionsRequest (line 5) | interface ClientPermissionsRequest method permission (line 12) | public function permission(): string; FILE: app/Contracts/Models/Identifiable.php type Identifiable (line 7) | interface Identifiable method scopeWhereIdentifier (line 9) | public function scopeWhereIdentifier(Builder $builder, string $identif... FILE: app/Contracts/Repository/AllocationRepositoryInterface.php type AllocationRepositoryInterface (line 7) | interface AllocationRepositoryInterface extends RepositoryInterface method getUnassignedAllocationIds (line 13) | public function getUnassignedAllocationIds(int $node): array; method getRandomAllocation (line 18) | public function getRandomAllocation(array $nodes, array $ports, bool $... FILE: app/Contracts/Repository/ApiKeyRepositoryInterface.php type ApiKeyRepositoryInterface (line 8) | interface ApiKeyRepositoryInterface extends RepositoryInterface method getAccountKeys (line 13) | public function getAccountKeys(User $user): Collection; method deleteAccountKey (line 18) | public function deleteAccountKey(User $user, string $identifier): int; FILE: app/Contracts/Repository/ApiPermissionRepositoryInterface.php type ApiPermissionRepositoryInterface (line 5) | interface ApiPermissionRepositoryInterface extends RepositoryInterface FILE: app/Contracts/Repository/DatabaseHostRepositoryInterface.php type DatabaseHostRepositoryInterface (line 7) | interface DatabaseHostRepositoryInterface extends RepositoryInterface method getWithViewDetails (line 13) | public function getWithViewDetails(): Collection; FILE: app/Contracts/Repository/DatabaseRepositoryInterface.php type DatabaseRepositoryInterface (line 8) | interface DatabaseRepositoryInterface extends RepositoryInterface method setConnection (line 15) | public function setConnection(string $connection): self; method getConnection (line 20) | public function getConnection(): string; method getDatabasesForServer (line 25) | public function getDatabasesForServer(int $server): Collection; method getDatabasesForHost (line 30) | public function getDatabasesForHost(int $host, int $count = 25): Lengt... method createDatabase (line 35) | public function createDatabase(string $database): bool; method createUser (line 40) | public function createUser(string $username, string $remote, string $p... method assignUserToDatabase (line 45) | public function assignUserToDatabase(string $database, string $usernam... method flush (line 50) | public function flush(): bool; method dropDatabase (line 55) | public function dropDatabase(string $database): bool; method dropUser (line 60) | public function dropUser(string $username, string $remote): bool; FILE: app/Contracts/Repository/EggRepositoryInterface.php type EggRepositoryInterface (line 8) | interface EggRepositoryInterface extends RepositoryInterface method getWithVariables (line 15) | public function getWithVariables(int $id): Egg; method getAllWithCopyAttributes (line 20) | public function getAllWithCopyAttributes(): Collection; method getWithCopyAttributes (line 25) | public function getWithCopyAttributes(int|string $value, string $colum... method getWithExportAttributes (line 32) | public function getWithExportAttributes(int $id): Egg; method isCopyableScript (line 37) | public function isCopyableScript(int $copyFromId, int $service): bool; FILE: app/Contracts/Repository/EggVariableRepositoryInterface.php type EggVariableRepositoryInterface (line 7) | interface EggVariableRepositoryInterface extends RepositoryInterface method getEditableVariables (line 13) | public function getEditableVariables(int $egg): Collection; FILE: app/Contracts/Repository/LocationRepositoryInterface.php type LocationRepositoryInterface (line 8) | interface LocationRepositoryInterface extends RepositoryInterface method getAllWithDetails (line 13) | public function getAllWithDetails(): Collection; method getAllWithNodes (line 18) | public function getAllWithNodes(): Collection; method getWithNodes (line 25) | public function getWithNodes(int $id): Location; method getWithNodeCount (line 32) | public function getWithNodeCount(int $id): Location; FILE: app/Contracts/Repository/NestRepositoryInterface.php type NestRepositoryInterface (line 8) | interface NestRepositoryInterface extends RepositoryInterface method getWithEggs (line 15) | public function getWithEggs(?int $id = null): Collection|Nest; method getWithCounts (line 22) | public function getWithCounts(?int $id = null): Collection|Nest; method getWithEggServers (line 29) | public function getWithEggServers(int $id): Nest; FILE: app/Contracts/Repository/NodeRepositoryInterface.php type NodeRepositoryInterface (line 8) | interface NodeRepositoryInterface extends RepositoryInterface method getUsageStats (line 16) | public function getUsageStats(Node $node): array; method getUsageStatsRaw (line 21) | public function getUsageStatsRaw(Node $node): array; method loadLocationAndServerCount (line 26) | public function loadLocationAndServerCount(Node $node, bool $refresh =... method loadNodeAllocations (line 32) | public function loadNodeAllocations(Node $node, bool $refresh = false)... method getNodesForServerCreation (line 37) | public function getNodesForServerCreation(): Collection; FILE: app/Contracts/Repository/PermissionRepositoryInterface.php type PermissionRepositoryInterface (line 5) | interface PermissionRepositoryInterface extends RepositoryInterface FILE: app/Contracts/Repository/RepositoryInterface.php type RepositoryInterface (line 10) | interface RepositoryInterface method model (line 15) | public function model(): string; method getModel (line 20) | public function getModel(): Model; method getBuilder (line 25) | public function getBuilder(): Builder; method getColumns (line 30) | public function getColumns(): array; method setColumns (line 35) | public function setColumns(array|string $columns = ['*']): self; method withoutFreshModel (line 41) | public function withoutFreshModel(): self; method withFreshModel (line 46) | public function withFreshModel(): self; method setFreshModel (line 52) | public function setFreshModel(bool $fresh = true): self; method create (line 59) | public function create(array $fields, bool $validate = true, bool $for... method find (line 66) | public function find(int $id): mixed; method findWhere (line 71) | public function findWhere(array $fields): Collection; method findFirstWhere (line 78) | public function findFirstWhere(array $fields): mixed; method findCountWhere (line 83) | public function findCountWhere(array $fields): int; method delete (line 88) | public function delete(int $id): int; method deleteWhere (line 93) | public function deleteWhere(array $attributes): int; method update (line 101) | public function update(int $id, array $fields, bool $validate = true, ... method updateWhereIn (line 107) | public function updateWhereIn(string $column, array $values, array $fi... method updateOrCreate (line 114) | public function updateOrCreate(array $where, array $fields, bool $vali... method all (line 119) | public function all(): Collection; method paginated (line 124) | public function paginated(int $perPage): LengthAwarePaginator; method insert (line 130) | public function insert(array $data): bool; method insertIgnore (line 135) | public function insertIgnore(array $values): bool; method count (line 140) | public function count(): int; FILE: app/Contracts/Repository/ScheduleRepositoryInterface.php type ScheduleRepositoryInterface (line 8) | interface ScheduleRepositoryInterface extends RepositoryInterface method findServerSchedules (line 13) | public function findServerSchedules(int $server): Collection; method getScheduleWithTasks (line 20) | public function getScheduleWithTasks(int $schedule): Schedule; FILE: app/Contracts/Repository/ServerRepositoryInterface.php type ServerRepositoryInterface (line 9) | interface ServerRepositoryInterface extends RepositoryInterface method loadEggRelations (line 14) | public function loadEggRelations(Server $server, bool $refresh = false... method getDataForRebuild (line 19) | public function getDataForRebuild(?int $server = null, ?int $node = nu... method getDataForReinstall (line 24) | public function getDataForReinstall(?int $server = null, ?int $node = ... method findWithVariables (line 31) | public function findWithVariables(int $id): Server; method getPrimaryAllocation (line 38) | public function getPrimaryAllocation(Server $server, bool $refresh = f... method getDataForCreation (line 43) | public function getDataForCreation(Server $server, bool $refresh = fal... method loadDatabaseRelations (line 48) | public function loadDatabaseRelations(Server $server, bool $refresh = ... method getDaemonServiceData (line 55) | public function getDaemonServiceData(Server $server, bool $refresh = f... method getByUuid (line 62) | public function getByUuid(string $uuid): Server; method isUniqueUuidCombo (line 67) | public function isUniqueUuidCombo(string $uuid, string $short): bool; method loadAllServersForNode (line 72) | public function loadAllServersForNode(int $node, int $limit): LengthAw... FILE: app/Contracts/Repository/ServerVariableRepositoryInterface.php type ServerVariableRepositoryInterface (line 5) | interface ServerVariableRepositoryInterface extends RepositoryInterface FILE: app/Contracts/Repository/SessionRepositoryInterface.php type SessionRepositoryInterface (line 7) | interface SessionRepositoryInterface extends RepositoryInterface method getUserSessions (line 12) | public function getUserSessions(int $user): Collection; method deleteUserSession (line 17) | public function deleteUserSession(int $user, string $session): ?int; FILE: app/Contracts/Repository/SettingsRepositoryInterface.php type SettingsRepositoryInterface (line 5) | interface SettingsRepositoryInterface extends RepositoryInterface method set (line 13) | public function set(string $key, ?string $value = null); method get (line 18) | public function get(string $key, mixed $default): mixed; method forget (line 23) | public function forget(string $key); FILE: app/Contracts/Repository/SubuserRepositoryInterface.php type SubuserRepositoryInterface (line 7) | interface SubuserRepositoryInterface extends RepositoryInterface method loadServerAndUserRelations (line 12) | public function loadServerAndUserRelations(Subuser $subuser, bool $ref... method getWithPermissions (line 17) | public function getWithPermissions(Subuser $subuser, bool $refresh = f... method getWithPermissionsUsingUserAndServer (line 24) | public function getWithPermissionsUsingUserAndServer(int $user, int $s... FILE: app/Contracts/Repository/TaskRepositoryInterface.php type TaskRepositoryInterface (line 7) | interface TaskRepositoryInterface extends RepositoryInterface method getTaskForJobProcess (line 14) | public function getTaskForJobProcess(int $id): Task; method getNextTask (line 19) | public function getNextTask(int $schedule, int $index): ?Task; FILE: app/Contracts/Repository/UserRepositoryInterface.php type UserRepositoryInterface (line 5) | interface UserRepositoryInterface extends RepositoryInterface FILE: app/Enum/ResourceLimit.php method throttleKey (line 28) | public function throttleKey(): string method middleware (line 38) | public function middleware(): string method limit (line 43) | public function limit(): Limit method boot (line 55) | public static function boot(): void FILE: app/Events/ActivityLogged.php class ActivityLogged (line 9) | class ActivityLogged extends Event method __construct (line 11) | public function __construct(public ActivityLog $model) method is (line 15) | public function is(string $event): bool method actor (line 20) | public function actor(): ?Model method isServerEvent (line 25) | public function isServerEvent(): bool method isSystem (line 30) | public function isSystem(): bool FILE: app/Events/Auth/DirectLogin.php class DirectLogin (line 8) | class DirectLogin extends Event method __construct (line 10) | public function __construct(public User $user, public bool $remember) FILE: app/Events/Auth/FailedCaptcha.php class FailedCaptcha (line 8) | class FailedCaptcha extends Event method __construct (line 15) | public function __construct(public string $ip, public string $domain) FILE: app/Events/Auth/FailedPasswordReset.php class FailedPasswordReset (line 8) | class FailedPasswordReset extends Event method __construct (line 15) | public function __construct(public string $ip, public string $email) FILE: app/Events/Auth/ProvidedAuthenticationToken.php class ProvidedAuthenticationToken (line 8) | class ProvidedAuthenticationToken extends Event method __construct (line 10) | public function __construct(public User $user, public bool $recovery =... FILE: app/Events/Event.php class Event (line 5) | abstract class Event FILE: app/Events/Server/Created.php class Created (line 9) | class Created extends Event method __construct (line 16) | public function __construct(public Server $server) FILE: app/Events/Server/Creating.php class Creating (line 9) | class Creating extends Event method __construct (line 16) | public function __construct(public Server $server) FILE: app/Events/Server/Deleted.php class Deleted (line 9) | class Deleted extends Event method __construct (line 16) | public function __construct(public Server $server) FILE: app/Events/Server/Deleting.php class Deleting (line 9) | class Deleting extends Event method __construct (line 16) | public function __construct(public Server $server) FILE: app/Events/Server/Installed.php class Installed (line 9) | class Installed extends Event method __construct (line 16) | public function __construct(public Server $server) FILE: app/Events/Server/Saved.php class Saved (line 9) | class Saved extends Event method __construct (line 16) | public function __construct(public Server $server) FILE: app/Events/Server/Saving.php class Saving (line 9) | class Saving extends Event method __construct (line 16) | public function __construct(public Server $server) FILE: app/Events/Server/Updated.php class Updated (line 9) | class Updated extends Event method __construct (line 16) | public function __construct(public Server $server) FILE: app/Events/Server/Updating.php class Updating (line 9) | class Updating extends Event method __construct (line 16) | public function __construct(public Server $server) FILE: app/Events/Subuser/Created.php class Created (line 9) | class Created extends Event method __construct (line 16) | public function __construct(public Subuser $subuser) FILE: app/Events/Subuser/Creating.php class Creating (line 9) | class Creating extends Event method __construct (line 16) | public function __construct(public Subuser $subuser) FILE: app/Events/Subuser/Deleted.php class Deleted (line 9) | class Deleted extends Event method __construct (line 16) | public function __construct(public Subuser $subuser) FILE: app/Events/Subuser/Deleting.php class Deleting (line 9) | class Deleting extends Event method __construct (line 16) | public function __construct(public Subuser $subuser) FILE: app/Events/User/Created.php class Created (line 9) | class Created extends Event method __construct (line 16) | public function __construct(public User $user) FILE: app/Events/User/Creating.php class Creating (line 9) | class Creating extends Event method __construct (line 16) | public function __construct(public User $user) FILE: app/Events/User/Deleted.php class Deleted (line 9) | class Deleted extends Event method __construct (line 16) | public function __construct(public User $user) FILE: app/Events/User/Deleting.php class Deleting (line 9) | class Deleting extends Event method __construct (line 16) | public function __construct(public User $user) FILE: app/Events/User/PasswordChanged.php class PasswordChanged (line 8) | final class PasswordChanged method __construct (line 12) | public function __construct(public readonly User $user) FILE: app/Exceptions/AccountNotFoundException.php class AccountNotFoundException (line 5) | class AccountNotFoundException extends \Exception FILE: app/Exceptions/AutoDeploymentException.php class AutoDeploymentException (line 5) | class AutoDeploymentException extends \Exception FILE: app/Exceptions/DisplayException.php class DisplayException (line 15) | class DisplayException extends PterodactylException implements HttpExcep... method __construct (line 25) | public function __construct(string $message, ?\Throwable $previous = n... method getErrorLevel (line 30) | public function getErrorLevel(): string method getStatusCode (line 35) | public function getStatusCode(): int method getHeaders (line 40) | public function getHeaders(): array method render (line 50) | public function render(Request $request): JsonResponse|RedirectResponse method report (line 67) | public function report() FILE: app/Exceptions/Handler.php class Handler (line 26) | class Handler extends ExceptionHandler method register (line 76) | public function register(): void method generateCleanedExceptionStack (line 91) | private function generateCleanedExceptionStack(\Throwable $exception):... method render (line 124) | public function render($request, \Throwable $e): Response method invalidJson (line 150) | public function invalidJson($request, ValidationException $exception):... method convertExceptionToArray (line 190) | protected function convertExceptionToArray(\Throwable $e, array $overr... method isReportable (line 236) | public static function isReportable(\Exception $exception): bool method unauthenticated (line 246) | protected function unauthenticated($request, AuthenticationException $... method extractPrevious (line 261) | protected function extractPrevious(\Throwable $e): array method toArray (line 279) | public static function toArray(\Throwable $e): array FILE: app/Exceptions/Http/Base/InvalidPasswordProvidedException.php class InvalidPasswordProvidedException (line 7) | class InvalidPasswordProvidedException extends DisplayException FILE: app/Exceptions/Http/Connection/DaemonConnectionException.php class DaemonConnectionException (line 13) | class DaemonConnectionException extends DisplayException method __construct (line 28) | public function __construct(GuzzleException $previous, bool $useStatus... method report (line 71) | public function report() method getStatusCode (line 81) | public function getStatusCode(): int method getRequestId (line 86) | public function getRequestId(): ?string FILE: app/Exceptions/Http/HttpForbiddenException.php class HttpForbiddenException (line 8) | class HttpForbiddenException extends HttpException method __construct (line 13) | public function __construct(?string $message = null, ?\Throwable $prev... FILE: app/Exceptions/Http/Server/FileSizeTooLargeException.php class FileSizeTooLargeException (line 7) | class FileSizeTooLargeException extends DisplayException method __construct (line 12) | public function __construct() FILE: app/Exceptions/Http/Server/FileTypeNotEditableException.php class FileTypeNotEditableException (line 7) | class FileTypeNotEditableException extends DisplayException FILE: app/Exceptions/Http/Server/ServerStateConflictException.php class ServerStateConflictException (line 8) | class ServerStateConflictException extends ConflictHttpException method __construct (line 14) | public function __construct(Server $server, ?\Throwable $previous = null) FILE: app/Exceptions/Http/TwoFactorAuthRequiredException.php class TwoFactorAuthRequiredException (line 9) | class TwoFactorAuthRequiredException extends HttpException implements Ht... method __construct (line 14) | public function __construct(?\Throwable $previous = null) FILE: app/Exceptions/ManifestDoesNotExistException.php class ManifestDoesNotExistException (line 8) | class ManifestDoesNotExistException extends \Exception implements Provid... method getSolution (line 10) | public function getSolution(): Solution FILE: app/Exceptions/Model/DataValidationException.php class DataValidationException (line 12) | class DataValidationException extends PterodactylException implements Ht... method __construct (line 17) | public function __construct(protected Validator $validator, protected ... method getMessageBag (line 32) | public function getMessageBag(): MessageBag method getStatusCode (line 40) | public function getStatusCode(): int method getHeaders (line 45) | public function getHeaders(): array method getValidator (line 50) | public function getValidator(): Validator method getModel (line 55) | public function getModel(): Model FILE: app/Exceptions/PterodactylException.php class PterodactylException (line 5) | class PterodactylException extends \Exception FILE: app/Exceptions/Repository/Daemon/InvalidPowerSignalException.php class InvalidPowerSignalException (line 7) | class InvalidPowerSignalException extends RepositoryException FILE: app/Exceptions/Repository/DuplicateDatabaseNameException.php class DuplicateDatabaseNameException (line 7) | class DuplicateDatabaseNameException extends DisplayException FILE: app/Exceptions/Repository/RecordNotFoundException.php class RecordNotFoundException (line 8) | class RecordNotFoundException extends RepositoryException implements Htt... method getStatusCode (line 13) | public function getStatusCode(): int method getHeaders (line 21) | public function getHeaders(): array FILE: app/Exceptions/Repository/RepositoryException.php class RepositoryException (line 7) | class RepositoryException extends PterodactylException FILE: app/Exceptions/Service/Allocation/AllocationDoesNotBelongToServerException.php class AllocationDoesNotBelongToServerException (line 7) | class AllocationDoesNotBelongToServerException extends PterodactylException FILE: app/Exceptions/Service/Allocation/AutoAllocationNotEnabledException.php class AutoAllocationNotEnabledException (line 7) | class AutoAllocationNotEnabledException extends DisplayException method __construct (line 12) | public function __construct() FILE: app/Exceptions/Service/Allocation/CidrOutOfRangeException.php class CidrOutOfRangeException (line 7) | class CidrOutOfRangeException extends DisplayException method __construct (line 12) | public function __construct() FILE: app/Exceptions/Service/Allocation/InvalidPortMappingException.php class InvalidPortMappingException (line 7) | class InvalidPortMappingException extends DisplayException method __construct (line 12) | public function __construct(mixed $port) FILE: app/Exceptions/Service/Allocation/NoAutoAllocationSpaceAvailableException.php class NoAutoAllocationSpaceAvailableException (line 7) | class NoAutoAllocationSpaceAvailableException extends DisplayException method __construct (line 12) | public function __construct() FILE: app/Exceptions/Service/Allocation/PortOutOfRangeException.php class PortOutOfRangeException (line 7) | class PortOutOfRangeException extends DisplayException method __construct (line 12) | public function __construct() FILE: app/Exceptions/Service/Allocation/ServerUsingAllocationException.php class ServerUsingAllocationException (line 7) | class ServerUsingAllocationException extends DisplayException FILE: app/Exceptions/Service/Allocation/TooManyPortsInRangeException.php class TooManyPortsInRangeException (line 7) | class TooManyPortsInRangeException extends DisplayException method __construct (line 12) | public function __construct() FILE: app/Exceptions/Service/Backup/BackupLockedException.php class BackupLockedException (line 7) | class BackupLockedException extends DisplayException method __construct (line 12) | public function __construct() FILE: app/Exceptions/Service/Backup/TooManyBackupsException.php class TooManyBackupsException (line 7) | class TooManyBackupsException extends DisplayException method __construct (line 12) | public function __construct(int $backupLimit) FILE: app/Exceptions/Service/Database/DatabaseClientFeatureNotEnabledException.php class DatabaseClientFeatureNotEnabledException (line 7) | class DatabaseClientFeatureNotEnabledException extends PterodactylException method __construct (line 9) | public function __construct() FILE: app/Exceptions/Service/Database/NoSuitableDatabaseHostException.php class NoSuitableDatabaseHostException (line 7) | class NoSuitableDatabaseHostException extends DisplayException method __construct (line 12) | public function __construct() FILE: app/Exceptions/Service/Database/TooManyDatabasesException.php class TooManyDatabasesException (line 7) | class TooManyDatabasesException extends DisplayException method __construct (line 9) | public function __construct() FILE: app/Exceptions/Service/Deployment/NoViableAllocationException.php class NoViableAllocationException (line 7) | class NoViableAllocationException extends DisplayException FILE: app/Exceptions/Service/Deployment/NoViableNodeException.php class NoViableNodeException (line 7) | class NoViableNodeException extends DisplayException FILE: app/Exceptions/Service/Egg/BadJsonFormatException.php class BadJsonFormatException (line 7) | class BadJsonFormatException extends DisplayException FILE: app/Exceptions/Service/Egg/HasChildrenException.php class HasChildrenException (line 7) | class HasChildrenException extends DisplayException FILE: app/Exceptions/Service/Egg/InvalidCopyFromException.php class InvalidCopyFromException (line 7) | class InvalidCopyFromException extends DisplayException FILE: app/Exceptions/Service/Egg/NoParentConfigurationFoundException.php class NoParentConfigurationFoundException (line 7) | class NoParentConfigurationFoundException extends DisplayException FILE: app/Exceptions/Service/Egg/Variable/BadValidationRuleException.php class BadValidationRuleException (line 7) | class BadValidationRuleException extends DisplayException FILE: app/Exceptions/Service/Egg/Variable/ReservedVariableNameException.php class ReservedVariableNameException (line 7) | class ReservedVariableNameException extends DisplayException FILE: app/Exceptions/Service/HasActiveServersException.php class HasActiveServersException (line 8) | class HasActiveServersException extends DisplayException method getStatusCode (line 10) | public function getStatusCode(): int FILE: app/Exceptions/Service/Helper/CdnVersionFetchingException.php class CdnVersionFetchingException (line 5) | class CdnVersionFetchingException extends \Exception FILE: app/Exceptions/Service/InvalidFileUploadException.php class InvalidFileUploadException (line 7) | class InvalidFileUploadException extends DisplayException FILE: app/Exceptions/Service/Location/HasActiveNodesException.php class HasActiveNodesException (line 8) | class HasActiveNodesException extends DisplayException method getStatusCode (line 10) | public function getStatusCode(): int FILE: app/Exceptions/Service/Node/ConfigurationNotPersistedException.php class ConfigurationNotPersistedException (line 7) | class ConfigurationNotPersistedException extends DisplayException FILE: app/Exceptions/Service/Schedule/Task/TaskIntervalTooLongException.php class TaskIntervalTooLongException (line 7) | class TaskIntervalTooLongException extends DisplayException FILE: app/Exceptions/Service/Server/RequiredVariableMissingException.php class RequiredVariableMissingException (line 7) | class RequiredVariableMissingException extends PterodactylException FILE: app/Exceptions/Service/ServiceLimitExceededException.php class ServiceLimitExceededException (line 7) | class ServiceLimitExceededException extends DisplayException method __construct (line 13) | public function __construct(string $message, ?\Throwable $previous = n... FILE: app/Exceptions/Service/Subuser/ServerSubuserExistsException.php class ServerSubuserExistsException (line 7) | class ServerSubuserExistsException extends DisplayException FILE: app/Exceptions/Service/Subuser/UserIsServerOwnerException.php class UserIsServerOwnerException (line 7) | class UserIsServerOwnerException extends DisplayException FILE: app/Exceptions/Service/User/TwoFactorAuthenticationTokenInvalid.php class TwoFactorAuthenticationTokenInvalid (line 7) | class TwoFactorAuthenticationTokenInvalid extends DisplayException method __construct (line 12) | public function __construct() FILE: app/Exceptions/Solutions/ManifestDoesNotExistSolution.php class ManifestDoesNotExistSolution (line 7) | class ManifestDoesNotExistSolution implements Solution method getSolutionTitle (line 9) | public function getSolutionTitle(): string method getSolutionDescription (line 14) | public function getSolutionDescription(): string method getDocumentationLinks (line 19) | public function getDocumentationLinks(): array FILE: app/Exceptions/Transformer/InvalidTransformerLevelException.php class InvalidTransformerLevelException (line 7) | class InvalidTransformerLevelException extends PterodactylException FILE: app/Extensions/Backups/BackupManager.php class BackupManager (line 16) | class BackupManager method __construct (line 33) | public function __construct(protected Application $app) method adapter (line 41) | public function adapter(?string $name = null): FilesystemAdapter method set (line 49) | public function set(string $name, FilesystemAdapter $disk): self method get (line 59) | protected function get(string $name): FilesystemAdapter method resolve (line 67) | protected function resolve(string $name): FilesystemAdapter method callCustomCreator (line 96) | protected function callCustomCreator(array $config): mixed method createWingsAdapter (line 104) | public function createWingsAdapter(array $config): FilesystemAdapter method createS3Adapter (line 112) | public function createS3Adapter(array $config): FilesystemAdapter method getConfig (line 128) | protected function getConfig(string $name): array method getDefaultAdapter (line 136) | public function getDefaultAdapter(): string method setDefaultAdapter (line 144) | public function setDefaultAdapter(string $name): void method forget (line 154) | public function forget(array|string $adapter): self method extend (line 166) | public function extend(string $adapter, \Closure $callback): self FILE: app/Extensions/DynamicDatabaseConnection.php class DynamicDatabaseConnection (line 10) | class DynamicDatabaseConnection method __construct (line 19) | public function __construct( method set (line 31) | public function set(string $connection, DatabaseHost|int $host, string... FILE: app/Extensions/Facades/Theme.php class Theme (line 7) | class Theme extends Facade method getFacadeAccessor (line 9) | protected static function getFacadeAccessor(): string FILE: app/Extensions/Filesystem/S3Filesystem.php class S3Filesystem (line 8) | class S3Filesystem extends AwsS3V3Adapter method __construct (line 10) | public function __construct( method getClient (line 26) | public function getClient(): S3ClientInterface method getBucket (line 31) | public function getBucket(): string FILE: app/Extensions/Hashids.php class Hashids (line 9) | class Hashids extends VendorHashids implements HashidsInterface method decodeFirst (line 11) | public function decodeFirst(string $encoded, ?string $default = null):... FILE: app/Extensions/Illuminate/Database/Eloquent/Builder.php class Builder (line 7) | class Builder extends EloquentBuilder method search (line 12) | public function search(): self FILE: app/Extensions/Illuminate/Events/Contracts/SubscribesToEvents.php type SubscribesToEvents (line 7) | interface SubscribesToEvents method subscribe (line 9) | public function subscribe(Dispatcher $events): void; FILE: app/Extensions/Laravel/Sanctum/NewAccessToken.php class NewAccessToken (line 11) | class NewAccessToken extends SanctumAccessToken method __construct (line 18) | public function __construct(ApiKey $accessToken, string $plainTextToken) FILE: app/Extensions/Lcobucci/JWT/Encoding/TimestampDates.php class TimestampDates (line 8) | final class TimestampDates implements ClaimsFormatter method formatClaims (line 16) | public function formatClaims(array $claims): array FILE: app/Extensions/League/Fractal/Serializers/PterodactylSerializer.php class PterodactylSerializer (line 7) | class PterodactylSerializer extends ArraySerializer method item (line 12) | public function item(?string $resourceKey, array $data): array method collection (line 23) | public function collection(?string $resourceKey, array $data): array method null (line 39) | public function null(): ?array method mergeIncludes (line 50) | public function mergeIncludes(array $transformedData, array $includedD... FILE: app/Extensions/Spatie/Fractalistic/Fractal.php class Fractal (line 12) | class Fractal extends SpatieFractal method createData (line 20) | public function createData(): Scope FILE: app/Extensions/Themes/Theme.php class Theme (line 5) | class Theme method js (line 7) | public function js($path): string method css (line 12) | public function css($path): string method getUrl (line 17) | protected function getUrl($path): string FILE: app/Facades/Activity.php class Activity (line 8) | class Activity extends Facade method getFacadeAccessor (line 10) | protected static function getFacadeAccessor(): string FILE: app/Facades/LogBatch.php class LogBatch (line 8) | class LogBatch extends Facade method getFacadeAccessor (line 10) | protected static function getFacadeAccessor(): string FILE: app/Facades/LogTarget.php class LogTarget (line 11) | class LogTarget extends Facade method getFacadeAccessor (line 13) | protected static function getFacadeAccessor(): string FILE: app/Helpers/Time.php class Time (line 7) | final class Time method getMySQLTimezoneOffset (line 16) | public static function getMySQLTimezoneOffset(string $timezone): string FILE: app/Helpers/Utilities.php class Utilities (line 10) | class Utilities method randomStringWithSpecialCharacters (line 16) | public static function randomStringWithSpecialCharacters(int $length =... method getScheduleNextRunDate (line 40) | public static function getScheduleNextRunDate(string $minute, string $... method checked (line 47) | public static function checked(string $name, mixed $default): string FILE: app/Http/Controllers/Admin/ApiController.php class ApiController (line 16) | class ApiController extends Controller method __construct (line 21) | public function __construct( method index (line 30) | public function index(Request $request): View method create (line 42) | public function create(): View method store (line 62) | public function store(StoreApplicationApiKeyRequest $request): Redirec... method delete (line 77) | public function delete(Request $request, string $identifier): Response FILE: app/Http/Controllers/Admin/BaseController.php class BaseController (line 9) | class BaseController extends Controller method __construct (line 14) | public function __construct(private SoftwareVersionService $version) method index (line 21) | public function index(): View FILE: app/Http/Controllers/Admin/DatabaseController.php class DatabaseController (line 18) | class DatabaseController extends Controller method __construct (line 23) | public function __construct( method index (line 37) | public function index(): View method view (line 50) | public function view(int $host): View method create (line 64) | public function create(DatabaseHostFormRequest $request): RedirectResp... method update (line 90) | public function update(DatabaseHostFormRequest $request, DatabaseHost ... method delete (line 119) | public function delete(int $host): RedirectResponse FILE: app/Http/Controllers/Admin/LocationController.php class LocationController (line 18) | class LocationController extends Controller method __construct (line 23) | public function __construct( method index (line 36) | public function index(): View method view (line 48) | public function view(int $id): View method create (line 60) | public function create(LocationFormRequest $request): RedirectResponse method update (line 73) | public function update(LocationFormRequest $request, Location $locatio... method delete (line 91) | public function delete(Location $location): RedirectResponse FILE: app/Http/Controllers/Admin/MountController.php class MountController (line 21) | class MountController extends Controller method __construct (line 26) | public function __construct( method index (line 38) | public function index(): View method view (line 50) | public function view(string $id): View method create (line 67) | public function create(MountFormRequest $request): RedirectResponse method update (line 85) | public function update(MountFormRequest $request, Mount $mount): Redir... method delete (line 103) | public function delete(Mount $mount): RedirectResponse method addEggs (line 113) | public function addEggs(Request $request, Mount $mount): RedirectResponse method addNodes (line 132) | public function addNodes(Request $request, Mount $mount): RedirectResp... method deleteEgg (line 149) | public function deleteEgg(Mount $mount, int $egg_id): Response method deleteNode (line 159) | public function deleteNode(Mount $mount, int $node_id): Response FILE: app/Http/Controllers/Admin/Nests/EggController.php class EggController (line 18) | class EggController extends Controller method __construct (line 23) | public function __construct( method create (line 39) | public function create(): View method store (line 53) | public function store(EggFormRequest $request): RedirectResponse method view (line 67) | public function view(Egg $egg): View method update (line 86) | public function update(EggFormRequest $request, Egg $egg): RedirectRes... method destroy (line 103) | public function destroy(Egg $egg): RedirectResponse method normalizeDockerImages (line 114) | protected function normalizeDockerImages(?string $input = null): array FILE: app/Http/Controllers/Admin/Nests/EggScriptController.php class EggScriptController (line 15) | class EggScriptController extends Controller method __construct (line 20) | public function __construct( method index (line 31) | public function index(int $egg): View method update (line 58) | public function update(EggScriptFormRequest $request, Egg $egg): Redir... FILE: app/Http/Controllers/Admin/Nests/EggShareController.php class EggShareController (line 15) | class EggShareController extends Controller method __construct (line 20) | public function __construct( method export (line 31) | public function export(Egg $egg): Response method import (line 51) | public function import(EggImportFormRequest $request): RedirectResponse method update (line 67) | public function update(EggImportFormRequest $request, Egg $egg): Redir... FILE: app/Http/Controllers/Admin/Nests/EggVariableController.php class EggVariableController (line 18) | class EggVariableController extends Controller method __construct (line 23) | public function __construct( method view (line 38) | public function view(int $egg): View method store (line 52) | public function store(EggVariableFormRequest $request, Egg $egg): Redi... method update (line 68) | public function update(EggVariableFormRequest $request, Egg $egg, EggV... method destroy (line 81) | public function destroy(int $egg, EggVariable $variable): RedirectResp... FILE: app/Http/Controllers/Admin/Nests/NestController.php class NestController (line 16) | class NestController extends Controller method __construct (line 21) | public function __construct( method index (line 36) | public function index(): View method create (line 46) | public function create(): View method store (line 56) | public function store(StoreNestFormRequest $request): RedirectResponse method view (line 69) | public function view(int $nest): View method update (line 82) | public function update(StoreNestFormRequest $request, int $nest): Redi... method destroy (line 95) | public function destroy(int $nest): RedirectResponse FILE: app/Http/Controllers/Admin/NodeAutoDeployController.php class NodeAutoDeployController (line 13) | class NodeAutoDeployController extends Controller method __construct (line 18) | public function __construct( method __invoke (line 30) | public function __invoke(Request $request, Node $node): JsonResponse FILE: app/Http/Controllers/Admin/Nodes/NodeController.php class NodeController (line 11) | class NodeController extends Controller method index (line 16) | public function index(Request $request): View FILE: app/Http/Controllers/Admin/Nodes/NodeViewController.php class NodeViewController (line 17) | class NodeViewController extends Controller method __construct (line 24) | public function __construct( method index (line 35) | public function index(Request $request, Node $node): View method settings (line 49) | public function settings(Request $request, Node $node): View method configuration (line 60) | public function configuration(Request $request, Node $node): View method allocations (line 68) | public function allocations(Request $request, Node $node): View method servers (line 86) | public function servers(Request $request, Node $node): View FILE: app/Http/Controllers/Admin/Nodes/SystemInformationController.php class SystemInformationController (line 12) | class SystemInformationController extends Controller method __construct (line 17) | public function __construct(private DaemonConfigurationRepository $rep... method __invoke (line 26) | public function __invoke(Request $request, Node $node): JsonResponse FILE: app/Http/Controllers/Admin/NodesController.php class NodesController (line 29) | class NodesController extends Controller method __construct (line 34) | public function __construct( method create (line 54) | public function create(): View|RedirectResponse method store (line 71) | public function store(NodeFormRequest $request): RedirectResponse method updateSettings (line 86) | public function updateSettings(NodeFormRequest $request, Node $node): ... method allocationRemoveSingle (line 99) | public function allocationRemoveSingle(int $node, Allocation $allocati... method allocationRemoveMultiple (line 111) | public function allocationRemoveMultiple(Request $request, int $node):... method allocationRemoveBlock (line 126) | public function allocationRemoveBlock(Request $request, int $node): Re... method allocationSetAlias (line 146) | public function allocationSetAlias(AllocationAliasFormRequest $request... method createAllocation (line 163) | public function createAllocation(AllocationFormRequest $request, Node ... method delete (line 176) | public function delete(int|Node $node): RedirectResponse FILE: app/Http/Controllers/Admin/Servers/CreateServerController.php class CreateServerController (line 17) | class CreateServerController extends Controller method __construct (line 22) | public function __construct( method index (line 35) | public function index(): View|RedirectResponse method store (line 70) | public function store(ServerFormRequest $request): RedirectResponse FILE: app/Http/Controllers/Admin/Servers/ServerController.php class ServerController (line 13) | class ServerController extends Controller method index (line 19) | public function index(Request $request): View FILE: app/Http/Controllers/Admin/Servers/ServerTransferController.php class ServerTransferController (line 18) | class ServerTransferController extends Controller method __construct (line 23) | public function __construct( method transfer (line 38) | public function transfer(Request $request, Server $server): RedirectRe... method assignAllocationsToServer (line 97) | private function assignAllocationsToServer(Server $server, int $node_i... FILE: app/Http/Controllers/Admin/Servers/ServerViewController.php class ServerViewController (line 19) | class ServerViewController extends Controller method __construct (line 26) | public function __construct( method index (line 39) | public function index(Request $request, Server $server): View method details (line 47) | public function details(Request $request, Server $server): View method build (line 55) | public function build(Request $request, Server $server): View method startup (line 71) | public function startup(Request $request, Server $server): View method database (line 92) | public function database(Request $request, Server $server): View method mounts (line 103) | public function mounts(Request $request, Server $server): View method manage (line 119) | public function manage(Request $request, Server $server): View method delete (line 146) | public function delete(Request $request, Server $server): View FILE: app/Http/Controllers/Admin/ServersController.php class ServersController (line 37) | class ServersController extends Controller method __construct (line 42) | public function __construct( method setDetails (line 70) | public function setDetails(Request $request, Server $server): Redirect... method toggleInstall (line 88) | public function toggleInstall(Server $server): RedirectResponse method reinstallServer (line 110) | public function reinstallServer(Server $server): RedirectResponse method manageSuspension (line 125) | public function manageSuspension(Request $request, Server $server): Re... method updateBuild (line 142) | public function updateBuild(Request $request, Server $server): Redirec... method delete (line 165) | public function delete(Request $request, Server $server): RedirectResp... method saveStartup (line 178) | public function saveStartup(Request $request, Server $server): Redirec... method newDatabase (line 204) | public function newDatabase(StoreServerDatabaseRequest $request, Serve... method resetDatabasePassword (line 221) | public function resetDatabasePassword(Request $request, Server $server... method deleteDatabase (line 236) | public function deleteDatabase(Server $server, Database $database): Re... method addMount (line 248) | public function addMount(Request $request, Server $server): RedirectRe... method deleteMount (line 265) | public function deleteMount(Server $server, Mount $mount): RedirectRes... FILE: app/Http/Controllers/Admin/Settings/AdvancedController.php class AdvancedController (line 14) | class AdvancedController extends Controller method __construct (line 19) | public function __construct( method index (line 30) | public function index(): View method update (line 49) | public function update(AdvancedSettingsFormRequest $request): Redirect... FILE: app/Http/Controllers/Admin/Settings/IndexController.php class IndexController (line 15) | class IndexController extends Controller method __construct (line 22) | public function __construct( method index (line 33) | public function index(): View method update (line 47) | public function update(BaseSettingsFormRequest $request): RedirectResp... FILE: app/Http/Controllers/Admin/Settings/MailController.php class MailController (line 19) | class MailController extends Controller method __construct (line 24) | public function __construct( method index (line 36) | public function index(): View method update (line 50) | public function update(MailSettingsFormRequest $request): Response method test (line 77) | public function test(Request $request): Response FILE: app/Http/Controllers/Admin/UserController.php class UserController (line 25) | class UserController extends Controller method __construct (line 32) | public function __construct( method index (line 46) | public function index(Request $request): View method create (line 67) | public function create(): View method view (line 77) | public function view(User $user): View method delete (line 91) | public function delete(Request $request, User $user): RedirectResponse method store (line 108) | public function store(NewUserFormRequest $request): RedirectResponse method update (line 122) | public function update(UserFormRequest $request, User $user): Redirect... method json (line 136) | public function json(Request $request): Model|Collection FILE: app/Http/Controllers/Api/Application/ApplicationApiController.php class ApplicationApiController (line 14) | abstract class ApplicationApiController extends Controller method __construct (line 23) | public function __construct() method loadDependencies (line 43) | public function loadDependencies(Fractal $fractal, Request $request) method getTransformer (line 60) | public function getTransformer(string $abstract) method returnNoContent (line 70) | protected function returnNoContent(): Response FILE: app/Http/Controllers/Api/Application/Locations/LocationController.php class LocationController (line 20) | class LocationController extends ApplicationApiController method __construct (line 25) | public function __construct( method index (line 36) | public function index(GetLocationsRequest $request): array method view (line 51) | public function view(GetLocationRequest $request, Location $location):... method store (line 64) | public function store(StoreLocationRequest $request): JsonResponse method update (line 84) | public function update(UpdateLocationRequest $request, Location $locat... method delete (line 98) | public function delete(DeleteLocationRequest $request, Location $locat... FILE: app/Http/Controllers/Api/Application/Nests/EggController.php class EggController (line 12) | class EggController extends ApplicationApiController method index (line 17) | public function index(GetEggsRequest $request, Nest $nest): array method view (line 27) | public function view(GetEggRequest $request, Nest $nest, Egg $egg): array FILE: app/Http/Controllers/Api/Application/Nests/NestController.php class NestController (line 11) | class NestController extends ApplicationApiController method __construct (line 16) | public function __construct(private NestRepositoryInterface $repository) method index (line 24) | public function index(GetNestsRequest $request): array method view (line 36) | public function view(GetNestsRequest $request, Nest $nest): array FILE: app/Http/Controllers/Api/Application/Nodes/AllocationController.php class AllocationController (line 19) | class AllocationController extends ApplicationApiController method __construct (line 24) | public function __construct( method index (line 34) | public function index(GetAllocationsRequest $request, Node $node): array method store (line 65) | public function store(StoreAllocationRequest $request, Node $node): Js... method delete (line 77) | public function delete(DeleteAllocationRequest $request, Node $node, A... FILE: app/Http/Controllers/Api/Application/Nodes/NodeConfigurationController.php class NodeConfigurationController (line 10) | class NodeConfigurationController extends ApplicationApiController method __invoke (line 17) | public function __invoke(GetNodeRequest $request, Node $node): JsonRes... FILE: app/Http/Controllers/Api/Application/Nodes/NodeController.php class NodeController (line 19) | class NodeController extends ApplicationApiController method __construct (line 24) | public function __construct( method index (line 35) | public function index(GetNodesRequest $request): array method view (line 50) | public function view(GetNodeRequest $request, Node $node): array method store (line 63) | public function store(StoreNodeRequest $request): JsonResponse method update (line 82) | public function update(UpdateNodeRequest $request, Node $node): array method delete (line 101) | public function delete(DeleteNodeRequest $request, Node $node): JsonRe... FILE: app/Http/Controllers/Api/Application/Nodes/NodeDeploymentController.php class NodeDeploymentController (line 10) | class NodeDeploymentController extends ApplicationApiController method __construct (line 15) | public function __construct(private FindViableNodesService $viableNode... method __invoke (line 27) | public function __invoke(GetDeployableNodesRequest $request): array FILE: app/Http/Controllers/Api/Application/Servers/DatabaseController.php class DatabaseController (line 18) | class DatabaseController extends ApplicationApiController method __construct (line 23) | public function __construct( method index (line 34) | public function index(GetServerDatabasesRequest $request, Server $serv... method view (line 44) | public function view(GetServerDatabaseRequest $request, Server $server... method resetPassword (line 56) | public function resetPassword(ServerDatabaseWriteRequest $request, Ser... method store (line 68) | public function store(StoreServerDatabaseRequest $request, Server $ser... method delete (line 88) | public function delete(ServerDatabaseWriteRequest $request, Server $se... FILE: app/Http/Controllers/Api/Application/Servers/ExternalServerController.php class ExternalServerController (line 10) | class ExternalServerController extends ApplicationApiController method index (line 15) | public function index(GetExternalServerRequest $request, string $exter... FILE: app/Http/Controllers/Api/Application/Servers/ServerController.php class ServerController (line 18) | class ServerController extends ApplicationApiController method __construct (line 23) | public function __construct( method index (line 33) | public function index(GetServersRequest $request): array method store (line 56) | public function store(StoreServerRequest $request): JsonResponse method view (line 68) | public function view(GetServerRequest $request, Server $server): array method delete (line 80) | public function delete(ServerWriteRequest $request, Server $server, st... FILE: app/Http/Controllers/Api/Application/Servers/ServerDetailsController.php class ServerDetailsController (line 13) | class ServerDetailsController extends ApplicationApiController method __construct (line 18) | public function __construct( method details (line 32) | public function details(UpdateServerDetailsRequest $request, Server $s... method build (line 51) | public function build(UpdateServerBuildConfigurationRequest $request, ... FILE: app/Http/Controllers/Api/Application/Servers/ServerManagementController.php class ServerManagementController (line 12) | class ServerManagementController extends ApplicationApiController method __construct (line 17) | public function __construct( method suspend (line 29) | public function suspend(ServerWriteRequest $request, Server $server): ... method unsuspend (line 41) | public function unsuspend(ServerWriteRequest $request, Server $server)... method reinstall (line 55) | public function reinstall(ServerWriteRequest $request, Server $server)... FILE: app/Http/Controllers/Api/Application/Servers/StartupController.php class StartupController (line 12) | class StartupController extends ApplicationApiController method __construct (line 17) | public function __construct(private StartupModificationService $modifi... method index (line 30) | public function index(UpdateServerStartupRequest $request, Server $ser... FILE: app/Http/Controllers/Api/Application/Users/ExternalUserController.php class ExternalUserController (line 10) | class ExternalUserController extends ApplicationApiController method index (line 15) | public function index(GetExternalUserRequest $request, string $externa... FILE: app/Http/Controllers/Api/Application/Users/UserController.php class UserController (line 18) | class UserController extends ApplicationApiController method __construct (line 23) | public function __construct( method index (line 36) | public function index(GetUsersRequest $request): array method view (line 52) | public function view(GetUsersRequest $request, User $user): array method update (line 70) | public function update(UpdateUserRequest $request, User $user): array method store (line 88) | public function store(StoreUserRequest $request): JsonResponse method delete (line 108) | public function delete(DeleteUserRequest $request, User $user): JsonRe... FILE: app/Http/Controllers/Api/Client/AccountController.php class AccountController (line 17) | class AccountController extends ClientApiController method __construct (line 27) | public function __construct(private AuthManager $manager, private User... method index (line 32) | public function index(Request $request): array method updateEmail (line 42) | public function updateEmail(UpdateEmailRequest $request): JsonResponse method updatePassword (line 72) | public function updatePassword(UpdatePasswordRequest $request): JsonRe... FILE: app/Http/Controllers/Api/Client/ActivityLogController.php class ActivityLogController (line 11) | class ActivityLogController extends ClientApiController method __invoke (line 16) | public function __invoke(ClientApiRequest $request): array FILE: app/Http/Controllers/Api/Client/ApiKeyController.php class ApiKeyController (line 13) | class ApiKeyController extends ClientApiController method index (line 18) | public function index(ClientApiRequest $request): array method store (line 30) | public function store(StoreApiKeyRequest $request): array method delete (line 55) | public function delete(ClientApiRequest $request, string $identifier):... FILE: app/Http/Controllers/Api/Client/ClientApiController.php class ClientApiController (line 9) | abstract class ClientApiController extends ApplicationApiController method getIncludesForTransformer (line 14) | protected function getIncludesForTransformer(BaseClientTransformer $tr... method parseIncludes (line 26) | protected function parseIncludes(): array method getTransformer (line 50) | public function getTransformer(string $abstract) FILE: app/Http/Controllers/Api/Client/ClientController.php class ClientController (line 13) | class ClientController extends ClientApiController method __construct (line 18) | public function __construct() method index (line 27) | public function index(GetServersRequest $request): array method permissions (line 72) | public function permissions(): array FILE: app/Http/Controllers/Api/Client/SSHKeyController.php class SSHKeyController (line 11) | class SSHKeyController extends ClientApiController method index (line 17) | public function index(ClientApiRequest $request): array method store (line 27) | public function store(StoreSSHKeyRequest $request): array method delete (line 48) | public function delete(ClientApiRequest $request): JsonResponse FILE: app/Http/Controllers/Api/Client/Servers/ActivityLogController.php class ActivityLogController (line 17) | class ActivityLogController extends ClientApiController method __invoke (line 22) | public function __invoke(ClientApiRequest $request, Server $server): a... FILE: app/Http/Controllers/Api/Client/Servers/BackupController.php class BackupController (line 23) | class BackupController extends ClientApiController method __construct (line 28) | public function __construct( method index (line 44) | public function index(Request $request, Server $server): array method store (line 67) | public function store(StoreBackupRequest $request, Server $server): array method toggleLock (line 104) | public function toggleLock(Request $request, Server $server, Backup $b... method view (line 126) | public function view(Request $request, Server $server, Backup $backup)... method delete (line 143) | public function delete(Request $request, Server $server, Backup $backu... method download (line 167) | public function download(Request $request, Server $server, Backup $bac... method restore (line 198) | public function restore(RestoreBackupRequest $request, Server $server,... FILE: app/Http/Controllers/Api/Client/Servers/CommandController.php class CommandController (line 15) | class CommandController extends ClientApiController method __construct (line 20) | public function __construct(private DaemonCommandRepository $repository) method index (line 30) | public function index(SendCommandRequest $request, Server $server): Re... FILE: app/Http/Controllers/Api/Client/Servers/DatabaseController.php class DatabaseController (line 20) | class DatabaseController extends ClientApiController method __construct (line 25) | public function __construct( method index (line 36) | public function index(GetDatabasesRequest $request, Server $server): a... method store (line 50) | public function store(StoreDatabaseRequest $request, Server $server): ... method rotatePassword (line 76) | public function rotatePassword(RotatePasswordRequest $request, Server ... method delete (line 94) | public function delete(DeleteDatabaseRequest $request, Server $server,... FILE: app/Http/Controllers/Api/Client/Servers/FileController.php class FileController (line 26) | class FileController extends ClientApiController method __construct (line 31) | public function __construct( method directory (line 43) | public function directory(ListFilesRequest $request, Server $server): ... method contents (line 59) | public function contents(GetFileContentsRequest $request, Server $serv... method download (line 77) | public function download(GetFileContentsRequest $request, Server $serv... method write (line 107) | public function write(WriteFileContentRequest $request, Server $server... method create (line 121) | public function create(CreateFolderRequest $request, Server $server): ... method rename (line 140) | public function rename(RenameFileRequest $request, Server $server): Js... method copy (line 159) | public function copy(CopyFileRequest $request, Server $server): JsonRe... method compress (line 173) | public function compress(CompressFilesRequest $request, Server $server... method decompress (line 193) | public function decompress(DecompressFilesRequest $request, Server $se... method delete (line 215) | public function delete(DeleteFileRequest $request, Server $server): Js... method chmod (line 235) | public function chmod(ChmodFilesRequest $request, Server $server): Jso... method pull (line 250) | public function pull(PullFileRequest $request, Server $server): JsonRe... FILE: app/Http/Controllers/Api/Client/Servers/FileUploadController.php class FileUploadController (line 13) | class FileUploadController extends ClientApiController method __construct (line 18) | public function __construct( method __invoke (line 27) | public function __invoke(UploadFileRequest $request, Server $server): ... method getUploadUrl (line 40) | protected function getUploadUrl(Server $server, User $user): string FILE: app/Http/Controllers/Api/Client/Servers/NetworkAllocationController.php class NetworkAllocationController (line 21) | class NetworkAllocationController extends ClientApiController method __construct (line 26) | public function __construct( method index (line 38) | public function index(GetNetworkRequest $request, Server $server): array method update (line 51) | public function update(UpdateAllocationRequest $request, Server $serve... method setPrimary (line 75) | public function setPrimary(SetPrimaryAllocationRequest $request, Serve... method store (line 95) | public function store(NewAllocationRequest $request, Server $server): ... method delete (line 141) | public function delete(DeleteAllocationRequest $request, Server $serve... FILE: app/Http/Controllers/Api/Client/Servers/PowerController.php class PowerController (line 12) | class PowerController extends ClientApiController method __construct (line 17) | public function __construct(private DaemonPowerRepository $repository) method index (line 25) | public function index(SendPowerRequest $request, Server $server): Resp... FILE: app/Http/Controllers/Api/Client/Servers/ResourceUtilizationController.php class ResourceUtilizationController (line 13) | class ResourceUtilizationController extends ClientApiController method __construct (line 18) | public function __construct(private Repository $cache, private DaemonS... method __invoke (line 30) | public function __invoke(GetServerRequest $request, Server $server): a... FILE: app/Http/Controllers/Api/Client/Servers/ScheduleController.php class ScheduleController (line 25) | class ScheduleController extends ClientApiController method __construct (line 30) | public function __construct(private ScheduleRepository $repository, pr... method index (line 38) | public function index(ViewScheduleRequest $request, Server $server): a... method store (line 53) | public function store(StoreScheduleRequest $request, Server $server): ... method view (line 82) | public function view(ViewScheduleRequest $request, Server $server, Sch... method update (line 102) | public function update(UpdateScheduleRequest $request, Server $server,... method execute (line 144) | public function execute(TriggerScheduleRequest $request, Server $serve... method delete (line 156) | public function delete(DeleteScheduleRequest $request, Server $server,... method getNextRunAt (line 170) | protected function getNextRunAt(Request $request): Carbon FILE: app/Http/Controllers/Api/Client/Servers/ScheduleTaskController.php class ScheduleTaskController (line 22) | class ScheduleTaskController extends ClientApiController method __construct (line 27) | public function __construct( method store (line 40) | public function store(StoreTaskRequest $request, Server $server, Sched... method update (line 101) | public function update(StoreTaskRequest $request, Server $server, Sche... method delete (line 156) | public function delete(ClientApiRequest $request, Server $server, Sche... FILE: app/Http/Controllers/Api/Client/Servers/ServerController.php class ServerController (line 11) | class ServerController extends ClientApiController method __construct (line 16) | public function __construct(private GetUserPermissionsService $permiss... method index (line 25) | public function index(GetServerRequest $request, Server $server): array FILE: app/Http/Controllers/Api/Client/Servers/SettingsController.php class SettingsController (line 17) | class SettingsController extends ClientApiController method __construct (line 22) | public function __construct( method rename (line 35) | public function rename(RenameServerRequest $request, Server $server): ... method reinstall (line 64) | public function reinstall(ReinstallServerRequest $request, Server $ser... method dockerImage (line 78) | public function dockerImage(SetDockerImageRequest $request, Server $se... FILE: app/Http/Controllers/Api/Client/Servers/StartupController.php class StartupController (line 18) | class StartupController extends ClientApiController method __construct (line 23) | public function __construct( method index (line 33) | public function index(GetStartupRequest $request, Server $server): array method update (line 71) | public function update(UpdateStartupVariableRequest $request, Server $... method updateEgg (line 123) | public function updateEgg(UpdateEggRequest $request, Server $server): ... method buildNestsList (line 172) | private function buildNestsList(): array FILE: app/Http/Controllers/Api/Client/Servers/SubuserController.php class SubuserController (line 21) | class SubuserController extends ClientApiController method __construct (line 26) | public function __construct( method index (line 37) | public function index(GetSubuserRequest $request, Server $server): array method view (line 47) | public function view(GetSubuserRequest $request): array method store (line 64) | public function store(StoreSubuserRequest $request, Server $server): a... method update (line 88) | public function update(UpdateSubuserRequest $request, Server $server):... method delete (line 130) | public function delete(DeleteSubuserRequest $request, Server $server):... method getDefaultPermissions (line 154) | protected function getDefaultPermissions(Request $request): array FILE: app/Http/Controllers/Api/Client/Servers/WebsocketController.php class WebsocketController (line 15) | class WebsocketController extends ClientApiController method __construct (line 20) | public function __construct( method __invoke (line 33) | public function __invoke(ClientApiRequest $request, Server $server): J... FILE: app/Http/Controllers/Api/Client/TwoFactorController.php class TwoFactorController (line 15) | class TwoFactorController extends ClientApiController method __construct (line 20) | public function __construct( method index (line 36) | public function index(Request $request): JsonResponse method store (line 53) | public function store(Request $request): JsonResponse method delete (line 83) | public function delete(Request $request): JsonResponse FILE: app/Http/Controllers/Api/Remote/ActivityProcessingController.php class ActivityProcessingController (line 16) | class ActivityProcessingController extends Controller method __invoke (line 18) | public function __invoke(ActivityEventRequest $request) FILE: app/Http/Controllers/Api/Remote/Backups/BackupRemoteUploadController.php class BackupRemoteUploadController (line 16) | class BackupRemoteUploadController extends Controller method __construct (line 23) | public function __construct(private BackupManager $backupManager) method __invoke (line 34) | public function __invoke(Request $request, string $backup): JsonResponse method getConfiguredMaxPartSize (line 125) | private function getConfiguredMaxPartSize(): int FILE: app/Http/Controllers/Api/Remote/Backups/BackupStatusController.php class BackupStatusController (line 18) | class BackupStatusController extends Controller method __construct (line 23) | public function __construct(private BackupManager $backupManager) method index (line 32) | public function index(ReportBackupCompleteRequest $request, string $ba... method restore (line 93) | public function restore(Request $request, string $backup): JsonResponse method completeMultipartUpload (line 120) | protected function completeMultipartUpload(Backup $backup, S3Filesyste... FILE: app/Http/Controllers/Api/Remote/EggInstallController.php class EggInstallController (line 11) | class EggInstallController extends Controller method __construct (line 16) | public function __construct(private EnvironmentService $environment, p... method index (line 26) | public function index(Request $request, string $uuid): JsonResponse FILE: app/Http/Controllers/Api/Remote/Servers/ServerDetailsController.php class ServerDetailsController (line 19) | class ServerDetailsController extends Controller method __construct (line 24) | public function __construct( method __invoke (line 38) | public function __invoke(Request $request, string $uuid): JsonResponse method list (line 65) | public function list(Request $request): ServerConfigurationCollection method resetState (line 89) | public function resetState(Request $request): JsonResponse FILE: app/Http/Controllers/Api/Remote/Servers/ServerInstallController.php class ServerInstallController (line 17) | class ServerInstallController extends Controller method __construct (line 22) | public function __construct(private ServerRepository $repository, priv... method index (line 31) | public function index(Request $request, string $uuid): JsonResponse method store (line 53) | public function store(InstallationDataRequest $request, string $uuid):... FILE: app/Http/Controllers/Api/Remote/Servers/ServerTransferController.php class ServerTransferController (line 21) | class ServerTransferController extends Controller method __construct (line 26) | public function __construct( method failure (line 38) | public function failure(Request $request, string $uuid): JsonResponse method success (line 63) | public function success(Request $request, string $uuid): JsonResponse method processFailedTransfer (line 118) | protected function processFailedTransfer(ServerTransfer $transfer): Js... FILE: app/Http/Controllers/Api/Remote/SftpAuthenticationController.php class SftpAuthenticationController (line 21) | class SftpAuthenticationController extends Controller method __construct (line 25) | public function __construct(protected GetUserPermissionsService $permi... method __invoke (line 34) | public function __invoke(SftpAuthenticationFormRequest $request): Json... method getServer (line 89) | protected function getServer(Request $request, string $uuid): Server method getUser (line 102) | protected function getUser(Request $request, string $username): User method parseUsername (line 114) | protected function parseUsername(string $value): array method reject (line 129) | protected function reject(Request $request, bool $increment = true): void method validateSftpAccess (line 141) | protected function validateSftpAccess(User $user, Server $server): void method throttleKey (line 159) | protected function throttleKey(Request $request): string FILE: app/Http/Controllers/Auth/AbstractLoginController.php class AbstractLoginController (line 18) | abstract class AbstractLoginController extends Controller method __construct (line 42) | public function __construct() method sendFailedLoginResponse (line 56) | protected function sendFailedLoginResponse(Request $request, ?Authenti... method sendLoginResponse (line 73) | protected function sendLoginResponse(User $user, Request $request): Js... method getField (line 96) | protected function getField(?string $input = null): string method fireFailedLoginEvent (line 104) | protected function fireFailedLoginEvent(?Authenticatable $user = null,... FILE: app/Http/Controllers/Auth/ForgotPasswordController.php class ForgotPasswordController (line 12) | class ForgotPasswordController extends Controller method sendResetLinkFailedResponse (line 19) | protected function sendResetLinkFailedResponse(Request $request, $resp... method sendResetLinkResponse (line 34) | protected function sendResetLinkResponse(Request $request, $response):... FILE: app/Http/Controllers/Auth/LoginCheckpointController.php class LoginCheckpointController (line 18) | class LoginCheckpointController extends AbstractLoginController method __construct (line 25) | public function __construct( method __invoke (line 44) | public function __invoke(LoginCheckpointRequest $request): JsonResponse method isValidRecoveryToken (line 103) | protected function isValidRecoveryToken(User $user, string $value): bool method hasValidSessionData (line 121) | protected function hasValidSessionData(?array $data): bool FILE: app/Http/Controllers/Auth/LoginController.php class LoginController (line 14) | class LoginController extends AbstractLoginController method index (line 21) | public function index(): View method login (line 32) | public function login(Request $request): JsonResponse FILE: app/Http/Controllers/Auth/ResetPasswordController.php class ResetPasswordController (line 18) | class ResetPasswordController extends Controller method __construct (line 32) | public function __construct( method __invoke (line 44) | public function __invoke(ResetPasswordRequest $request): JsonResponse method resetPassword (line 77) | protected function resetPassword($user, $password) method sendResetResponse (line 99) | protected function sendResetResponse(): JsonResponse FILE: app/Http/Controllers/Base/IndexController.php class IndexController (line 10) | class IndexController extends Controller method __construct (line 15) | public function __construct( method index (line 24) | public function index(): View FILE: app/Http/Controllers/Base/LocaleController.php class LocaleController (line 11) | class LocaleController extends Controller method __construct (line 15) | public function __construct(Translator $translator) method __invoke (line 23) | public function __invoke(LocaleRequest $request): JsonResponse method i18n (line 43) | protected function i18n(array $data): array FILE: app/Http/Controllers/Controller.php class Controller (line 10) | abstract class Controller extends BaseController FILE: app/Http/Kernel.php class Kernel (line 38) | class Kernel extends HttpKernel FILE: app/Http/Middleware/Activity/AccountSubject.php class AccountSubject (line 8) | class AccountSubject method handle (line 14) | public function handle(Request $request, \Closure $next) FILE: app/Http/Middleware/Activity/ServerSubject.php class ServerSubject (line 9) | class ServerSubject method handle (line 19) | public function handle(Request $request, \Closure $next) FILE: app/Http/Middleware/Activity/TrackAPIKey.php class TrackAPIKey (line 9) | class TrackAPIKey method handle (line 17) | public function handle(Request $request, \Closure $next): mixed FILE: app/Http/Middleware/Admin/Servers/ServerInstalled.php class ServerInstalled (line 11) | class ServerInstalled method handle (line 16) | public function handle(Request $request, \Closure $next): mixed FILE: app/Http/Middleware/AdminAuthenticate.php class AdminAuthenticate (line 8) | class AdminAuthenticate method handle (line 15) | public function handle(Request $request, \Closure $next): mixed FILE: app/Http/Middleware/Api/Application/AuthenticateApplicationUser.php class AuthenticateApplicationUser (line 8) | class AuthenticateApplicationUser method handle (line 14) | public function handle(Request $request, \Closure $next): mixed FILE: app/Http/Middleware/Api/AuthenticateIPAccess.php class AuthenticateIPAccess (line 12) | class AuthenticateIPAccess method handle (line 20) | public function handle(Request $request, \Closure $next): mixed FILE: app/Http/Middleware/Api/Client/RequireClientApiKey.php class RequireClientApiKey (line 9) | class RequireClientApiKey method handle (line 15) | public function handle(Request $request, \Closure $next): mixed FILE: app/Http/Middleware/Api/Client/Server/AuthenticateServerAccess.php class AuthenticateServerAccess (line 10) | class AuthenticateServerAccess method __construct (line 22) | public function __construct() method handle (line 29) | public function handle(Request $request, \Closure $next): mixed FILE: app/Http/Middleware/Api/Client/Server/ResourceBelongsToServer.php class ResourceBelongsToServer (line 17) | class ResourceBelongsToServer method handle (line 27) | public function handle(Request $request, \Closure $next): mixed FILE: app/Http/Middleware/Api/Client/SubstituteClientBindings.php class SubstituteClientBindings (line 8) | class SubstituteClientBindings extends SubstituteBindings method handle (line 13) | public function handle($request, \Closure $next): mixed FILE: app/Http/Middleware/Api/Daemon/DaemonAuthenticate.php class DaemonAuthenticate (line 13) | class DaemonAuthenticate method __construct (line 25) | public function __construct(private Encrypter $encrypter, private Node... method handle (line 34) | public function handle(Request $request, \Closure $next): mixed FILE: app/Http/Middleware/Api/IsValidJson.php class IsValidJson (line 8) | class IsValidJson method handle (line 15) | public function handle(Request $request, \Closure $next): mixed FILE: app/Http/Middleware/EncryptCookies.php class EncryptCookies (line 7) | class EncryptCookies extends BaseEncrypter FILE: app/Http/Middleware/EnsureStatefulRequests.php class EnsureStatefulRequests (line 7) | class EnsureStatefulRequests extends EnsureFrontendRequestsAreStateful method fromFrontend (line 18) | public static function fromFrontend($request) FILE: app/Http/Middleware/LanguageMiddleware.php class LanguageMiddleware (line 8) | class LanguageMiddleware method __construct (line 13) | public function __construct(private Application $app) method handle (line 20) | public function handle(Request $request, \Closure $next): mixed FILE: app/Http/Middleware/MaintenanceMiddleware.php class MaintenanceMiddleware (line 8) | class MaintenanceMiddleware method __construct (line 13) | public function __construct(private ResponseFactory $response) method handle (line 20) | public function handle(Request $request, \Closure $next): mixed FILE: app/Http/Middleware/RedirectIfAuthenticated.php class RedirectIfAuthenticated (line 8) | class RedirectIfAuthenticated method __construct (line 13) | public function __construct(private AuthManager $authManager) method handle (line 20) | public function handle(Request $request, \Closure $next, ?string $guar... FILE: app/Http/Middleware/RequireTwoFactorAuthentication.php class RequireTwoFactorAuthentication (line 10) | class RequireTwoFactorAuthentication method __construct (line 24) | public function __construct(private AlertsMessageBag $alert) method handle (line 36) | public function handle(Request $request, \Closure $next): mixed FILE: app/Http/Middleware/SetSecurityHeaders.php class SetSecurityHeaders (line 7) | class SetSecurityHeaders method handle (line 31) | public function handle(Request $request, \Closure $next): mixed FILE: app/Http/Middleware/TrimStrings.php class TrimStrings (line 7) | class TrimStrings extends BaseTrimmer FILE: app/Http/Middleware/VerifyCsrfToken.php class VerifyCsrfToken (line 7) | class VerifyCsrfToken extends BaseVerifier FILE: app/Http/Middleware/VerifyReCaptcha.php class VerifyReCaptcha (line 13) | class VerifyReCaptcha method __construct (line 18) | public function __construct(private Dispatcher $dispatcher, private Re... method handle (line 25) | public function handle(Request $request, \Closure $next): mixed method isResponseVerified (line 62) | private function isResponseVerified(\stdClass $result, Request $reques... FILE: app/Http/Requests/Admin/AdminFormRequest.php class AdminFormRequest (line 7) | abstract class AdminFormRequest extends FormRequest method rules (line 12) | abstract public function rules(): array; method authorize (line 18) | public function authorize(): bool method normalize (line 31) | public function normalize(?array $only = null): array FILE: app/Http/Requests/Admin/Api/StoreApplicationApiKeyRequest.php class StoreApplicationApiKeyRequest (line 9) | class StoreApplicationApiKeyRequest extends AdminFormRequest method rules (line 15) | public function rules(): array method attributes (line 24) | public function attributes(): array method getKeyPermissions (line 31) | public function getKeyPermissions(): array FILE: app/Http/Requests/Admin/BaseFormRequest.php class BaseFormRequest (line 5) | class BaseFormRequest extends AdminFormRequest method rules (line 7) | public function rules(): array FILE: app/Http/Requests/Admin/DatabaseHostFormRequest.php class DatabaseHostFormRequest (line 8) | class DatabaseHostFormRequest extends AdminFormRequest method rules (line 10) | public function rules(): array method getValidatorInstance (line 22) | protected function getValidatorInstance(): Validator FILE: app/Http/Requests/Admin/Egg/EggFormRequest.php class EggFormRequest (line 7) | class EggFormRequest extends AdminFormRequest method rules (line 9) | public function rules(): array method withValidator (line 33) | public function withValidator($validator) method validated (line 40) | public function validated($key = null, $default = null): array FILE: app/Http/Requests/Admin/Egg/EggImportFormRequest.php class EggImportFormRequest (line 7) | class EggImportFormRequest extends AdminFormRequest method rules (line 9) | public function rules(): array FILE: app/Http/Requests/Admin/Egg/EggScriptFormRequest.php class EggScriptFormRequest (line 7) | class EggScriptFormRequest extends AdminFormRequest method rules (line 12) | public function rules(): array FILE: app/Http/Requests/Admin/Egg/EggVariableFormRequest.php class EggVariableFormRequest (line 8) | class EggVariableFormRequest extends AdminFormRequest method rules (line 13) | public function rules(): array FILE: app/Http/Requests/Admin/LocationFormRequest.php class LocationFormRequest (line 7) | class LocationFormRequest extends AdminFormRequest method rules (line 12) | public function rules(): array FILE: app/Http/Requests/Admin/MountFormRequest.php class MountFormRequest (line 7) | class MountFormRequest extends AdminFormRequest method rules (line 12) | public function rules(): array FILE: app/Http/Requests/Admin/Nest/StoreNestFormRequest.php class StoreNestFormRequest (line 7) | class StoreNestFormRequest extends AdminFormRequest method rules (line 9) | public function rules(): array FILE: app/Http/Requests/Admin/NewUserFormRequest.php class NewUserFormRequest (line 8) | class NewUserFormRequest extends AdminFormRequest method rules (line 14) | public function rules(): array FILE: app/Http/Requests/Admin/Node/AllocationAliasFormRequest.php class AllocationAliasFormRequest (line 7) | class AllocationAliasFormRequest extends AdminFormRequest method rules (line 9) | public function rules(): array FILE: app/Http/Requests/Admin/Node/AllocationFormRequest.php class AllocationFormRequest (line 7) | class AllocationFormRequest extends AdminFormRequest method rules (line 9) | public function rules(): array FILE: app/Http/Requests/Admin/Node/NodeFormRequest.php class NodeFormRequest (line 9) | class NodeFormRequest extends AdminFormRequest method rules (line 14) | public function rules(): array FILE: app/Http/Requests/Admin/ServerFormRequest.php class ServerFormRequest (line 9) | class ServerFormRequest extends AdminFormRequest method rules (line 14) | public function rules(): array method withValidator (line 26) | public function withValidator(Validator $validator): void FILE: app/Http/Requests/Admin/Servers/Databases/StoreServerDatabaseRequest.php class StoreServerDatabaseRequest (line 9) | class StoreServerDatabaseRequest extends AdminFormRequest method rules (line 14) | public function rules(): array FILE: app/Http/Requests/Admin/Settings/AdvancedSettingsFormRequest.php class AdvancedSettingsFormRequest (line 7) | class AdvancedSettingsFormRequest extends AdminFormRequest method rules (line 12) | public function rules(): array method attributes (line 48) | public function attributes(): array FILE: app/Http/Requests/Admin/Settings/BaseSettingsFormRequest.php class BaseSettingsFormRequest (line 9) | class BaseSettingsFormRequest extends AdminFormRequest method rules (line 13) | public function rules(): array method attributes (line 25) | public function attributes(): array FILE: app/Http/Requests/Admin/Settings/MailSettingsFormRequest.php class MailSettingsFormRequest (line 8) | class MailSettingsFormRequest extends AdminFormRequest method rules (line 13) | public function rules(): array method normalize (line 30) | public function normalize(?array $only = null): array FILE: app/Http/Requests/Admin/UserFormRequest.php class UserFormRequest (line 8) | class UserFormRequest extends AdminFormRequest method rules (line 14) | public function rules(): array FILE: app/Http/Requests/Api/Application/Allocations/DeleteAllocationRequest.php class DeleteAllocationRequest (line 8) | class DeleteAllocationRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Allocations/GetAllocationsRequest.php class GetAllocationsRequest (line 8) | class GetAllocationsRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Allocations/StoreAllocationRequest.php class StoreAllocationRequest (line 8) | class StoreAllocationRequest extends ApplicationApiRequest method rules (line 14) | public function rules(): array method validated (line 24) | public function validated($key = null, $default = null): array FILE: app/Http/Requests/Api/Application/ApplicationApiRequest.php class ApplicationApiRequest (line 14) | abstract class ApplicationApiRequest extends FormRequest method authorize (line 34) | public function authorize(): bool method rules (line 55) | public function rules(): array method withValidator (line 65) | public function withValidator(Validator $validator): void method parameter (line 82) | public function parameter(string $key, string $expect) FILE: app/Http/Requests/Api/Application/Locations/DeleteLocationRequest.php class DeleteLocationRequest (line 8) | class DeleteLocationRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Locations/GetLocationRequest.php class GetLocationRequest (line 5) | class GetLocationRequest extends GetLocationsRequest FILE: app/Http/Requests/Api/Application/Locations/GetLocationsRequest.php class GetLocationsRequest (line 8) | class GetLocationsRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Locations/StoreLocationRequest.php class StoreLocationRequest (line 9) | class StoreLocationRequest extends ApplicationApiRequest method rules (line 18) | public function rules(): array method attributes (line 29) | public function attributes(): array FILE: app/Http/Requests/Api/Application/Locations/UpdateLocationRequest.php class UpdateLocationRequest (line 7) | class UpdateLocationRequest extends StoreLocationRequest method rules (line 12) | public function rules(): array FILE: app/Http/Requests/Api/Application/Nests/Eggs/GetEggRequest.php class GetEggRequest (line 8) | class GetEggRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Nests/Eggs/GetEggsRequest.php class GetEggsRequest (line 8) | class GetEggsRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Nests/GetNestsRequest.php class GetNestsRequest (line 8) | class GetNestsRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Nodes/DeleteNodeRequest.php class DeleteNodeRequest (line 8) | class DeleteNodeRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Nodes/GetDeployableNodesRequest.php class GetDeployableNodesRequest (line 5) | class GetDeployableNodesRequest extends GetNodesRequest method rules (line 7) | public function rules(): array FILE: app/Http/Requests/Api/Application/Nodes/GetNodeRequest.php class GetNodeRequest (line 5) | class GetNodeRequest extends GetNodesRequest FILE: app/Http/Requests/Api/Application/Nodes/GetNodesRequest.php class GetNodesRequest (line 8) | class GetNodesRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Nodes/StoreNodeRequest.php class StoreNodeRequest (line 9) | class StoreNodeRequest extends ApplicationApiRequest method rules (line 18) | public function rules(?array $rules = null): array method attributes (line 47) | public function attributes(): array method validated (line 61) | public function validated($key = null, $default = null): array FILE: app/Http/Requests/Api/Application/Nodes/UpdateNodeRequest.php class UpdateNodeRequest (line 7) | class UpdateNodeRequest extends StoreNodeRequest method rules (line 13) | public function rules(?array $rules = null): array FILE: app/Http/Requests/Api/Application/Servers/Databases/GetServerDatabaseRequest.php class GetServerDatabaseRequest (line 8) | class GetServerDatabaseRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Servers/Databases/GetServerDatabasesRequest.php class GetServerDatabasesRequest (line 8) | class GetServerDatabasesRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Servers/Databases/ServerDatabaseWriteRequest.php class ServerDatabaseWriteRequest (line 7) | class ServerDatabaseWriteRequest extends GetServerDatabasesRequest FILE: app/Http/Requests/Api/Application/Servers/Databases/StoreServerDatabaseRequest.php class StoreServerDatabaseRequest (line 13) | class StoreServerDatabaseRequest extends ApplicationApiRequest method rules (line 22) | public function rules(): array method validated (line 44) | public function validated($key = null, $default = null): array method attributes (line 56) | public function attributes(): array method databaseName (line 68) | public function databaseName(): string FILE: app/Http/Requests/Api/Application/Servers/GetExternalServerRequest.php class GetExternalServerRequest (line 8) | class GetExternalServerRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Servers/GetServerRequest.php class GetServerRequest (line 8) | class GetServerRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Servers/GetServersRequest.php class GetServersRequest (line 5) | class GetServersRequest extends GetServerRequest method rules (line 7) | public function rules(): array FILE: app/Http/Requests/Api/Application/Servers/ServerWriteRequest.php class ServerWriteRequest (line 8) | class ServerWriteRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Servers/StoreServerRequest.php class StoreServerRequest (line 12) | class StoreServerRequest extends ApplicationApiRequest method rules (line 21) | public function rules(): array method validated (line 71) | public function validated($key = null, $default = null): array method withValidator (line 106) | public function withValidator(Validator $validator): void method getDeploymentObject (line 138) | public function getDeploymentObject(): ?DeploymentObject FILE: app/Http/Requests/Api/Application/Servers/UpdateServerBuildConfigurationRequest.php class UpdateServerBuildConfigurationRequest (line 8) | class UpdateServerBuildConfigurationRequest extends ServerWriteRequest method rules (line 13) | public function rules(): array method validated (line 55) | public function validated($key = null, $default = null): array method attributes (line 80) | public function attributes(): array method requiredToOptional (line 100) | protected function requiredToOptional(string $field, array $rules, boo... FILE: app/Http/Requests/Api/Application/Servers/UpdateServerDetailsRequest.php class UpdateServerDetailsRequest (line 7) | class UpdateServerDetailsRequest extends ServerWriteRequest method rules (line 12) | public function rules(): array method validated (line 28) | public function validated($key = null, $default = null): array method attributes (line 42) | public function attributes(): array FILE: app/Http/Requests/Api/Application/Servers/UpdateServerStartupRequest.php class UpdateServerStartupRequest (line 9) | class UpdateServerStartupRequest extends ApplicationApiRequest method rules (line 18) | public function rules(): array method validated (line 34) | public function validated($key = null, $default = null): array FILE: app/Http/Requests/Api/Application/Users/DeleteUserRequest.php class DeleteUserRequest (line 8) | class DeleteUserRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Users/GetExternalUserRequest.php class GetExternalUserRequest (line 8) | class GetExternalUserRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Users/GetUsersRequest.php class GetUsersRequest (line 8) | class GetUsersRequest extends ApplicationApiRequest FILE: app/Http/Requests/Api/Application/Users/StoreUserRequest.php class StoreUserRequest (line 9) | class StoreUserRequest extends ApplicationApiRequest method rules (line 18) | public function rules(?array $rules = null): array method validated (line 37) | public function validated($key = null, $default = null): array method attributes (line 52) | public function attributes(): array FILE: app/Http/Requests/Api/Application/Users/UpdateUserRequest.php class UpdateUserRequest (line 7) | class UpdateUserRequest extends StoreUserRequest method rules (line 12) | public function rules(?array $rules = null): array FILE: app/Http/Requests/Api/Client/Account/StoreApiKeyRequest.php class StoreApiKeyRequest (line 10) | class StoreApiKeyRequest extends ClientApiRequest method rules (line 12) | public function rules(): array method withValidator (line 26) | public function withValidator(Validator $validator): void FILE: app/Http/Requests/Api/Client/Account/StoreSSHKeyRequest.php class StoreSSHKeyRequest (line 14) | class StoreSSHKeyRequest extends ClientApiRequest method rules (line 21) | public function rules(): array method withValidator (line 33) | public function withValidator(Validator $validator): void method getPublicKey (line 62) | public function getPublicKey(): string method getKeyFingerprint (line 70) | public function getKeyFingerprint(): string FILE: app/Http/Requests/Api/Client/Account/UpdateEmailRequest.php class UpdateEmailRequest (line 11) | class UpdateEmailRequest extends ClientApiRequest method authorize (line 16) | public function authorize(): bool method rules (line 32) | public function rules(): array FILE: app/Http/Requests/Api/Client/Account/UpdatePasswordRequest.php class UpdatePasswordRequest (line 10) | class UpdatePasswordRequest extends ClientApiRequest method authorize (line 15) | public function authorize(): bool method rules (line 31) | public function rules(): array FILE: app/Http/Requests/Api/Client/ClientApiRequest.php class ClientApiRequest (line 12) | class ClientApiRequest extends ApplicationApiRequest method authorize (line 17) | public function authorize(): bool FILE: app/Http/Requests/Api/Client/GetServersRequest.php class GetServersRequest (line 5) | class GetServersRequest extends ClientApiRequest method authorize (line 7) | public function authorize(): bool FILE: app/Http/Requests/Api/Client/Servers/Backups/RestoreBackupRequest.php class RestoreBackupRequest (line 8) | class RestoreBackupRequest extends ClientApiRequest method permission (line 10) | public function permission(): string method rules (line 15) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Backups/StoreBackupRequest.php class StoreBackupRequest (line 8) | class StoreBackupRequest extends ClientApiRequest method permission (line 10) | public function permission(): string method rules (line 15) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Databases/DeleteDatabaseRequest.php class DeleteDatabaseRequest (line 9) | class DeleteDatabaseRequest extends ClientApiRequest implements ClientPe... method permission (line 11) | public function permission(): string FILE: app/Http/Requests/Api/Client/Servers/Databases/GetDatabasesRequest.php class GetDatabasesRequest (line 9) | class GetDatabasesRequest extends ClientApiRequest implements ClientPerm... method permission (line 11) | public function permission(): string FILE: app/Http/Requests/Api/Client/Servers/Databases/RotatePasswordRequest.php class RotatePasswordRequest (line 8) | class RotatePasswordRequest extends ClientApiRequest method permission (line 13) | public function permission(): string FILE: app/Http/Requests/Api/Client/Servers/Databases/StoreDatabaseRequest.php class StoreDatabaseRequest (line 15) | class StoreDatabaseRequest extends ClientApiRequest implements ClientPer... method permission (line 17) | public function permission(): string method rules (line 22) | public function rules(): array method messages (line 46) | public function messages(): array FILE: app/Http/Requests/Api/Client/Servers/Files/ChmodFilesRequest.php class ChmodFilesRequest (line 9) | class ChmodFilesRequest extends ClientApiRequest implements ClientPermis... method permission (line 11) | public function permission(): string method rules (line 16) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Files/CompressFilesRequest.php class CompressFilesRequest (line 8) | class CompressFilesRequest extends ClientApiRequest method permission (line 13) | public function permission(): string method rules (line 18) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Files/CopyFileRequest.php class CopyFileRequest (line 9) | class CopyFileRequest extends ClientApiRequest implements ClientPermissi... method permission (line 11) | public function permission(): string method rules (line 16) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Files/CreateFolderRequest.php class CreateFolderRequest (line 8) | class CreateFolderRequest extends ClientApiRequest method permission (line 13) | public function permission(): string method rules (line 18) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Files/DecompressFilesRequest.php class DecompressFilesRequest (line 8) | class DecompressFilesRequest extends ClientApiRequest method permission (line 15) | public function permission(): string method rules (line 20) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Files/DeleteFileRequest.php class DeleteFileRequest (line 9) | class DeleteFileRequest extends ClientApiRequest implements ClientPermis... method permission (line 11) | public function permission(): string method rules (line 16) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Files/DownloadFileRequest.php class DownloadFileRequest (line 8) | class DownloadFileRequest extends ClientApiRequest method authorize (line 14) | public function authorize(): bool FILE: app/Http/Requests/Api/Client/Servers/Files/GetFileContentsRequest.php class GetFileContentsRequest (line 9) | class GetFileContentsRequest extends ClientApiRequest implements ClientP... method permission (line 16) | public function permission(): string method rules (line 21) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Files/ListFilesRequest.php class ListFilesRequest (line 8) | class ListFilesRequest extends ClientApiRequest method permission (line 14) | public function permission(): string method rules (line 19) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Files/PullFileRequest.php class PullFileRequest (line 9) | class PullFileRequest extends ClientApiRequest implements ClientPermissi... method permission (line 11) | public function permission(): string method rules (line 16) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Files/RenameFileRequest.php class RenameFileRequest (line 9) | class RenameFileRequest extends ClientApiRequest implements ClientPermis... method permission (line 15) | public function permission(): string method rules (line 20) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Files/UploadFileRequest.php class UploadFileRequest (line 8) | class UploadFileRequest extends ClientApiRequest method permission (line 10) | public function permission(): string FILE: app/Http/Requests/Api/Client/Servers/Files/WriteFileContentRequest.php class WriteFileContentRequest (line 9) | class WriteFileContentRequest extends ClientApiRequest implements Client... method permission (line 16) | public function permission(): string method rules (line 26) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/GetServerRequest.php class GetServerRequest (line 7) | class GetServerRequest extends ClientApiRequest method authorize (line 14) | public function authorize(): bool FILE: app/Http/Requests/Api/Client/Servers/Network/DeleteAllocationRequest.php class DeleteAllocationRequest (line 8) | class DeleteAllocationRequest extends ClientApiRequest method permission (line 10) | public function permission(): string FILE: app/Http/Requests/Api/Client/Servers/Network/GetNetworkRequest.php class GetNetworkRequest (line 8) | class GetNetworkRequest extends ClientApiRequest method permission (line 14) | public function permission(): string FILE: app/Http/Requests/Api/Client/Servers/Network/NewAllocationRequest.php class NewAllocationRequest (line 8) | class NewAllocationRequest extends ClientApiRequest method permission (line 10) | public function permission(): string method rules (line 15) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Network/SetPrimaryAllocationRequest.php class SetPrimaryAllocationRequest (line 5) | class SetPrimaryAllocationRequest extends UpdateAllocationRequest method rules (line 7) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Network/UpdateAllocationRequest.php class UpdateAllocationRequest (line 9) | class UpdateAllocationRequest extends ClientApiRequest method permission (line 11) | public function permission(): string method rules (line 16) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Schedules/DeleteScheduleRequest.php class DeleteScheduleRequest (line 7) | class DeleteScheduleRequest extends ViewScheduleRequest method permission (line 9) | public function permission(): string FILE: app/Http/Requests/Api/Client/Servers/Schedules/StoreScheduleRequest.php class StoreScheduleRequest (line 8) | class StoreScheduleRequest extends ViewScheduleRequest method permission (line 10) | public function permission(): string method rules (line 15) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Schedules/StoreTaskRequest.php class StoreTaskRequest (line 7) | class StoreTaskRequest extends ViewScheduleRequest method permission (line 14) | public function permission(): string method rules (line 19) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Schedules/TriggerScheduleRequest.php class TriggerScheduleRequest (line 8) | class TriggerScheduleRequest extends ClientApiRequest method permission (line 10) | public function permission(): string method rules (line 15) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Schedules/UpdateScheduleRequest.php class UpdateScheduleRequest (line 7) | class UpdateScheduleRequest extends StoreScheduleRequest method permission (line 9) | public function permission(): string FILE: app/Http/Requests/Api/Client/Servers/Schedules/ViewScheduleRequest.php class ViewScheduleRequest (line 12) | class ViewScheduleRequest extends ClientApiRequest method authorize (line 17) | public function authorize(): bool method permission (line 39) | public function permission(): string FILE: app/Http/Requests/Api/Client/Servers/SendCommandRequest.php class SendCommandRequest (line 8) | class SendCommandRequest extends ClientApiRequest method permission (line 13) | public function permission(): string method rules (line 21) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/SendPowerRequest.php class SendPowerRequest (line 8) | class SendPowerRequest extends ClientApiRequest method permission (line 13) | public function permission(): string method rules (line 31) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Settings/ReinstallServerRequest.php class ReinstallServerRequest (line 8) | class ReinstallServerRequest extends ClientApiRequest method permission (line 10) | public function permission(): string FILE: app/Http/Requests/Api/Client/Servers/Settings/RenameServerRequest.php class RenameServerRequest (line 10) | class RenameServerRequest extends ClientApiRequest implements ClientPerm... method permission (line 17) | public function permission(): string method rules (line 25) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Settings/SetDockerImageRequest.php class SetDockerImageRequest (line 12) | class SetDockerImageRequest extends ClientApiRequest implements ClientPe... method permission (line 14) | public function permission(): string method rules (line 19) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Startup/GetStartupRequest.php class GetStartupRequest (line 8) | class GetStartupRequest extends ClientApiRequest method permission (line 10) | public function permission(): string FILE: app/Http/Requests/Api/Client/Servers/Startup/UpdateEggRequest.php class UpdateEggRequest (line 8) | class UpdateEggRequest extends ClientApiRequest method permission (line 10) | public function permission(): string method rules (line 15) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Startup/UpdateStartupVariableRequest.php class UpdateStartupVariableRequest (line 8) | class UpdateStartupVariableRequest extends ClientApiRequest method permission (line 10) | public function permission(): string method rules (line 18) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Subusers/DeleteSubuserRequest.php class DeleteSubuserRequest (line 7) | class DeleteSubuserRequest extends SubuserRequest method permission (line 9) | public function permission(): string FILE: app/Http/Requests/Api/Client/Servers/Subusers/GetSubuserRequest.php class GetSubuserRequest (line 7) | class GetSubuserRequest extends SubuserRequest method permission (line 12) | public function permission(): string FILE: app/Http/Requests/Api/Client/Servers/Subusers/StoreSubuserRequest.php class StoreSubuserRequest (line 7) | class StoreSubuserRequest extends SubuserRequest method permission (line 9) | public function permission(): string method rules (line 14) | public function rules(): array FILE: app/Http/Requests/Api/Client/Servers/Subusers/SubuserRequest.php class SubuserRequest (line 12) | abstract class SubuserRequest extends ClientApiRequest method authorize (line 21) | public function authorize(): bool method validatePermissionsCanBeAssigned (line 52) | protected function validatePermissionsCanBeAssigned(array $permissions) FILE: app/Http/Requests/Api/Client/Servers/Subusers/UpdateSubuserRequest.php class UpdateSubuserRequest (line 7) | class UpdateSubuserRequest extends SubuserRequest method permission (line 9) | public function permission(): string method rules (line 14) | public function rules(): array FILE: app/Http/Requests/Api/Remote/ActivityEventRequest.php class ActivityEventRequest (line 8) | class ActivityEventRequest extends FormRequest method authorize (line 10) | public function authorize(): bool method rules (line 15) | public function rules(): array method servers (line 32) | public function servers(): array method users (line 40) | public function users(): array FILE: app/Http/Requests/Api/Remote/AuthenticateWebsocketDetailsRequest.php class AuthenticateWebsocketDetailsRequest (line 7) | class AuthenticateWebsocketDetailsRequest extends FormRequest method authorize (line 9) | public function authorize(): bool method rules (line 14) | public function rules(): array FILE: app/Http/Requests/Api/Remote/InstallationDataRequest.php class InstallationDataRequest (line 7) | class InstallationDataRequest extends FormRequest method authorize (line 9) | public function authorize(): bool method rules (line 14) | public function rules(): array FILE: app/Http/Requests/Api/Remote/ReportBackupCompleteRequest.php class ReportBackupCompleteRequest (line 7) | class ReportBackupCompleteRequest extends FormRequest method rules (line 9) | public function rules(): array FILE: app/Http/Requests/Api/Remote/SftpAuthenticationFormRequest.php class SftpAuthenticationFormRequest (line 7) | class SftpAuthenticationFormRequest extends FormRequest method authorize (line 12) | public function authorize(): bool method rules (line 20) | public function rules(): array method normalize (line 33) | public function normalize(): array FILE: app/Http/Requests/Auth/LoginCheckpointRequest.php class LoginCheckpointRequest (line 8) | class LoginCheckpointRequest extends FormRequest method authorize (line 13) | public function authorize(): bool method rules (line 21) | public function rules(): array FILE: app/Http/Requests/Auth/LoginRequest.php class LoginRequest (line 7) | class LoginRequest extends FormRequest method authorized (line 9) | public function authorized(): bool method rules (line 14) | public function rules(): array FILE: app/Http/Requests/Auth/ResetPasswordRequest.php class ResetPasswordRequest (line 7) | class ResetPasswordRequest extends FormRequest method authorize (line 9) | public function authorize(): bool method rules (line 14) | public function rules(): array FILE: app/Http/Requests/Base/LocaleRequest.php class LocaleRequest (line 7) | class LocaleRequest extends FormRequest method rules (line 9) | public function rules(): array FILE: app/Http/Requests/FrontendUserFormRequest.php class FrontendUserFormRequest (line 7) | abstract class FrontendUserFormRequest extends FormRequest method rules (line 9) | abstract public function rules(): array; method authorize (line 14) | public function authorize(): bool method normalize (line 23) | public function normalize(): array FILE: app/Http/Resources/Wings/ServerConfigurationCollection.php class ServerConfigurationCollection (line 11) | class ServerConfigurationCollection extends ResourceCollection method toArray (line 19) | public function toArray($request): array FILE: app/Http/ViewComposers/AssetComposer.php class AssetComposer (line 8) | class AssetComposer method __construct (line 13) | public function __construct(private AssetHashService $assetHashService) method compose (line 20) | public function compose(View $view): void FILE: app/Jobs/RevokeSftpAccessJob.php class RevokeSftpAccessJob (line 18) | #[DeleteWhenMissingModels] method __construct (line 27) | public function __construct( method uniqueId (line 34) | public function uniqueId(): string method handle (line 41) | public function handle(DaemonRevocationRepository $repository): void FILE: app/Jobs/Schedule/RunTaskJob.php class RunTaskJob (line 16) | class RunTaskJob implements ShouldQueue method __construct (line 25) | public function __construct(public Task $task, public bool $manualRun ... method handle (line 35) | public function handle( method failed (line 89) | public function failed(?\Exception $exception = null) method queueNextTask (line 98) | private function queueNextTask() method markScheduleComplete (line 120) | private function markScheduleComplete() method markTaskNotQueued (line 131) | private function markTaskNotQueued() FILE: app/Listeners/AuthenticationListener.php class AuthenticationListener (line 12) | class AuthenticationListener implements SubscribesToEvents method login (line 18) | public function login(Failed|DirectLogin $event): void method reset (line 34) | public function reset(PasswordReset $event): void method subscribe (line 39) | public function subscribe(Dispatcher $events): void FILE: app/Listeners/RevocationListener.php class RevocationListener (line 13) | class RevocationListener implements SubscribesToEvents method revoke (line 15) | public function revoke(Deleting|PasswordChanged $event): void method subscribe (line 28) | public function subscribe(Dispatcher $events): void FILE: app/Listeners/TwoFactorListener.php class TwoFactorListener (line 10) | class TwoFactorListener implements SubscribesToEvents method __invoke (line 12) | public function __invoke(ProvidedAuthenticationToken $event): void method subscribe (line 20) | public function subscribe(Dispatcher $events): void FILE: app/Models/APILog.php class APILog (line 7) | class APILog extends Model FILE: app/Models/ActivityLog.php class ActivityLog (line 53) | #[Attributes\Identifiable('actl')] method actor (line 92) | public function actor(): MorphTo method subjects (line 105) | public function subjects(): HasMany method apiKey (line 113) | public function apiKey(): HasOne method scopeForEvent (line 118) | public function scopeForEvent(Builder $builder, string $action): Builder method scopeForActor (line 126) | public function scopeForActor(Builder $builder, IlluminateModel $actor... method prunable (line 136) | public function prunable() method boot (line 149) | protected static function boot() FILE: app/Models/ActivityLogSubject.php class ActivityLogSubject (line 25) | class ActivityLogSubject extends Pivot method activityLog (line 37) | public function activityLog(): BelongsTo method subject (line 45) | public function subject(): MorphTo FILE: app/Models/Allocation.php class Allocation (line 42) | class Allocation extends Model method getRouteKeyName (line 81) | public function getRouteKeyName(): string method getHashidAttribute (line 89) | public function getHashidAttribute(): string method getAliasAttribute (line 97) | public function getAliasAttribute(?string $value): string method getHasAliasAttribute (line 105) | public function getHasAliasAttribute(?string $value): bool method toString (line 110) | public function toString(): string method server (line 120) | public function server(): BelongsTo method node (line 130) | public function node(): BelongsTo FILE: app/Models/ApiKey.php class ApiKey (line 64) | class ApiKey extends Model implements HasAbilities method can (line 163) | public function can($ability) method cant (line 170) | public function cant($ability) method user (line 180) | public function user(): BelongsTo method tokenable (line 192) | public function tokenable(): BelongsTo method findToken (line 200) | public static function findToken(string $token): ?self method getPrefixForType (line 215) | public static function getPrefixForType(int $type): string method generateTokenIdentifier (line 225) | public static function generateTokenIdentifier(int $type): string FILE: app/Models/Attributes/Identifiable.php class Identifiable (line 5) | #[\Attribute(\Attribute::TARGET_CLASS)] method __construct (line 8) | public function __construct(public string $prefix, public string $colu... FILE: app/Models/AuditLog.php class AuditLog (line 13) | class AuditLog extends Model method user (line 45) | public function user(): BelongsTo method server (line 53) | public function server(): BelongsTo method instance (line 65) | public static function instance(string $action, array $metadata, bool ... FILE: app/Models/Backup.php class Backup (line 30) | #[Attributes\Identifiable('bkup')] method server (line 82) | public function server(): BelongsTo FILE: app/Models/Database.php class Database (line 24) | class Database extends Model method getRouteKeyName (line 71) | public function getRouteKeyName(): string method resolveRouteBinding (line 84) | public function resolveRouteBinding($value, $field = null): ?\Illumina... method host (line 100) | public function host(): BelongsTo method server (line 110) | public function server(): BelongsTo FILE: app/Models/DatabaseHost.php class DatabaseHost (line 21) | class DatabaseHost extends Model method node (line 77) | public function node(): BelongsTo method databases (line 87) | public function databases(): HasMany FILE: app/Models/Egg.php class Egg (line 52) | #[Attributes\Identifiable('eegg')] method getCopyScriptInstallAttribute (line 159) | public function getCopyScriptInstallAttribute(): ?string method getCopyScriptEntryAttribute (line 172) | public function getCopyScriptEntryAttribute(): string method getCopyScriptContainerAttribute (line 185) | public function getCopyScriptContainerAttribute(): string method getInheritConfigFilesAttribute (line 197) | public function getInheritConfigFilesAttribute(): ?string method getInheritConfigStartupAttribute (line 209) | public function getInheritConfigStartupAttribute(): ?string method getInheritConfigLogsAttribute (line 221) | public function getInheritConfigLogsAttribute(): ?string method getInheritConfigStopAttribute (line 233) | public function getInheritConfigStopAttribute(): ?string method getInheritFeaturesAttribute (line 246) | public function getInheritFeaturesAttribute(): ?array method getInheritFileDenylistAttribute (line 259) | public function getInheritFileDenylistAttribute(): ?array method nest (line 273) | public function nest(): BelongsTo method servers (line 283) | public function servers(): HasMany method variables (line 293) | public function variables(): HasMany method scriptFrom (line 303) | public function scriptFrom(): BelongsTo method configFrom (line 313) | public function configFrom(): BelongsTo FILE: app/Models/EggMount.php class EggMount (line 5) | class EggMount extends Model FILE: app/Models/EggVariable.php class EggVariable (line 29) | class EggVariable extends Model method getRequiredAttribute (line 82) | public function getRequiredAttribute(): bool method egg (line 90) | public function egg(): HasOne method serverVariable (line 100) | public function serverVariable(): HasMany FILE: app/Models/Filters/AdminServerFilter.php class AdminServerFilter (line 8) | class AdminServerFilter implements Filter method __invoke (line 16) | public function __invoke(Builder $query, $value, string $property) FILE: app/Models/Filters/MultiFieldServerFilter.php class MultiFieldServerFilter (line 9) | class MultiFieldServerFilter implements Filter method __invoke (line 24) | public function __invoke(Builder $query, $value, string $property) FILE: app/Models/Location.php class Location (line 18) | class Location extends Model method getRouteKeyName (line 47) | public function getRouteKeyName(): string method nodes (line 57) | public function nodes(): HasMany method servers (line 67) | public function servers(): HasManyThrough FILE: app/Models/Model.php class Model (line 17) | abstract class Model extends IlluminateModel method boot (line 40) | protected static function boot() method getRouteKeyName (line 66) | public function getRouteKeyName(): string method skipValidation (line 74) | public function skipValidation(): self method getValidator (line 84) | public function getValidator(): \Illuminate\Validation\Validator method getRules (line 95) | public static function getRules(): array method getRulesForField (line 109) | public static function getRulesForField(string $field): array method getRulesForUpdate (line 118) | public static function getRulesForUpdate($model, string $column = 'id'... method validate (line 150) | public function validate(): void method asDateTime (line 175) | protected function asDateTime($value): Carbon|CarbonImmutable FILE: app/Models/Mount.php class Mount (line 23) | #[Attributes\Identifiable('moun')] method getRules (line 69) | public static function getRules(): array method eggs (line 105) | public function eggs(): BelongsToMany method nodes (line 115) | public function nodes(): BelongsToMany method servers (line 125) | public function servers(): BelongsToMany FILE: app/Models/MountNode.php class MountNode (line 7) | class MountNode extends Model FILE: app/Models/MountServer.php class MountServer (line 7) | class MountServer extends Model FILE: app/Models/Nest.php class Nest (line 19) | class Nest extends Model method eggs (line 54) | public function eggs(): HasMany method servers (line 64) | public function servers(): HasMany FILE: app/Models/Node.php class Node (line 45) | #[Attributes\Identifiable('node')] method getConnectionAddress (line 134) | public function getConnectionAddress(): string method getConfiguration (line 142) | public function getConfiguration(): array method getYamlConfiguration (line 173) | public function getYamlConfiguration(): string method getJsonConfiguration (line 181) | public function getJsonConfiguration(bool $pretty = false): string method getDecryptedKey (line 189) | public function getDecryptedKey(): string method isUnderMaintenance (line 196) | public function isUnderMaintenance(): bool method mounts (line 204) | public function mounts(): HasManyThrough method location (line 214) | public function location(): BelongsTo method servers (line 224) | public function servers(): HasMany method allocations (line 234) | public function allocations(): HasMany method isViable (line 242) | public function isViable(int $memory, int $disk): bool FILE: app/Models/Objects/DeploymentObject.php class DeploymentObject (line 5) | class DeploymentObject method isDedicated (line 13) | public function isDedicated(): bool method setDedicated (line 18) | public function setDedicated(bool $dedicated): self method getLocations (line 25) | public function getLocations(): array method setLocations (line 30) | public function setLocations(array $locations): self method getPorts (line 37) | public function getPorts(): array method setPorts (line 42) | public function setPorts(array $ports): self FILE: app/Models/Permission.php class Permission (line 7) | class Permission extends Model method permissions (line 217) | public static function permissions(): Collection FILE: app/Models/RecoveryToken.php class RecoveryToken (line 14) | class RecoveryToken extends Model method user (line 32) | public function user(): BelongsTo FILE: app/Models/Schedule.php class Schedule (line 33) | class Schedule extends Model method getRouteKeyName (line 109) | public function getRouteKeyName(): string method getNextRunDate (line 119) | public function getNextRunDate(): CarbonImmutable method getHashidAttribute (line 129) | public function getHashidAttribute(): string method tasks (line 139) | public function tasks(): HasMany method server (line 149) | public function server(): BelongsTo FILE: app/Models/Server.php class Server (line 108) | #[Attributes\Identifiable('serv')] method getAllocationMappings (line 206) | public function getAllocationMappings(): array method isInstalled (line 213) | public function isInstalled(): bool method isSuspended (line 218) | public function isSuspended(): bool method user (line 228) | public function user(): BelongsTo method subusers (line 238) | public function subusers(): HasMany method allocation (line 248) | public function allocation(): HasOne method allocations (line 258) | public function allocations(): HasMany method nest (line 268) | public function nest(): BelongsTo method egg (line 278) | public function egg(): HasOne method variables (line 288) | public function variables(): HasMany method node (line 308) | public function node(): BelongsTo method schedules (line 318) | public function schedules(): HasMany method databases (line 328) | public function databases(): HasMany method location (line 340) | public function location(): \Znck\Eloquent\Relations\BelongsToThrough method transfer (line 350) | public function transfer(): HasOne method backups (line 358) | public function backups(): HasMany method mounts (line 368) | public function mounts(): HasManyThrough method activity (line 378) | public function activity(): MorphToMany method validateCurrentState (line 390) | public function validateCurrentState() method validateTransferState (line 409) | public function validateTransferState() FILE: app/Models/ServerTransfer.php class ServerTransfer (line 26) | class ServerTransfer extends Model method server (line 80) | public function server(): BelongsTo method oldNode (line 90) | public function oldNode(): HasOne method newNode (line 100) | public function newNode(): HasOne FILE: app/Models/ServerVariable.php class ServerVariable (line 17) | class ServerVariable extends Model method server (line 47) | public function server(): BelongsTo method variable (line 57) | public function variable(): BelongsTo FILE: app/Models/Session.php class Session (line 7) | class Session extends Model FILE: app/Models/Setting.php class Setting (line 12) | class Setting extends Model FILE: app/Models/Subuser.php class Subuser (line 20) | class Subuser extends Model method getHashidAttribute (line 61) | public function getHashidAttribute(): string method server (line 71) | public function server(): BelongsTo method user (line 81) | public function user(): BelongsTo method permissions (line 91) | public function permissions(): HasMany FILE: app/Models/Task.php class Task (line 26) | class Task extends Model method getRouteKeyName (line 99) | public function getRouteKeyName(): string method getHashidAttribute (line 107) | public function getHashidAttribute(): string method schedule (line 117) | public function schedule(): BelongsTo method server (line 127) | public function server(): \Znck\Eloquent\Relations\BelongsToThrough FILE: app/Models/TaskLog.php class TaskLog (line 7) | class TaskLog extends Model FILE: app/Models/Traits/HasAccessTokens.php type HasAccessTokens (line 17) | trait HasAccessTokens method tokens (line 25) | public function tokens(): HasMany method createToken (line 30) | public function createToken(?string $memo, ?array $ips): NewAccessToken FILE: app/Models/Traits/HasRealtimeIdentifier.php type HasRealtimeIdentifier (line 25) | trait HasRealtimeIdentifier method identifier (line 31) | protected function identifier(): Attribute method scopeWhereIdentifier (line 40) | public function scopeWhereIdentifier(Builder $builder, string $identif... method bootHasRealtimeIdentifier (line 58) | protected static function bootHasRealtimeIdentifier(): void FILE: app/Models/User.php class User (line 84) | #[Attributes\Identifiable('user')] method getRules (line 186) | public static function getRules(): array method toVueObject (line 199) | public function toVueObject(): array method sendPasswordResetNotification (line 211) | public function sendPasswordResetNotification($token) method setUsernameAttribute (line 224) | public function setUsernameAttribute(string $value) method getNameAttribute (line 232) | public function getNameAttribute(): string method servers (line 242) | public function servers(): HasMany method apiKeys (line 250) | public function apiKeys(): HasMany method recoveryTokens (line 259) | public function recoveryTokens(): HasMany method sshKeys (line 267) | public function sshKeys(): HasMany method activity (line 278) | public function activity(): MorphToMany method accessibleServers (line 289) | public function accessibleServers(): Builder FILE: app/Models/UserSSHKey.php class UserSSHKey (line 40) | class UserSSHKey extends Model method user (line 65) | public function user(): BelongsTo FILE: app/Notifications/AccountCreated.php class AccountCreated (line 11) | class AccountCreated extends Notification implements ShouldQueue method __construct (line 18) | public function __construct(public User $user, public ?string $token =... method via (line 25) | public function via(): array method toMail (line 33) | public function toMail(): MailMessage FILE: app/Notifications/AddedToServer.php class AddedToServer (line 10) | class AddedToServer extends Notification implements ShouldQueue method __construct (line 19) | public function __construct(array $server) method via (line 27) | public function via(): array method toMail (line 35) | public function toMail(): MailMessage FILE: app/Notifications/MailTested.php class MailTested (line 9) | class MailTested extends Notification method __construct (line 11) | public function __construct(private User $user) method via (line 15) | public function via(): array method toMail (line 20) | public function toMail(): MailMessage FILE: app/Notifications/RemovedFromServer.php class RemovedFromServer (line 10) | class RemovedFromServer extends Notification implements ShouldQueue method __construct (line 19) | public function __construct(array $server) method via (line 27) | public function via(): array method toMail (line 35) | public function toMail(): MailMessage FILE: app/Notifications/SendPasswordReset.php class SendPasswordReset (line 10) | class SendPasswordReset extends Notification implements ShouldQueue method __construct (line 17) | public function __construct(public string $token) method via (line 24) | public function via(): array method toMail (line 32) | public function toMail(mixed $notifiable): MailMessage FILE: app/Notifications/ServerInstalled.php class ServerInstalled (line 17) | class ServerInstalled extends Notification implements ShouldQueue, Recei... method handle (line 31) | public function handle(Event|Installed $event): void method via (line 46) | public function via(): array method toMail (line 54) | public function toMail(): MailMessage FILE: app/Observers/EggVariableObserver.php class EggVariableObserver (line 7) | class EggVariableObserver method creating (line 9) | public function creating(EggVariable $variable): void method updating (line 17) | public function updating(EggVariable $variable): void FILE: app/Observers/ServerObserver.php class ServerObserver (line 9) | class ServerObserver method creating (line 16) | public function creating(Server $server): void method created (line 24) | public function created(Server $server): void method deleting (line 32) | public function deleting(Server $server): void method deleted (line 40) | public function deleted(Server $server): void method saving (line 48) | public function saving(Server $server): void method saved (line 56) | public function saved(Server $server): void method updating (line 64) | public function updating(Server $server): void method updated (line 72) | public function updated(Server $server): void FILE: app/Observers/SubuserObserver.php class SubuserObserver (line 10) | class SubuserObserver method creating (line 15) | public function creating(Subuser $subuser): void method created (line 23) | public function created(Subuser $subuser): void method deleting (line 37) | public function deleting(Subuser $subuser): void method deleted (line 45) | public function deleted(Subuser $subuser): void FILE: app/Observers/UserObserver.php class UserObserver (line 8) | class UserObserver method creating (line 15) | public function creating(User $user): void method created (line 23) | public function created(User $user): void method deleting (line 31) | public function deleting(User $user): void method deleted (line 39) | public function deleted(User $user): void FILE: app/Policies/ServerPolicy.php class ServerPolicy (line 8) | class ServerPolicy method checkPermission (line 13) | protected function checkPermission(User $user, Server $server, string ... method before (line 26) | public function before(User $user, string $ability, Server $server): bool method __call (line 40) | public function __call(string $name, mixed $arguments) FILE: app/Providers/ActivityLogServiceProvider.php class ActivityLogServiceProvider (line 9) | class ActivityLogServiceProvider extends ServiceProvider method register (line 15) | public function register() FILE: app/Providers/AppServiceProvider.php class AppServiceProvider (line 16) | class AppServiceProvider extends ServiceProvider method boot (line 21) | public function boot(): void method register (line 57) | public function register(): void method versionData (line 73) | protected function versionData(): array FILE: app/Providers/AuthServiceProvider.php class AuthServiceProvider (line 11) | class AuthServiceProvider extends ServiceProvider method boot (line 20) | public function boot(): void FILE: app/Providers/BackupsServiceProvider.php class BackupsServiceProvider (line 9) | class BackupsServiceProvider extends ServiceProvider implements Deferrab... method register (line 14) | public function register(): void method provides (line 21) | public function provides(): array FILE: app/Providers/BladeServiceProvider.php class BladeServiceProvider (line 7) | class BladeServiceProvider extends ServiceProvider method boot (line 12) | public function boot(): void FILE: app/Providers/BroadcastServiceProvider.php class BroadcastServiceProvider (line 8) | class BroadcastServiceProvider extends ServiceProvider method boot (line 13) | public function boot(): void FILE: app/Providers/EventServiceProvider.php class EventServiceProvider (line 20) | class EventServiceProvider extends ServiceProvider method boot (line 40) | public function boot(): void FILE: app/Providers/HashidsServiceProvider.php class HashidsServiceProvider (line 9) | class HashidsServiceProvider extends ServiceProvider method register (line 14) | public function register(): void FILE: app/Providers/RepositoryServiceProvider.php class RepositoryServiceProvider (line 41) | class RepositoryServiceProvider extends ServiceProvider method register (line 46) | public function register(): void FILE: app/Providers/RouteServiceProvider.php class RouteServiceProvider (line 16) | class RouteServiceProvider extends ServiceProvider method boot (line 23) | public function boot(): void method configureRateLimiting (line 72) | protected function configureRateLimiting(): void FILE: app/Providers/SettingsServiceProvider.php class SettingsServiceProvider (line 13) | class SettingsServiceProvider extends ServiceProvider method boot (line 69) | public function boot(ConfigRepository $config, Encrypter $encrypter, L... method getEncryptedKeys (line 118) | public static function getEncryptedKeys(): array FILE: app/Providers/ViewComposerServiceProvider.php class ViewComposerServiceProvider (line 8) | class ViewComposerServiceProvider extends ServiceProvider method boot (line 13) | public function boot(): void FILE: app/Repositories/Eloquent/AllocationRepository.php class AllocationRepository (line 9) | class AllocationRepository extends EloquentRepository implements Allocat... method model (line 14) | public function model(): string method getUnassignedAllocationIds (line 23) | public function getUnassignedAllocationIds(int $node): array method getDiscardableDedicatedAllocations (line 41) | protected function getDiscardableDedicatedAllocations(array $nodes = [... method getRandomAllocation (line 59) | public function getRandomAllocation(array $nodes, array $ports, bool $... FILE: app/Repositories/Eloquent/ApiKeyRepository.php class ApiKeyRepository (line 10) | class ApiKeyRepository extends EloquentRepository implements ApiKeyRepos... method model (line 15) | public function model(): string method getAccountKeys (line 23) | public function getAccountKeys(User $user): Collection method deleteAccountKey (line 33) | public function deleteAccountKey(User $user, string $identifier): int FILE: app/Repositories/Eloquent/BackupRepository.php class BackupRepository (line 11) | class BackupRepository extends EloquentRepository method model (line 13) | public function model(): string method getBackupsGeneratedDuringTimespan (line 21) | public function getBackupsGeneratedDuringTimespan(int $server, int $se... method getNonFailedBackups (line 40) | public function getNonFailedBackups(Server $server): HasMany FILE: app/Repositories/Eloquent/DatabaseHostRepository.php class DatabaseHostRepository (line 9) | class DatabaseHostRepository extends EloquentRepository implements Datab... method model (line 14) | public function model(): string method getWithViewDetails (line 23) | public function getWithViewDetails(): Collection FILE: app/Repositories/Eloquent/DatabaseRepository.php class DatabaseRepository (line 12) | class DatabaseRepository extends EloquentRepository implements DatabaseR... method __construct (line 19) | public function __construct(Application $application, private Database... method model (line 27) | public function model(): string method getConnection (line 35) | public function getConnection(): string method setConnection (line 43) | public function setConnection(string $connection): self method getDatabasesForServer (line 53) | public function getDatabasesForServer(int $server): Collection method getDatabasesForHost (line 61) | public function getDatabasesForHost(int $host, int $count = 25): Lengt... method createDatabase (line 71) | public function createDatabase(string $database): bool method createUser (line 79) | public function createUser(string $username, string $remote, string $p... method assignUserToDatabase (line 95) | public function assignUserToDatabase(string $database, string $usernam... method flush (line 108) | public function flush(): bool method dropDatabase (line 116) | public function dropDatabase(string $database): bool method dropUser (line 124) | public function dropUser(string $username, string $remote): bool method run (line 132) | private function run(string $statement): bool FILE: app/Repositories/Eloquent/EggRepository.php class EggRepository (line 12) | class EggRepository extends EloquentRepository implements EggRepositoryI... method model (line 17) | public function model(): string method getWithVariables (line 27) | public function getWithVariables(int $id): Egg method getAllWithCopyAttributes (line 39) | public function getAllWithCopyAttributes(): Collection method getWithCopyAttributes (line 51) | public function getWithCopyAttributes($value, string $column = 'id'): Egg method getWithExportAttributes (line 67) | public function getWithExportAttributes(int $id): Egg method isCopyableScript (line 79) | public function isCopyableScript(int $copyFromId, int $service): bool FILE: app/Repositories/Eloquent/EggVariableRepository.php class EggVariableRepository (line 9) | class EggVariableRepository extends EloquentRepository implements EggVar... method model (line 14) | public function model(): string method getEditableVariables (line 23) | public function getEditableVariables(int $egg): Collection FILE: app/Repositories/Eloquent/EloquentRepository.php class EloquentRepository (line 18) | abstract class EloquentRepository extends Repository implements Reposito... method usingRequestFilters (line 27) | public function usingRequestFilters(bool $usingFilters = true): self method request (line 37) | protected function request(): Request method paginate (line 45) | protected function paginate(Builder $instance, int $default = 50): Len... method getModel (line 58) | public function getModel(): Model method getBuilder (line 66) | public function getBuilder(): Builder method create (line 76) | public function create(array $fields, bool $validate = true, bool $for... method find (line 97) | public function find(int $id): Model method findWhere (line 109) | public function findWhere(array $fields): Collection method findFirstWhere (line 119) | public function findFirstWhere(array $fields): Model method findCountWhere (line 131) | public function findCountWhere(array $fields): int method delete (line 139) | public function delete(int $id, bool $destroy = false): int method deleteWhere (line 147) | public function deleteWhere(array $attributes, bool $force = false): int method update (line 160) | public function update(int $id, array $fields, bool $validate = true, ... method updateWhere (line 184) | public function updateWhere(array $attributes, array $values): int method updateWhereIn (line 193) | public function updateWhereIn(string $column, array $values, array $fi... method updateOrCreate (line 206) | public function updateOrCreate(array $where, array $fields, bool $vali... method all (line 226) | public function all(): Collection method paginated (line 234) | public function paginated(int $perPage): LengthAwarePaginator method insert (line 243) | public function insert(array $data): bool method insertIgnore (line 251) | public function insertIgnore(array $values): bool method count (line 284) | public function count(): int FILE: app/Repositories/Eloquent/LocationRepository.php class LocationRepository (line 11) | class LocationRepository extends EloquentRepository implements LocationR... method model (line 16) | public function model(): string method getAllWithDetails (line 24) | public function getAllWithDetails(): Collection method getAllWithNodes (line 32) | public function getAllWithNodes(): Collection method getWithNodes (line 42) | public function getWithNodes(int $id): Location method getWithNodeCount (line 56) | public function getWithNodeCount(int $id): Location FILE: app/Repositories/Eloquent/MountRepository.php class MountRepository (line 11) | class MountRepository extends EloquentRepository method model (line 16) | public function model(): string method getAllWithDetails (line 24) | public function getAllWithDetails(): Collection method getWithRelations (line 34) | public function getWithRelations(string $id): Mount method getMountListForServer (line 46) | public function getMountListForServer(Server $server): Collection FILE: app/Repositories/Eloquent/NestRepository.php class NestRepository (line 10) | class NestRepository extends EloquentRepository implements NestRepositor... method model (line 15) | public function model(): string method getWithEggs (line 27) | public function getWithEggs(?int $id = null): Collection|Nest method getWithCounts (line 50) | public function getWithCounts(?int $id = null): Collection|Nest method getWithEggServers (line 71) | public function getWithEggServers(int $id): Nest FILE: app/Repositories/Eloquent/NodeRepository.php class NodeRepository (line 9) | class NodeRepository extends EloquentRepository implements NodeRepositor... method model (line 14) | public function model(): string method getUsageStats (line 22) | public function getUsageStats(Node $node): array method getUsageStatsRaw (line 54) | public function getUsageStatsRaw(Node $node): array method loadLocationAndServerCount (line 78) | public function loadLocationAndServerCount(Node $node, bool $refresh =... method loadNodeAllocations (line 99) | public function loadNodeAllocations(Node $node, bool $refresh = false)... method getNodesForServerCreation (line 117) | public function getNodesForServerCreation(): Collection method getNodeWithResourceUsage (line 142) | public function getNodeWithResourceUsage(int $node_id): Node FILE: app/Repositories/Eloquent/PermissionRepository.php class PermissionRepository (line 7) | class PermissionRepository extends EloquentRepository implements Permiss... method model (line 14) | public function model(): string FILE: app/Repositories/Eloquent/RecoveryTokenRepository.php class RecoveryTokenRepository (line 7) | class RecoveryTokenRepository extends EloquentRepository method model (line 9) | public function model(): string FILE: app/Repositories/Eloquent/ScheduleRepository.php class ScheduleRepository (line 11) | class ScheduleRepository extends EloquentRepository implements ScheduleR... method model (line 16) | public function model(): string method findServerSchedules (line 24) | public function findServerSchedules(int $server): Collection method getScheduleWithTasks (line 34) | public function getScheduleWithTasks(int $schedule): Schedule FILE: app/Repositories/Eloquent/ServerRepository.php class ServerRepository (line 13) | class ServerRepository extends EloquentRepository implements ServerRepos... method model (line 18) | public function model(): string method loadEggRelations (line 26) | public function loadEggRelations(Server $server, bool $refresh = false... method getDataForRebuild (line 38) | public function getDataForRebuild(?int $server = null, ?int $node = nu... method getDataForReinstall (line 54) | public function getDataForReinstall(?int $server = null, ?int $node = ... method findWithVariables (line 72) | public function findWithVariables(int $id): Server method getPrimaryAllocation (line 88) | public function getPrimaryAllocation(Server $server, bool $refresh = f... method getDataForCreation (line 100) | public function getDataForCreation(Server $server, bool $refresh = fal... method loadDatabaseRelations (line 114) | public function loadDatabaseRelations(Server $server, bool $refresh = ... method getDaemonServiceData (line 128) | public function getDaemonServiceData(Server $server, bool $refresh = f... method getByUuid (line 144) | public function getByUuid(string $uuid): Server method isUniqueUuidCombo (line 164) | public function isUniqueUuidCombo(string $uuid, string $short): bool method loadAllServersForNode (line 172) | public function loadAllServersForNode(int $node, int $limit): LengthAw... FILE: app/Repositories/Eloquent/ServerVariableRepository.php class ServerVariableRepository (line 8) | class ServerVariableRepository extends EloquentRepository implements Ser... method model (line 13) | public function model(): string FILE: app/Repositories/Eloquent/SessionRepository.php class SessionRepository (line 9) | class SessionRepository extends EloquentRepository implements SessionRep... method model (line 14) | public function model(): string method getUserSessions (line 22) | public function getUserSessions(int $user): Collection method deleteUserSession (line 30) | public function deleteUserSession(int $user, string $session): ?int FILE: app/Repositories/Eloquent/SettingsRepository.php class SettingsRepository (line 8) | class SettingsRepository extends EloquentRepository implements SettingsR... method model (line 17) | public function model(): string method set (line 27) | public function set(string $key, ?string $value = null) method get (line 39) | public function get(string $key, mixed $default = null): mixed method forget (line 62) | public function forget(string $key) method clearCache (line 71) | private function clearCache(string $key) FILE: app/Repositories/Eloquent/SubuserRepository.php class SubuserRepository (line 9) | class SubuserRepository extends EloquentRepository implements SubuserRep... method model (line 14) | public function model(): string method loadServerAndUserRelations (line 22) | public function loadServerAndUserRelations(Subuser $subuser, bool $ref... method getWithPermissions (line 38) | public function getWithPermissions(Subuser $subuser, bool $refresh = f... method getWithPermissionsUsingUserAndServer (line 56) | public function getWithPermissionsUsingUserAndServer(int $user, int $s... FILE: app/Repositories/Eloquent/TaskRepository.php class TaskRepository (line 10) | class TaskRepository extends EloquentRepository implements TaskRepositor... method model (line 15) | public function model(): string method getTaskForJobProcess (line 25) | public function getTaskForJobProcess(int $id): Task method getNextTask (line 37) | public function getNextTask(int $schedule, int $index): ?Task FILE: app/Repositories/Eloquent/UserRepository.php class UserRepository (line 8) | class UserRepository extends EloquentRepository implements UserRepositor... method model (line 13) | public function model(): string FILE: app/Repositories/Repository.php class Repository (line 9) | abstract class Repository implements RepositoryInterface method __construct (line 20) | public function __construct(protected Application $app) method model (line 28) | abstract public function model(): string; method getModel (line 33) | public function getModel(): Model method setColumns (line 43) | public function setColumns($columns = ['*']): self method getColumns (line 54) | public function getColumns(): array method withoutFreshModel (line 63) | public function withoutFreshModel(): self method withFreshModel (line 71) | public function withFreshModel(): self method setFreshModel (line 80) | public function setFreshModel(bool $fresh = true): self method initializeModel (line 91) | protected function initializeModel(string ...$model): mixed FILE: app/Repositories/Wings/DaemonBackupRepository.php class DaemonBackupRepository (line 16) | class DaemonBackupRepository extends DaemonRepository method setBackupAdapter (line 23) | public function setBackupAdapter(string $adapter): self method backup (line 35) | public function backup(Backup $backup): ResponseInterface method restore (line 60) | public function restore(Backup $backup, ?string $url = null, bool $tru... method delete (line 85) | public function delete(Backup $backup): ResponseInterface FILE: app/Repositories/Wings/DaemonCommandRepository.php class DaemonCommandRepository (line 15) | class DaemonCommandRepository extends DaemonRepository method send (line 22) | public function send(array|string $command): ResponseInterface FILE: app/Repositories/Wings/DaemonConfigurationRepository.php class DaemonConfigurationRepository (line 14) | class DaemonConfigurationRepository extends DaemonRepository method getSystemInformation (line 21) | public function getSystemInformation(?int $version = null): array method update (line 39) | public function update(Node $node): ResponseInterface FILE: app/Repositories/Wings/DaemonFileRepository.php class DaemonFileRepository (line 18) | class DaemonFileRepository extends DaemonRepository method getContent (line 29) | public function getContent(string $path, ?int $notLargerThan = null): ... method putContent (line 58) | public function putContent(string $path, string $content): ResponseInt... method getDirectory (line 80) | public function getDirectory(string $path): array method createDirectory (line 103) | public function createDirectory(string $name, string $path): ResponseI... method renameFiles (line 127) | public function renameFiles(?string $root, array $files): ResponseInte... method copyFile (line 151) | public function copyFile(string $location): ResponseInterface method deleteFiles (line 174) | public function deleteFiles(?string $root, array $files): ResponseInte... method compressFiles (line 198) | public function compressFiles(?string $root, array $files): array method decompressFile (line 227) | public function decompressFile(?string $root, string $file): ResponseI... method chmodFiles (line 254) | public function chmodFiles(?string $root, array $files): ResponseInter... method pull (line 278) | public function pull(string $url, ?string $directory, array $params = ... FILE: app/Repositories/Wings/DaemonPowerRepository.php class DaemonPowerRepository (line 15) | class DaemonPowerRepository extends DaemonRepository method send (line 22) | public function send(string $action): ResponseInterface FILE: app/Repositories/Wings/DaemonRepository.php class DaemonRepository (line 11) | abstract class DaemonRepository method __construct (line 20) | public function __construct(protected Application $app) method setServer (line 27) | public function setServer(Server $server): self method setNode (line 39) | public function setNode(Node $node): self method getHttpClient (line 49) | public function getHttpClient(array $headers = []): Client FILE: app/Repositories/Wings/DaemonRevocationRepository.php class DaemonRevocationRepository (line 8) | class DaemonRevocationRepository extends DaemonRepository method deauthorize (line 17) | public function deauthorize(string $user, array $servers = []): void FILE: app/Repositories/Wings/DaemonServerRepository.php class DaemonServerRepository (line 15) | class DaemonServerRepository extends DaemonRepository method getDetails (line 22) | public function getDetails(): array method create (line 42) | public function create(bool $startOnCompletion = true): void method sync (line 63) | public function sync(): void method delete (line 79) | public function delete(): void method reinstall (line 95) | public function reinstall(): void method requestArchive (line 115) | public function requestArchive(): void method revokeUserJTI (line 139) | public function revokeUserJTI(int $id): void method revokeJTIs (line 152) | protected function revokeJTIs(array $jtis): void FILE: app/Repositories/Wings/DaemonTransferRepository.php class DaemonTransferRepository (line 14) | class DaemonTransferRepository extends DaemonRepository method notify (line 19) | public function notify(Node $targetNode, Plain $token): void FILE: app/Rules/Fqdn.php class Fqdn (line 9) | class Fqdn implements Rule, DataAwareRule method setData (line 18) | public function setData($data): self method passes (line 31) | public function passes($attribute, $value): bool method message (line 65) | public function message(): string method make (line 73) | public static function make(?string $schemeField = null): self FILE: app/Rules/Username.php class Username (line 7) | class Username implements Rule method passes (line 22) | public function passes($attribute, $value): bool method message (line 30) | public function message(): string method __toString (line 39) | public function __toString(): string FILE: app/Services/Acl/Api/AdminAcl.php class AdminAcl (line 7) | class AdminAcl method can (line 40) | public static function can(int $permission, int $action = self::READ):... method check (line 53) | public static function check(ApiKey $key, string $resource, int $actio... method getResourceList (line 63) | public static function getResourceList(): array FILE: app/Services/Activity/ActivityLogBatchService.php class ActivityLogBatchService (line 7) | class ActivityLogBatchService method uuid (line 16) | public function uuid(): ?string method start (line 25) | public function start(): void method end (line 38) | public function end(): void method transaction (line 51) | public function transaction(\Closure $callback): mixed FILE: app/Services/Activity/ActivityLogService.php class ActivityLogService (line 16) | class ActivityLogService method __construct (line 22) | public function __construct( method anonymous (line 34) | public function anonymous(): self method event (line 46) | public function event(string $action): self method description (line 56) | public function description(?string $description): self method subject (line 70) | public function subject(...$subjects): self method actor (line 94) | public function actor(Model $actor): self method property (line 106) | public function property($key, $value = null): self method withRequestMetadata (line 119) | public function withRequestMetadata(): self method log (line 133) | public function log(?string $description = null): ActivityLog method clone (line 159) | public function clone(): self method transaction (line 173) | public function transaction(\Closure $callback) method reset (line 187) | public function reset(): void method getActivity (line 196) | protected function getActivity(): ActivityLog method save (line 227) | protected function save(): ActivityLog FILE: app/Services/Activity/ActivityLogTargetableService.php class ActivityLogTargetableService (line 7) | class ActivityLogTargetableService method setActor (line 15) | public function setActor(Model $actor): void method setSubject (line 20) | public function setSubject(Model $subject): void method setApiKeyId (line 25) | public function setApiKeyId(?int $apiKeyId): void method actor (line 30) | public function actor(): ?Model method subject (line 35) | public function subject(): ?Model method apiKeyId (line 40) | public function apiKeyId(): ?int method reset (line 45) | public function reset(): void FILE: app/Services/Allocations/AllocationDeletionService.php class AllocationDeletionService (line 9) | class AllocationDeletionService method __construct (line 14) | public function __construct(private AllocationRepositoryInterface $rep... method handle (line 24) | public function handle(Allocation $allocation): int FILE: app/Services/Allocations/AssignmentService.php class AssignmentService (line 15) | class AssignmentService method __construct (line 27) | public function __construct(protected AllocationRepositoryInterface $r... method handle (line 40) | public function handle(Node $node, array $data): void FILE: app/Services/Allocations/FindAssignableAllocationService.php class FindAssignableAllocationService (line 11) | class FindAssignableAllocationService method __construct (line 16) | public function __construct(private AssignmentService $service) method handle (line 31) | public function handle(Server $server): Allocation method handleConsecutive (line 69) | public function handleConsecutive(Server $server, int $count): array method createNewAllocation (line 170) | protected function createNewAllocation(Server $server): Allocation FILE: app/Services/Api/KeyCreationService.php class KeyCreationService (line 9) | class KeyCreationService method __construct (line 16) | public function __construct(private ApiKeyRepositoryInterface $reposit... method setKeyType (line 24) | public function setKeyType(int $type): self method handle (line 38) | public function handle(array $data, array $permissions = []): ApiKey FILE: app/Services/Backups/DeleteBackupService.php class DeleteBackupService (line 14) | class DeleteBackupService method __construct (line 16) | public function __construct( method handle (line 29) | public function handle(Backup $backup): void method deleteFromS3 (line 68) | protected function deleteFromS3(Backup $backup): void FILE: app/Services/Backups/DownloadLinkService.php class DownloadLinkService (line 11) | class DownloadLinkService method __construct (line 16) | public function __construct(private BackupManager $backupManager, priv... method handle (line 24) | public function handle(Backup $backup, User $user): string method getS3BackupUrl (line 46) | protected function getS3BackupUrl(Backup $backup): string FILE: app/Services/Backups/InitiateBackupService.php class InitiateBackupService (line 17) | class InitiateBackupService method __construct (line 26) | public function __construct( method setIsLocked (line 39) | public function setIsLocked(bool $isLocked): self method setIgnoredFiles (line 51) | public function setIgnoredFiles(?array $ignored): self method handle (line 76) | public function handle(Server $server, ?string $name = null, bool $ove... FILE: app/Services/Databases/DatabaseManagementService.php class DatabaseManagementService (line 16) | class DatabaseManagementService method __construct (line 34) | public function __construct( method generateUniqueDatabaseName (line 47) | public static function generateUniqueDatabaseName(string $name, int $s... method setValidateDatabaseLimit (line 57) | public function setValidateDatabaseLimit(bool $validate): self method create (line 71) | public function create(Server $server, array $data): Database method delete (line 143) | public function delete(Database $database): ?bool method createModel (line 162) | protected function createModel(array $data): Database FILE: app/Services/Databases/DatabasePasswordService.php class DatabasePasswordService (line 12) | class DatabasePasswordService method __construct (line 17) | public function __construct( method handle (line 30) | public function handle(Database|int $database): string FILE: app/Services/Databases/DeployServerDatabaseService.php class DeployServerDatabaseService (line 11) | class DeployServerDatabaseService method __construct (line 16) | public function __construct(private DatabaseManagementService $managem... method handle (line 25) | public function handle(Server $server, array $data): Database FILE: app/Services/Databases/Hosts/HostCreationService.php class HostCreationService (line 12) | class HostCreationService method __construct (line 17) | public function __construct( method handle (line 31) | public function handle(array $data): DatabaseHost FILE: app/Services/Databases/Hosts/HostDeletionService.php class HostDeletionService (line 9) | class HostDeletionService method __construct (line 14) | public function __construct( method handle (line 26) | public function handle(int $host): int FILE: app/Services/Databases/Hosts/HostUpdateService.php class HostUpdateService (line 12) | class HostUpdateService method __construct (line 17) | public function __construct( method handle (line 31) | public function handle(int $hostId, array $data): DatabaseHost FILE: app/Services/Deployment/AllocationSelectionService.php class AllocationSelectionService (line 11) | class AllocationSelectionService method __construct (line 22) | public function __construct(private AllocationRepositoryInterface $rep... method setDedicated (line 31) | public function setDedicated(bool $dedicated): self method setNodes (line 42) | public function setNodes(array $nodes): self method setPorts (line 56) | public function setPorts(array $ports): self method handle (line 85) | public function handle(): Allocation FILE: app/Services/Deployment/FindViableNodesService.php class FindViableNodesService (line 11) | class FindViableNodesService method setLocations (line 20) | public function setLocations(array $locations): self method setDisk (line 34) | public function setDisk(int $disk): self method setMemory (line 45) | public function setMemory(int $memory): self method handle (line 69) | public function handle(?int $perPage = null, ?int $page = null): Lengt... FILE: app/Services/Eggs/EggConfigurationService.php class EggConfigurationService (line 10) | class EggConfigurationService method __construct (line 15) | public function __construct(private ServerConfigurationStructureServic... method handle (line 22) | public function handle(Server $server): array method convertStartupToNewFormat (line 39) | protected function convertStartupToNewFormat(array $startup): array method convertStopToNewFormat (line 57) | protected function convertStopToNewFormat(string $stop): array method replacePlaceholders (line 74) | protected function replacePlaceholders(Server $server, object $configs... method replaceLegacyModifiers (line 129) | protected function replaceLegacyModifiers(string $key, string $value):... method matchAndReplaceKeys (line 155) | protected function matchAndReplaceKeys(mixed $value, array $structure)... method iterate (line 211) | private function iterate(mixed $data, array $structure): mixed FILE: app/Services/Eggs/EggCreationService.php class EggCreationService (line 12) | class EggCreationService method __construct (line 17) | public function __construct(private ConfigRepository $config, private ... method handle (line 27) | public function handle(array $data): Egg FILE: app/Services/Eggs/EggDeletionService.php class EggDeletionService (line 10) | class EggDeletionService method __construct (line 15) | public function __construct( method handle (line 27) | public function handle(int $egg): int FILE: app/Services/Eggs/EggParserService.php class EggParserService (line 11) | class EggParserService method handle (line 19) | public function handle(UploadedFile $file): array method fillFromParsed (line 37) | public function fillFromParsed(Egg $model, array $parsed): Egg method convertToV2 (line 63) | protected function convertToV2(array $parsed): array FILE: app/Services/Eggs/EggUpdateService.php class EggUpdateService (line 9) | class EggUpdateService method __construct (line 14) | public function __construct(protected EggRepositoryInterface $repository) method handle (line 25) | public function handle(Egg $egg, array $data): void FILE: app/Services/Eggs/Scripts/InstallScriptService.php class InstallScriptService (line 9) | class InstallScriptService method __construct (line 14) | public function __construct(protected EggRepositoryInterface $repository) method handle (line 25) | public function handle(Egg $egg, array $data): void FILE: app/Services/Eggs/Sharing/EggExporterService.php class EggExporterService (line 11) | class EggExporterService method __construct (line 16) | public function __construct(protected EggRepositoryInterface $repository) method handle (line 25) | public function handle(int $egg): string FILE: app/Services/Eggs/Sharing/EggImporterService.php class EggImporterService (line 14) | class EggImporterService method __construct (line 16) | public function __construct(protected ConnectionInterface $connection,... method handle (line 25) | public function handle(UploadedFile $file, int $nest): Egg FILE: app/Services/Eggs/Sharing/EggUpdateImporterService.php class EggUpdateImporterService (line 12) | class EggUpdateImporterService method __construct (line 17) | public function __construct(protected ConnectionInterface $connection,... method handle (line 26) | public function handle(Egg $egg, UploadedFile $file): Egg FILE: app/Services/Eggs/Variables/VariableCreationService.php class VariableCreationService (line 11) | class VariableCreationService method __construct (line 18) | public function __construct(private EggVariableRepositoryInterface $re... method getValidator (line 26) | protected function getValidator(): ValidationFactory method handle (line 38) | public function handle(int $egg, array $data): EggVariable FILE: app/Services/Eggs/Variables/VariableUpdateService.php class VariableUpdateService (line 13) | class VariableUpdateService method __construct (line 20) | public function __construct(private EggVariableRepositoryInterface $re... method getValidator (line 28) | protected function getValidator(): ValidationFactory method handle (line 41) | public function handle(EggVariable $variable, array $data): mixed FILE: app/Services/Helpers/AssetHashService.php class AssetHashService (line 10) | class AssetHashService method __construct (line 24) | public function __construct(FilesystemManager $filesystem) method url (line 32) | public function url(string $resource): string method integrity (line 43) | public function integrity(string $resource): string method css (line 54) | public function css(string $resource): string method js (line 79) | public function js(string $resource): string method manifest (line 101) | protected function manifest(): array FILE: app/Services/Helpers/SoftwareVersionService.php class SoftwareVersionService (line 11) | class SoftwareVersionService method __construct (line 20) | public function __construct( method getPanel (line 30) | public function getPanel(): string method getDaemon (line 38) | public function getDaemon(): string method getDiscord (line 46) | public function getDiscord(): string method getDonations (line 54) | public function getDonations(): string method isLatestPanel (line 62) | public function isLatestPanel(): bool method isLatestDaemon (line 74) | public function isLatestDaemon(string $version): bool method cacheVersionData (line 86) | protected function cacheVersionData(): array FILE: app/Services/Locations/LocationCreationService.php class LocationCreationService (line 8) | class LocationCreationService method __construct (line 13) | public function __construct(protected LocationRepositoryInterface $rep... method handle (line 22) | public function handle(array $data): Location FILE: app/Services/Locations/LocationDeletionService.php class LocationDeletionService (line 10) | class LocationDeletionService method __construct (line 15) | public function __construct( method handle (line 26) | public function handle(Location|int $location): ?int FILE: app/Services/Locations/LocationUpdateService.php class LocationUpdateService (line 8) | class LocationUpdateService method __construct (line 13) | public function __construct(protected LocationRepositoryInterface $rep... method handle (line 23) | public function handle(Location|int $location, array $data): Location FILE: app/Services/Nests/NestCreationService.php class NestCreationService (line 10) | class NestCreationService method __construct (line 15) | public function __construct(private ConfigRepository $config, private ... method handle (line 24) | public function handle(array $data, ?string $author = null): Nest FILE: app/Services/Nests/NestDeletionService.php class NestDeletionService (line 9) | class NestDeletionService method __construct (line 14) | public function __construct( method handle (line 25) | public function handle(int $nest): int FILE: app/Services/Nests/NestUpdateService.php class NestUpdateService (line 7) | class NestUpdateService method __construct (line 12) | public function __construct(protected NestRepositoryInterface $reposit... method handle (line 22) | public function handle(int $nest, array $data): void FILE: app/Services/Nodes/NodeCreationService.php class NodeCreationService (line 11) | class NodeCreationService method __construct (line 16) | public function __construct(protected NodeRepositoryInterface $reposit... method handle (line 25) | public function handle(array $data): Node FILE: app/Services/Nodes/NodeDeletionService.php class NodeDeletionService (line 11) | class NodeDeletionService method __construct (line 16) | public function __construct( method handle (line 28) | public function handle(int|Node $node): int FILE: app/Services/Nodes/NodeJWTService.php class NodeJWTService (line 15) | class NodeJWTService method setClaims (line 28) | public function setClaims(array $claims): self method setUser (line 39) | public function setUser(User $user): self method setExpiresAt (line 46) | public function setExpiresAt(\DateTimeImmutable $date): self method setSubject (line 53) | public function setSubject(string $subject): self method handle (line 63) | public function handle(Node $node, ?string $identifiedBy, string $algo... FILE: app/Services/Nodes/NodeUpdateService.php class NodeUpdateService (line 15) | class NodeUpdateService method __construct (line 20) | public function __construct( method handle (line 33) | public function handle(Node $node, array $data, bool $resetToken = fal... FILE: app/Services/Schedules/ProcessScheduleService.php class ProcessScheduleService (line 14) | class ProcessScheduleService method __construct (line 19) | public function __construct(private ConnectionInterface $connection, p... method handle (line 28) | public function handle(Schedule $schedule, bool $now = false): void FILE: app/Services/Servers/BuildModificationService.php class BuildModificationService (line 15) | class BuildModificationService method __construct (line 20) | public function __construct( method handle (line 33) | public function handle(Server $server, array $data): Server method processAllocations (line 82) | private function processAllocations(Server $server, array &$data): void FILE: app/Services/Servers/DetailsModificationService.php class DetailsModificationService (line 13) | class DetailsModificationService method __construct (line 20) | public function __construct( method handle (line 32) | public function handle(Server $server, array $data): Server FILE: app/Services/Servers/EnvironmentService.php class EnvironmentService (line 8) | class EnvironmentService method setEnvironmentKey (line 16) | public function setEnvironmentKey(string $key, callable $closure): void method getEnvironmentKeys (line 24) | public function getEnvironmentKeys(): array method handle (line 33) | public function handle(Server $server): array method getEnvironmentMappings (line 65) | private function getEnvironmentMappings(): array FILE: app/Services/Servers/GetUserPermissionsService.php class GetUserPermissionsService (line 8) | class GetUserPermissionsService method handle (line 15) | public function handle(Server $server, User $user): array FILE: app/Services/Servers/ReinstallServerService.php class ReinstallServerService (line 9) | class ReinstallServerService method __construct (line 14) | public function __construct( method handle (line 25) | public function handle(Server $server): Server FILE: app/Services/Servers/ServerConfigurationStructureService.php class ServerConfigurationStructureService (line 8) | class ServerConfigurationStructureService method __construct (line 13) | public function __construct(private EnvironmentService $environment) method handle (line 23) | public function handle(Server $server, array $override = [], bool $leg... method returnCurrentFormat (line 43) | protected function returnCurrentFormat(Server $server): array method returnLegacyFormat (line 100) | protected function returnLegacyFormat(Server $server): array FILE: app/Services/Servers/ServerCreationService.php class ServerCreationService (line 22) | class ServerCreationService method __construct (line 27) | public function __construct( method handle (line 52) | public function handle(array $data, ?DeploymentObject $deployment = nu... method configureDeployment (line 116) | private function configureDeployment(array $data, DeploymentObject $de... method createModel (line 135) | private function createModel(array $data): Server method storeAssignedAllocations (line 173) | private function storeAssignedAllocations(Server $server, array $data)... method storeEggVariables (line 188) | private function storeEggVariables(Server $server, Collection $variabl... method generateUniqueUuidCombo (line 206) | private function generateUniqueUuidCombo(): string FILE: app/Services/Servers/ServerDeletionService.php class ServerDeletionService (line 13) | class ServerDeletionService method __construct (line 20) | public function __construct( method withForce (line 30) | public function withForce(bool $bool = true): self method handle (line 43) | public function handle(Server $server): void FILE: app/Services/Servers/StartupCommandService.php class StartupCommandService (line 7) | class StartupCommandService method handle (line 12) | public function handle(Server $server, bool $hideAllValues = false): s... FILE: app/Services/Servers/StartupModificationService.php class StartupModificationService (line 13) | class StartupModificationService method __construct (line 20) | public function __construct(private ConnectionInterface $connection, p... method handle (line 29) | public function handle(Server $server, array $data): Server method updateAdministrativeSettings (line 68) | protected function updateAdministrativeSettings(array $data, Server &$... FILE: app/Services/Servers/SuspensionService.php class SuspensionService (line 10) | class SuspensionService method __construct (line 18) | public function __construct( method toggle (line 28) | public function toggle(Server $server, string $action = self::ACTION_S... FILE: app/Services/Servers/VariableValidatorService.php class VariableValidatorService (line 12) | class VariableValidatorService method __construct (line 19) | public function __construct(private ValidationFactory $validator) method handle (line 28) | public function handle(int $egg, array $fields = []): Collection FILE: app/Services/Subusers/SubuserCreationService.php class SubuserCreationService (line 16) | class SubuserCreationService method __construct (line 21) | public function __construct( method handle (line 39) | public function handle(Server $server, string $email, array $permissio... FILE: app/Services/Telemetry/TelemetryCollectionService.php class TelemetryCollectionService (line 21) | class TelemetryCollectionService method __construct (line 26) | public function __construct( method __invoke (line 35) | public function __invoke(): void method collect (line 51) | public function collect(): array FILE: app/Services/Users/ToggleTwoFactorService.php class ToggleTwoFactorService (line 15) | class ToggleTwoFactorService method __construct (line 20) | public function __construct( method handle (line 38) | public function handle(User $user, string $token, ?bool $toggleState =... FILE: app/Services/Users/TwoFactorSetupService.php class TwoFactorSetupService (line 10) | class TwoFactorSetupService method __construct (line 17) | public function __construct( method handle (line 32) | public function handle(User $user): array FILE: app/Services/Users/UserCreationService.php class UserCreationService (line 13) | class UserCreationService method __construct (line 18) | public function __construct( method handle (line 32) | public function handle(array $data): User FILE: app/Services/Users/UserDeletionService.php class UserDeletionService (line 9) | class UserDeletionService method handle (line 16) | public function handle(int|User $user): ?bool FILE: app/Services/Users/UserUpdateService.php class UserUpdateService (line 10) | class UserUpdateService method __construct (line 17) | public function __construct(private Hasher $hasher) method handle (line 26) | public function handle(User $user, array $data): User FILE: app/Traits/Commands/EnvironmentWriterTrait.php type EnvironmentWriterTrait (line 7) | trait EnvironmentWriterTrait method escapeEnvironmentValue (line 14) | public function escapeEnvironmentValue(?string $value): string method writeToEnvironment (line 32) | public function writeToEnvironment(array $values = []): void FILE: app/Traits/Controllers/JavascriptInjection.php type JavascriptInjection (line 7) | trait JavascriptInjection method setRequest (line 14) | public function setRequest(Request $request): self method plainInject (line 24) | public function plainInject(array $args = []): string FILE: app/Traits/Helpers/AvailableLanguages.php type AvailableLanguages (line 8) | trait AvailableLanguages method getAvailableLanguages (line 18) | public function getAvailableLanguages(bool $localize = false): array method getFilesystemInstance (line 31) | private function getFilesystemInstance(): Filesystem method getIsoInstance (line 39) | private function getIsoInstance(): ISO639 FILE: app/Traits/Services/HasUserLevels.php type HasUserLevels (line 7) | trait HasUserLevels method setUserLevel (line 14) | public function setUserLevel(int $level): self method getUserLevel (line 24) | public function getUserLevel(): int method isUserLevel (line 32) | public function isUserLevel(int $level): bool FILE: app/Traits/Services/ReturnsUpdatedModels.php type ReturnsUpdatedModels (line 5) | trait ReturnsUpdatedModels method getUpdatedModel (line 9) | public function getUpdatedModel(): bool method returnUpdatedModel (line 19) | public function returnUpdatedModel(bool $toggle = true): self FILE: app/Traits/Services/ValidatesValidationRules.php type ValidatesValidationRules (line 9) | trait ValidatesValidationRules method getValidator (line 11) | abstract protected function getValidator(): ValidationFactory; method validateRules (line 19) | public function validateRules(array|string $rules): void FILE: app/Transformers/Api/Application/AllocationTransformer.php class AllocationTransformer (line 12) | class AllocationTransformer extends BaseTransformer method getResourceName (line 22) | public function getResourceName(): string method transform (line 30) | public function transform(Allocation $allocation): array method includeNode (line 47) | public function includeNode(Allocation $allocation): Item|NullResource method includeServer (line 65) | public function includeServer(Allocation $allocation): Item|NullResource FILE: app/Transformers/Api/Application/BaseTransformer.php class BaseTransformer (line 18) | abstract class BaseTransformer extends TransformerAbstract method __construct (line 27) | public function __construct() method getResourceName (line 38) | abstract public function getResourceName(): string; method setRequest (line 43) | public function setRequest(Request $request): self method fromRequest (line 53) | public static function fromRequest(Request $request): static method authorize (line 65) | protected function authorize(string $resource): bool method makeTransformer (line 98) | protected function makeTransformer(string $abstract) method formatTimestamp (line 108) | protected function formatTimestamp(string $timestamp): string FILE: app/Transformers/Api/Application/DatabaseHostTransformer.php class DatabaseHostTransformer (line 11) | class DatabaseHostTransformer extends BaseTransformer method getResourceName (line 20) | public function getResourceName(): string method transform (line 28) | public function transform(DatabaseHost $model): array method includeDatabases (line 47) | public function includeDatabases(DatabaseHost $model): Collection|Null... FILE: app/Transformers/Api/Application/EggTransformer.php class EggTransformer (line 15) | class EggTransformer extends BaseTransformer method getResourceName (line 31) | public function getResourceName(): string method transform (line 42) | public function transform(Egg $model): array method includeNest (line 87) | public function includeNest(Egg $model): Item|NullResource method includeServers (line 103) | public function includeServers(Egg $model): Collection|NullResource method includeConfig (line 118) | public function includeConfig(Egg $model): Item|NullResource method includeScript (line 140) | public function includeScript(Egg $model): Item|NullResource method includeVariables (line 163) | public function includeVariables(Egg $model): Collection|NullResource FILE: app/Transformers/Api/Application/EggVariableTransformer.php class EggVariableTransformer (line 8) | class EggVariableTransformer extends BaseTransformer method getResourceName (line 13) | public function getResourceName(): string method transform (line 18) | public function transform(EggVariable $model) FILE: app/Transformers/Api/Application/LocationTransformer.php class LocationTransformer (line 10) | class LocationTransformer extends BaseTransformer method getResourceName (line 20) | public function getResourceName(): string method transform (line 28) | public function transform(Location $location): array method includeServers (line 44) | public function includeServers(Location $location): Collection|NullRes... method includeNodes (line 60) | public function includeNodes(Location $location): Collection|NullResource FILE: app/Transformers/Api/Application/NestTransformer.php class NestTransformer (line 12) | class NestTransformer extends BaseTransformer method getResourceName (line 24) | public function getResourceName(): string method transform (line 33) | public function transform(Nest $model): array method includeEggs (line 48) | public function includeEggs(Nest $model): Collection|NullResource method includeServers (line 64) | public function includeServers(Nest $model): Collection|NullResource FILE: app/Transformers/Api/Application/NodeTransformer.php class NodeTransformer (line 11) | class NodeTransformer extends BaseTransformer method getResourceName (line 21) | public function getResourceName(): string method transform (line 30) | public function transform(Node $node): array method includeAllocations (line 58) | public function includeAllocations(Node $node): Collection|NullResource method includeLocation (line 78) | public function includeLocation(Node $node): Item|NullResource method includeServers (line 98) | public function includeServers(Node $node): Collection|NullResource FILE: app/Transformers/Api/Application/ServerDatabaseTransformer.php class ServerDatabaseTransformer (line 12) | class ServerDatabaseTransformer extends BaseTransformer method handle (line 21) | public function handle(Encrypter $encrypter) method getResourceName (line 29) | public function getResourceName(): string method transform (line 37) | public function transform(Database $model): array method includePassword (line 55) | public function includePassword(Database $model): Item method includeHost (line 69) | public function includeHost(Database $model): Item|NullResource FILE: app/Transformers/Api/Application/ServerTransformer.php class ServerTransformer (line 12) | class ServerTransformer extends BaseTransformer method handle (line 35) | public function handle(EnvironmentService $environmentService) method getResourceName (line 43) | public function getResourceName(): string method transform (line 51) | public function transform(Server $server): array method includeAllocations (line 99) | public function includeAllocations(Server $server): Collection|NullRes... method includeSubusers (line 115) | public function includeSubusers(Server $server): Collection|NullResource method includeUser (line 131) | public function includeUser(Server $server): Item|NullResource method includeNest (line 147) | public function includeNest(Server $server): Item|NullResource method includeEgg (line 163) | public function includeEgg(Server $server): Item|NullResource method includeVariables (line 179) | public function includeVariables(Server $server): Collection|NullResource method includeLocation (line 195) | public function includeLocation(Server $server): Item|NullResource method includeNode (line 211) | public function includeNode(Server $server): Item|NullResource method includeDatabases (line 227) | public function includeDatabases(Server $server): Collection|NullResource FILE: app/Transformers/Api/Application/ServerVariableTransformer.php class ServerVariableTransformer (line 11) | class ServerVariableTransformer extends BaseTransformer method getResourceName (line 21) | public function getResourceName(): string method transform (line 29) | public function transform(EggVariable $variable): array method includeParent (line 39) | public function includeParent(EggVariable $variable): Item|NullResource FILE: app/Transformers/Api/Application/SubuserTransformer.php class SubuserTransformer (line 10) | class SubuserTransformer extends BaseTransformer method getResourceName (line 20) | public function getResourceName(): string method transform (line 28) | public function transform(Subuser $subuser): array method includeUser (line 45) | public function includeUser(Subuser $subuser): Item|NullResource method includeServer (line 61) | public function includeServer(Subuser $subuser): Item|NullResource FILE: app/Transformers/Api/Application/UserTransformer.php class UserTransformer (line 10) | class UserTransformer extends BaseTransformer method getResourceName (line 20) | public function getResourceName(): string method transform (line 28) | public function transform(User $user): array method includeServers (line 51) | public function includeServers(User $user): Collection|NullResource FILE: app/Transformers/Api/Client/AccountTransformer.php class AccountTransformer (line 7) | class AccountTransformer extends BaseClientTransformer method getResourceName (line 12) | public function getResourceName(): string method transform (line 20) | public function transform(User $model): array FILE: app/Transformers/Api/Client/ActivityLogTransformer.php class ActivityLogTransformer (line 10) | class ActivityLogTransformer extends BaseClientTransformer method getResourceName (line 14) | public function getResourceName(): string method transform (line 19) | public function transform(ActivityLog $model): array method includeActor (line 37) | public function includeActor(ActivityLog $model) method properties (line 50) | protected function properties(ActivityLog $model): object method hasAdditionalMetadata (line 91) | protected function hasAdditionalMetadata(ActivityLog $model): bool method canViewIP (line 114) | protected function canViewIP(?Model $actor = null): bool FILE: app/Transformers/Api/Client/AllocationTransformer.php class AllocationTransformer (line 7) | class AllocationTransformer extends BaseClientTransformer method getResourceName (line 12) | public function getResourceName(): string method transform (line 17) | public function transform(Allocation $model): array FILE: app/Transformers/Api/Client/ApiKeyTransformer.php class ApiKeyTransformer (line 7) | class ApiKeyTransformer extends BaseClientTransformer method getResourceName (line 9) | public function getResourceName(): string method transform (line 17) | public function transform(ApiKey $model): array FILE: app/Transformers/Api/Client/BackupTransformer.php class BackupTransformer (line 7) | class BackupTransformer extends BaseClientTransformer method getResourceName (line 9) | public function getResourceName(): string method transform (line 14) | public function transform(Backup $backup): array FILE: app/Transformers/Api/Client/BaseClientTransformer.php class BaseClientTransformer (line 10) | abstract class BaseClientTransformer extends BaseApplicationTransformer method getUser (line 15) | public function getUser(): User method authorize (line 27) | protected function authorize(string $ability, ?Server $server = null):... method makeTransformer (line 34) | protected function makeTransformer(string $abstract) FILE: app/Transformers/Api/Client/DatabaseTransformer.php class DatabaseTransformer (line 12) | class DatabaseTransformer extends BaseClientTransformer method handle (line 23) | public function handle(Encrypter $encrypter, HashidsInterface $hashids) method getResourceName (line 29) | public function getResourceName(): string method transform (line 34) | public function transform(Database $model): array method includePassword (line 54) | public function includePassword(Database $database): Item|NullResource FILE: app/Transformers/Api/Client/EggTransformer.php class EggTransformer (line 7) | class EggTransformer extends BaseClientTransformer method getResourceName (line 12) | public function getResourceName(): string method transform (line 17) | public function transform(Egg $egg): array FILE: app/Transformers/Api/Client/EggVariableTransformer.php class EggVariableTransformer (line 7) | class EggVariableTransformer extends BaseClientTransformer method getResourceName (line 9) | public function getResourceName(): string method transform (line 14) | public function transform(EggVariable $variable): array FILE: app/Transformers/Api/Client/FileObjectTransformer.php class FileObjectTransformer (line 8) | class FileObjectTransformer extends BaseClientTransformer method transform (line 13) | public function transform(array $item): array method getResourceName (line 28) | public function getResourceName(): string FILE: app/Transformers/Api/Client/ScheduleTransformer.php class ScheduleTransformer (line 9) | class ScheduleTransformer extends BaseClientTransformer method getResourceName (line 15) | public function getResourceName(): string method transform (line 23) | public function transform(Schedule $model): array method includeTasks (line 50) | public function includeTasks(Schedule $model): Collection FILE: app/Transformers/Api/Client/ServerTransformer.php class ServerTransformer (line 17) | class ServerTransformer extends BaseClientTransformer method getResourceName (line 23) | public function getResourceName(): string method transform (line 32) | public function transform(Server $server): array method includeAllocations (line 90) | public function includeAllocations(Server $server): Collection method includeVariables (line 115) | public function includeVariables(Server $server): Collection|NullResource method includeEgg (line 133) | public function includeEgg(Server $server): Item method includeSubusers (line 143) | public function includeSubusers(Server $server): Collection|NullResource FILE: app/Transformers/Api/Client/StatsTransformer.php class StatsTransformer (line 7) | class StatsTransformer extends BaseClientTransformer method getResourceName (line 9) | public function getResourceName(): string method transform (line 18) | public function transform(array $data): array FILE: app/Transformers/Api/Client/SubuserTransformer.php class SubuserTransformer (line 7) | class SubuserTransformer extends BaseClientTransformer method getResourceName (line 12) | public function getResourceName(): string method transform (line 22) | public function transform(Subuser $model): array FILE: app/Transformers/Api/Client/TaskTransformer.php class TaskTransformer (line 7) | class TaskTransformer extends BaseClientTransformer method getResourceName (line 9) | public function getResourceName(): string method transform (line 17) | public function transform(Task $model): array FILE: app/Transformers/Api/Client/UserSSHKeyTransformer.php class UserSSHKeyTransformer (line 7) | class UserSSHKeyTransformer extends BaseClientTransformer method getResourceName (line 9) | public function getResourceName(): string method transform (line 17) | public function transform(UserSSHKey $model): array FILE: app/Transformers/Api/Client/UserTransformer.php class UserTransformer (line 8) | class UserTransformer extends BaseClientTransformer method getResourceName (line 13) | public function getResourceName(): string method transform (line 22) | public function transform(User $model): array FILE: app/helpers.php function is_digit (line 8) | function is_digit(mixed $value): bool function object_get_strict (line 19) | function object_get_strict(object $object, ?string $key, $default = null... FILE: database/Factories/AllocationFactory.php class AllocationFactory (line 9) | class AllocationFactory extends Factory method definition (line 21) | public function definition(): array method forServer (line 32) | public function forServer(Server $server): self FILE: database/Factories/ApiKeyFactory.php class ApiKeyFactory (line 10) | class ApiKeyFactory extends Factory method definition (line 22) | public function definition(): array FILE: database/Factories/BackupFactory.php class BackupFactory (line 10) | class BackupFactory extends Factory method definition (line 22) | public function definition(): array FILE: database/Factories/DatabaseFactory.php class DatabaseFactory (line 10) | class DatabaseFactory extends Factory method definition (line 22) | public function definition(): array FILE: database/Factories/DatabaseHostFactory.php class DatabaseHostFactory (line 9) | class DatabaseHostFactory extends Factory method definition (line 21) | public function definition(): array FILE: database/Factories/EggFactory.php class EggFactory (line 9) | class EggFactory extends Factory method definition (line 21) | public function definition(): array FILE: database/Factories/EggVariableFactory.php class EggVariableFactory (line 9) | class EggVariableFactory extends Factory method definition (line 21) | public function definition(): array method viewable (line 37) | public function viewable(): static method editable (line 49) | public function editable(): static FILE: database/Factories/LocationFactory.php class LocationFactory (line 11) | class LocationFactory extends Factory method definition (line 16) | public function definition(): array FILE: database/Factories/NestFactory.php class NestFactory (line 9) | class NestFactory extends Factory method definition (line 21) | public function definition(): array FILE: database/Factories/NodeFactory.php class NodeFactory (line 11) | class NodeFactory extends Factory method definition (line 23) | public function definition(): array FILE: database/Factories/ScheduleFactory.php class ScheduleFactory (line 8) | class ScheduleFactory extends Factory method definition (line 20) | public function definition(): array FILE: database/Factories/ServerFactory.php class ServerFactory (line 11) | class ServerFactory extends Factory method definition (line 25) | public function definition() FILE: database/Factories/ServerTransferFactory.php class ServerTransferFactory (line 8) | class ServerTransferFactory extends Factory method definition (line 22) | public function definition() FILE: database/Factories/SubuserFactory.php class SubuserFactory (line 9) | class SubuserFactory extends Factory method definition (line 21) | public function definition(): array FILE: database/Factories/TaskFactory.php class TaskFactory (line 7) | class TaskFactory extends Factory method definition (line 12) | public function definition(): array FILE: database/Factories/UserFactory.php class UserFactory (line 13) | class UserFactory extends Factory method definition (line 18) | public function definition(): array method admin (line 41) | public function admin(): static FILE: database/Factories/UserSSHKeyFactory.php class UserSSHKeyFactory (line 8) | class UserSSHKeyFactory extends Factory method definition (line 27) | public function definition() method dsa (line 41) | public function dsa(): self method rsa (line 55) | public function rsa(bool $weak = false): self FILE: database/Seeders/DatabaseSeeder.php class DatabaseSeeder (line 7) | class DatabaseSeeder extends Seeder method run (line 12) | public function run() FILE: database/Seeders/EggSeeder.php class EggSeeder (line 12) | class EggSeeder extends Seeder method __construct (line 31) | public function __construct( method run (line 42) | public function run() method parseEggFiles (line 55) | protected function parseEggFiles(Nest $nest) FILE: database/Seeders/NestSeeder.php class NestSeeder (line 9) | class NestSeeder extends Seeder method __construct (line 24) | public function __construct( method run (line 37) | public function run() method createMinecraftNest (line 54) | private function createMinecraftNest(?array $nest = null) method createSourceEngineNest (line 69) | private function createSourceEngineNest(?array $nest = null) method createVoiceServersNest (line 84) | private function createVoiceServersNest(?array $nest = null) method createRustNest (line 99) | private function createRustNest(?array $nest = null) FILE: database/migrations/2016_01_23_195641_add_allocations_table.php class AddAllocationsTable (line 7) | class AddAllocationsTable extends Migration method up (line 12) | public function up(): void method down (line 27) | public function down(): void FILE: database/migrations/2016_01_23_195851_add_api_keys.php class AddApiKeys (line 7) | class AddApiKeys extends Migration method up (line 12) | public function up(): void method down (line 26) | public function down(): void FILE: database/migrations/2016_01_23_200044_add_api_permissions.php class AddApiPermissions (line 7) | class AddApiPermissions extends Migration method up (line 12) | public function up(): void method down (line 24) | public function down(): void FILE: database/migrations/2016_01_23_200159_add_downloads.php class AddDownloads (line 7) | class AddDownloads extends Migration method up (line 12) | public function up(): void method down (line 26) | public function down(): void FILE: database/migrations/2016_01_23_200421_create_failed_jobs_table.php class CreateFailedJobsTable (line 7) | class CreateFailedJobsTable extends Migration method up (line 12) | public function up(): void method down (line 26) | public function down(): void FILE: database/migrations/2016_01_23_200440_create_jobs_table.php class CreateJobsTable (line 7) | class CreateJobsTable extends Migration method up (line 12) | public function up(): void method down (line 31) | public function down(): void FILE: database/migrations/2016_01_23_200528_add_locations.php class AddLocations (line 7) | class AddLocations extends Migration method up (line 12) | public function up(): void method down (line 25) | public function down(): void FILE: database/migrations/2016_01_23_200648_add_nodes.php class AddNodes (line 7) | class AddNodes extends Migration method up (line 12) | public function up(): void method down (line 36) | public function down(): void FILE: database/migrations/2016_01_23_201433_add_password_resets.php class AddPasswordResets (line 7) | class AddPasswordResets extends Migration method up (line 12) | public function up(): void method down (line 24) | public function down(): void FILE: database/migrations/2016_01_23_201531_add_permissions.php class AddPermissions (line 7) | class AddPermissions extends Migration method up (line 12) | public function up(): void method down (line 26) | public function down(): void FILE: database/migrations/2016_01_23_201649_add_server_variables.php class AddServerVariables (line 7) | class AddServerVariables extends Migration method up (line 12) | public function up(): void method down (line 26) | public function down(): void FILE: database/migrations/2016_01_23_201748_add_servers.php class AddServers (line 7) | class AddServers extends Migration method up (line 12) | public function up(): void method down (line 43) | public function down(): void FILE: database/migrations/2016_01_23_202544_add_service_options.php class AddServiceOptions (line 7) | class AddServiceOptions extends Migration method up (line 12) | public function up(): void method down (line 28) | public function down(): void FILE: database/migrations/2016_01_23_202731_add_service_varibles.php class AddServiceVaribles (line 7) | class AddServiceVaribles extends Migration method up (line 12) | public function up(): void method down (line 32) | public function down(): void FILE: database/migrations/2016_01_23_202943_add_services.php class AddServices (line 7) | class AddServices extends Migration method up (line 12) | public function up(): void method down (line 28) | public function down(): void FILE: database/migrations/2016_01_23_203119_create_settings_table.php class CreateSettingsTable (line 7) | class CreateSettingsTable extends Migration method up (line 12) | public function up(): void method down (line 23) | public function down(): void FILE: database/migrations/2016_01_23_203150_add_subusers.php class AddSubusers (line 7) | class AddSubusers extends Migration method up (line 12) | public function up(): void method down (line 26) | public function down(): void FILE: database/migrations/2016_01_23_203159_add_users.php class AddUsers (line 7) | class AddUsers extends Migration method up (line 12) | public function up(): void method down (line 31) | public function down(): void FILE: database/migrations/2016_01_23_203947_create_sessions_table.php class CreateSessionsTable (line 7) | class CreateSessionsTable extends Migration method up (line 12) | public function up(): void method down (line 27) | public function down(): void FILE: database/migrations/2016_01_25_234418_rename_permissions_column.php class RenamePermissionsColumn (line 7) | class RenamePermissionsColumn extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2016_02_07_172148_add_databases_tables.php class AddDatabasesTables (line 7) | class AddDatabasesTables extends Migration method up (line 12) | public function up(): void method down (line 29) | public function down(): void FILE: database/migrations/2016_02_07_181319_add_database_servers_table.php class AddDatabaseServersTable (line 7) | class AddDatabaseServersTable extends Migration method up (line 12) | public function up(): void method down (line 30) | public function down(): void FILE: database/migrations/2016_02_13_154306_add_service_option_default_startup.php class AddServiceOptionDefaultStartup (line 7) | class AddServiceOptionDefaultStartup extends Migration method up (line 12) | public function up(): void method down (line 23) | public function down(): void FILE: database/migrations/2016_02_20_155318_add_unique_service_field.php class AddUniqueServiceField (line 7) | class AddUniqueServiceField extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2016_02_27_163411_add_tasks_table.php class AddTasksTable (line 7) | class AddTasksTable extends Migration method up (line 12) | public function up(): void method down (line 36) | public function down(): void FILE: database/migrations/2016_02_27_163447_add_tasks_log_table.php class AddTasksLogTable (line 7) | class AddTasksLogTable extends Migration method up (line 12) | public function up(): void method down (line 27) | public function down(): void FILE: database/migrations/2016_03_18_155649_add_nullable_field_lastrun.php class AddNullableFieldLastrun (line 5) | class AddNullableFieldLastrun extends Migration method up (line 10) | public function up() method down (line 19) | public function down() FILE: database/migrations/2016_08_30_212718_add_ip_alias.php class AddIpAlias (line 7) | class AddIpAlias extends Migration method up (line 12) | public function up(): void method down (line 33) | public function down(): void FILE: database/migrations/2016_08_30_213301_modify_ip_storage_method.php class ModifyIpStorageMethod (line 7) | class ModifyIpStorageMethod extends Migration method up (line 12) | public function up(): void method down (line 51) | public function down(): void FILE: database/migrations/2016_09_01_193520_add_suspension_for_servers.php class AddSuspensionForServers (line 7) | class AddSuspensionForServers extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2016_09_01_211924_remove_active_column.php class RemoveActiveColumn (line 7) | class RemoveActiveColumn extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2016_09_02_190647_add_sftp_password_storage.php class AddSftpPasswordStorage (line 7) | class AddSftpPasswordStorage extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2016_09_04_171338_update_jobs_tables.php class UpdateJobsTables (line 7) | class UpdateJobsTables extends Migration method up (line 12) | public function up(): void method down (line 25) | public function down(): void FILE: database/migrations/2016_09_04_172028_update_failed_jobs_table.php class UpdateFailedJobsTable (line 7) | class UpdateFailedJobsTable extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2016_09_04_182835_create_notifications_table.php class CreateNotificationsTable (line 7) | class CreateNotificationsTable extends Migration method up (line 12) | public function up(): void method down (line 27) | public function down(): void FILE: database/migrations/2016_09_07_163017_add_unique_identifier.php class AddUniqueIdentifier (line 7) | class AddUniqueIdentifier extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2016_09_14_145945_allow_longer_regex_field.php class AllowLongerRegexField (line 7) | class AllowLongerRegexField extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2016_09_17_194246_add_docker_image_column.php class AddDockerImageColumn (line 8) | class AddDockerImageColumn extends Migration method up (line 13) | public function up(): void method down (line 36) | public function down(): void FILE: database/migrations/2016_09_21_165554_update_servers_column_name.php class UpdateServersColumnName (line 7) | class UpdateServersColumnName extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2016_09_29_213518_rename_double_insurgency.php class RenameDoubleInsurgency (line 5) | class RenameDoubleInsurgency extends Migration method up (line 10) | public function up(): void method down (line 24) | public function down(): void FILE: database/migrations/2016_10_07_152117_build_api_log_table.php class BuildApiLogTable (line 7) | class BuildApiLogTable extends Migration method up (line 12) | public function up(): void method down (line 31) | public function down(): void FILE: database/migrations/2016_10_14_164802_update_api_keys.php class UpdateApiKeys (line 7) | class UpdateApiKeys extends Migration method up (line 12) | public function up(): void method down (line 24) | public function down(): void FILE: database/migrations/2016_10_23_181719_update_misnamed_bungee.php class UpdateMisnamedBungee (line 5) | class UpdateMisnamedBungee extends Migration method up (line 10) | public function up(): void method down (line 20) | public function down(): void FILE: database/migrations/2016_10_23_193810_add_foreign_keys_servers.php class AddForeignKeysServers (line 7) | class AddForeignKeysServers extends Migration method up (line 12) | public function up(): void method down (line 34) | public function down(): void FILE: database/migrations/2016_10_23_201624_add_foreign_allocations.php class AddForeignAllocations (line 8) | class AddForeignAllocations extends Migration method up (line 13) | public function up(): void method down (line 26) | public function down(): void FILE: database/migrations/2016_10_23_202222_add_foreign_api_keys.php class AddForeignApiKeys (line 7) | class AddForeignApiKeys extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2016_10_23_202703_add_foreign_api_permissions.php class AddForeignApiPermissions (line 7) | class AddForeignApiPermissions extends Migration method up (line 12) | public function up(): void method down (line 23) | public function down(): void FILE: database/migrations/2016_10_23_202953_add_foreign_database_servers.php class AddForeignDatabaseServers (line 7) | class AddForeignDatabaseServers extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2016_10_23_203105_add_foreign_databases.php class AddForeignDatabases (line 7) | class AddForeignDatabases extends Migration method up (line 12) | public function up(): void method down (line 23) | public function down(): void FILE: database/migrations/2016_10_23_203335_add_foreign_nodes.php class AddForeignNodes (line 7) | class AddForeignNodes extends Migration method up (line 12) | public function up(): void method down (line 23) | public function down(): void FILE: database/migrations/2016_10_23_203522_add_foreign_permissions.php class AddForeignPermissions (line 7) | class AddForeignPermissions extends Migration method up (line 12) | public function up(): void method down (line 23) | public function down(): void FILE: database/migrations/2016_10_23_203857_add_foreign_server_variables.php class AddForeignServerVariables (line 7) | class AddForeignServerVariables extends Migration method up (line 12) | public function up(): void method down (line 25) | public function down(): void FILE: database/migrations/2016_10_23_204157_add_foreign_service_options.php class AddForeignServiceOptions (line 7) | class AddForeignServiceOptions extends Migration method up (line 12) | public function up(): void method down (line 23) | public function down(): void FILE: database/migrations/2016_10_23_204321_add_foreign_service_variables.php class AddForeignServiceVariables (line 7) | class AddForeignServiceVariables extends Migration method up (line 12) | public function up(): void method down (line 23) | public function down(): void FILE: database/migrations/2016_10_23_204454_add_foreign_subusers.php class AddForeignSubusers (line 7) | class AddForeignSubusers extends Migration method up (line 12) | public function up(): void method down (line 23) | public function down(): void FILE: database/migrations/2016_10_23_204610_add_foreign_tasks.php class AddForeignTasks (line 7) | class AddForeignTasks extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2016_11_04_000949_add_ark_service_option_fixed.php class AddArkServiceOptionFixed (line 5) | class AddArkServiceOptionFixed extends Migration method up (line 10) | public function up(): void method down (line 76) | public function down(): void FILE: database/migrations/2016_11_11_220649_add_pack_support.php class AddPackSupport (line 7) | class AddPackSupport extends Migration method up (line 12) | public function up(): void method down (line 32) | public function down(): void FILE: database/migrations/2016_11_11_231731_set_service_name_unique.php class SetServiceNameUnique (line 7) | class SetServiceNameUnique extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2016_11_27_142519_add_pack_column.php class AddPackColumn (line 7) | class AddPackColumn extends Migration method up (line 12) | public function up(): void method down (line 24) | public function down(): void FILE: database/migrations/2016_12_01_173018_add_configurable_upload_limit.php class AddConfigurableUploadLimit (line 7) | class AddConfigurableUploadLimit extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2016_12_02_185206_correct_service_variables.php class CorrectServiceVariables (line 5) | class CorrectServiceVariables extends Migration method up (line 10) | public function up(): void method down (line 69) | public function down(): void FILE: database/migrations/2017_01_03_150436_fix_misnamed_option_tag.php class FixMisnamedOptionTag (line 5) | class FixMisnamedOptionTag extends Migration method up (line 10) | public function up(): void method down (line 26) | public function down(): void FILE: database/migrations/2017_01_07_154228_create_node_configuration_tokens_table.php class CreateNodeConfigurationTokensTable (line 7) | class CreateNodeConfigurationTokensTable extends Migration method up (line 12) | public function up(): void method down (line 27) | public function down(): void FILE: database/migrations/2017_01_12_135449_add_more_user_data.php class AddMoreUserData (line 8) | class AddMoreUserData extends Migration method up (line 13) | public function up(): void method down (line 37) | public function down(): void FILE: database/migrations/2017_02_02_175548_UpdateColumnNames.php class UpdateColumnNames (line 7) | class UpdateColumnNames extends Migration method up (line 12) | public function up(): void method down (line 43) | public function down(): void FILE: database/migrations/2017_02_03_140948_UpdateNodesTable.php class UpdateNodesTable (line 7) | class UpdateNodesTable extends Migration method up (line 12) | public function up(): void method down (line 25) | public function down(): void FILE: database/migrations/2017_02_03_155554_RenameColumns.php class RenameColumns (line 7) | class RenameColumns extends Migration method up (line 12) | public function up(): void method down (line 28) | public function down(): void FILE: database/migrations/2017_02_05_164123_AdjustColumnNames.php class AdjustColumnNames (line 7) | class AdjustColumnNames extends Migration method up (line 12) | public function up(): void method down (line 25) | public function down(): void FILE: database/migrations/2017_02_05_164516_AdjustColumnNamesForServicePacks.php class AdjustColumnNamesForServicePacks (line 7) | class AdjustColumnNamesForServicePacks extends Migration method up (line 12) | public function up(): void method down (line 25) | public function down(): void FILE: database/migrations/2017_02_09_174834_SetupPermissionsPivotTable.php class SetupPermissionsPivotTable (line 9) | class SetupPermissionsPivotTable extends Migration method up (line 14) | public function up(): void method down (line 43) | public function down(): void FILE: database/migrations/2017_02_10_171858_UpdateAPIKeyColumnNames.php class UpdateAPIKeyColumnNames (line 7) | class UpdateAPIKeyColumnNames extends Migration method up (line 12) | public function up(): void method down (line 25) | public function down(): void FILE: database/migrations/2017_03_03_224254_UpdateNodeConfigTokensColumns.php class UpdateNodeConfigTokensColumns (line 7) | class UpdateNodeConfigTokensColumns extends Migration method up (line 12) | public function up(): void method down (line 26) | public function down(): void FILE: database/migrations/2017_03_05_212803_DeleteServiceExecutableOption.php class DeleteServiceExecutableOption (line 7) | class DeleteServiceExecutableOption extends Migration method up (line 12) | public function up(): void method down (line 25) | public function down(): void FILE: database/migrations/2017_03_10_162934_AddNewServiceOptionsColumns.php class AddNewServiceOptionsColumns (line 7) | class AddNewServiceOptionsColumns extends Migration method up (line 12) | public function up(): void method down (line 30) | public function down(): void FILE: database/migrations/2017_03_10_173607_MigrateToNewServiceSystem.php class MigrateToNewServiceSystem (line 5) | class MigrateToNewServiceSystem extends Migration method up (line 10) | public function up(): void method down (line 35) | public function down(): void FILE: database/migrations/2017_03_11_215455_ChangeServiceVariablesValidationRules.php class ChangeServiceVariablesValidationRules (line 7) | class ChangeServiceVariablesValidationRules extends Migration method up (line 12) | public function up(): void method down (line 33) | public function down(): void FILE: database/migrations/2017_03_12_150648_MoveFunctionsFromFileToDatabase.php class MoveFunctionsFromFileToDatabase (line 7) | class MoveFunctionsFromFileToDatabase extends Migration method up (line 88) | public function up(): void method down (line 108) | public function down(): void FILE: database/migrations/2017_03_14_175631_RenameServicePacksToSingluarPacks.php class RenameServicePacksToSingluarPacks (line 7) | class RenameServicePacksToSingluarPacks extends Migration method up (line 12) | public function up(): void method down (line 28) | public function down(): void FILE: database/migrations/2017_03_14_200326_AddLockedStatusToTable.php class AddLockedStatusToTable (line 7) | class AddLockedStatusToTable extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2017_03_16_181109_ReOrganizeDatabaseServersToDatabaseHost.php class ReOrganizeDatabaseServersToDatabaseHost (line 7) | class ReOrganizeDatabaseServersToDatabaseHost extends Migration method up (line 12) | public function up(): void method down (line 30) | public function down(): void FILE: database/migrations/2017_03_16_181515_CleanupDatabasesDatabase.php class CleanupDatabasesDatabase (line 7) | class CleanupDatabasesDatabase extends Migration method up (line 12) | public function up(): void method down (line 26) | public function down(): void FILE: database/migrations/2017_03_18_204953_AddForeignKeyToPacks.php class AddForeignKeyToPacks (line 7) | class AddForeignKeyToPacks extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2017_03_31_221948_AddServerDescriptionColumn.php class AddServerDescriptionColumn (line 7) | class AddServerDescriptionColumn extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2017_04_02_163232_DropDeletedAtColumnFromServers.php class DropDeletedAtColumnFromServers (line 7) | class DropDeletedAtColumnFromServers extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2017_04_15_125021_UpgradeTaskSystem.php class UpgradeTaskSystem (line 8) | class UpgradeTaskSystem extends Migration method up (line 13) | public function up(): void method down (line 36) | public function down(): void FILE: database/migrations/2017_04_20_171943_AddScriptsToServiceOptions.php class AddScriptsToServiceOptions (line 7) | class AddScriptsToServiceOptions extends Migration method up (line 12) | public function up(): void method down (line 25) | public function down(): void FILE: database/migrations/2017_04_21_151432_AddServiceScriptTrackingToServers.php class AddServiceScriptTrackingToServers (line 7) | class AddServiceScriptTrackingToServers extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2017_04_27_145300_AddCopyScriptFromColumn.php class AddCopyScriptFromColumn (line 7) | class AddCopyScriptFromColumn extends Migration method up (line 12) | public function up(): void method down (line 24) | public function down(): void FILE: database/migrations/2017_04_27_223629_AddAbilityToDefineConnectionOverSSLWithDaemonBehindProxy.php class AddAbilityToDefineConnectionOverSSLWithDaemonBehindProxy (line 7) | class AddAbilityToDefineConnectionOverSSLWithDaemonBehindProxy extends M... method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2017_05_01_141528_DeleteDownloadTable.php class DeleteDownloadTable (line 7) | class DeleteDownloadTable extends Migration method up (line 12) | public function up(): void method down (line 20) | public function down(): void FILE: database/migrations/2017_05_01_141559_DeleteNodeConfigurationTable.php class DeleteNodeConfigurationTable (line 7) | class DeleteNodeConfigurationTable extends Migration method up (line 12) | public function up(): void method down (line 20) | public function down(): void FILE: database/migrations/2017_06_10_152951_add_external_id_to_users.php class AddExternalIdToUsers (line 7) | class AddExternalIdToUsers extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2017_06_25_133923_ChangeForeignKeyToBeOnCascadeDelete.php class ChangeForeignKeyToBeOnCascadeDelete (line 7) | class ChangeForeignKeyToBeOnCascadeDelete extends Migration method up (line 12) | public function up(): void method down (line 24) | public function down(): void FILE: database/migrations/2017_07_08_152806_ChangeUserPermissionsToDeleteOnUserDeletion.php class ChangeUserPermissionsToDeleteOnUserDeletion (line 7) | class ChangeUserPermissionsToDeleteOnUserDeletion extends Migration method up (line 12) | public function up(): void method down (line 32) | public function down(): void FILE: database/migrations/2017_07_08_154416_SetAllocationToReferenceNullOnServerDelete.php class SetAllocationToReferenceNullOnServerDelete (line 7) | class SetAllocationToReferenceNullOnServerDelete extends Migration method up (line 12) | public function up(): void method down (line 24) | public function down(): void FILE: database/migrations/2017_07_08_154650_CascadeDeletionWhenAServerOrVariableIsDeleted.php class CascadeDeletionWhenAServerOrVariableIsDeleted (line 7) | class CascadeDeletionWhenAServerOrVariableIsDeleted extends Migration method up (line 12) | public function up(): void method down (line 26) | public function down(): void FILE: database/migrations/2017_07_24_194433_DeleteTaskWhenParentServerIsDeleted.php class DeleteTaskWhenParentServerIsDeleted (line 7) | class DeleteTaskWhenParentServerIsDeleted extends Migration method up (line 12) | public function up(): void method down (line 24) | public function down(): void FILE: database/migrations/2017_08_05_115800_CascadeNullValuesForDatabaseHostWhenNodeIsDeleted.php class CascadeNullValuesForDatabaseHostWhenNodeIsDeleted (line 7) | class CascadeNullValuesForDatabaseHostWhenNodeIsDeleted extends Migration method up (line 12) | public function up(): void method down (line 23) | public function down(): void FILE: database/migrations/2017_08_05_144104_AllowNegativeValuesForOverallocation.php class AllowNegativeValuesForOverallocation (line 7) | class AllowNegativeValuesForOverallocation extends Migration method up (line 12) | public function up(): void method down (line 23) | public function down(): void FILE: database/migrations/2017_08_05_174811_SetAllocationUnqiueUsingMultipleFields.php class SetAllocationUnqiueUsingMultipleFields (line 7) | class SetAllocationUnqiueUsingMultipleFields extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2017_08_15_214555_CascadeDeletionWhenAParentServiceIsDeleted.php class CascadeDeletionWhenAParentServiceIsDeleted (line 7) | class CascadeDeletionWhenAParentServiceIsDeleted extends Migration method up (line 12) | public function up(): void method down (line 24) | public function down(): void FILE: database/migrations/2017_08_18_215428_RemovePackWhenParentServiceOptionIsDeleted.php class RemovePackWhenParentServiceOptionIsDeleted (line 7) | class RemovePackWhenParentServiceOptionIsDeleted extends Migration method up (line 12) | public function up(): void method down (line 24) | public function down(): void FILE: database/migrations/2017_09_10_225749_RenameTasksTableForStructureRefactor.php class RenameTasksTableForStructureRefactor (line 6) | class RenameTasksTableForStructureRefactor extends Migration method up (line 11) | public function up(): void method down (line 19) | public function down(): void FILE: database/migrations/2017_09_10_225941_CreateSchedulesTable.php class CreateSchedulesTable (line 7) | class CreateSchedulesTable extends Migration method up (line 12) | public function up(): void method down (line 35) | public function down(): void FILE: database/migrations/2017_09_10_230309_CreateNewTasksTableForSchedules.php class CreateNewTasksTableForSchedules (line 7) | class CreateNewTasksTableForSchedules extends Migration method up (line 12) | public function up(): void method down (line 32) | public function down(): void FILE: database/migrations/2017_09_11_002938_TransferOldTasksToNewScheduler.php class TransferOldTasksToNewScheduler (line 9) | class TransferOldTasksToNewScheduler extends Migration method up (line 14) | public function up(): void method down (line 56) | public function down(): void FILE: database/migrations/2017_09_13_211810_UpdateOldPermissionsToPointToNewScheduleSystem.php class UpdateOldPermissionsToPointToNewScheduleSystem (line 6) | class UpdateOldPermissionsToPointToNewScheduleSystem extends Migration method up (line 11) | public function up(): void method down (line 29) | public function down(): void FILE: database/migrations/2017_09_23_170933_CreateDaemonKeysTable.php class CreateDaemonKeysTable (line 7) | class CreateDaemonKeysTable extends Migration method up (line 12) | public function up(): void method down (line 31) | public function down(): void FILE: database/migrations/2017_09_23_173628_RemoveDaemonSecretFromServersTable.php class RemoveDaemonSecretFromServersTable (line 10) | class RemoveDaemonSecretFromServersTable extends Migration method up (line 15) | public function up(): void method down (line 44) | public function down(): void FILE: database/migrations/2017_09_23_185022_RemoveDaemonSecretFromSubusersTable.php class RemoveDaemonSecretFromSubusersTable (line 10) | class RemoveDaemonSecretFromSubusersTable extends Migration method up (line 15) | public function up(): void method down (line 43) | public function down(): void FILE: database/migrations/2017_10_02_202000_ChangeServicesToUseAMoreUniqueIdentifier.php class ChangeServicesToUseAMoreUniqueIdentifier (line 9) | class ChangeServicesToUseAMoreUniqueIdentifier extends Migration method up (line 14) | public function up(): void method down (line 42) | public function down(): void FILE: database/migrations/2017_10_02_202007_ChangeToABetterUniqueServiceConfiguration.php class ChangeToABetterUniqueServiceConfiguration (line 9) | class ChangeToABetterUniqueServiceConfiguration extends Migration method up (line 14) | public function up(): void method down (line 43) | public function down(): void FILE: database/migrations/2017_10_03_233202_CascadeDeletionWhenServiceOptionIsDeleted.php class CascadeDeletionWhenServiceOptionIsDeleted (line 7) | class CascadeDeletionWhenServiceOptionIsDeleted extends Migration method up (line 12) | public function up(): void method down (line 24) | public function down(): void FILE: database/migrations/2017_10_06_214026_ServicesToNestsConversion.php class ServicesToNestsConversion (line 7) | class ServicesToNestsConversion extends Migration method up (line 12) | public function up(): void method down (line 38) | public function down(): void FILE: database/migrations/2017_10_06_214053_ServiceOptionsToEggsConversion.php class ServiceOptionsToEggsConversion (line 7) | class ServiceOptionsToEggsConversion extends Migration method up (line 12) | public function up(): void method down (line 55) | public function down(): void FILE: database/migrations/2017_10_06_215741_ServiceVariablesToEggVariablesConversion.php class ServiceVariablesToEggVariablesConversion (line 7) | class ServiceVariablesToEggVariablesConversion extends Migration method up (line 12) | public function up(): void method down (line 30) | public function down(): void FILE: database/migrations/2017_10_24_222238_RemoveLegacySFTPInformation.php class RemoveLegacySFTPInformation (line 7) | class RemoveLegacySFTPInformation extends Migration method up (line 12) | public function up(): void method down (line 25) | public function down(): void FILE: database/migrations/2017_11_11_161922_Add2FaLastAuthorizationTimeColumn.php class Add2FaLastAuthorizationTimeColumn (line 10) | class Add2FaLastAuthorizationTimeColumn extends Migration method up (line 15) | public function up(): void method down (line 39) | public function down(): void FILE: database/migrations/2017_11_19_122708_MigratePubPrivFormatToSingleKey.php class MigratePubPrivFormatToSingleKey (line 11) | class MigratePubPrivFormatToSingleKey extends Migration method up (line 16) | public function up(): void method down (line 46) | public function down(): void FILE: database/migrations/2017_12_04_184012_DropAllocationsWhenNodeIsDeleted.php class DropAllocationsWhenNodeIsDeleted (line 7) | class DropAllocationsWhenNodeIsDeleted extends Migration method up (line 12) | public function up(): void method down (line 24) | public function down(): void FILE: database/migrations/2017_12_12_220426_MigrateSettingsTableToNewFormat.php class MigrateSettingsTableToNewFormat (line 8) | class MigrateSettingsTableToNewFormat extends Migration method up (line 13) | public function up(): void method down (line 24) | public function down(): void FILE: database/migrations/2018_01_01_122821_AllowNegativeValuesForServerSwap.php class AllowNegativeValuesForServerSwap (line 7) | class AllowNegativeValuesForServerSwap extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2018_01_11_213943_AddApiKeyPermissionColumns.php class AddApiKeyPermissionColumns (line 7) | class AddApiKeyPermissionColumns extends Migration method up (line 12) | public function up(): void method down (line 33) | public function down(): void FILE: database/migrations/2018_01_13_142012_SetupTableForKeyEncryption.php class SetupTableForKeyEncryption (line 7) | class SetupTableForKeyEncryption extends Migration method up (line 15) | public function up(): void method down (line 33) | public function down(): void FILE: database/migrations/2018_01_13_145209_AddLastUsedAtColumn.php class AddLastUsedAtColumn (line 7) | class AddLastUsedAtColumn extends Migration method up (line 12) | public function up(): void method down (line 30) | public function down(): void FILE: database/migrations/2018_02_04_145617_AllowTextInUserExternalId.php class AllowTextInUserExternalId (line 7) | class AllowTextInUserExternalId extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2018_02_10_151150_remove_unique_index_on_external_id_column.php class RemoveUniqueIndexOnExternalIdColumn (line 7) | class RemoveUniqueIndexOnExternalIdColumn extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2018_02_17_134254_ensure_unique_allocation_id_on_servers_table.php class EnsureUniqueAllocationIdOnServersTable (line 7) | class EnsureUniqueAllocationIdOnServersTable extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2018_02_24_112356_add_external_id_column_to_servers_table.php class AddExternalIdColumnToServersTable (line 7) | class AddExternalIdColumnToServersTable extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2018_02_25_160152_remove_default_null_value_on_table.php class RemoveDefaultNullValueOnTable (line 8) | class RemoveDefaultNullValueOnTable extends Migration method up (line 16) | public function up(): void method down (line 32) | public function down(): void FILE: database/migrations/2018_02_25_160604_define_unique_index_on_users_external_id.php class DefineUniqueIndexOnUsersExternalId (line 7) | class DefineUniqueIndexOnUsersExternalId extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2018_03_01_192831_add_database_and_port_limit_columns_to_servers_table.php class AddDatabaseAndPortLimitColumnsToServersTable (line 7) | class AddDatabaseAndPortLimitColumnsToServersTable extends Migration method up (line 12) | public function up(): void method down (line 23) | public function down(): void FILE: database/migrations/2018_03_15_124536_add_description_to_nodes.php class AddDescriptionToNodes (line 7) | class AddDescriptionToNodes extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2018_05_04_123826_add_maintenance_to_nodes.php class AddMaintenanceToNodes (line 7) | class AddMaintenanceToNodes extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2018_09_03_143756_allow_egg_variables_to_have_longer_values.php class AllowEggVariablesToHaveLongerValues (line 7) | class AllowEggVariablesToHaveLongerValues extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2018_09_03_144005_allow_server_variables_to_have_longer_values.php class AllowServerVariablesToHaveLongerValues (line 7) | class AllowServerVariablesToHaveLongerValues extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2019_03_02_142328_set_allocation_limit_default_null.php class SetAllocationLimitDefaultNull (line 7) | class SetAllocationLimitDefaultNull extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2019_03_02_151321_fix_unique_index_to_account_for_host.php class FixUniqueIndexToAccountForHost (line 7) | class FixUniqueIndexToAccountForHost extends Migration method up (line 12) | public function up(): void method down (line 26) | public function down(): void FILE: database/migrations/2020_03_22_163911_merge_permissions_table_into_subusers.php class MergePermissionsTableIntoSubusers (line 11) | class MergePermissionsTableIntoSubusers extends Migration method up (line 65) | public function up(): void method down (line 105) | public function down(): void FILE: database/migrations/2020_03_22_164814_drop_permissions_table.php class DropPermissionsTable (line 7) | class DropPermissionsTable extends Migration method up (line 12) | public function up(): void method down (line 20) | public function down(): void FILE: database/migrations/2020_04_03_203624_add_threads_column_to_servers_table.php class AddThreadsColumnToServersTable (line 7) | class AddThreadsColumnToServersTable extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2020_04_03_230614_create_backups_table.php class CreateBackupsTable (line 8) | class CreateBackupsTable extends Migration method up (line 13) | public function up(): void method down (line 51) | public function down(): void FILE: database/migrations/2020_04_04_131016_add_table_server_transfers.php class AddTableServerTransfers (line 7) | class AddTableServerTransfers extends Migration method up (line 12) | public function up(): void method down (line 37) | public function down(): void FILE: database/migrations/2020_04_10_141024_store_node_tokens_as_encrypted_value.php class StoreNodeTokensAsEncryptedValue (line 11) | class StoreNodeTokensAsEncryptedValue extends Migration method up (line 18) | public function up(): void method down (line 56) | public function down(): void FILE: database/migrations/2020_04_17_203438_allow_nullable_descriptions.php class AllowNullableDescriptions (line 7) | class AllowNullableDescriptions extends Migration method up (line 12) | public function up(): void method down (line 34) | public function down(): void FILE: database/migrations/2020_04_22_055500_add_max_connections_column.php class AddMaxConnectionsColumn (line 7) | class AddMaxConnectionsColumn extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2020_04_26_111208_add_backup_limit_to_servers.php class AddBackupLimitToServers (line 8) | class AddBackupLimitToServers extends Migration method up (line 13) | public function up(): void method down (line 37) | public function down(): void FILE: database/migrations/2020_05_20_234655_add_mounts_table.php class AddMountsTable (line 7) | class AddMountsTable extends Migration method up (line 12) | public function up(): void method down (line 43) | public function down(): void FILE: database/migrations/2020_05_21_192756_add_mount_server_table.php class AddMountServerTable (line 7) | class AddMountServerTable extends Migration method up (line 12) | public function up(): void method down (line 25) | public function down(): void FILE: database/migrations/2020_07_02_213612_create_user_recovery_tokens_table.php class CreateUserRecoveryTokensTable (line 7) | class CreateUserRecoveryTokensTable extends Migration method up (line 12) | public function up(): void method down (line 27) | public function down(): void FILE: database/migrations/2020_07_09_201845_add_notes_column_for_allocations.php class AddNotesColumnForAllocations (line 7) | class AddNotesColumnForAllocations extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2020_08_20_205533_add_backup_state_column_to_backups.php class AddBackupStateColumnToBackups (line 7) | class AddBackupStateColumnToBackups extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2020_08_22_132500_update_bytes_to_unsigned_bigint.php class UpdateBytesToUnsignedBigint (line 7) | class UpdateBytesToUnsignedBigint extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2020_08_23_175331_modify_checksums_column_for_backups.php class ModifyChecksumsColumnForBackups (line 8) | class ModifyChecksumsColumnForBackups extends Migration method up (line 13) | public function up(): void method down (line 27) | public function down(): void FILE: database/migrations/2020_09_13_110007_drop_packs_from_servers.php class DropPacksFromServers (line 7) | class DropPacksFromServers extends Migration method up (line 12) | public function up(): void method down (line 23) | public function down(): void FILE: database/migrations/2020_09_13_110021_drop_packs_from_api_key_permissions.php class DropPacksFromApiKeyPermissions (line 7) | class DropPacksFromApiKeyPermissions extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2020_09_13_110047_drop_packs_table.php class DropPacksTable (line 7) | class DropPacksTable extends Migration method up (line 12) | public function up(): void method down (line 20) | public function down(): void FILE: database/migrations/2020_09_13_113503_drop_daemon_key_table.php class DropDaemonKeyTable (line 7) | class DropDaemonKeyTable extends Migration method up (line 12) | public function up(): void method down (line 20) | public function down(): void FILE: database/migrations/2020_10_10_165437_change_unique_database_name_to_account_for_server.php class ChangeUniqueDatabaseNameToAccountForServer (line 7) | class ChangeUniqueDatabaseNameToAccountForServer extends Migration method up (line 12) | public function up(): void method down (line 26) | public function down(): void FILE: database/migrations/2020_10_26_194904_remove_nullable_from_schedule_name_field.php class RemoveNullableFromScheduleNameField (line 8) | class RemoveNullableFromScheduleNameField extends Migration method up (line 13) | public function up(): void method down (line 25) | public function down(): void FILE: database/migrations/2020_11_02_201014_add_features_column_to_eggs.php class AddFeaturesColumnToEggs (line 7) | class AddFeaturesColumnToEggs extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2020_12_12_102435_support_multiple_docker_images_and_updates.php class SupportMultipleDockerImagesAndUpdates (line 8) | class SupportMultipleDockerImagesAndUpdates extends Migration method up (line 13) | public function up(): void method down (line 37) | public function down(): void FILE: database/migrations/2020_12_14_013707_make_successful_nullable_in_server_transfers.php class MakeSuccessfulNullableInServerTransfers (line 7) | class MakeSuccessfulNullableInServerTransfers extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2020_12_17_014330_add_archived_field_to_server_transfers_table.php class AddArchivedFieldToServerTransfersTable (line 8) | class AddArchivedFieldToServerTransfersTable extends Migration method up (line 13) | public function up(): void method down (line 26) | public function down(): void FILE: database/migrations/2020_12_24_092449_make_allocation_fields_json.php class MakeAllocationFieldsJson (line 7) | class MakeAllocationFieldsJson extends Migration method up (line 14) | public function up() method down (line 27) | public function down() FILE: database/migrations/2020_12_26_184914_add_upload_id_column_to_backups_table.php class AddUploadIdColumnToBackupsTable (line 7) | class AddUploadIdColumnToBackupsTable extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2021_01_10_153937_add_file_denylist_to_egg_configs.php class AddFileDenylistToEggConfigs (line 7) | class AddFileDenylistToEggConfigs extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2021_01_13_013420_add_cron_month.php class AddCronMonth (line 7) | class AddCronMonth extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2021_01_17_102401_create_audit_logs_table.php class CreateAuditLogsTable (line 7) | class CreateAuditLogsTable extends Migration method up (line 12) | public function up(): void method down (line 34) | public function down(): void FILE: database/migrations/2021_01_17_152623_add_generic_server_status_column.php class AddGenericServerStatusColumn (line 8) | class AddGenericServerStatusColumn extends Migration method up (line 13) | public function up(): void method down (line 32) | public function down(): void FILE: database/migrations/2021_01_26_210502_update_file_denylist_to_json.php class UpdateFileDenylistToJson (line 7) | class UpdateFileDenylistToJson extends Migration method up (line 12) | public function up(): void method down (line 26) | public function down(): void FILE: database/migrations/2021_02_23_205021_add_index_for_server_and_action.php class AddIndexForServerAndAction (line 7) | class AddIndexForServerAndAction extends Migration method up (line 12) | public function up(): void method down (line 29) | public function down(): void FILE: database/migrations/2021_02_23_212657_make_sftp_port_unsigned_int.php class MakeSftpPortUnsignedInt (line 7) | class MakeSftpPortUnsignedInt extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2021_03_21_104718_force_cron_month_field_to_have_value_if_missing.php class ForceCronMonthFieldToHaveValueIfMissing (line 6) | class ForceCronMonthFieldToHaveValueIfMissing extends Migration method up (line 11) | public function up(): void method down (line 19) | public function down(): void FILE: database/migrations/2021_05_01_092457_add_continue_on_failure_option_to_tasks.php class AddContinueOnFailureOptionToTasks (line 7) | class AddContinueOnFailureOptionToTasks extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2021_05_01_092523_add_only_run_when_server_online_option_to_schedules.php class AddOnlyRunWhenServerOnlineOptionToSchedules (line 7) | class AddOnlyRunWhenServerOnlineOptionToSchedules extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2021_05_03_201016_add_support_for_locking_a_backup.php class AddSupportForLockingABackup (line 7) | class AddSupportForLockingABackup extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2021_07_12_013420_remove_userinteraction.php class RemoveUserInteraction (line 6) | class RemoveUserInteraction extends Migration method up (line 11) | public function up(): void method down (line 31) | public function down(): void FILE: database/migrations/2021_07_17_211512_create_user_ssh_keys_table.php class CreateUserSshKeysTable (line 7) | class CreateUserSshKeysTable extends Migration method up (line 12) | public function up(): void method down (line 30) | public function down(): void FILE: database/migrations/2021_08_03_210600_change_successful_field_to_default_to_false_on_backups_table.php class ChangeSuccessfulFieldToDefaultToFalseOnBackupsTable (line 8) | class ChangeSuccessfulFieldToDefaultToFalseOnBackupsTable extends Migration method up (line 13) | public function up(): void method down (line 28) | public function down(): void FILE: database/migrations/2021_08_21_175111_add_foreign_keys_to_mount_node_table.php class AddForeignKeysToMountNodeTable (line 8) | class AddForeignKeysToMountNodeTable extends Migration method up (line 13) | public function up(): void method down (line 48) | public function down(): void FILE: database/migrations/2021_08_21_175118_add_foreign_keys_to_mount_server_table.php class AddForeignKeysToMountServerTable (line 7) | class AddForeignKeysToMountServerTable extends Migration method up (line 12) | public function up(): void method down (line 47) | public function down(): void FILE: database/migrations/2021_08_21_180921_add_foreign_keys_to_egg_mount_table.php class AddForeignKeysToEggMountTable (line 7) | class AddForeignKeysToEggMountTable extends Migration method up (line 12) | public function up(): void method down (line 47) | public function down(): void FILE: database/migrations/2022_01_25_030847_drop_google_analytics.php class DropGoogleAnalytics (line 6) | class DropGoogleAnalytics extends Migration method up (line 11) | public function up(): void method down (line 19) | public function down(): void FILE: database/migrations/2022_05_07_165334_migrate_egg_images_array_to_new_format.php class MigrateEggImagesArrayToNewFormat (line 6) | class MigrateEggImagesArrayToNewFormat extends Migration method up (line 13) | public function up(): void method down (line 30) | public function down(): void FILE: database/migrations/2022_05_28_135717_create_activity_logs_table.php class CreateActivityLogsTable (line 7) | class CreateActivityLogsTable extends Migration method up (line 12) | public function up(): void method down (line 29) | public function down(): void FILE: database/migrations/2022_05_29_140349_create_activity_log_actors_table.php class CreateActivityLogActorsTable (line 7) | class CreateActivityLogActorsTable extends Migration method up (line 12) | public function up(): void method down (line 24) | public function down(): void FILE: database/migrations/2022_06_18_112822_track_api_key_usage_for_activity_events.php method up (line 11) | public function up(): void method down (line 21) | public function down(): void FILE: database/migrations/2022_08_16_214400_add_force_outgoing_ip_column_to_eggs_table.php class AddForceOutgoingIpColumnToEggsTable (line 7) | class AddForceOutgoingIpColumnToEggsTable extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2022_08_16_230204_add_installed_at_column_to_servers_table.php class AddInstalledAtColumnToServersTable (line 7) | class AddInstalledAtColumnToServersTable extends Migration method up (line 12) | public function up(): void method down (line 22) | public function down(): void FILE: database/migrations/2022_12_12_213937_update_mail_settings_to_new_format.php method up (line 19) | public function up(): void method down (line 51) | public function down(): void FILE: database/migrations/2023_01_24_210051_add_uuid_column_to_failed_jobs_table.php method up (line 12) | public function up(): void method down (line 28) | public function down(): void FILE: database/migrations/2023_02_23_191004_add_expires_at_column_to_api_keys_table.php method up (line 11) | public function up(): void method down (line 21) | public function down(): void FILE: database/migrations/2024_07_13_091852_clear_unused_allocation_notes.php method up (line 10) | public function up(): void method down (line 22) | public function down(): void FILE: database/schema/mysql-schema.sql type `activity_log_subjects` (line 10) | CREATE TABLE `activity_log_subjects` ( type `activity_logs` (line 24) | CREATE TABLE `activity_logs` ( type `allocations` (line 43) | CREATE TABLE `allocations` ( type `api_keys` (line 63) | CREATE TABLE `api_keys` ( type `api_logs` (line 93) | CREATE TABLE `api_logs` ( type `audit_logs` (line 111) | CREATE TABLE `audit_logs` ( type `backups` (line 133) | CREATE TABLE `backups` ( type `database_hosts` (line 158) | CREATE TABLE `database_hosts` ( type `databases` (line 177) | CREATE TABLE `databases` ( type `egg_mount` (line 199) | CREATE TABLE `egg_mount` ( type `egg_variables` (line 211) | CREATE TABLE `egg_variables` ( type `eggs` (line 231) | CREATE TABLE `eggs` ( type `failed_jobs` (line 269) | CREATE TABLE `failed_jobs` ( type `jobs` (line 284) | CREATE TABLE `jobs` ( type `locations` (line 299) | CREATE TABLE `locations` ( type `migrations` (line 312) | CREATE TABLE `migrations` ( type `mount_node` (line 322) | CREATE TABLE `mount_node` ( type `mount_server` (line 334) | CREATE TABLE `mount_server` ( type `mounts` (line 346) | CREATE TABLE `mounts` ( type `nests` (line 364) | CREATE TABLE `nests` ( type `nodes` (line 379) | CREATE TABLE `nodes` ( type `notifications` (line 412) | CREATE TABLE `notifications` ( type `password_resets` (line 428) | CREATE TABLE `password_resets` ( type `recovery_tokens` (line 439) | CREATE TABLE `recovery_tokens` ( type `schedules` (line 452) | CREATE TABLE `schedules` ( type `server_transfers` (line 476) | CREATE TABLE `server_transfers` ( type `server_variables` (line 497) | CREATE TABLE `server_variables` ( type `servers` (line 514) | CREATE TABLE `servers` ( type `sessions` (line 562) | CREATE TABLE `sessions` ( type `settings` (line 575) | CREATE TABLE `settings` ( type `subusers` (line 586) | CREATE TABLE `subusers` ( type `tasks` (line 603) | CREATE TABLE `tasks` ( type `tasks_log` (line 622) | CREATE TABLE `tasks_log` ( type `user_ssh_keys` (line 636) | CREATE TABLE `user_ssh_keys` ( type `users` (line 653) | CREATE TABLE `users` ( FILE: public/js/keyboard.polyfill.js function polyfill (line 91) | function polyfill () { FILE: public/themes/pterodactyl/js/admin/functions.js function getPageName (line 20) | function getPageName(url){var index=url.lastIndexOf("/")+1;var filenameW... FILE: public/themes/pterodactyl/js/admin/new-server.js function escapeHtml (line 112) | function escapeHtml(str) { function updateAdditionalAllocations (line 145) | function updateAdditionalAllocations() { function initUserIdSelect (line 169) | function initUserIdSelect(data) { FILE: public/themes/pterodactyl/js/admin/server/transfer.js function updateAdditionalAllocations (line 41) | function updateAdditionalAllocations() { FILE: public/themes/pterodactyl/vendor/ace/ace.js function o (line 1) | function o(n){var i=e;n&&(e[n]||(e[n]={}),i=e[n]);if(!i.define||!i.defin... function o (line 1) | function o(e){return(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline... function u (line 1) | function u(e,t,n){if(Array.prototype.indexOf)return e.indexOf(t,n);for(v... function r (line 1) | function r(){} function w (line 1) | function w(e){try{return Object.defineProperty(e,"sentinel",{}),"sentine... function H (line 1) | function H(e){return e=+e,e!==e?e=0:e!==0&&e!==1/0&&e!==-1/0&&(e=(e>0||-... function B (line 1) | function B(e){var t=typeof e;return e===null||t==="undefined"||t==="bool... function j (line 1) | function j(e){var t,n,r;if(B(e))return e;n=e.valueOf;if(typeof n=="funct... function e (line 1) | function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t} function a (line 1) | function a(e,t,n){var a=u(t);if(!i.isMac&&s){t.getModifierState&&(t.getM... function f (line 1) | function f(){s=Object.create(null)} function i (line 1) | function i(e){n&&n(e),r&&r(e),t.removeListener(document,"mousemove",n,!0... function c (line 1) | function c(e){t.getButton(e)!==0?o=0:e.detail>1?(o++,o>4&&(o=1)):o=1;if(... function h (line 1) | function h(e){o=2,f&&clearTimeout(f),f=setTimeout(function(){f=null},n[o... function b (line 1) | function b(e){if(h)return;h=!0;if(k)t=0,r=e?0:n.value.length-1;else var ... function w (line 1) | function w(){if(h)return;n.value=f,i.isWebKit&&y.schedule()} function R (line 1) | function R(){clearTimeout(q),q=setTimeout(function(){p&&(n.style.cssText... function u (line 1) | function u(e){e.$clickSelection=null;var t=e.editor;t.setDefaultHandler(... function a (line 1) | function a(e,t,n,r){return Math.sqrt(Math.pow(n-e,2)+Math.pow(r-t,2))} function f (line 1) | function f(e,t){if(e.start.row==e.end.row)var n=2*t.column-e.start.colum... function s (line 1) | function s(e){this.isOpen=!1,this.$element=null,this.$parentNode=e} function u (line 1) | function u(e){function l(){var r=u.getDocumentPosition().row,s=n.$annota... function a (line 1) | function a(e){o.call(this,e)} function f (line 1) | function f(e){function T(e,n){var r=Date.now(),i=!n||e.row!=n.row,s=!n||... function l (line 1) | function l(e,t,n,r){return Math.sqrt(Math.pow(n-e,2)+Math.pow(r-t,2))} function o (line 1) | function o(e){typeof console!="undefined"&&console.warn&&console.warn.ap... function u (line 1) | function u(e,t){var n=new Error(e);n.data=t,typeof console=="object"&&co... function f (line 1) | function f(r){if(!u||!u.document)return;a.packaged=r||e.packaged||n.pack... function l (line 1) | function l(e){return e.replace(/-(.)/g,function(e,t){return t.toUpperCas... function r (line 1) | function r(e){e.on("click",function(t){var n=t.getDocumentPosition(),r=e... function i (line 1) | function i(s){var o=r[s];o.processed=!0;for(var u=0;u=0&&t.row=0&&t.column<=... function s (line 1) | function s(e,t){t.action!="insert"&&t.action!="remove"&&r(t,"delta.actio... function e (line 1) | function e(e,t,n){var r=n?e.column<=t.column:e.column=4352&&e<=4447||e>=4515&&e<=4519||e>=46... function r (line 1) | function r(e){return t?e.action!=="insert":e.action==="insert"} function g (line 1) | function g(){var t=0;if(m===0)return t;if(h)for(var n=0;n>1,o=n(t,e[... function u (line 1) | function u(e,t,n){var r=e.getAnnotations().sort(s.comparePoints);if(!r.l... FILE: public/themes/pterodactyl/vendor/ace/ext-linking.js function i (line 1) | function i(e){var t=e.editor,n=e.getAccelKey();if(n){var t=e.editor,r=e.... function s (line 1) | function s(e){var t=e.getAccelKey(),n=e.getButton();if(n==0&&t){var r=e.... FILE: public/themes/pterodactyl/vendor/ace/ext-modelist.js function i (line 1) | function i(e){var t=a.text,n=e.split(/[\/\\]/).pop();for(var i=0;i=e.firstLine()&&t<=e.lastLine()} function U (line 1) | function U(e){return/^[a-z]$/.test(e)} function z (line 1) | function z(e){return"()[]{}".indexOf(e)!=-1} function W (line 1) | function W(e){return _.test(e)} function X (line 1) | function X(e){return/^[A-Z]$/.test(e)} function V (line 1) | function V(e){return/^\s*$/.test(e)} function $ (line 1) | function $(e,t){for(var n=0;n"){var n=t.length-11,r=e.s... function Ct (line 1) | function Ct(e){var t=/^.*(<[\w\-]+>)$/.exec(e),n=t?t[1]:e.slice(-1);if(n... function kt (line 1) | function kt(e,t,n){return function(){for(var r=0;r2&&(t=Mt.apply(undefined,Array.... function _t (line 1) | function _t(e,t){return arguments.length>2&&(t=_t.apply(undefined,Array.... function Dt (line 1) | function Dt(e,t,n){var r=Ot(e,t),i=Ot(t,n);return r&&i} function Pt (line 1) | function Pt(e,t){return e.getLine(t).length} function Ht (line 1) | function Ht(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")} function Bt (line 1) | function Bt(e){return e.replace(/([.?*+$\[\]\/\\(){}|\-])/g,"\\$1")} function jt (line 1) | function jt(e,t,n){var r=Pt(e,t),i=(new Array(n-r+1)).join(" ");e.setCur... function Ft (line 1) | function Ft(e,t){var n=[],r=e.listSelections(),i=Lt(e.clipPos(t)),s=!At(... function It (line 1) | function It(e,t,n){var r=[];for(var i=0;i0||-... function B (line 1) | function B(e){var t=typeof e;return e===null||t==="undefined"||t==="bool... function j (line 1) | function j(e){var t,n,r;if(B(e))return e;n=e.valueOf;if(typeof n=="funct... function e (line 1) | function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t} FILE: public/themes/pterodactyl/vendor/ace/worker-html.js function t (line 1) | function t(e,t){var n=e,r="";while(n){var i=t[n];if(typeof i=="string")r... function r (line 1) | function r(e,t){throw console.log("Invalid Delta:",e),"Invalid Delta: "+t} function i (line 1) | function i(e,t){return t.row>=0&&t.row=0&&t.column<=... function s (line 1) | function s(e,t){t.action!="insert"&&t.action!="remove"&&r(t,"delta.actio... function e (line 1) | function e(e,t,n){var r=n?e.column<=t.column:e.column="0"&&e<="9"||e>="a"&&e<="z"||e>="A"&&e<="Z"} function u (line 1) | function u(e){return e>="0"&&e<="9"||e>="a"&&e<="f"||e>="A"&&e<="F"} function a (line 1) | function a(e){return e>="0"&&e<="9"} function r (line 1) | function r(){this.data="",this.start=0,this.committed=0,this.eof=!1,this... function i (line 1) | function i(e,t,n,r){this.localName=t,this.namespaceURI=e,this.attributes... function s (line 1) | function s(e,t){for(var n=0;n="A"&&e<="Z"||e>="a"&&e<="z"} function u (line 1) | function u(e){this._tokenHandler=e,this._state=u.DATA,this._inputStream=... function n (line 1) | function n(e){var n=e.char();if(n===r.EOF)return t._emitToken({type:"EOF... function a (line 1) | function a(e){var r=i.consumeEntity(e,t);return t.setState(n),t._emitTok... function f (line 1) | function f(e){var n=e.char();if(n===r.EOF)return t._emitToken({type:"EOF... function l (line 1) | function l(e){var n=i.consumeEntity(e,t);return t.setState(f),t._emitTok... function c (line 1) | function c(e){var n=e.char();if(n===r.EOF)return t._emitToken({type:"EOF... function h (line 1) | function h(e){var n=e.char();if(n===r.EOF)return t._emitToken({type:"EOF... function p (line 1) | function p(e){var n=e.char();if(n===r.EOF)return t._emitToken({type:"EOF... function d (line 1) | function d(e){var n=e.char();return n==="/"?(this._temporaryBuffer="",t.... function v (line 1) | function v(e){var n=e.char();return o(n)?(this._temporaryBuffer+=n,t.set... function m (line 1) | function m(e){var r=t._currentToken&&t._currentToken.name===this._tempor... function g (line 1) | function g(e){var n=e.char();return n==="/"?(this._temporaryBuffer="",t.... function y (line 1) | function y(e){var n=e.char();return o(n)?(this._temporaryBuffer+=n,t.set... function b (line 1) | function b(e){var r=t._currentToken&&t._currentToken.name===this._tempor... function w (line 1) | function w(e){var n=e.char();return n==="/"?(this._temporaryBuffer="",t.... function E (line 1) | function E(e){var n=e.char();return o(n)?(this._temporaryBuffer+=n,t.set... function S (line 1) | function S(e){var n=t._currentToken&&t._currentToken.name===this._tempor... function x (line 1) | function x(e){var n=e.char();return n==="-"?(t._emitToken({type:"Charact... function T (line 1) | function T(e){var n=e.char();return n==="-"?(t._emitToken({type:"Charact... function N (line 1) | function N(e){var i=e.char();if(i===r.EOF)e.unget(i),t.setState(n);else ... function C (line 1) | function C(e){var i=e.char();return i===r.EOF?(e.unget(i),t.setState(n))... function k (line 1) | function k(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-scr... function L (line 1) | function L(e){var n=e.char();return n==="/"?(this._temporaryBuffer="",t.... function A (line 1) | function A(e){var n=e.char();return o(n)?(this._temporaryBuffer=n,t.setS... function O (line 1) | function O(e){var r=t._currentToken&&t._currentToken.name===this._tempor... function M (line 1) | function M(e){var n=e.char();return s(n)||n==="/"||n===">"?(t._emitToken... function _ (line 1) | function _(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-scr... function D (line 1) | function D(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-scr... function P (line 1) | function P(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-scr... function H (line 1) | function H(e){var n=e.char();return n==="/"?(t._emitToken({type:"Charact... function B (line 1) | function B(e){var n=e.char();return s(n)||n==="/"||n===">"?(t._emitToken... function j (line 1) | function j(e){var i=e.char();return i===r.EOF?(t._parseError("bare-less-... function F (line 1) | function F(e){var i=e.char();return i===r.EOF?(t._parseError("expected-c... function I (line 1) | function I(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-tag... function q (line 1) | function q(e){var i=e.char();if(i===r.EOF)t._parseError("expected-attrib... function R (line 1) | function R(e){var i=e.char(),u=!0,a=!1;i===r.EOF?(t._parseError("eof-in-... function U (line 1) | function U(e){var i=e.char();if(i===r.EOF)t._parseError("expected-end-of... function z (line 1) | function z(e){var i=e.char();if(i===r.EOF)t._parseError("expected-attrib... function W (line 1) | function W(e){var i=e.char();if(i===r.EOF)t._parseError("eof-in-attribut... function X (line 1) | function X(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-att... function V (line 1) | function V(e){var i=e.char();if(i===r.EOF)t._parseError("eof-after-attri... function $ (line 1) | function $(e){var n=i.consumeEntity(e,t,this._additionalAllowedCharacter... function J (line 1) | function J(e){var i=e.char();return i===r.EOF?(t._parseError("eof-after-... function K (line 1) | function K(e){var i=e.char();return i===r.EOF?(t._parseError("unexpected... function Q (line 1) | function Q(e){var r=e.matchUntil(">");return r=r.replace(/\u0000/g,"\uff... function G (line 1) | function G(e){var n=e.shift(2);if(n==="--")t._currentToken={type:"Commen... function Y (line 1) | function Y(e){var r=e.matchUntil("]]>");return e.shift(3),r&&t._emitToke... function Z (line 1) | function Z(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-com... function et (line 1) | function et(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-co... function tt (line 1) | function tt(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-co... function nt (line 1) | function nt(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-co... function rt (line 1) | function rt(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-co... function it (line 1) | function it(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-co... function st (line 1) | function st(e){var i=e.char();return i===r.EOF?(t._parseError("expected-... function ot (line 1) | function ot(e){var i=e.char();return i===r.EOF?(t._parseError("expected-... function ut (line 1) | function ut(e){var i=e.char();return i===r.EOF?(t._currentToken.forceQui... function at (line 1) | function at(e){var i=e.char();if(i===r.EOF)t._currentToken.forceQuirks=!... function ft (line 1) | function ft(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-do... function lt (line 1) | function lt(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-do... function ct (line 1) | function ct(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-do... function ht (line 1) | function ht(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-do... function pt (line 1) | function pt(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-do... function dt (line 1) | function dt(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-do... function vt (line 1) | function vt(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-do... function mt (line 1) | function mt(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-do... function gt (line 1) | function gt(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-do... function yt (line 1) | function yt(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-do... function bt (line 1) | function bt(e){var i=e.char();return i===r.EOF?(t._parseError("eof-in-do... function wt (line 1) | function wt(e){var i=e.char();return i===r.EOF?(e.unget(i),t._emitCurren... function c (line 1) | function c(e){return e===" "||e==="\n"||e===" "||e==="\r"||e==="\f"} function h (line 1) | function h(e){return c(e)||e==="\ufffd"} function p (line 1) | function p(e){for(var t=0;t=3&&(r... function a (line 1) | function a(e,t){var n=u.styles[t];return n?"["+u.colors[n][0]+"m"+e+"[... function f (line 1) | function f(e,t){return e} function l (line 1) | function l(e){var t={};return e.forEach(function(e,n){t[e]=!0}),t} function c (line 1) | function c(e,t,r){if(e.customInspect&&t&&A(t.inspect)&&t.inspect!==n.ins... function h (line 1) | function h(e,t){if(T(t))return e.stylize("undefined","undefined");if(S(t... function p (line 1) | function p(e){return"["+Error.prototype.toString.call(e)+"]"} function d (line 1) | function d(e,t,n,r,i){var s=[];for(var o=0,u=t.length;o0||-... function B (line 1) | function B(e){var t=typeof e;return e===null||t==="undefined"||t==="bool... function j (line 1) | function j(e){var t,n,r;if(B(e))return e;n=e.valueOf;if(typeof n=="funct... function e (line 1) | function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t} FILE: public/themes/pterodactyl/vendor/ace/worker-javascript.js function t (line 1) | function t(e,t){var n=e,r="";while(n){var i=t[n];if(typeof i=="string")r... function r (line 1) | function r(e,t){throw console.log("Invalid Delta:",e),"Invalid Delta: "+t} function i (line 1) | function i(e,t){return t.row>=0&&t.row=0&&t.column<=... function s (line 1) | function s(e,t){t.action!="insert"&&t.action!="remove"&&r(t,"delta.actio... function e (line 1) | function e(e,t,n){var r=n?e.column<=t.column:e.columnr&&(r=... function Dt (line 1) | function Dt(e,t){var n=-1,r=e.length;while(++ns?0:... function tn (line 1) | function tn(e,t){var n;return It(e,function(e,r,i){return n=t(e,r,i),!n}... function nn (line 1) | function nn(e,t){var n=-1,r=t.length,i=Array(r);while(++n-1&&e%1==0&&e-1&&e%1==0&&e<=Nt} function kn (line 1) | function kn(e){return e===e&&(e===0?1/e>0:!Jn(e))} function Ln (line 1) | function Ln(e){var t,n=Ct.support;if(!Y(e)||rt.call(e)!=d||!nt.call(e,"c... function An (line 1) | function An(e){var t=ir(e),n=t.length,r=n&&e.length,i=Ct.support,s=r&&Cn... function On (line 1) | function On(e){return Jn(e)?e:Object(e)} function Mn (line 1) | function Mn(e){if(Xn(e))return e;var t=[];return Q(e).replace(M,function... function Dn (line 1) | function Dn(e,t,n){var r=e?e.length:0;if(!r)return-1;if(typeof n=="numbe... function Pn (line 1) | function Pn(e){var t=e?e.length:0;return t?e[t-1]:r} function Hn (line 1) | function Hn(e,t,n){var r=e?e.length:0;return r?(n&&typeof n!="number"&&T... function Bn (line 1) | function Bn(e){var t=-1,n=(e&&e.length&&_t(Mt(e,yn)))>>>0,r=Array(n);whi... function In (line 1) | function In(e,t,n,r){var i=e?yn(e):0;return Cn(i)||(e=or(e),i=e.length),... function qn (line 1) | function qn(e,t,n){var r=Xn(e)?Ot:qt;return t=mn(t,n,3),r(e,function(e,n... function Rn (line 1) | function Rn(e,t,n){var i=Xn(e)?Dt:tn;n&&Tn(e,t,n)&&(t=null);if(typeof t!... function Un (line 1) | function Un(e,t){if(typeof e!="function")throw new TypeError(s);return t... function zn (line 1) | function zn(e,t,n,r){return t&&typeof t!="boolean"&&Tn(e,t,n)?t=!1:typeo... function Wn (line 1) | function Wn(e){var t=Y(e)?e.length:r;return Cn(t)&&rt.call(e)==o} function Vn (line 1) | function Vn(e){if(e==null)return!0;var t=yn(e);return Cn(t)&&(Xn(e)||Yn(... function Jn (line 1) | function Jn(e){var t=typeof e;return t=="function"||!!e&&t=="object"} function Kn (line 1) | function Kn(e){return e==null?!1:rt.call(e)==c?it.test(tt.call(e)):Y(e)&... function Qn (line 1) | function Qn(e){return typeof e=="number"||Y(e)&&rt.call(e)==p} function Yn (line 1) | function Yn(e){return typeof e=="string"||Y(e)&&rt.call(e)==g} function Zn (line 1) | function Zn(e){return Y(e)&&Cn(e.length)&&!!j[rt.call(e)]} function er (line 1) | function er(e){return Bt(e,ir(e))} function nr (line 1) | function nr(e,t){if(e==null)return!1;var n=nt.call(e,t);return!n&&!Nn(t)... function ir (line 1) | function ir(e){if(e==null)return[];Jn(e)||(e=Object(e));var t=e.length;t... function or (line 1) | function or(e){return nn(e,rr(e))} function ur (line 1) | function ur(e){return e=Q(e),e&&D.test(e)?e.replace(_,"\\$&"):e} function ar (line 1) | function ar(e,t,n){return n&&Tn(e,t,n)&&(t=null),jt(e,t)} function fr (line 1) | function fr(e){return function(){return e}} function lr (line 1) | function lr(e){return e} function cr (line 1) | function cr(e){return Nn(e)?Yt(e):Zt(e)} function k (line 1) | function k(e,t){return e=e.trim(),/^[+-]W\d{3}$/g.test(e)?!0:c.validName... function L (line 1) | function L(e){return Object.prototype.toString.call(e)==="[object String]"} function A (line 1) | function A(e,t){return e?!e.identifier||e.value!==t?!1:!0:!1} function O (line 1) | function O(e){if(!e.reserved)return!1;var t=e.meta;if(t&&t.isFutureReser... function M (line 1) | function M(e,t){return e.replace(/\{([^{}]*)\}/g,function(e,n){var r=t[n... function D (line 1) | function D(e,t){Object.keys(t).forEach(function(n){if(r.has(p.blacklist,... function P (line 1) | function P(){if(f.option.enforceall){for(var e in c.bool.enforcing)f.opt... function H (line 1) | function H(){P(),!f.option.esversion&&!f.option.moz&&(f.option.es3?f.opt... function B (line 1) | function B(e,t,n){var r=Math.floor(t/f.lines.length*100),i=o.errors[e].d... function j (line 1) | function j(){var e=f.ignoredLines;if(r.isEmpty(e))return;p.errors=r.reje... function F (line 1) | function F(e,t,n,r,i,s){var u,a,l,c;if(/^W\d{3}$/.test(e)){if(f.ignored[... function I (line 1) | function I(e,t,n,r,i,s,o){return F(e,{line:t,from:n},r,i,s,o)} function q (line 1) | function q(e,t,n,r,i,s){F(e,t,n,r,i,s)} function R (line 1) | function R(e,t,n,r,i,s,o){return q(e,{line:t,from:n},r,i,s,o)} function U (line 1) | function U(e,t){var n;return n={id:"(internal)",elem:e,value:t},p.intern... function z (line 1) | function z(){var e=f.tokens.next,t=e.body.match(/(-\s+)?[^\s,:]+(?:\s*:\... function W (line 1) | function W(e){var t=e||0,n=y.length,r;if(t="a"&&t<="z"||t>="A"&&t<="Z")e.... function ut (line 1) | function ut(e,t){var n=nt(e,150);return ot(n),n.nud=typeof t=="function"... function at (line 1) | function at(e,t){var n=rt(e);return n.type=e,n.nud=t,n} function ft (line 1) | function ft(e,t){var n=at(e,t);return n.identifier=!0,n.reserved=!0,n} function lt (line 1) | function lt(e,t){var n=at(e,t&&t.nud||function(){return this});return t=... function ct (line 1) | function ct(e,t){return ft(e,function(){return typeof t=="function"&&t(t... function ht (line 1) | function ht(e,t,n,r){var i=nt(e,n);return ot(i),i.infix=!0,i.led=functio... function pt (line 1) | function pt(e){var t=nt(e,42);return t.led=function(e){return Y(f.tokens... function dt (line 1) | function dt(e,t){var n=nt(e,100);return n.led=function(e){Y(f.tokens.pre... function vt (line 1) | function vt(e){return e&&(e.type==="(number)"&&+e.value===0||e.type==="(... function gt (line 1) | function gt(e,t,n){var i;return n.option.notypeof?!1:!e||!t?!1:(i=n.inES... function yt (line 1) | function yt(e,t){var n=!1;return e.type==="this"&&t.funct["(context)"]==... function bt (line 1) | function bt(e){function n(e){if(typeof e!="object")return;return e.right... function wt (line 1) | function wt(e,t,n){var r=n&&n.allowDestructuring;t=t||e;if(f.option.free... function Et (line 1) | function Et(e,t,n){var r=ht(e,typeof t=="function"?t:function(e,t){t.lef... function St (line 1) | function St(e,t,n){var r=nt(e,n);return ot(r),r.led=typeof t=="function"... function xt (line 1) | function xt(e){return Et(e,function(e,t){f.option.bitwise&&F("W016",t,t.... function Tt (line 1) | function Tt(e){var t=nt(e,150);return t.led=function(e){return f.option.... function Nt (line 1) | function Nt(e,t,n){if(!f.tokens.next.identifier)return;n||V();var r=f.to... function Ct (line 1) | function Ct(e,t){var n=Nt(e,t,!1);if(n)return n;if(f.tokens.next.value==... function kt (line 1) | function kt(e){var t=0,n;if(f.tokens.next.id!==";"||e.inBracelessBlock)r... function Lt (line 1) | function Lt(){if(f.tokens.next.id!==";"){if(f.tokens.next.isUnclosed)ret... function At (line 1) | function At(){var e=g,t,n=f.tokens.next,r=!1;if(n.id===";"){V(";");retur... function Ot (line 1) | function Ot(){var e=[],t;while(!f.tokens.next.reach&&f.tokens.next.id!==... function Mt (line 1) | function Mt(){var e,t,n;while(f.tokens.next.id==="(string)"){t=W(0);if(t... function _t (line 1) | function _t(e,t,n,i,s){var o,u=m,a=g,l,c,h,p;m=e,c=f.tokens.next;var d=f... function Dt (line 1) | function Dt(e){E&&typeof E[e]!="boolean"&&F("W036",f.tokens.curr,e),type... function Bt (line 1) | function Bt(){var e={};e.exps=!0,f.funct["(comparray)"].stack();var t=!1... function jt (line 1) | function jt(){return f.funct["(statement)"]&&f.funct["(statement)"].type... function Ft (line 1) | function Ft(e){return e.identifier||e.id==="(string)"||e.id==="(number)"} function It (line 1) | function It(e){var t,n=!0;return typeof e=="object"?t=e:(n=e,t=Nt(!1,!0,... function qt (line 1) | function qt(e){function h(e){f.funct["(scope)"].addParam.apply(f.funct["... function Rt (line 1) | function Rt(e,t,n){var i={"(name)":e,"(breakage)":0,"(loopage)":0,"(toke... function Ut (line 1) | function Ut(e){return"(scope)"in e} function zt (line 1) | function zt(e){return e["(global)"]&&!e["(verb)"]} function Wt (line 1) | function Wt(e){function i(){if(f.tokens.curr.template&&f.tokens.curr.tai... function Xt (line 1) | function Xt(e){var t,n,r,i,s,o,u,a,l=f.option,c=f.ignored;e&&(r=e.name,i... function Vt (line 1) | function Vt(e){return{statementCount:0,nestedBlockDepth:-1,ComplexityCou... function $t (line 1) | function $t(){f.funct["(metrics)"].ComplexityCount+=1} function Jt (line 1) | function Jt(e){var t,n;e&&(t=e.id,n=e.paren,t===","&&(e=e.exprs[e.exprs.... function Kt (line 1) | function Kt(e){if(f.inES5())for(var t in e)e[t]&&e[t].setterToken&&!e[t]... function Qt (line 1) | function Qt(e,t){if(pn(f.tokens.next,".")){var n=f.tokens.curr.id;V(".")... function Gt (line 1) | function Gt(e){var t=e&&e.assignment;return f.inES6()||F("W104",f.tokens... function Yt (line 1) | function Yt(e){var t,n=[],r=e&&e.openingParsed,i=e&&e.assignment,s=i?{as... function Zt (line 1) | function Zt(e,t){var n=t.first;if(!n)return;r.zip(e,Array.isArray(n)?n:[... function en (line 1) | function en(e,t,n){var i=n&&n.prefix,s=n&&n.inexport,o=e==="let",u=e==="... function sn (line 1) | function sn(e){return f.inES6()||F("W104",f.tokens.curr,"class","6"),e?(... function on (line 1) | function on(e){var t=f.inClassBody;f.tokens.next.value==="extends"&&(V("... function un (line 1) | function un(e){var t,n,r,i,s=Object.create(null),o=Object.create(null),u... function fn (line 1) | function fn(e,t,n,r,i){var s=["key","class method","static class method"... function ln (line 1) | function ln(e,t,n,r,i,s){var o=e==="get"?"getterToken":"setterToken",u="... function cn (line 1) | function cn(){V("["),f.inES6()||F("W119",f.tokens.curr,"computed propert... function hn (line 1) | function hn(e,t){return e.type==="(punctuator)"?r.contains(t,e.value):!1} function pn (line 1) | function pn(e,t){return e.type==="(punctuator)"&&e.value===t} function dn (line 1) | function dn(){var e=an();e.notJson?(!f.inES6()&&e.isDestAssign&&F("W104"... function mn (line 1) | function mn(){function e(){var e={},t=f.tokens.next;V("{");if(f.tokens.n... function t (line 1) | function t(){V("catch"),V("("),f.funct["(scope)"].stack("catchparams");i... function i (line 1) | function i(e){var t=n.variables.filter(function(t){if(t.value===e)return... function s (line 1) | function s(e){var t=n.variables.filter(function(t){if(t.value===e&&!t.un... function U (line 1) | function U(e,t){if(!e)return;!Array.isArray(e)&&typeof e=="object"&&(e=O... method isJSON (line 1) | get isJSON(){return f.jsonMode} function h (line 1) | function h(){var e=[];return{push:function(t){e.push(t)},check:function(... function p (line 1) | function p(e){var t=e;typeof t=="string"&&(t=t.replace(/\r\n/g,"\n").rep... function u (line 1) | function u(e,t,n){var r=["jshint","jslint","members","member","globals",... function i (line 1) | function i(e){return e>256} function s (line 1) | function s(e){return e>256} function o (line 1) | function o(e){return/^[0-9a-fA-F]$/.test(e)} function p (line 1) | function p(e){return e.replace(/\\u([0-9a-fA-F]{4})/g,function(e,t){retu... function f (line 1) | function f(e){return/^[0-9]$/.test(e)} function c (line 1) | function c(e){return/^[0-7]$/.test(e)} function h (line 1) | function h(e){return/^[01]$/.test(e)} function p (line 1) | function p(e){return/^[0-9a-fA-F]$/.test(e)} function d (line 1) | function d(e){return e==="$"||e==="_"||e==="\\"||e>="a"&&e<="z"||e>="A"&... function n (line 1) | function n(e,t){if(!e.reserved)return!1;var n=e.meta;if(n&&n.isFutureRes... function r (line 1) | function r(){this._stack=[]} function f (line 1) | function f(e){u={"(labels)":Object.create(null),"(usages)":Object.create... function v (line 1) | function v(e,t){d.emit("warning",{code:e,token:t,data:r.slice(arguments,... function m (line 1) | function m(e,t){d.emit("warning",{code:e,token:t,data:r.slice(arguments,... function g (line 1) | function g(e){u["(usages)"][e]||(u["(usages)"][e]={"(modified)":[],"(rea... function w (line 1) | function w(){if(u["(type)"]==="functionparams"){E();return}var e=u["(lab... function E (line 1) | function E(){var t=u["(params)"];if(!t)return;var n=t.pop(),r;while(n){v... function S (line 1) | function S(e){for(var t=a.length-1;t>=0;--t){var n=a[t]["(labels)"];if(n... function x (line 1) | function x(e){for(var t=a.length-1;t>=0;t--){var n=a[t];if(n["(usages)"]... function T (line 1) | function T(t,n){if(e.option.shadow!=="outer")return;var r=l["(type)"]===... function N (line 1) | function N(t,n,r){e.option.latedef&&(e.option.latedef===!0&&t==="functio... function startRegex (line 1) | function startRegex(e){return RegExp("^("+e.join("|")+")")} function r (line 1) | function r(){} function w (line 1) | function w(e){try{return Object.defineProperty(e,"sentinel",{}),"sentine... function H (line 1) | function H(e){return e=+e,e!==e?e=0:e!==0&&e!==1/0&&e!==-1/0&&(e=(e>0||-... function B (line 1) | function B(e){var t=typeof e;return e===null||t==="undefined"||t==="bool... function j (line 1) | function j(e){var t,n,r;if(B(e))return e;n=e.valueOf;if(typeof n=="funct... function e (line 1) | function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t} FILE: public/themes/pterodactyl/vendor/ace/worker-json.js function t (line 1) | function t(e,t){var n=e,r="";while(n){var i=t[n];if(typeof i=="string")r... function r (line 1) | function r(e,t){throw console.log("Invalid Delta:",e),"Invalid Delta: "+t} function i (line 1) | function i(e,t){return t.row>=0&&t.row=0&&t.column<=... function s (line 1) | function s(e,t){t.action!="insert"&&t.action!="remove"&&r(t,"delta.actio... function e (line 1) | function e(e,t,n){var r=n?e.column<=t.column:e.column0||-... function B (line 1) | function B(e){var t=typeof e;return e===null||t==="undefined"||t==="bool... function j (line 1) | function j(e){var t,n,r;if(B(e))return e;n=e.valueOf;if(typeof n=="funct... function e (line 1) | function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t} FILE: public/themes/pterodactyl/vendor/ace/worker-lua.js function t (line 1) | function t(e,t){var n=e,r="";while(n){var i=t[n];if(typeof i=="string")r... function r (line 1) | function r(e,t){throw console.log("Invalid Delta:",e),"Invalid Delta: "+t} function i (line 1) | function i(e,t){return t.row>=0&&t.row=0&&t.column<=... function s (line 1) | function s(e,t){t.action!="insert"&&t.action!="remove"&&r(t,"delta.actio... function e (line 1) | function e(e,t,n){var r=n?e.column<=t.column:e.column=48&&e<=57} function Z (line 1) | function Z(e){return e>=48&&e<=57||e>=97&&e<=102||e>=65&&e<=70} function et (line 1) | function et(e){return e>=65&&e<=90||e>=97&&e<=122||95===e} function tt (line 1) | function tt(e){return e>=65&&e<=90||e>=97&&e<=122||95===e||e>=48&&e<=57} function nt (line 1) | function nt(e){switch(e.length){case 2:return"do"===e||"if"===e||"in"===... function rt (line 1) | function rt(e){return l===e.type?"#-".indexOf(e.value)>=0:u===e.type?"no... function it (line 1) | function it(e){switch(e.type){case"CallExpression":case"TableCallExpress... function st (line 1) | function st(e){if(s===e.type)return!0;if(u!==e.type)return!1;switch(e.va... function ft (line 1) | function ft(){ot.push(Array.apply(null,ot[ut++]))} function lt (line 1) | function lt(){ot.pop(),ut--} function ct (line 1) | function ct(e){if(-1!==b(ot[ut],e))return;ot[ut].push(e)} function ht (line 1) | function ht(e){ct(e.name),pt(e,!0)} function pt (line 1) | function pt(e,t){!t&&-1===w(at,"name",e.name)&&at.push(e),e.isLocal=t} function dt (line 1) | function dt(e){return-1!==b(ot[ut],e)} function gt (line 1) | function gt(){return new yt(k)} function yt (line 1) | function yt(e){n.locations&&(this.loc={start:{line:e.line,column:e.range... function bt (line 1) | function bt(){mt&&vt.push(gt())} function wt (line 1) | function wt(e){mt&&vt.push(e)} function Et (line 1) | function Et(){$(),bt();var e=St();return s!==k.type&&N(k),mt&&!e.length&... function St (line 1) | function St(e){var t=[],r;n.scope&&ft();while(!st(k)){if("return"===k.va... function xt (line 1) | function xt(){bt();if(u===k.type)switch(k.value){case"local":return $(),... function Tt (line 1) | function Tt(){var e=k.value,t=Ht();return n.scope&&(ct("::"+e+"::"),pt(t... function Nt (line 1) | function Nt(){return m(v.breakStatement())} function Ct (line 1) | function Ct(){var e=k.value,t=Ht();return n.scope&&(t.isLabel=dt("::"+e+... function kt (line 1) | function kt(){var e=St();return K("end"),m(v.doStatement(e))} function Lt (line 1) | function Lt(){var e=qt();K("do");var t=St();return K("end"),m(v.whileSta... function At (line 1) | function At(){var e=St();K("until");var t=qt();return m(v.repeatStatemen... function Ot (line 1) | function Ot(){var e=[];if("end"!==k.value){var t=It();null!=t&&e.push(t)... function Mt (line 1) | function Mt(){var e=[],t,n,r;mt&&(r=vt[vt.length-1],vt.push(r)),t=qt(),K... function _t (line 1) | function _t(){var e=Ht(),t;n.scope&&ht(e);if(J("=")){var r=qt();K(",");v... function Dt (line 1) | function Dt(){var e;if(a===k.type){var t=[],r=[];do e=Ht(),t.push(e);whi... function Pt (line 1) | function Pt(){var e=k,t,n;mt&&(n=gt()),t=zt();if(null==t)return N(k);if(... function Ht (line 1) | function Ht(){bt();var e=k.value;return a!==k.type&&T("",k),$(),m(... function Bt (line 1) | function Bt(e,t){var r=[];K("(");if(!J(")"))for(;;)if(a===k.type){var i=... function jt (line 1) | function jt(){var e,t,r;mt&&(r=gt()),e=Ht(),n.scope&&pt(e,!1);while(J(".... function Ft (line 1) | function Ft(){var e=[],t,n;for(;;){bt();if(l===k.type&&J("["))t=qt(),K("... function It (line 1) | function It(){var e=Ut(0);return e} function qt (line 1) | function qt(){var e=It();if(null!=e)return e;T("",k)} function Rt (line 1) | function Rt(e){var t=e.charCodeAt(0),n=e.length;if(1===n)switch(t){case ... function Ut (line 1) | function Ut(e){var t=k.value,n,r;mt&&(r=gt());if(rt(k)){bt(),$();var i=U... function zt (line 1) | function zt(){var e,t,r,i;mt&&(r=gt());if(a===k.type)t=k.value,e=Ht(),n.... function Wt (line 1) | function Wt(e){if(l===k.type)switch(k.value){case"(":$();var t=[],n=It()... function Xt (line 1) | function Xt(){var e=o|f|c|h|p,n=k.value,r=k.type,i;mt&&(i=gt());if(r&e){... function Vt (line 1) | function Vt(s,o){return"undefined"==typeof o&&"object"==typeof s&&(o=s,s... function $t (line 1) | function $t(n){return t+=String(n),r=t.length,e} function Jt (line 1) | function Jt(e){"undefined"!=typeof e&&$t(e),r=t.length,mt=n.locations||n... function r (line 1) | function r(){} function w (line 1) | function w(e){try{return Object.defineProperty(e,"sentinel",{}),"sentine... function H (line 1) | function H(e){return e=+e,e!==e?e=0:e!==0&&e!==1/0&&e!==-1/0&&(e=(e>0||-... function B (line 1) | function B(e){var t=typeof e;return e===null||t==="undefined"||t==="bool... function j (line 1) | function j(e){var t,n,r;if(B(e))return e;n=e.valueOf;if(typeof n=="funct... function e (line 1) | function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t} FILE: public/themes/pterodactyl/vendor/ace/worker-php.js function t (line 1) | function t(e,t){var n=e,r="";while(n){var i=t[n];if(typeof i=="string")r... function r (line 1) | function r(e,t){throw console.log("Invalid Delta:",e),"Invalid Delta: "+t} function i (line 1) | function i(e,t){return t.row>=0&&t.row=0&&t.column<=... function s (line 1) | function s(e,t){t.action!="insert"&&t.action!="remove"&&r(t,"delta.actio... function e (line 1) | function e(e,t,n){var r=n?e.column<=t.column:e.column0||-... function B (line 1) | function B(e){var t=typeof e;return e===null||t==="undefined"||t==="bool... function j (line 1) | function j(e){var t,n,r;if(B(e))return e;n=e.valueOf;if(typeof n=="funct... function e (line 1) | function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t} FILE: public/themes/pterodactyl/vendor/ace/worker-xml.js function t (line 1) | function t(e,t){var n=e,r="";while(n){var i=t[n];if(typeof i=="string")r... function r (line 1) | function r(e,t){throw console.log("Invalid Delta:",e),"Invalid Delta: "+t} function i (line 1) | function i(e,t){return t.row>=0&&t.row=0&&t.column<=... function s (line 1) | function s(e,t){t.action!="insert"&&t.action!="remove"&&r(t,"delta.actio... function e (line 1) | function e(e,t,n){var r=n?e.column<=t.column:e.column65535){e-=65536;var t=55296+(e>... function m (line 1) | function m(e,t){return t.lineNumber=e.lineNumber,t.columnNumber=e.column... function g (line 1) | function g(e,t,n,r,i){var s,d,v=++t,m=o;for(;;){var g=e.charAt(v);switch... function y (line 1) | function y(e,t,n){var r=e.tagName,i=null,s=n[n.length-1].currentNSMap,o=... function b (line 1) | function b(e,t,n,r,i){if(/^(?:script|textarea)$/i.test(n)){var s=e.index... function w (line 1) | function w(e,t,n,r){var i=r[n];return i==null&&(i=r[n]=e.lastIndexOf("",t);if(r){var i=e.substring(t,r).m... function T (line 1) | function T(e){} function N (line 1) | function N(e,t){return e.__proto__=t,e} function C (line 1) | function C(e,t){var n,r=[],i=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/... function n (line 1) | function n(){} function r (line 1) | function r(e,t){for(var n in e)t[n]=e[n]} function i (line 1) | function i(e,t){var n=e.prototype;if(Object.create){var i=Object.create(... function B (line 1) | function B(e,t){if(t instanceof Error)var n=t;else n=this,Error.call(thi... function j (line 1) | function j(){} function F (line 1) | function F(e,t){this._node=e,this._refresh=t,I(this)} function I (line 1) | function I(e){var t=e._node._inc||e._node.ownerDocument._inc;if(e._inc!=... function q (line 1) | function q(){} function R (line 1) | function R(e,t){var n=e.length;while(n--)if(e[n]===t)return n} function U (line 1) | function U(e,t,n,r){r?t[R(t,r)]=n:t[t.length++]=n;if(e){n.ownerElement=e... function z (line 1) | function z(e,t,n){var r=R(t,n);if(!(r>=0))throw B(L,new Error);var i=t.l... function W (line 1) | function W(e){this._features={};if(e)for(var t in e)this._features=e[t]} function X (line 1) | function X(){} function V (line 1) | function V(e){return e=="<"&&"<"||e==">"&&">"||e=="&"&&"&"||e=... function $ (line 1) | function $(e,t){if(t(e))return!0;if(e=e.firstChild)do if($(e,t))return!0... function J (line 1) | function J(){} function K (line 1) | function K(e,t,n){e&&e._inc++;var r=n.namespaceURI;r=="http://www.w3.org... function Q (line 1) | function Q(e,t,n,r){e&&e._inc++;var i=n.namespaceURI;i=="http://www.w3.o... function G (line 1) | function G(e,t,n){if(e&&e._inc){e._inc++;var r=t.childNodes;if(n)r[r.len... function Y (line 1) | function Y(e,t){var n=t.previousSibling,r=t.nextSibling;return n?n.nextS... function Z (line 1) | function Z(e,t,n){var r=t.parentNode;r&&r.removeChild(t);if(t.nodeType==... function et (line 1) | function et(e,t){var n=t.parentNode;if(n){var r=e.lastChild;n.removeChil... function tt (line 1) | function tt(){this._nsMap={}} function nt (line 1) | function nt(){} function rt (line 1) | function rt(){} function it (line 1) | function it(){} function st (line 1) | function st(){} function ot (line 1) | function ot(){} function ut (line 1) | function ut(){} function at (line 1) | function at(){} function ft (line 1) | function ft(){} function lt (line 1) | function lt(){} function ct (line 1) | function ct(){} function ht (line 1) | function ht(){} function pt (line 1) | function pt(){} function dt (line 1) | function dt(e,t){switch(e.nodeType){case u:var n=e.attributes,r=n.length... function vt (line 1) | function vt(e,t,n){var r;switch(t.nodeType){case u:r=t.cloneNode(!1),r.o... function mt (line 1) | function mt(e,t,n){var r=new t.constructor;for(var i in t){var s=t[i];ty... function gt (line 1) | function gt(e,t,n){e[t]=n} function yt (line 1) | function yt(e){switch(e.nodeType){case 1:case 11:var t=[];e=e.firstChild... function s (line 1) | function s(e){this.options=e||{locator:{}}} function o (line 1) | function o(e,t,n){function s(t){var s=e[t];if(!s)if(i)s=e.length==2?func... function u (line 1) | function u(){this.cdata=!1} function a (line 1) | function a(e,t){t.lineNumber=e.lineNumber,t.columnNumber=e.columnNumber} function f (line 1) | function f(e){if(e)return"\n@"+(e.systemId||"")+"#[line:"+e.lineNumber+"... function l (line 1) | function l(e,t,n){return typeof e=="string"?e.substr(t,n):e.length>=t+n|... function c (line 1) | function c(e,t){e.currentElement?e.currentElement.appendChild(t):e.docum... function r (line 1) | function r(){} function w (line 1) | function w(e){try{return Object.defineProperty(e,"sentinel",{}),"sentine... function H (line 1) | function H(e){return e=+e,e!==e?e=0:e!==0&&e!==1/0&&e!==-1/0&&(e=(e>0||-... function B (line 1) | function B(e){var t=typeof e;return e===null||t==="undefined"||t==="bool... function j (line 1) | function j(e){var t,n,r;if(B(e))return e;n=e.valueOf;if(typeof n=="funct... function e (line 1) | function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t} FILE: public/themes/pterodactyl/vendor/ansi/ansi_up.js function rgx (line 23) | function rgx(tmplObj) { function AnsiUp (line 34) | function AnsiUp() { FILE: public/themes/pterodactyl/vendor/jquery/jquery.js function DOMEval (line 76) | function DOMEval( code, doc ) { function isArrayLike (line 528) | function isArrayLike( obj ) { function Sizzle (line 760) | function Sizzle( selector, context, results, seed ) { function createCache (line 899) | function createCache() { function markFunction (line 917) | function markFunction( fn ) { function assert (line 926) | function assert( fn ) { function addHandle (line 948) | function addHandle( attrs, handler ) { function siblingCheck (line 963) | function siblingCheck( a, b ) { function createInputPseudo (line 989) | function createInputPseudo( type ) { function createButtonPseudo (line 1000) | function createButtonPseudo( type ) { function createDisabledPseudo (line 1011) | function createDisabledPseudo( disabled ) { function createPositionalPseudo (line 1067) | function createPositionalPseudo( fn ) { function testContext (line 1090) | function testContext( context ) { function setFilters (line 2172) | function setFilters() {} function toSelector (line 2243) | function toSelector( tokens ) { function addCombinator (line 2253) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2317) | function elementMatcher( matchers ) { function multipleContexts (line 2331) | function multipleContexts( selector, contexts, results ) { function condense (line 2340) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2361) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2454) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2512) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function winnow (line 2853) | function winnow( elements, qualifier, not ) { function sibling (line 3156) | function sibling( cur, dir ) { function createOptions (line 3232) | function createOptions( options ) { function Identity (line 3457) | function Identity( v ) { function Thrower (line 3460) | function Thrower( ex ) { function adoptValue (line 3464) | function adoptValue( value, resolve, reject ) { function resolve (line 3556) | function resolve( depth, deferred, handler, special ) { function completed (line 3922) | function completed() { function Data (line 4024) | function Data() { function getData (line 4193) | function getData( data ) { function dataAttr (line 4218) | function dataAttr( elem, key, data ) { function adjustCSS (line 4531) | function adjustCSS( elem, prop, valueParts, tween ) { function getDefaultDisplay (line 4596) | function getDefaultDisplay( elem ) { function showHide (line 4619) | function showHide( elements, show ) { function getAll (line 4720) | function getAll( context, tag ) { function setGlobalEval (line 4745) | function setGlobalEval( elems, refElements ) { function buildFragment (line 4761) | function buildFragment( elems, context, scripts, selection, ignored ) { function returnTrue (line 4884) | function returnTrue() { function returnFalse (line 4888) | function returnFalse() { function safeActiveElement (line 4894) | function safeActiveElement() { function on (line 4900) | function on( elem, types, selector, data, fn, one ) { function manipulationTarget (line 5628) | function manipulationTarget( elem, content ) { function disableScript (line 5639) | function disableScript( elem ) { function restoreScript (line 5643) | function restoreScript( elem ) { function cloneCopyEvent (line 5655) | function cloneCopyEvent( src, dest ) { function fixInput (line 5690) | function fixInput( src, dest ) { function domManip (line 5703) | function domManip( collection, args, callback, ignored ) { function remove (line 5793) | function remove( elem, selector, keepData ) { function computeStyleTests (line 6086) | function computeStyleTests() { function curCSS (line 6160) | function curCSS( elem, name, computed ) { function addGetHookIf (line 6207) | function addGetHookIf( conditionFn, hookFn ) { function vendorPropName (line 6243) | function vendorPropName( name ) { function setPositiveNumber (line 6262) | function setPositiveNumber( elem, value, subtract ) { function augmentWidthOrHeight (line 6274) | function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { function getWidthOrHeight (line 6320) | function getWidthOrHeight( elem, name, extra ) { function Tween (line 6628) | function Tween( elem, options, prop, end, easing ) { function raf (line 6751) | function raf() { function createFxNow (line 6759) | function createFxNow() { function genFx (line 6767) | function genFx( type, includeWidth ) { function createTween (line 6787) | function createTween( value, prop, animation ) { function defaultPrefilter (line 6801) | function defaultPrefilter( elem, props, opts ) { function propFilter (line 6972) | function propFilter( props, specialEasing ) { function Animation (line 7009) | function Animation( elem, properties, options ) { function stripAndCollapse (line 7723) | function stripAndCollapse( value ) { function getClass (line 7729) | function getClass( elem ) { function buildParams (line 8353) | function buildParams( prefix, obj, traditional, add ) { function addToPrefiltersOrTransports (line 8503) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 8537) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 8566) | function ajaxExtend( target, src ) { function ajaxHandleResponses (line 8586) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 8644) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function done (line 9157) | function done( status, nativeStatusText, responses, headers ) { function getWindow (line 9882) | function getWindow( elem ) { FILE: public/themes/pterodactyl/vendor/lodash/lodash.js function t (line 5) | function t(t,n){return t.set(n[0],n[1]),t} function n (line 5) | function n(t,n){return t.add(n),t} function r (line 5) | function r(t,n,r){switch(r.length){case 0:return t.call(n);case 1:return... function e (line 5) | function e(t,n,r,e){for(var u=-1,i=t?t.length:0;++u=n?t:n... function yn (line 23) | function yn(t,n,r,e,i,o,f){var c;if(e&&(c=o?e(t,i,o,f):e(t)), function bn (line 24) | function bn(t){var n=Su(t);return function(r){ function xn (line 25) | function xn(t,n,r){var e=r.length;if(null==t)return!e;for(t=Gu(t);e--;){... function jn (line 25) | function jn(t,n,r){if(typeof t!="function")throw new Hu("Expected a func... function wn (line 25) | function wn(t,n,r,e){var u=-1,i=c,o=true,f=t.length,s=[],h=n.length;if(!... function mn (line 26) | function mn(t,n){var r=true;return to(t,function(t,e,u){return r=!!n(t,e... function An (line 26) | function An(t,n,r){for(var e=-1,u=t.length;++en} function Bn (line 27) | function Bn(t,n){return null!=t&&ei.call(t,n)} function Ln (line 27) | function Ln(t,n){return null!=t&&n in Gu(t)} function Un (line 27) | function Un(t,n,r){for(var e=r?a:c,u=t[0].length,i=t.length,o=i,f=Pu(i),... function Cn (line 28) | function Cn(t,n,r){var e={};return On(t,function(t,u,i){n(e,r(t),u,i)}),e} function Mn (line 28) | function Mn(t,n,e){return me(n,t)||(n=Sr(n),t=Ie(t,n),n=Fe(n)),n=null==t... function Dn (line 28) | function Dn(t){return _u(t)&&"[object ArrayBuffer]"==oi.call(t)} function Tn (line 28) | function Tn(t){ function $n (line 29) | function $n(t,n,r,e,u){if(t===n)n=true;else if(null==t||null==n||!pu(t)&... function Fn (line 31) | function Fn(t){return _u(t)&&"[object Map]"==Et(t)} function Nn (line 31) | function Nn(t,n,r,e){var u=r.length,i=u,o=!e;if(null==t)return!i;for(t=G... function Pn (line 31) | function Pn(t){return!(!pu(t)||ni&&ni in t)&&(lu(t)?ci:bt).test(Le(t))} function Zn (line 31) | function Zn(t){ function qn (line 32) | function qn(t){return _u(t)&&"[object Set]"==Et(t)} function Vn (line 32) | function Vn(t){return _u(t)&&hu(t.length)&&!!Ut[oi.call(t)]} function Kn (line 32) | function Kn(t){return typeof t=="function"?t:null==t?Cu:typeof t=="objec... function Gn (line 32) | function Gn(t){if(!ke(t))return Ii(t);var n,r=[];for(n in Gu(t))ei.call(... function Jn (line 32) | function Jn(t){if(!pu(t)){var n=[];if(null!=t)for(var r in Gu(t))n.push(... function Yn (line 33) | function Yn(t,n){return tn?r:0,je(n,r)?t[n]:F} function rr (line 34) | function rr(t,n,r){var e=-1;return n=l(n.length?n:[Cu],S(he())),t=Hn(t,f... function er (line 35) | function er(t,n){return t=Gu(t),ur(t,n,function(n,r){return r in t})} function ur (line 35) | function ur(t,n,r){for(var e=-1,u=n.length,i={};++en||9007199254740991n&&(n=-n>u?0:u+n),r=r>u?u:r... function gr (line 37) | function gr(t,n){var r;return to(t,function(t,e,u){return r=n(t,e,u),!r}... function dr (line 37) | function dr(t,n,r){var e=0,u=t?t.length:e; function yr (line 38) | function yr(t,n,r,e){n=r(n);for(var u=0,i=t?t.length:0,o=n!==n,f=null===... function br (line 38) | function br(t,n){for(var r=-1,e=t.length,u=0,i=[];++r=e?t:vr(t,n,r)} function Rr (line 41) | function Rr(t,n){if(n)return t.slice();var r=t.length,r=hi?hi(r):new t.c... function zr (line 41) | function zr(t){var n=new t.constructor(t.byteLength);return new si(n).se... function Wr (line 41) | function Wr(t,n){if(t!==n){var r=t!==F,e=null===t,u=t===t,i=yu(t),o=n!==... function Br (line 42) | function Br(t,n,r,e){var u=-1,i=t.length,o=r.length,f=-1,c=n.length,a=Ri... function Lr (line 42) | function Lr(t,n,r,e){var u=-1,i=t.length,o=-1,f=r.length,c=-1,a=n.length... function Ur (line 42) | function Ur(t,n){var r=-1,e=t.length;for(n||(n=Pu(e));++rr?r?ar(n,t):n... function te (line 50) | function te(t,n,e,u){function i(){for(var n=-1,c=arguments.length,a=-1,l... function ne (line 50) | function ne(t){return function(n,r,e){e&&typeof e!="number"&&we(n,r,e)&&... function re (line 50) | function re(t){return function(n,r){return typeof n=="string"&&typeof r=... function ee (line 51) | function ee(t,n,r,e,u,i,o,f,c,a){var l=8&n,s=l?o:F;o=l?F:o;var h=l?i:F;r... function ue (line 51) | function ue(t){var n=Ku[t];return function(t,r){if(t=mu(t),r=zi(ju(r),29... function ie (line 51) | function ie(t){return function(n){var r=Et(n);return"[object Map]"==r?L(... function oe (line 52) | function oe(t,n,r,e,u,i,o,f){var c=2&n;if(!c&&typeof t!="function")throw... function fe (line 53) | function fe(t,n,r,e,u,i){var o=2&u,f=t.length,c=n.length;if(f!=c&&!(o&&c... function ce (line 54) | function ce(t,n,r,e,u,i,o){switch(r){case"[object DataView]":if(t.byteLe... function ae (line 56) | function ae(t){return _o(Se(t,F,Te),t+"")} function le (line 56) | function le(t){for(var n=t.name+"",r=Zi[n],e=ei.call(Zi,n)?r.length:0;e-... function se (line 56) | function se(t){return(ei.call(Ot,"placeholder")?Ot:t).placeholder} function he (line 56) | function he(){var t=Ot.iteratee||Mu,t=t===Mu?Kn:t;return arguments.lengt... function pe (line 56) | function pe(t,n){var r=t.__data__,e=typeof n;return("string"==e||"number... function _e (line 57) | function _e(t){for(var n=Su(t),r=n.length;r--;){var e=n[r],u=t[e];n[r]=[... function ve (line 57) | function ve(t,n){var r=null==t?F:t[n];return Pn(r)?r:F} function ge (line 57) | function ge(t,n,r){n=me(n,t)?[n]:Sr(n);for(var e=-1,u=n.length,i=false;+... function de (line 57) | function de(t){var n=t.length,r=t.constructor(n);return n&&"string"==typ... function ye (line 57) | function ye(t){ function be (line 58) | function be(r,e,u,i){var o=r.constructor;switch(e){case"[object ArrayBuf... function xe (line 59) | function xe(t){return tf(t)||ou(t)||!!(bi&&t&&t[bi]); function je (line 60) | function je(t,n){return n=null==n?9007199254740991:n,!!n&&(typeof t=="nu... function we (line 60) | function we(t,n,r){if(!pu(r))return false;var e=typeof n;return!!("numbe... function me (line 60) | function me(t,n){if(tf(t))return false;var r=typeof t;return!("number"!=... function Ae (line 60) | function Ae(t){var n=le(t),r=Ot[n];return typeof r=="function"&&n in Dt.... function ke (line 61) | function ke(t){var n=t&&t.constructor;return t===(typeof n=="function"&&... function Ee (line 61) | function Ee(t,n){return function(r){return null!=r&&(r[t]===n&&(n!==F||t... function Oe (line 61) | function Oe(t,n,r,e,u,i){return pu(t)&&pu(n)&&(i.set(n,t),tr(t,n,F,Oe,i)... function Se (line 61) | function Se(t,n,e){return n=Ri(n===F?t.length-1:n,0),function(){for(var ... function Ie (line 61) | function Ie(t,n){return 1==n.length?t:Rn(t,vr(n,0,-1)); function Re (line 62) | function Re(t,n,r){var e=n+"";n=_o;var u,i=Ue;return u=(u=e.match(st))?u... function ze (line 62) | function ze(t){var n=0,r=0;return function(){var e=Wi(),u=16-(e-r);if(r=... function We (line 62) | function We(t,n){var r=-1,e=t.length,u=e-1;for(n=n===F?e:dn(n,0,e);++r; FILE: resources/scripts/api/account/disableAccountTwoFactor.ts function disableAccountTwoFactor (line 3) | function disableAccountTwoFactor(password: string): Promise { FILE: resources/scripts/api/account/getApiKeys.ts type ApiKey (line 3) | interface ApiKey { FILE: resources/scripts/api/account/getTwoFactorTokenData.ts type TwoFactorTokenData (line 3) | interface TwoFactorTokenData { FILE: resources/scripts/api/account/updateAccountPassword.ts type Data (line 3) | interface Data { FILE: resources/scripts/api/auth/login.ts type LoginResponse (line 3) | interface LoginResponse { type LoginData (line 9) | interface LoginData { FILE: resources/scripts/api/auth/performPasswordReset.ts type Data (line 3) | interface Data { type PasswordResetResponse (line 9) | interface PasswordResetResponse { FILE: resources/scripts/api/definitions/helpers.ts type TransformerFunc (line 10) | type TransformerFunc = (callback: FractalResponseData) => T; function transform (line 25) | function transform( function toPaginatedSet (line 45) | function toPaginatedSet>( FILE: resources/scripts/api/definitions/index.d.ts type UUID (line 4) | type UUID = string; type Identifier (line 5) | type Identifier

= `${P}_${string}`; type Model (line 8) | interface Model {} type ModelWithRelationships (line 10) | interface ModelWithRelationships extends Model { type WithLoaded (line 24) | type WithLoaded any> = ReturnType extends... FILE: resources/scripts/api/definitions/user/models.d.ts type User (line 4) | interface User extends Model { type SSHKey (line 15) | interface SSHKey extends Model { type ActivityLog (line 22) | interface ActivityLog extends Model<'actor'> { FILE: resources/scripts/api/definitions/user/transformers.ts class Transformers (line 5) | class Transformers { method can (line 24) | can(permission): boolean { class MetaTransformers (line 50) | class MetaTransformers {} FILE: resources/scripts/api/getServers.ts type QueryParams (line 4) | interface QueryParams { FILE: resources/scripts/api/http.ts function httpErrorToHuman (line 43) | function httpErrorToHuman(error: any): string { type FractalResponseData (line 70) | interface FractalResponseData { type FractalResponseList (line 78) | interface FractalResponseList { type FractalPaginatedResponse (line 83) | interface FractalPaginatedResponse extends FractalResponseList { type PaginatedResult (line 97) | interface PaginatedResult { type PaginationDataSet (line 102) | interface PaginationDataSet { function getPaginationSet (line 110) | function getPaginationSet(data: any): PaginationDataSet { type QueryBuilderFilterValue (line 120) | type QueryBuilderFilterValue = string | number | boolean | null; type QueryBuilderParams (line 122) | interface QueryBuilderParams; FILE: resources/scripts/api/server/backups/createServerBackup.ts type RequestParameters (line 5) | interface RequestParameters { FILE: resources/scripts/api/server/databases/getServerDatabases.ts type ServerDatabase (line 3) | interface ServerDatabase { FILE: resources/scripts/api/server/files/chmodFiles.ts type Data (line 3) | interface Data { FILE: resources/scripts/api/server/files/loadDirectory.ts type FileObject (line 4) | interface FileObject { FILE: resources/scripts/api/server/files/renameFiles.ts type Data (line 3) | interface Data { FILE: resources/scripts/api/server/getServer.ts type Allocation (line 6) | interface Allocation { type Server (line 15) | interface Server { FILE: resources/scripts/api/server/getServerResourceUsage.ts type ServerPowerState (line 3) | type ServerPowerState = 'offline' | 'starting' | 'running' | 'stopping'; type ServerStats (line 5) | interface ServerStats { FILE: resources/scripts/api/server/getWebsocketToken.ts type Response (line 3) | interface Response { FILE: resources/scripts/api/server/schedules/createOrUpdateSchedule.ts type Data (line 4) | type Data = Pick & { backupCount: num... FILE: resources/scripts/api/swr/getServerStartup.ts type EggChangeMode (line 7) | type EggChangeMode = 'egg_only' | 'both'; constant VALID_EGG_CHANGE_MODES (line 9) | const VALID_EGG_CHANGE_MODES: readonly string[] = ['egg_only', 'both']; function toEggChangeMode (line 11) | function toEggChangeMode(value: unknown): EggChangeMode | undefined { type NestData (line 18) | interface NestData { type Response (line 24) | interface Response { FILE: resources/scripts/components/App.tsx type ExtendedWindow (line 22) | interface ExtendedWindow extends Window { FILE: resources/scripts/components/Avatar.tsx type Props (line 7) | type Props = Omit; FILE: resources/scripts/components/FlashMessageRender.tsx type Props (line 6) | type Props = Readonly<{ FILE: resources/scripts/components/MessageBox.tsx type FlashMessageType (line 5) | type FlashMessageType = 'success' | 'info' | 'warning' | 'error'; type Props (line 7) | interface Props { FILE: resources/scripts/components/auth/ForgotPasswordContainer.tsx type Values (line 16) | interface Values { FILE: resources/scripts/components/auth/LoginCheckpointContainer.tsx type Values (line 14) | interface Values { type OwnProps (line 19) | type OwnProps = RouteComponentProps, ... type Props (line 21) | type Props = OwnProps & { FILE: resources/scripts/components/auth/LoginContainer.tsx type Values (line 14) | interface Values { FILE: resources/scripts/components/auth/LoginFormContainer.tsx type Props (line 9) | type Props = React.DetailedHTMLProps; FILE: resources/scripts/components/dashboard/forms/CreateApiKeyForm.tsx type Values (line 17) | interface Values { FILE: resources/scripts/components/dashboard/forms/RecoveryTokensDialog.tsx type RecoveryTokenDialogProps (line 7) | interface RecoveryTokenDialogProps extends DialogProps { FILE: resources/scripts/components/dashboard/forms/SetupTOTPDialog.tsx type Props (line 18) | interface Props { FILE: resources/scripts/components/dashboard/forms/UpdateEmailAddressForm.tsx type Values (line 12) | interface Values { FILE: resources/scripts/components/dashboard/forms/UpdatePasswordForm.tsx type Values (line 13) | interface Values { FILE: resources/scripts/components/dashboard/search/SearchModal.tsx type Props (line 18) | type Props = RequiredModalProps; type Values (line 20) | interface Values { FILE: resources/scripts/components/dashboard/ssh/CreateSSHKeyForm.tsx type Values (line 13) | interface Values { FILE: resources/scripts/components/elements/Button.tsx type Props (line 6) | interface Props { type ComponentProps (line 96) | type ComponentProps = Omit &... FILE: resources/scripts/components/elements/Can.tsx type Props (line 5) | interface Props { FILE: resources/scripts/components/elements/Checkbox.tsx type Props (line 5) | interface Props { type OmitFields (line 11) | type OmitFields = 'ref' | 'name' | 'value' | 'type' | 'checked' | 'onCli... type InputProps (line 13) | type InputProps = Omit; FILE: resources/scripts/components/elements/Code.tsx type CodeProps (line 4) | interface CodeProps { FILE: resources/scripts/components/elements/CodemirrorEditor.tsx type Props (line 108) | interface Props { FILE: resources/scripts/components/elements/ConfirmationModal.tsx type Props (line 7) | type Props = { FILE: resources/scripts/components/elements/ContentBox.tsx type Props (line 6) | type Props = Readonly< FILE: resources/scripts/components/elements/CopyOnClick.tsx type CopyOnClickProps (line 7) | interface CopyOnClickProps { FILE: resources/scripts/components/elements/DropdownMenu.tsx type Props (line 6) | interface Props { type State (line 20) | interface State { class DropdownMenu (line 25) | class DropdownMenu extends React.PureComponent { method componentWillUnmount (line 33) | componentWillUnmount() { method componentDidUpdate (line 37) | componentDidUpdate(prevProps: Readonly, prevState: Readonly { method getDerivedStateFromError (line 16) | static getDerivedStateFromError() { method componentDidCatch (line 20) | componentDidCatch(error: Error) { method render (line 24) | render() { FILE: resources/scripts/components/elements/Fade.tsx type Props (line 6) | interface Props extends Omit... FILE: resources/scripts/components/elements/FormikFieldWrapper.tsx type Props (line 6) | interface Props { FILE: resources/scripts/components/elements/Icon.tsx type Props (line 5) | interface Props { FILE: resources/scripts/components/elements/Input.tsx type Props (line 4) | interface Props { FILE: resources/scripts/components/elements/InputError.tsx type Props (line 6) | interface Props { FILE: resources/scripts/components/elements/Modal.tsx type RequiredModalProps (line 9) | interface RequiredModalProps { type ModalProps (line 16) | interface ModalProps extends RequiredModalProps { FILE: resources/scripts/components/elements/PageContentBlock.tsx type PageContentBlockProps (line 7) | interface PageContentBlockProps { FILE: resources/scripts/components/elements/Pagination.tsx type RenderFuncProps (line 9) | interface RenderFuncProps { type Props (line 15) | interface Props { function Pagination (line 31) | function Pagination({ data: { items, pagination }, onPageSelect, chil... FILE: resources/scripts/components/elements/PermissionRoute.tsx type Props (line 7) | interface Props extends Omit { FILE: resources/scripts/components/elements/ProgressBar.tsx type Timer (line 14) | type Timer = ReturnType; FILE: resources/scripts/components/elements/ScreenBlock.tsx type BaseProps (line 11) | interface BaseProps { type PropsWithRetry (line 19) | interface PropsWithRetry extends BaseProps { type PropsWithBack (line 24) | interface PropsWithBack extends BaseProps { type ScreenBlockProps (line 29) | type ScreenBlockProps = PropsWithBack | PropsWithRetry; type ServerErrorProps (line 67) | type ServerErrorProps = (Omit | Omit { FILE: resources/scripts/components/elements/SpinnerOverlay.tsx type Props (line 6) | interface Props { FILE: resources/scripts/components/elements/Switch.tsx type SwitchProps (line 39) | interface SwitchProps { FILE: resources/scripts/components/elements/TitledGreyBox.tsx type Props (line 7) | interface Props { FILE: resources/scripts/components/elements/Translate.tsx type Props (line 4) | type Props = Omit, 't'>; FILE: resources/scripts/components/elements/activity/ActivityLogEntry.tsx type Props (line 16) | interface Props { function wrapProperties (line 21) | function wrapProperties(value: unknown): any { FILE: resources/scripts/components/elements/alert/Alert.tsx type AlertProps (line 5) | interface AlertProps { FILE: resources/scripts/components/elements/button/types.ts type Shape (line 1) | enum Shape { type Size (line 6) | enum Size { type Variant (line 12) | enum Variant { type ButtonProps (line 19) | type ButtonProps = JSX.IntrinsicElements['button'] & { FILE: resources/scripts/components/elements/dialog/ConfirmationDialog.tsx type ConfirmationProps (line 5) | type ConfirmationProps = Omit = ((value: T) => void) | React.Dispatch, 'type'>; FILE: resources/scripts/components/elements/inputs/InputField.tsx type Variant (line 5) | enum Variant { FILE: resources/scripts/components/elements/table/PaginationFooter.tsx type Props (line 7) | interface Props { FILE: resources/scripts/components/elements/tooltip/Tooltip.tsx type Interaction (line 21) | type Interaction = 'hover' | 'click' | 'focus'; type Props (line 23) | interface Props { FILE: resources/scripts/components/elements/transitions/FadeTransition.tsx type Duration (line 4) | type Duration = `duration-${number}`; type Props (line 6) | interface Props { FILE: resources/scripts/components/server/backups/BackupContextMenu.tsx type Props (line 26) | interface Props { FILE: resources/scripts/components/server/backups/BackupRow.tsx type Props (line 17) | interface Props { FILE: resources/scripts/components/server/backups/CreateBackupButton.tsx type Values (line 18) | interface Values { FILE: resources/scripts/components/server/console/ChartBlock.tsx type ChartBlockProps (line 5) | interface ChartBlockProps { FILE: resources/scripts/components/server/console/PowerButtons.tsx type PowerButtonProps (line 8) | interface PowerButtonProps { FILE: resources/scripts/components/server/console/ServerConsoleContainer.tsx type PowerAction (line 14) | type PowerAction = 'start' | 'stop' | 'restart' | 'kill'; FILE: resources/scripts/components/server/console/ServerDetailsBlock.tsx type Stats (line 27) | type Stats = Record<'memory' | 'cpu' | 'disk' | 'uptime' | 'rx' | 'tx', ... FILE: resources/scripts/components/server/console/StatBlock.tsx type StatBlockProps (line 9) | interface StatBlockProps { FILE: resources/scripts/components/server/console/StatGraphs.tsx method callback (line 27) | callback(value) { method callback (line 34) | callback(opts, index) { FILE: resources/scripts/components/server/console/chart.ts function getOptions (line 73) | function getOptions(opts?: DeepPartial> | undefined... type ChartDatasetCallback (line 77) | type ChartDatasetCallback = (value: ChartDataset<'line'>, index: number)... function getEmptyData (line 79) | function getEmptyData(label: string, sets = 1, callback?: ChartDatasetCa... type UseChartOptions (line 105) | interface UseChartOptions { function useChart (line 111) | function useChart(label: string, opts?: UseChartOptions) { function useChartTickLabel (line 142) | function useChartTickLabel(label: string, max: number, tickLabel: string... FILE: resources/scripts/components/server/databases/CreateDatabaseButton.tsx type Values (line 14) | interface Values { FILE: resources/scripts/components/server/databases/DatabaseRow.tsx type Props (line 23) | interface Props { FILE: resources/scripts/components/server/events.ts type SocketEvent (line 1) | enum SocketEvent { type SocketRequest (line 16) | enum SocketRequest { FILE: resources/scripts/components/server/features/Features.tsx type ListItems (line 5) | type ListItems = [string, React.ComponentType][]; FILE: resources/scripts/components/server/features/GSLTokenModalFeature.tsx type Values (line 13) | interface Values { FILE: resources/scripts/components/server/features/JavaVersionModalFeature.tsx constant MATCH_ERRORS (line 16) | const MATCH_ERRORS = [ FILE: resources/scripts/components/server/files/ChmodFileModal.tsx type FormikValues (line 13) | interface FormikValues { type File (line 17) | interface File { type OwnProps (line 22) | type OwnProps = RequiredModalProps & { files: File[] }; FILE: resources/scripts/components/server/files/FileDropdownMenu.tsx type ModalType (line 36) | type ModalType = 'rename' | 'move' | 'chmod'; type RowProps (line 44) | interface RowProps extends React.HTMLAttributes { FILE: resources/scripts/components/server/files/FileManagerBreadcrumbs.tsx type Props (line 7) | interface Props { FILE: resources/scripts/components/server/files/FileNameModal.tsx type Props (line 11) | type Props = RequiredModalProps & { type Values (line 15) | interface Values { FILE: resources/scripts/components/server/files/NewDirectoryButton.tsx type Values (line 19) | interface Values { FILE: resources/scripts/components/server/files/RenameFileModal.tsx type FormikValues (line 13) | interface FormikValues { type OwnProps (line 17) | type OwnProps = RequiredModalProps & { files: string[]; useMoveTerminolo... FILE: resources/scripts/components/server/files/UploadButton.tsx function isFileOrDirectory (line 17) | function isFileOrDirectory(event: DragEvent): boolean { FILE: resources/scripts/components/server/network/AllocationRow.tsx type Props (line 28) | interface Props { FILE: resources/scripts/components/server/network/DeleteAllocationButton.tsx type Props (line 12) | interface Props { FILE: resources/scripts/components/server/schedules/DeleteScheduleButton.tsx type Props (line 11) | interface Props { FILE: resources/scripts/components/server/schedules/EditScheduleModal.tsx type Props (line 19) | interface Props { type Values (line 23) | interface Values { FILE: resources/scripts/components/server/schedules/NewTaskButton.tsx type Props (line 6) | interface Props { FILE: resources/scripts/components/server/schedules/ScheduleCronRow.tsx type Props (line 5) | interface Props { FILE: resources/scripts/components/server/schedules/ScheduleEditContainer.tsx type Params (line 21) | interface Params { FILE: resources/scripts/components/server/schedules/ScheduleSimpleForm.tsx type FrequencyType (line 6) | type FrequencyType = 'minutely' | 'hourly' | 'daily' | 'weekly' | 'month... type CronValues (line 8) | interface CronValues { type Props (line 16) | interface Props { constant MINUTE_INTERVALS (line 23) | const MINUTE_INTERVALS = range(1, 59); constant HOUR_INTERVALS (line 24) | const HOUR_INTERVALS = range(1, 23); constant DAYS_OF_WEEK (line 25) | const DAYS_OF_WEEK = ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六']; FILE: resources/scripts/components/server/schedules/ScheduleTaskRow.tsx type Props (line 24) | interface Props { FILE: resources/scripts/components/server/schedules/TaskDetailsModal.tsx type Props (line 21) | interface Props { type Values (line 28) | interface Values { FILE: resources/scripts/components/server/settings/RenameServerBox.tsx type Values (line 18) | interface Values { FILE: resources/scripts/components/server/startup/VariableBox.tsx type Props (line 17) | interface Props { FILE: resources/scripts/components/server/users/EditSubuserModal.tsx type Props (line 21) | type Props = { type Values (line 25) | interface Values { FILE: resources/scripts/components/server/users/PermissionRow.tsx type Props (line 33) | interface Props { FILE: resources/scripts/components/server/users/PermissionTitleBox.tsx type Props (line 8) | interface Props { FILE: resources/scripts/components/server/users/UserRow.tsx type Props (line 12) | interface Props { FILE: resources/scripts/components/types.ts type WithClassname (line 1) | interface WithClassname { FILE: resources/scripts/context/ModalContext.ts type ModalContextValues (line 4) | interface ModalContextValues { FILE: resources/scripts/helpers.ts function fileBitsToString (line 5) | function fileBitsToString(mode: string, directory: boolean): string { function encodePathSegments (line 40) | function encodePathSegments(path: string): string { function hashToPath (line 47) | function hashToPath(hash: string): string { FILE: resources/scripts/hoc/RequireServerPermission.tsx type RequireServerPermissionProps (line 5) | interface RequireServerPermissionProps { FILE: resources/scripts/hoc/asDialog.tsx function asDialog (line 4) | function asDialog( FILE: resources/scripts/hoc/asModal.tsx type AsModalProps (line 6) | interface AsModalProps { type SettableModalProps (line 11) | type SettableModalProps = Omit = (C: React.ComponentType) => React.Com... function asModal (line 22) | function asModal

( FILE: resources/scripts/lib/formatters.ts function mbToBytes (line 6) | function mbToBytes(megabytes: number): number { function bytesToString (line 14) | function bytesToString(bytes: number, decimals = 2): string { function ip (line 29) | function ip(value: string): string { FILE: resources/scripts/lib/helpers.ts function hexToRgba (line 5) | function hexToRgba(hex: string, alpha = 1): string { FILE: resources/scripts/lib/objects.ts function isObject (line 5) | function isObject(val: unknown): val is Record { function isEmptyObject (line 14) | function isEmptyObject(val: {}): boolean { function getObjectKeys (line 24) | function getObjectKeys(o: T): (keyof T)[] { FILE: resources/scripts/lib/strings.ts function capitalize (line 1) | function capitalize(value: string): string { FILE: resources/scripts/macros.d.ts type Attributes (line 6) | interface Attributes { type StyledComponentBase (line 12) | interface StyledComponentBase< FILE: resources/scripts/modes.ts type Mode (line 1) | interface Mode { FILE: resources/scripts/plugins/Websocket.ts class Websocket (line 4) | class Websocket extends EventEmitter { method connect (line 19) | connect(url: string): this { method setToken (line 62) | setToken(token: string, isUpdate = false): this { method authenticate (line 72) | authenticate() { method close (line 78) | close(code?: number, reason?: string) { method open (line 84) | open() { method reconnect (line 88) | reconnect() { method send (line 92) | send(event: string, payload?: string | string[]) { FILE: resources/scripts/plugins/XtermScrollDownHelperAddon.ts class ScrollDownHelperAddon (line 3) | class ScrollDownHelperAddon implements ITerminalAddon { method activate (line 7) | activate(terminal: Terminal): void { method dispose (line 25) | dispose(): void { method show (line 29) | show(): void { method hide (line 60) | hide(): void { method isScrolledDown (line 66) | isScrolledDown(): boolean { FILE: resources/scripts/plugins/useFlash.ts type KeyedFlashStore (line 5) | interface KeyedFlashStore { FILE: resources/scripts/plugins/usePersistedState.ts function usePersistedState (line 3) | function usePersistedState( FILE: resources/scripts/plugins/useSWRKey.ts type Context (line 6) | type Context = string | string[] | (string | number | null | {})[]; function useSWRKey (line 8) | function useSWRKey(context: Context, prefix: string | null = null): stri... function useServerSWRKey (line 20) | function useServerSWRKey(context: Context): string { function useUserSWRKey (line 26) | function useUserSWRKey(context: Context): string { FILE: resources/scripts/routers/routes.ts type RouteDefinition (line 25) | interface RouteDefinition { type ServerRouteDefinition (line 34) | interface ServerRouteDefinition extends RouteDefinition { type Routes (line 38) | interface Routes { FILE: resources/scripts/state/flashes.ts type FlashStore (line 5) | interface FlashStore { type FlashMessage (line 13) | interface FlashMessage { FILE: resources/scripts/state/index.ts type ApplicationStore (line 8) | interface ApplicationStore { FILE: resources/scripts/state/permissions.ts type PanelPermissions (line 4) | interface PanelPermissions { type GloablPermissionsStore (line 11) | interface GloablPermissionsStore { FILE: resources/scripts/state/progress.ts type ProgressStore (line 3) | interface ProgressStore { FILE: resources/scripts/state/server/databases.ts type ServerDatabaseStore (line 4) | interface ServerDatabaseStore { FILE: resources/scripts/state/server/files.ts type FileUploadData (line 4) | interface FileUploadData { type ServerFileStore (line 10) | interface ServerFileStore { FILE: resources/scripts/state/server/index.ts type ServerStatus (line 11) | type ServerStatus = 'offline' | 'starting' | 'stopping' | 'running' | null; type ServerDataStore (line 13) | interface ServerDataStore { type ServerStatusStore (line 67) | interface ServerStatusStore { type ServerStore (line 79) | interface ServerStore { FILE: resources/scripts/state/server/schedules.ts type ServerScheduleStore (line 4) | interface ServerScheduleStore { FILE: resources/scripts/state/server/socket.ts type SocketStore (line 4) | interface SocketStore { FILE: resources/scripts/state/server/subusers.ts type SubuserPermission (line 3) | type SubuserPermission = type Subuser (line 33) | interface Subuser { type ServerSubuserStore (line 45) | interface ServerSubuserStore { FILE: resources/scripts/state/settings.ts type SiteSettings (line 3) | interface SiteSettings { type SettingsStore (line 26) | interface SettingsStore { FILE: resources/scripts/state/user.ts type UserData (line 4) | interface UserData { type UserStore (line 15) | interface UserStore { FILE: resources/scripts/theme.ts type Breakpoints (line 3) | type Breakpoints = 'xs' | 'sm' | 'md' | 'lg' | 'xl'; FILE: tests/Assertions/AssertsActivityLogged.php type AssertsActivityLogged (line 11) | trait AssertsActivityLogged method assertActivityFor (line 16) | public function assertActivityFor(string $event, ?Model $actor, ...$su... method assertActivityLogged (line 26) | public function assertActivityLogged(string $event): void method assertActivitySubjects (line 35) | public function assertActivitySubjects(string $event, Model|array $sub... method assertActivityActor (line 67) | public function assertActivityActor(string $event, ?Model $actor = nul... FILE: tests/Assertions/MiddlewareAttributeAssertionsTrait.php type MiddlewareAttributeAssertionsTrait (line 7) | trait MiddlewareAttributeAssertionsTrait method assertRequestHasAttribute (line 12) | public function assertRequestHasAttribute(string $attribute): void method assertRequestMissingAttribute (line 20) | public function assertRequestMissingAttribute(string $attribute): void method assertRequestAttributeEquals (line 28) | public function assertRequestAttributeEquals(mixed $expected, string $... FILE: tests/Integration/Api/Application/ApplicationApiIntegrationTestCase.php class ApplicationApiIntegrationTestCase (line 17) | abstract class ApplicationApiIntegrationTestCase extends IntegrationTest... method setUp (line 31) | public function setUp(): void method getApiUser (line 43) | public function getApiUser(): User method getApiKey (line 48) | public function getApiKey(): ApiKey method createNewDefaultApiKey (line 56) | protected function createNewDefaultApiKey(User $user, array $permissio... method createApiUser (line 68) | protected function createApiUser(): User method createApiKey (line 78) | protected function createApiKey(User $user, array $permissions = []): ... method getTransformer (line 98) | protected function getTransformer(string $abstract): BaseTransformer FILE: tests/Integration/Api/Application/Location/LocationControllerTest.php class LocationControllerTest (line 13) | class LocationControllerTest extends ApplicationApiIntegrationTestCase method testGetLocations (line 18) | public function testGetLocations() method testGetSingleLocation (line 72) | public function testGetSingleLocation() method testCreateLocation (line 95) | public function testCreateLocation() method testUpdateLocation (line 125) | public function testUpdateLocation() method testDeleteLocation (line 152) | public function testDeleteLocation() method testRelationshipsCanBeLoaded (line 166) | public function testRelationshipsCanBeLoaded() method testKeyWithoutPermissionCannotLoadRelationship (line 214) | public function testKeyWithoutPermissionCannotLoadRelationship() method testGetMissingLocation (line 250) | public function testGetMissingLocation() method testErrorReturnedIfNoPermission (line 260) | public function testErrorReturnedIfNoPermission() FILE: tests/Integration/Api/Application/Nests/EggControllerTest.php class EggControllerTest (line 11) | class EggControllerTest extends ApplicationApiIntegrationTestCase method testListAllEggsInNest (line 16) | public function testListAllEggsInNest() method testReturnSingleEgg (line 60) | public function testReturnSingleEgg() method testReturnSingleEggWithRelationships (line 82) | public function testReturnSingleEggWithRelationships() method testGetMissingEgg (line 103) | public function testGetMissingEgg() method testErrorReturnedIfNoPermission (line 115) | public function testErrorReturnedIfNoPermission() FILE: tests/Integration/Api/Application/Nests/NestControllerTest.php class NestControllerTest (line 10) | class NestControllerTest extends ApplicationApiIntegrationTestCase method setUp (line 17) | public function setUp(): void method testNestResponse (line 27) | public function testNestResponse() method testSingleNestResponse (line 66) | public function testSingleNestResponse() method testSingleNestWithEggsIncluded (line 86) | public function testSingleNestWithEggsIncluded() method testGetMissingNest (line 109) | public function testGetMissingNest() method testErrorReturnedIfNoPermission (line 119) | public function testErrorReturnedIfNoPermission() FILE: tests/Integration/Api/Application/Nodes/NodeController/UpdateNodeTest.php class UpdateNodeTest (line 12) | class UpdateNodeTest extends ApplicationApiIntegrationTestCase method testCanUpdateNodeProperties (line 14) | public function testCanUpdateNodeProperties(): void FILE: tests/Integration/Api/Application/Users/ExternalUserControllerTest.php class ExternalUserControllerTest (line 10) | class ExternalUserControllerTest extends ApplicationApiIntegrationTestCase method testGetRemoteUser (line 15) | public function testGetRemoteUser() method testGetMissingUser (line 52) | public function testGetMissingUser() method testErrorReturnedIfNoPermission (line 62) | public function testErrorReturnedIfNoPermission() FILE: tests/Integration/Api/Application/Users/UserControllerTest.php class UserControllerTest (line 12) | class UserControllerTest extends ApplicationApiIntegrationTestCase method testGetUsers (line 17) | public function testGetUsers() method testGetSingleUser (line 86) | public function testGetSingleUser() method testRelationshipsCanBeLoaded (line 120) | public function testRelationshipsCanBeLoaded() method testKeyWithoutPermissionCannotLoadRelationship (line 151) | public function testKeyWithoutPermissionCannotLoadRelationship() method testGetMissingUser (line 185) | public function testGetMissingUser() method testErrorReturnedIfNoPermission (line 195) | public function testErrorReturnedIfNoPermission() method testCreateUser (line 207) | public function testCreateUser() method testUpdateUser (line 239) | public function testUpdateUser() method testDeleteUser (line 268) | public function testDeleteUser() method testApiKeyWithoutWritePermissions (line 283) | #[\PHPUnit\Framework\Attributes\DataProvider('userWriteEndpointsDataPr... method userWriteEndpointsDataProvider (line 301) | public static function userWriteEndpointsDataProvider(): array FILE: tests/Integration/Api/Client/AccountControllerTest.php class AccountControllerTest (line 13) | class AccountControllerTest extends ClientApiIntegrationTestCase method testAccountDetailsAreReturned (line 18) | public function testAccountDetailsAreReturned() method testEmailIsUpdated (line 42) | public function testEmailIsUpdated() method testEmailChangeIsThrottled (line 57) | public function testEmailChangeIsThrottled(): void method testEmailIsNotUpdatedWhenPasswordIsInvalid (line 83) | public function testEmailIsNotUpdatedWhenPasswordIsInvalid() method testEmailIsNotUpdatedWhenNotValid (line 102) | public function testEmailIsNotUpdatedWhenNotValid() method testPasswordIsUpdated (line 129) | public function testPasswordIsUpdated() method testPasswordIsNotUpdatedIfCurrentPasswordIsInvalid (line 170) | public function testPasswordIsNotUpdatedIfCurrentPasswordIsInvalid() method testErrorIsReturnedForInvalidRequestData (line 190) | public function testErrorIsReturnedForInvalidRequestData() method testErrorIsReturnedIfPasswordIsNotConfirmed (line 213) | public function testErrorIsReturnedIfPasswordIsNotConfirmed() FILE: tests/Integration/Api/Client/ApiKeyControllerTest.php class ApiKeyControllerTest (line 11) | class ApiKeyControllerTest extends ClientApiIntegrationTestCase method tearDown (line 16) | protected function tearDown(): void method testApiKeysAreReturned (line 26) | public function testApiKeysAreReturned() method testApiKeyCanBeCreatedForAccount (line 48) | #[\PHPUnit\Framework\Attributes\DataProvider('validIPAddressDataProvid... method testApiKeyCannotSpecifyMoreThanFiftyIps (line 81) | public function testApiKeyCannotSpecifyMoreThanFiftyIps() method testApiKeyLimitIsApplied (line 104) | public function testApiKeyLimitIsApplied() method testValidationErrorIsReturnedForBadRequests (line 126) | public function testValidationErrorIsReturnedForBadRequests() method testApiKeyCanBeDeleted (line 160) | public function testApiKeyCanBeDeleted() method testNonExistentApiKeyDeletionReturns404Error (line 179) | public function testNonExistentApiKeyDeletionReturns404Error() method testApiKeyBelongingToAnotherUserCannotBeDeleted (line 200) | public function testApiKeyBelongingToAnotherUserCannotBeDeleted() method testApplicationApiKeyCannotBeDeleted (line 223) | public function testApplicationApiKeyCannotBeDeleted() method validIPAddressDataProvider (line 243) | public static function validIPAddressDataProvider(): array FILE: tests/Integration/Api/Client/ClientApiIntegrationTestCase.php class ClientApiIntegrationTestCase (line 22) | abstract class ClientApiIntegrationTestCase extends IntegrationTestCase method tearDown (line 27) | protected function tearDown(): void method createTestResponse (line 50) | protected function createTestResponse($response, $request) method link (line 58) | protected function link(mixed $model, ?string $append = null): string method assertJsonTransformedWith (line 87) | protected function assertJsonTransformedWith(array $data, Model|Eloque... FILE: tests/Integration/Api/Client/ClientControllerTest.php class ClientControllerTest (line 12) | class ClientControllerTest extends ClientApiIntegrationTestCase method testOnlyLoggedInUsersServersAreReturned (line 20) | public function testOnlyLoggedInUsersServersAreReturned() method testServersAreFilteredUsingNameAndUuidInformation (line 47) | public function testServersAreFilteredUsingNameAndUuidInformation() method testServersAreFilteredUsingAllocationInformation (line 101) | public function testServersAreFilteredUsingAllocationInformation() method testServersUserIsASubuserOfAreReturned (line 143) | public function testServersUserIsASubuserOfAreReturned() method testFilterOnlyOwnerServers (line 174) | public function testFilterOnlyOwnerServers() method testPermissionsAreReturned (line 203) | public function testPermissionsAreReturned() method testOnlyAdminLevelServersAreReturned (line 223) | public function testOnlyAdminLevelServersAreReturned() method testAllServersAreReturnedToAdmin (line 258) | public function testAllServersAreReturnedToAdmin() method testNoServersAreReturnedIfAdminFilterIsPassedByRegularUser (line 288) | #[\PHPUnit\Framework\Attributes\DataProvider('filterTypeDataProvider')] method testOnlyPrimaryAllocationIsReturnedToSubuser (line 308) | public function testOnlyPrimaryAllocationIsReturnedToSubuser() method filterTypeDataProvider (line 332) | public static function filterTypeDataProvider(): array FILE: tests/Integration/Api/Client/SSHKeyControllerTest.php class SSHKeyControllerTest (line 9) | class SSHKeyControllerTest extends ClientApiIntegrationTestCase method testSSHKeysAreReturned (line 14) | public function testSSHKeysAreReturned() method testSSHKeyCanBeDeleted (line 35) | public function testSSHKeyCanBeDeleted() method testDSAKeyIsRejected (line 61) | public function testDSAKeyIsRejected() method testWeakRSAKeyIsRejected (line 76) | public function testWeakRSAKeyIsRejected() method testInvalidOrPrivateKeyIsRejected (line 91) | public function testInvalidOrPrivateKeyIsRejected() method testPublicKeyCanBeStored (line 113) | public function testPublicKeyCanBeStored() method testPublicKeyThatAlreadyExistsCannotBeAddedASecondTime (line 130) | public function testPublicKeyThatAlreadyExistsCannotBeAddedASecondTime() FILE: tests/Integration/Api/Client/Server/Allocation/AllocationAuthorizationTest.php class AllocationAuthorizationTest (line 9) | class AllocationAuthorizationTest extends ClientApiIntegrationTestCase method testAccessToAServersAllocationsIsRestrictedProperly (line 11) | #[\PHPUnit\Framework\Attributes\DataProvider('methodDataProvider')] method methodDataProvider (line 47) | public static function methodDataProvider(): array FILE: tests/Integration/Api/Client/Server/Allocation/CreateNewAllocationTest.php class CreateNewAllocationTest (line 10) | class CreateNewAllocationTest extends ClientApiIntegrationTestCase method setUp (line 15) | public function setUp(): void method testNewAllocationCanBeAssignedToServer (line 27) | #[\PHPUnit\Framework\Attributes\DataProvider('permissionDataProvider')] method testAllocationCannotBeCreatedIfUserDoesNotHavePermission (line 47) | public function testAllocationCannotBeCreatedIfUserDoesNotHavePermissi... method testAllocationCannotBeCreatedIfNotEnabled (line 59) | public function testAllocationCannotBeCreatedIfNotEnabled() method testAllocationCannotBeCreatedIfServerIsAtLimit (line 76) | public function testAllocationCannotBeCreatedIfServerIsAtLimit() method permissionDataProvider (line 88) | public static function permissionDataProvider(): array FILE: tests/Integration/Api/Client/Server/Allocation/DeleteAllocationTest.php class DeleteAllocationTest (line 10) | class DeleteAllocationTest extends ClientApiIntegrationTestCase method testAllocationCanBeDeletedFromServer (line 16) | #[\PHPUnit\Framework\Attributes\DataProvider('permissionDataProvider')] method testErrorIsReturnedIfUserDoesNotHavePermission (line 38) | public function testErrorIsReturnedIfUserDoesNotHavePermission() method testErrorIsReturnedIfAllocationIsPrimary (line 59) | public function testErrorIsReturnedIfAllocationIsPrimary() method testAllocationCannotBeDeletedIfServerLimitIsNotDefined (line 71) | public function testAllocationCannotBeDeletedIfServerLimitIsNotDefined() method testErrorIsReturnedIfAllocationDoesNotBelongToServer (line 90) | public function testErrorIsReturnedIfAllocationDoesNotBelongToServer() method permissionDataProvider (line 100) | public static function permissionDataProvider(): array FILE: tests/Integration/Api/Client/Server/Backup/BackupAuthorizationTest.php class BackupAuthorizationTest (line 11) | class BackupAuthorizationTest extends ClientApiIntegrationTestCase method testAccessToAServersBackupIsRestrictedProperly (line 13) | #[\PHPUnit\Framework\Attributes\DataProvider('methodDataProvider')] method methodDataProvider (line 55) | public static function methodDataProvider(): array FILE: tests/Integration/Api/Client/Server/Backup/DeleteBackupTest.php class DeleteBackupTest (line 14) | class DeleteBackupTest extends ClientApiIntegrationTestCase method setUp (line 18) | public function setUp(): void method testUserWithoutPermissionCannotDeleteBackup (line 25) | public function testUserWithoutPermissionCannotDeleteBackup() method testBackupCanBeDeleted (line 40) | public function testBackupCanBeDeleted() FILE: tests/Integration/Api/Client/Server/CommandControllerTest.php class CommandControllerTest (line 15) | class CommandControllerTest extends ClientApiIntegrationTestCase method testValidationErrorIsReturnedIfNoCommandIsPresent (line 21) | public function testValidationErrorIsReturnedIfNoCommandIsPresent() method testSubuserWithoutPermissionReceivesError (line 37) | public function testSubuserWithoutPermissionReceivesError() method testCommandCanSendToServer (line 51) | public function testCommandCanSendToServer() method testErrorIsReturnedWhenServerIsOffline (line 73) | public function testErrorIsReturnedWhenServerIsOffline() FILE: tests/Integration/Api/Client/Server/Database/DatabaseAuthorizationTest.php class DatabaseAuthorizationTest (line 13) | class DatabaseAuthorizationTest extends ClientApiIntegrationTestCase method testAccessToAServersDatabasesIsRestrictedProperly (line 15) | #[\PHPUnit\Framework\Attributes\DataProvider('methodDataProvider')] method methodDataProvider (line 59) | public static function methodDataProvider(): array FILE: tests/Integration/Api/Client/Server/Files/CompressFilesTest.php class CompressFilesTest (line 10) | class CompressFilesTest extends ClientApiIntegrationTestCase method testEndpointRequiresAuthorization (line 12) | public function testEndpointRequiresAuthorization(): void method testEndpointTriggersWingsCall (line 23) | public function testEndpointTriggersWingsCall(): void FILE: tests/Integration/Api/Client/Server/NetworkAllocationControllerTest.php class NetworkAllocationControllerTest (line 11) | class NetworkAllocationControllerTest extends ClientApiIntegrationTestCase method testServerAllocationsAreReturned (line 16) | public function testServerAllocationsAreReturned() method testServerAllocationsAreNotReturnedWithoutPermission (line 32) | public function testServerAllocationsAreNotReturnedWithoutPermission() method testAllocationNotesCanBeUpdated (line 52) | #[\PHPUnit\Framework\Attributes\DataProvider('updatePermissionsDataPro... method testAllocationNotesCannotBeUpdatedByInvalidUsers (line 83) | public function testAllocationNotesCannotBeUpdatedByInvalidUsers() method testPrimaryAllocationCanBeModified (line 98) | #[\PHPUnit\Framework\Attributes\DataProvider('updatePermissionsDataPro... method testPrimaryAllocationCannotBeModifiedByInvalidUser (line 116) | public function testPrimaryAllocationCannotBeModifiedByInvalidUser() method updatePermissionsDataProvider (line 133) | public static function updatePermissionsDataProvider(): array FILE: tests/Integration/Api/Client/Server/PowerControllerTest.php class PowerControllerTest (line 10) | class PowerControllerTest extends ClientApiIntegrationTestCase method testSubuserWithoutPermissionsReceivesError (line 19) | #[\PHPUnit\Framework\Attributes\DataProvider('invalidPermissionDataPro... method testInvalidPowerSignalResultsInError (line 32) | public function testInvalidPowerSignalResultsInError() method testActionCanBeSentToServer (line 48) | #[\PHPUnit\Framework\Attributes\DataProvider('validPowerActionDataProv... method invalidPermissionDataProvider (line 73) | public static function invalidPermissionDataProvider(): array method validPowerActionDataProvider (line 84) | public static function validPowerActionDataProvider(): array FILE: tests/Integration/Api/Client/Server/ResourceUtilizationControllerTest.php class ResourceUtilizationControllerTest (line 9) | class ResourceUtilizationControllerTest extends ClientApiIntegrationTest... method testServerResourceUtilizationIsReturned (line 14) | public function testServerResourceUtilizationIsReturned() FILE: tests/Integration/Api/Client/Server/Schedule/CreateServerScheduleTest.php class CreateServerScheduleTest (line 10) | class CreateServerScheduleTest extends ClientApiIntegrationTestCase method testScheduleCanBeCreatedForServer (line 15) | #[\PHPUnit\Framework\Attributes\DataProvider('permissionsDataProvider')] method testScheduleValidationRules (line 52) | public function testScheduleValidationRules() method testSubuserCannotCreateScheduleWithoutPermissions (line 82) | public function testSubuserCannotCreateScheduleWithoutPermissions() method permissionsDataProvider (line 91) | public static function permissionsDataProvider(): array FILE: tests/Integration/Api/Client/Server/Schedule/DeleteServerScheduleTest.php class DeleteServerScheduleTest (line 11) | class DeleteServerScheduleTest extends ClientApiIntegrationTestCase method testScheduleCanBeDeleted (line 16) | #[\PHPUnit\Framework\Attributes\DataProvider('permissionsDataProvider')] method testNotFoundErrorIsReturnedIfScheduleDoesNotExistAtAll (line 35) | public function testNotFoundErrorIsReturnedIfScheduleDoesNotExistAtAll() method testNotFoundErrorIsReturnedIfScheduleDoesNotBelongToServer (line 48) | public function testNotFoundErrorIsReturnedIfScheduleDoesNotBelongToSe... method testErrorIsReturnedIfSubuserDoesNotHaveRequiredPermissions (line 66) | public function testErrorIsReturnedIfSubuserDoesNotHaveRequiredPermiss... method permissionsDataProvider (line 79) | public static function permissionsDataProvider(): array FILE: tests/Integration/Api/Client/Server/Schedule/ExecuteScheduleTest.php class ExecuteScheduleTest (line 13) | class ExecuteScheduleTest extends ClientApiIntegrationTestCase method testScheduleIsExecutedRightAway (line 18) | #[\PHPUnit\Framework\Attributes\DataProvider('permissionsDataProvider')] method testUserWithoutScheduleUpdatePermissionCannotExecute (line 56) | public function testUserWithoutScheduleUpdatePermissionCannotExecute() method permissionsDataProvider (line 66) | public static function permissionsDataProvider(): array FILE: tests/Integration/Api/Client/Server/Schedule/GetServerSchedulesTest.php class GetServerSchedulesTest (line 10) | class GetServerSchedulesTest extends ClientApiIntegrationTestCase method tearDown (line 15) | protected function tearDown(): void method testServerSchedulesAreReturned (line 26) | #[\PHPUnit\Framework\Attributes\DataProvider('permissionsDataProvider')] method testScheduleBelongingToAnotherServerCannotBeViewed (line 61) | public function testScheduleBelongingToAnotherServerCannotBeViewed() method testUserWithoutPermissionCannotViewSchedules (line 76) | public function testUserWithoutPermissionCannotViewSchedules() method permissionsDataProvider (line 91) | public static function permissionsDataProvider(): array FILE: tests/Integration/Api/Client/Server/Schedule/ScheduleAuthorizationTest.php class ScheduleAuthorizationTest (line 9) | class ScheduleAuthorizationTest extends ClientApiIntegrationTestCase method testAccessToAServersSchedulesIsRestrictedProperly (line 20) | #[\PHPUnit\Framework\Attributes\DataProvider('methodDataProvider')] method methodDataProvider (line 56) | public static function methodDataProvider(): array FILE: tests/Integration/Api/Client/Server/Schedule/UpdateServerScheduleTest.php class UpdateServerScheduleTest (line 10) | class UpdateServerScheduleTest extends ClientApiIntegrationTestCase method testScheduleCanBeUpdated (line 28) | #[\PHPUnit\Framework\Attributes\DataProvider('permissionsDataProvider')] method testErrorIsReturnedIfScheduleDoesNotBelongToServer (line 54) | public function testErrorIsReturnedIfScheduleDoesNotBelongToServer() method testErrorIsReturnedIfSubuserDoesNotHavePermissionToModifySchedule (line 70) | public function testErrorIsReturnedIfSubuserDoesNotHavePermissionToMod... method testScheduleIsProcessingIsSetToFalseWhenActiveStateChanges (line 87) | public function testScheduleIsProcessingIsSetToFalseWhenActiveStateCha... method permissionsDataProvider (line 111) | public static function permissionsDataProvider(): array FILE: tests/Integration/Api/Client/Server/ScheduleTask/CreateServerScheduleTaskTest.php class CreateServerScheduleTaskTest (line 11) | class CreateServerScheduleTaskTest extends ClientApiIntegrationTestCase method testTaskCanBeCreated (line 16) | #[\PHPUnit\Framework\Attributes\DataProvider('permissionsDataProvider')] method testValidationErrorsAreReturned (line 47) | public function testValidationErrorsAreReturned() method testBackupsCanNotBeTaskedIfLimit0 (line 92) | public function testBackupsCanNotBeTaskedIfLimit0() method testErrorIsReturnedIfTooManyTasksExistForSchedule (line 119) | public function testErrorIsReturnedIfTooManyTasksExistForSchedule() method testErrorIsReturnedIfScheduleDoesNotBelongToServer (line 143) | public function testErrorIsReturnedIfScheduleDoesNotBelongToServer() method testErrorIsReturnedIfSubuserDoesNotHaveScheduleUpdatePermissions (line 160) | public function testErrorIsReturnedIfSubuserDoesNotHaveScheduleUpdateP... method permissionsDataProvider (line 172) | public static function permissionsDataProvider(): array FILE: tests/Integration/Api/Client/Server/ScheduleTask/DeleteScheduleTaskTest.php class DeleteScheduleTaskTest (line 12) | class DeleteScheduleTaskTest extends ClientApiIntegrationTestCase method testScheduleNotBelongingToServerReturnsError (line 17) | public function testScheduleNotBelongingToServerReturnsError() method testTaskBelongingToDifferentScheduleReturnsError (line 32) | public function testTaskBelongingToDifferentScheduleReturnsError() method testUserWithoutPermissionReturnsError (line 46) | public function testUserWithoutPermissionReturnsError() method testScheduleTaskIsDeletedAndSubsequentTasksAreUpdated (line 64) | public function testScheduleTaskIsDeletedAndSubsequentTasksAreUpdated() FILE: tests/Integration/Api/Client/Server/SettingsControllerTest.php class SettingsControllerTest (line 11) | class SettingsControllerTest extends ClientApiIntegrationTestCase method testServerNameCanBeChanged (line 16) | #[\PHPUnit\Framework\Attributes\DataProvider('renamePermissionsDataPro... method testSubuserCannotChangeServerNameWithoutPermission (line 52) | public function testSubuserCannotChangeServerNameWithoutPermission() method testServerCanBeReinstalled (line 71) | #[\PHPUnit\Framework\Attributes\DataProvider('reinstallPermissionsData... method testSubuserCannotReinstallServerWithoutPermission (line 101) | public function testSubuserCannotReinstallServerWithoutPermission() method renamePermissionsDataProvider (line 113) | public static function renamePermissionsDataProvider(): array method reinstallPermissionsDataProvider (line 118) | public static function reinstallPermissionsDataProvider(): array FILE: tests/Integration/Api/Client/Server/Startup/GetStartupAndVariablesTest.php class GetStartupAndVariablesTest (line 10) | class GetStartupAndVariablesTest extends ClientApiIntegrationTestCase method testStartupVariablesAreReturnedForServer (line 16) | #[\PHPUnit\Framework\Attributes\DataProvider('permissionsDataProvider')] method testStartupDataIsNotReturnedWithoutPermission (line 51) | public function testStartupDataIsNotReturnedWithoutPermission() method permissionsDataProvider (line 60) | public static function permissionsDataProvider(): array FILE: tests/Integration/Api/Client/Server/Startup/UpdateStartupVariableTest.php class UpdateStartupVariableTest (line 11) | class UpdateStartupVariableTest extends ClientApiIntegrationTestCase method testStartupVariableCanBeUpdated (line 16) | #[\PHPUnit\Framework\Attributes\DataProvider('permissionsDataProvider')] method testStartupVariableCannotBeUpdatedIfNotUserViewableOrEditable (line 50) | #[\PHPUnit\Framework\Attributes\DataProvider('permissionsDataProvider')] method testHiddenVariablesAreNotReturnedInStartupCommandWhenUpdatingVariable (line 86) | public function testHiddenVariablesAreNotReturnedInStartupCommandWhenU... method testEggVariableWithNullableStringIsNotRequired (line 117) | public function testEggVariableWithNullableStringIsNotRequired() method testStartupVariableCannotBeUpdatedIfNotUserViewable (line 141) | public function testStartupVariableCannotBeUpdatedIfNotUserViewable() method permissionsDataProvider (line 150) | public static function permissionsDataProvider(): array FILE: tests/Integration/Api/Client/Server/Subuser/CreateServerSubuserTest.php class CreateServerSubuserTest (line 13) | class CreateServerSubuserTest extends ClientApiIntegrationTestCase method testSubuserCanBeCreated (line 20) | #[\PHPUnit\Framework\Attributes\DataProvider('permissionsDataProvider')] method testErrorIsReturnedIfAssigningPermissionsNotAssignedToSelf (line 54) | public function testErrorIsReturnedIfAssigningPermissionsNotAssignedTo... method testSubuserWithExcessivelyLongEmailCannotBeCreated (line 78) | public function testSubuserWithExcessivelyLongEmailCannotBeCreated() method testCreatingSubuserWithSameEmailAsExistingUserWorks (line 109) | public function testCreatingSubuserWithSameEmailAsExistingUserWorks() method testAddingSubuserThatAlreadyIsAssignedReturnsError (line 132) | public function testAddingSubuserThatAlreadyIsAssignedReturnsError() method permissionsDataProvider (line 157) | public static function permissionsDataProvider(): array FILE: tests/Integration/Api/Client/Server/Subuser/DeleteSubuserTest.php class DeleteSubuserTest (line 14) | class DeleteSubuserTest extends ClientApiIntegrationTestCase method testCorrectSubuserIsDeletedFromServer (line 27) | #[TestWith([null])] FILE: tests/Integration/Api/Client/Server/Subuser/SubuserAuthorizationTest.php class SubuserAuthorizationTest (line 11) | class SubuserAuthorizationTest extends ClientApiIntegrationTestCase method testUserCannotAccessResourceBelongingToOtherServers (line 16) | #[\PHPUnit\Framework\Attributes\DataProvider('methodDataProvider')] method methodDataProvider (line 57) | public static function methodDataProvider(): array FILE: tests/Integration/Api/Client/Server/Subuser/UpdateSubuserTest.php class UpdateSubuserTest (line 12) | class UpdateSubuserTest extends ClientApiIntegrationTestCase method testCorrectPermissionsAreRequiredForUpdating (line 18) | public function testCorrectPermissionsAreRequiredForUpdating() method testPermissionsAreSavedToAccount (line 64) | public function testPermissionsAreSavedToAccount() method testUserCannotAssignPermissionsTheyDoNotHave (line 105) | public function testUserCannotAssignPermissionsTheyDoNotHave() method testUserCannotUpdateSelf (line 130) | public function testUserCannotUpdateSelf() method testCannotUpdateSubuserForDifferentServer (line 142) | public function testCannotUpdateSubuserForDifferentServer() FILE: tests/Integration/Api/Client/Server/WebsocketControllerTest.php class WebsocketControllerTest (line 14) | class WebsocketControllerTest extends ClientApiIntegrationTestCase method testSubuserWithoutWebsocketPermissionReceivesError (line 20) | public function testSubuserWithoutWebsocketPermissionReceivesError() method testUserWithoutPermissionForServerReceivesError (line 33) | public function testUserWithoutPermissionForServerReceivesError() method testJwtAndWebsocketUrlAreReturnedForServerOwner (line 46) | public function testJwtAndWebsocketUrlAreReturnedForServerOwner() method testJwtIsConfiguredCorrectlyForServerSubuser (line 97) | public function testJwtIsConfiguredCorrectlyForServerSubuser() FILE: tests/Integration/Api/Client/TwoFactorControllerTest.php class TwoFactorControllerTest (line 12) | class TwoFactorControllerTest extends ClientApiIntegrationTestCase method testTwoFactorImageDataIsReturned (line 18) | public function testTwoFactorImageDataIsReturned() method testErrorIsReturnedWhenTwoFactorIsAlreadyEnabled (line 42) | public function testErrorIsReturnedWhenTwoFactorIsAlreadyEnabled() method testValidationErrorIsReturnedIfInvalidDataIsPassedToEnabled2FA (line 57) | public function testValidationErrorIsReturnedIfInvalidDataIsPassedToEn... method testTwoFactorCanBeEnabledOnAccount (line 74) | public function testTwoFactorCanBeEnabledOnAccount() method testTwoFactorCanBeDisabledOnAccount (line 128) | public function testTwoFactorCanBeDisabledOnAccount() method testNoErrorIsReturnedIfTwoFactorIsNotEnabled (line 159) | public function testNoErrorIsReturnedIfTwoFactorIsNotEnabled() method testEnablingTwoFactorRequiresValidPassword (line 176) | public function testEnablingTwoFactorRequiresValidPassword() method testDisablingTwoFactorRequiresValidPassword (line 194) | public function testDisablingTwoFactorRequiresValidPassword() FILE: tests/Integration/Api/Remote/ServerTransferControllerTest.php class ServerTransferControllerTest (line 11) | class ServerTransferControllerTest extends IntegrationTestCase method setup (line 15) | public function setup(): void method testSuccessStatusUpdateCanBeSentFromNewNode (line 34) | public function testSuccessStatusUpdateCanBeSentFromNewNode(): void method testFailureStatusUpdateCanBeSentFromOldNode (line 47) | public function testFailureStatusUpdateCanBeSentFromOldNode(): void method testFailureStatusUpdateCanBeSentFromNewNode (line 59) | public function testFailureStatusUpdateCanBeSentFromNewNode(): void method testSuccessStatusUpdateCannotBeSentFromOldNode (line 71) | public function testSuccessStatusUpdateCannotBeSentFromOldNode(): void method testSuccessStatusUpdateCannotBeSentFromUnauthorizedNode (line 85) | public function testSuccessStatusUpdateCannotBeSentFromUnauthorizedNod... method testFailureStatusUpdateCannotBeSentFromUnauthorizedNode (line 99) | public function testFailureStatusUpdateCannotBeSentFromUnauthorizedNod... FILE: tests/Integration/Api/Remote/SftpAuthenticationControllerTest.php class SftpAuthenticationControllerTest (line 13) | class SftpAuthenticationControllerTest extends IntegrationTestCase method setUp (line 22) | public function setUp(): void method testPublicKeyIsValidatedCorrectly (line 39) | public function testPublicKeyIsValidatedCorrectly() method testPasswordIsValidatedCorrectly (line 69) | public function testPasswordIsValidatedCorrectly() method testUserIsThrottledIfInvalidCredentialsAreProvided (line 98) | #[\PHPUnit\Framework\Attributes\DataProvider('authorizationTypeDataPro... method testUserIsNotThrottledIfNoPublicKeyMatches (line 115) | public function testUserIsNotThrottledIfNoPublicKeyMatches() method testRequestIsRejectedIfServerBelongsToDifferentNode (line 131) | #[\PHPUnit\Framework\Attributes\DataProvider('authorizationTypeDataPro... method testRequestIsDeniedIfUserLacksSftpPermission (line 150) | public function testRequestIsDeniedIfUserLacksSftpPermission() method testInvalidServerStateReturnsConflictError (line 166) | #[\PHPUnit\Framework\Attributes\DataProvider('serverStateDataProvider')] method testUserPermissionsAreReturnedCorrectly (line 178) | public function testUserPermissionsAreReturnedCorrectly() method authorizationTypeDataProvider (line 212) | public static function authorizationTypeDataProvider(): array method serverStateDataProvider (line 220) | public static function serverStateDataProvider(): array method getUsername (line 232) | protected function getUsername(bool $long = false): string method setAuthorization (line 240) | protected function setAuthorization(?Node $node = null): void FILE: tests/Integration/Http/Controllers/Admin/UserController/DeleteUserTest.php class DeleteUserTest (line 8) | class DeleteUserTest extends HttpTestCase method testNonAdminCannotAccessEndpoint (line 10) | public function testNonAdminCannotAccessEndpoint(): void method testCannotDeleteSelf (line 17) | public function testCannotDeleteSelf(): void method testUserIsDeleted (line 27) | public function testUserIsDeleted(): void FILE: tests/Integration/Http/Controllers/Auth/LoginCheckpointControllerTest.php class LoginCheckpointControllerTest (line 16) | class LoginCheckpointControllerTest extends HttpTestCase method setUp (line 18) | public function setUp(): void method testUserCanSignInUsingTotpToken (line 30) | #[TestWith([null])] method testTotpTokenCannotBeReused (line 74) | #[TestWith([1])] method testEndpointReturnsErrorIfSessionMissing (line 106) | public function testEndpointReturnsErrorIfSessionMissing(): void method testEndpointAppliesThrottling (line 126) | public function testEndpointAppliesThrottling(): void method testEndpointBlocksSessionDataMismatch (line 137) | public function testEndpointBlocksSessionDataMismatch(): void method testEndpointReturnsErrorIfUserDoesNotExist (line 161) | public function testEndpointReturnsErrorIfUserDoesNotExist(): void method testEndpointAllowsRecoveryToken (line 177) | public function testEndpointAllowsRecoveryToken(): void FILE: tests/Integration/Http/HttpTestCase.php class HttpTestCase (line 7) | abstract class HttpTestCase extends IntegrationTestCase FILE: tests/Integration/IntegrationTestCase.php class IntegrationTestCase (line 14) | abstract class IntegrationTestCase extends TestCase method setUp (line 25) | public function setUp(): void method formatTimestamp (line 35) | protected function formatTimestamp(string $timestamp): string FILE: tests/Integration/Jobs/RevokeSftpAccessJobTest.php class RevokeSftpAccessJobTest (line 14) | class RevokeSftpAccessJobTest extends IntegrationTestCase method testUniqueIdBasedOnModelType (line 16) | #[TestWith([Server::class, 'server'])] method testJobReleasesBackToQueueOnFailure (line 30) | public function testJobReleasesBackToQueueOnFailure(): void method testJobDispatchesForNode (line 46) | public function testJobDispatchesForNode(): void method testJobDispatchesForIndividualServer (line 58) | public function testJobDispatchesForIndividualServer(): void FILE: tests/Integration/Jobs/Schedule/RunTaskJobTest.php class RunTaskJobTest (line 19) | class RunTaskJobTest extends IntegrationTestCase method testInactiveJobIsNotRun (line 24) | public function testInactiveJobIsNotRun() method testJobWithInvalidActionThrowsException (line 51) | public function testJobWithInvalidActionThrowsException() method testJobIsExecuted (line 67) | #[\PHPUnit\Framework\Attributes\DataProvider('isManualRunDataProvider')] method testExceptionDuringRunIsHandledCorrectly (line 106) | #[\PHPUnit\Framework\Attributes\DataProvider('isManualRunDataProvider')] method testTaskIsNotRunIfServerIsSuspended (line 149) | public function testTaskIsNotRunIfServerIsSuspended() method isManualRunDataProvider (line 174) | public static function isManualRunDataProvider(): array FILE: tests/Integration/Services/Allocations/FindAssignableAllocationServiceTest.php class FindAssignableAllocationServiceTest (line 11) | class FindAssignableAllocationServiceTest extends IntegrationTestCase method setUp (line 16) | public function setUp(): void method testExistingAllocationIsPreferred (line 29) | public function testExistingAllocationIsPreferred() method testNewAllocationIsCreatedIfOneIsNotFound (line 50) | public function testNewAllocationIsCreatedIfOneIsNotFound() method testOnlyPortNotInUseIsCreated (line 67) | public function testOnlyPortNotInUseIsCreated() method testExceptionIsThrownIfNoMoreAllocationsCanBeCreatedInRange (line 86) | public function testExceptionIsThrownIfNoMoreAllocationsCanBeCreatedIn... method testExceptionIsThrownIfOnlyFreePortIsOnADifferentIp (line 112) | public function testExceptionIsThrownIfOnlyFreePortIsOnADifferentIp() method testExceptionIsThrownIfStartOrEndRangeIsNotDefined (line 124) | public function testExceptionIsThrownIfStartOrEndRangeIsNotDefined() method testExceptionIsThrownIfStartOrEndRangeIsNotNumeric (line 134) | public function testExceptionIsThrownIfStartOrEndRangeIsNotNumeric() method testExceptionIsThrownIfFeatureIsNotEnabled (line 160) | public function testExceptionIsThrownIfFeatureIsNotEnabled() method testConsecutiveAllocationReturnsValidConsecutivePorts (line 174) | public function testConsecutiveAllocationReturnsValidConsecutivePorts() method testConsecutiveAllocationIsRandomized (line 203) | public function testConsecutiveAllocationIsRandomized() method testConsecutiveAllocationThrowsWhenNoConsecutiveSequenceAvailable (line 234) | public function testConsecutiveAllocationThrowsWhenNoConsecutiveSequen... method getService (line 257) | private function getService(): FindAssignableAllocationService FILE: tests/Integration/Services/Backups/DeleteBackupServiceTest.php class DeleteBackupServiceTest (line 17) | class DeleteBackupServiceTest extends IntegrationTestCase method testLockedBackupCannotBeDeleted (line 19) | public function testLockedBackupCannotBeDeleted() method testFailedBackupThatIsLockedCanBeDeleted (line 32) | public function testFailedBackupThatIsLockedCanBeDeleted() method testExceptionThrownDueToMissingBackupIsIgnored (line 51) | public function testExceptionThrownDueToMissingBackupIsIgnored() method testExceptionIsThrownIfNot404 (line 70) | public function testExceptionIsThrownIfNot404() method testS3ObjectCanBeDeleted (line 91) | public function testS3ObjectCanBeDeleted() FILE: tests/Integration/Services/Databases/DatabaseManagementServiceTest.php class DatabaseManagementServiceTest (line 15) | class DatabaseManagementServiceTest extends IntegrationTestCase method setUp (line 22) | public function setUp(): void method testUniqueDatabaseNameIsGeneratedCorrectly (line 34) | public function testUniqueDatabaseNameIsGeneratedCorrectly() method testExceptionIsThrownIfClientDatabasesAreNotEnabled (line 44) | public function testExceptionIsThrownIfClientDatabasesAreNotEnabled() method testDatabaseCannotBeCreatedIfServerHasReachedLimit (line 58) | public function testDatabaseCannotBeCreatedIfServerHasReachedLimit() method testEmptyDatabaseNameOrInvalidNameTriggersAnException (line 73) | #[\PHPUnit\Framework\Attributes\DataProvider('invalidDataDataProvider')] method testCreatingDatabaseWithIdenticalNameTriggersAnException (line 87) | public function testCreatingDatabaseWithIdenticalNameTriggersAnExcepti... method testServerDatabaseCanBeCreated (line 116) | public function testServerDatabaseCanBeCreated() method testExceptionEncounteredWhileCreatingDatabaseAttemptsToCleanup (line 174) | public function testExceptionEncounteredWhileCreatingDatabaseAttemptsT... method invalidDataDataProvider (line 196) | public static function invalidDataDataProvider(): array method getService (line 208) | private function getService(): DatabaseManagementService FILE: tests/Integration/Services/Databases/DeployServerDatabaseServiceTest.php class DeployServerDatabaseServiceTest (line 14) | class DeployServerDatabaseServiceTest extends IntegrationTestCase method setUp (line 21) | public function setUp(): void method tearDown (line 32) | protected function tearDown(): void method testErrorIsThrownIfDatabaseNameIsEmpty (line 45) | #[\PHPUnit\Framework\Attributes\DataProvider('invalidDataProvider')] method testErrorIsThrownIfNoDatabaseHostsExistOnNode (line 59) | public function testErrorIsThrownIfNoDatabaseHostsExistOnNode() method testErrorIsThrownIfNoDatabaseHostsExistOnSystem (line 79) | public function testErrorIsThrownIfNoDatabaseHostsExistOnSystem() method testDatabaseHostOnSameNodeIsPreferred (line 94) | public function testDatabaseHostOnSameNodeIsPreferred() method testDatabaseHostIsSelectedIfNoSuitableHostExistsOnSameNode (line 121) | public function testDatabaseHostIsSelectedIfNoSuitableHostExistsOnSame... method invalidDataProvider (line 142) | public static function invalidDataProvider(): array method getService (line 153) | private function getService(): DeployServerDatabaseService FILE: tests/Integration/Services/Deployment/FindViableNodesServiceTest.php class FindViableNodesServiceTest (line 14) | class FindViableNodesServiceTest extends IntegrationTestCase method setUp (line 16) | public function setUp(): void method testExceptionIsThrownIfNoDiskSpaceHasBeenSet (line 25) | public function testExceptionIsThrownIfNoDiskSpaceHasBeenSet() method testExceptionIsThrownIfNoMemoryHasBeenSet (line 33) | public function testExceptionIsThrownIfNoMemoryHasBeenSet() method testNoExceptionIsThrownIfStringifiedIntegersArePassedForLocations (line 46) | public function testNoExceptionIsThrownIfStringifiedIntegersArePassedF... method testExpectedNodeIsReturnedForLocation (line 69) | public function testExpectedNodeIsReturnedForLocation() method getService (line 183) | private function getService(): FindViableNodesService FILE: tests/Integration/Services/Schedules/ProcessScheduleServiceTest.php class ProcessScheduleServiceTest (line 16) | class ProcessScheduleServiceTest extends IntegrationTestCase method testScheduleWithNoTasksReturnsException (line 21) | public function testScheduleWithNoTasksReturnsException() method testErrorDuringScheduleDataUpdateDoesNotPersistChanges (line 35) | public function testErrorDuringScheduleDataUpdateDoesNotPersistChanges() method testJobCanBeDispatchedWithExpectedInitialDelay (line 59) | #[\PHPUnit\Framework\Attributes\DataProvider('dispatchNowDataProvider')] method testFirstSequenceTaskIsFound (line 93) | public function testFirstSequenceTaskIsFound() method testTaskDispatchedNowIsResetProperlyIfErrorIsEncountered (line 124) | public function testTaskDispatchedNowIsResetProperlyIfErrorIsEncounter... method dispatchNowDataProvider (line 150) | public static function dispatchNowDataProvider(): array method getService (line 155) | private function getService(): ProcessScheduleService FILE: tests/Integration/Services/Servers/BuildModificationServiceTest.php class BuildModificationServiceTest (line 17) | class BuildModificationServiceTest extends IntegrationTestCase method setUp (line 24) | public function setUp(): void method testAllocationsCanBeModifiedForTheServer (line 35) | public function testAllocationsCanBeModifiedForTheServer() method testExceptionIsThrownIfRemovingTheDefaultAllocation (line 84) | public function testExceptionIsThrownIfRemovingTheDefaultAllocation() method testServerBuildDataIsProperlyUpdatedOnWings (line 106) | public function testServerBuildDataIsProperlyUpdatedOnWings() method testConnectionExceptionIsIgnoredWhenUpdatingServerSettings (line 146) | public function testConnectionExceptionIsIgnoredWhenUpdatingServerSett... method testNoExceptionIsThrownIfOnlyRemovingAllocation (line 168) | public function testNoExceptionIsThrownIfOnlyRemovingAllocation() method testAllocationInBothAddAndRemoveIsAdded (line 191) | public function testAllocationInBothAddAndRemoveIsAdded() method testUsingSameAllocationIdMultipleTimesDoesNotError (line 210) | public function testUsingSameAllocationIdMultipleTimesDoesNotError() method testThatUpdatesAreRolledBackIfExceptionIsEncountered (line 235) | public function testThatUpdatesAreRolledBackIfExceptionIsEncountered() method getService (line 250) | private function getService(): BuildModificationService FILE: tests/Integration/Services/Servers/ServerCreationServiceTest.php class ServerCreationServiceTest (line 23) | class ServerCreationServiceTest extends IntegrationTestCase method setUp (line 34) | public function setUp(): void method testServerIsCreatedWithDeploymentObject (line 55) | public function testServerIsCreatedWithDeploymentObject() method testErrorEncounteredByWingsCausesServerToBeDeleted (line 157) | public function testErrorEncounteredByWingsCausesServerToBeDeleted() method getService (line 210) | private function getService(): ServerCreationService FILE: tests/Integration/Services/Servers/ServerDeletionServiceTest.php class ServerDeletionServiceTest (line 17) | class ServerDeletionServiceTest extends IntegrationTestCase method setUp (line 28) | public function setUp(): void method tearDown (line 46) | protected function tearDown(): void method testRegularDeleteFailsIfWingsReturnsError (line 58) | public function testRegularDeleteFailsIfWingsReturnsError() method testRegularDeleteIgnores404FromWings (line 76) | public function testRegularDeleteIgnores404FromWings() method testForceDeleteIgnoresExceptionFromWings (line 93) | public function testForceDeleteIgnoresExceptionFromWings() method testExceptionWhileDeletingStopsProcess (line 110) | public function testExceptionWhileDeletingStopsProcess() method testExceptionWhileDeletingDatabasesDoesNotAbortIfForceDeleted (line 135) | public function testExceptionWhileDeletingDatabasesDoesNotAbortIfForce... method getService (line 156) | private function getService(): ServerDeletionService FILE: tests/Integration/Services/Servers/StartupModificationServiceTest.php class StartupModificationServiceTest (line 15) | class StartupModificationServiceTest extends IntegrationTestCase method testNonAdminCanModifyServerVariables (line 23) | public function testNonAdminCanModifyServerVariables() method testServerIsProperlyModifiedAsAdminUser (line 71) | public function testServerIsProperlyModifiedAsAdminUser() method testEnvironmentVariablesCanBeUpdatedByAdmin (line 105) | public function testEnvironmentVariablesCanBeUpdatedByAdmin() method testInvalidEggIdTriggersException (line 153) | public function testInvalidEggIdTriggersException() method getService (line 164) | private function getService(): StartupModificationService FILE: tests/Integration/Services/Servers/SuspensionServiceTest.php class SuspensionServiceTest (line 11) | class SuspensionServiceTest extends IntegrationTestCase method setUp (line 18) | public function setUp(): void method testServerIsSuspendedAndUnsuspended (line 26) | public function testServerIsSuspendedAndUnsuspended() method testNoActionIsTakenIfSuspensionStatusIsUnchanged (line 41) | public function testNoActionIsTakenIfSuspensionStatusIsUnchanged() method testExceptionIsThrownIfInvalidActionsArePassed (line 57) | public function testExceptionIsThrownIfInvalidActionsArePassed() method getService (line 67) | private function getService(): SuspensionService FILE: tests/Integration/Services/Servers/VariableValidatorServiceTest.php class VariableValidatorServiceTest (line 12) | class VariableValidatorServiceTest extends IntegrationTestCase method setUp (line 16) | public function setUp(): void method testEnvironmentVariablesCanBeValidated (line 30) | public function testEnvironmentVariablesCanBeValidated() method testNormalUserCannotValidateNonUserEditableVariables (line 67) | public function testNormalUserCannotValidateNonUserEditableVariables() method testEnvironmentVariablesCanBeUpdatedAsAdmin (line 86) | public function testEnvironmentVariablesCanBeUpdatedAsAdmin() method testNullableEnvironmentVariablesCanBeUsedCorrectly (line 118) | public function testNullableEnvironmentVariablesCanBeUsedCorrectly() method getService (line 138) | private function getService(): VariableValidatorService FILE: tests/Integration/Services/Users/UserDeletionServiceTest.php class UserDeletionServiceTest (line 13) | class UserDeletionServiceTest extends IntegrationTestCase method setUp (line 15) | public function setUp(): void method testExceptionReturnedIfUserAssignedToServers (line 22) | public function testExceptionReturnedIfUserAssignedToServers(): void method testUserIsDeleted (line 36) | public function testUserIsDeleted(): void method testUserIsDeletedAndAccessRevoked (line 47) | public function testUserIsDeletedAndAccessRevoked(): void FILE: tests/Integration/TestResponse.php class TestResponse (line 11) | class TestResponse extends IlluminateTestResponse method assertStatus (line 18) | public function assertStatus($status): TestResponse method assertForbidden (line 40) | public function assertForbidden(): self FILE: tests/TestCase.php class TestCase (line 9) | abstract class TestCase extends BaseTestCase method setUp (line 14) | public function setUp(): void method tearDown (line 38) | protected function tearDown(): void method setKnownUuidFactory (line 50) | public function setKnownUuidFactory() FILE: tests/Traits/Http/IntegrationJsonRequestAssertions.php type IntegrationJsonRequestAssertions (line 8) | trait IntegrationJsonRequestAssertions method assertNotFoundJson (line 13) | public function assertNotFoundJson(TestResponse $response): void method assertAccessDeniedJson (line 32) | public function assertAccessDeniedJson(TestResponse $response): void FILE: tests/Traits/Http/MocksMiddlewareClosure.php type MocksMiddlewareClosure (line 8) | trait MocksMiddlewareClosure method getClosureAssertions (line 14) | protected function getClosureAssertions(): \Closure FILE: tests/Traits/Http/RequestMockHelpers.php type RequestMockHelpers (line 11) | trait RequestMockHelpers method setRequestMockClass (line 20) | public function setRequestMockClass(string $class): void method setRequestUserModel (line 30) | public function setRequestUserModel(?User $user = null): void method generateRequestUserModel (line 38) | public function generateRequestUserModel(array $args = []): User method setRequestAttribute (line 50) | public function setRequestAttribute(string $attribute, mixed $value): ... method setRequestRouteName (line 58) | public function setRequestRouteName(string $name): void method buildRequestMock (line 66) | protected function buildRequestMock(): void method setRequestUser (line 82) | protected function setRequestUser(?User $user = null): User FILE: tests/Traits/Integration/CreatesTestModels.php type CreatesTestModels (line 14) | trait CreatesTestModels method createServerModel (line 23) | public function createServerModel(array $attributes = []): Server method generateTestAccount (line 86) | public function generateTestAccount(array $permissions = []): array method cloneEggAndVariables (line 110) | protected function cloneEggAndVariables(Egg $egg): Egg method getBungeecordEgg (line 130) | private function getBungeecordEgg(): Egg FILE: tests/Traits/MocksPdoConnection.php type MocksPdoConnection (line 12) | trait MocksPdoConnection method mockPdoConnection (line 20) | protected function mockPdoConnection(): Mockery\MockInterface method tearDownPdoMock (line 38) | protected function tearDownPdoMock(): void FILE: tests/Traits/MocksRequestException.php type MocksRequestException (line 9) | trait MocksRequestException method configureExceptionMock (line 19) | protected function configureExceptionMock(string $abstract = RequestEx... method getExceptionMock (line 27) | protected function getExceptionMock(string $abstract = RequestExceptio... FILE: tests/Traits/MocksUuids.php type MocksUuids (line 9) | trait MocksUuids method setKnownUuidFactory (line 19) | public function setKnownUuidFactory(): void method getKnownUuid (line 32) | public function getKnownUuid(): string FILE: tests/Unit/Helpers/EnvironmentWriterTraitTest.php class EnvironmentWriterTraitTest (line 8) | class EnvironmentWriterTraitTest extends TestCase method testVariableIsEscapedProperly (line 10) | #[\PHPUnit\Framework\Attributes\DataProvider('variableDataProvider')] method variableDataProvider (line 18) | public static function variableDataProvider(): array class FooClass (line 38) | class FooClass FILE: tests/Unit/Helpers/IsDigitTest.php class IsDigitTest (line 7) | class IsDigitTest extends TestCase method testHelper (line 12) | #[\PHPUnit\Framework\Attributes\DataProvider('helperDataProvider')] method helperDataProvider (line 21) | public static function helperDataProvider(): array FILE: tests/Unit/Http/Middleware/AdminAuthenticateTest.php class AdminAuthenticateTest (line 9) | class AdminAuthenticateTest extends MiddlewareTestCase method testAdminsAreAuthenticated (line 14) | public function testAdminsAreAuthenticated() method testExceptionIsThrownIfUserDoesNotExist (line 26) | public function testExceptionIsThrownIfUserDoesNotExist() method testExceptionIsThrownIfUserIsNotAnAdmin (line 38) | public function testExceptionIsThrownIfUserIsNotAnAdmin() method getMiddleware (line 52) | private function getMiddleware(): AdminAuthenticate FILE: tests/Unit/Http/Middleware/Api/Application/AuthenticateUserTest.php class AuthenticateUserTest (line 9) | class AuthenticateUserTest extends MiddlewareTestCase method testNoUserDefined (line 14) | public function testNoUserDefined() method testNonAdminUser (line 26) | public function testNonAdminUser() method testAdminUser (line 38) | public function testAdminUser() method getMiddleware (line 48) | private function getMiddleware(): AuthenticateApplicationUser FILE: tests/Unit/Http/Middleware/Api/Daemon/DaemonAuthenticateTest.php class DaemonAuthenticateTest (line 17) | class DaemonAuthenticateTest extends MiddlewareTestCase method setUp (line 26) | public function setUp(): void method testResponseShouldContinueIfRouteIsExempted (line 38) | public function testResponseShouldContinueIfRouteIsExempted() method testResponseShouldFailIfNoTokenIsProvided (line 49) | public function testResponseShouldFailIfNoTokenIsProvided() method testResponseShouldFailIfTokenFormatIsIncorrect (line 68) | #[\PHPUnit\Framework\Attributes\DataProvider('badTokenDataProvider')] method testResponseShouldFailIfTokenIsNotValid (line 83) | public function testResponseShouldFailIfTokenIsNotValid() method testResponseShouldFailIfNodeIsNotFound (line 103) | public function testResponseShouldFailIfNodeIsNotFound() method testSuccessfulMiddlewareProcess (line 118) | public function testSuccessfulMiddlewareProcess() method badTokenDataProvider (line 140) | public static function badTokenDataProvider(): array method getMiddleware (line 156) | private function getMiddleware(): DaemonAuthenticate FILE: tests/Unit/Http/Middleware/LanguageMiddlewareTest.php class LanguageMiddlewareTest (line 11) | class LanguageMiddlewareTest extends MiddlewareTestCase method setUp (line 18) | public function setUp(): void method testLanguageIsSetForGuest (line 28) | public function testLanguageIsSetForGuest() method testLanguageIsSetWithAuthenticatedUser (line 39) | public function testLanguageIsSetWithAuthenticatedUser() method getMiddleware (line 52) | private function getMiddleware(): LanguageMiddleware FILE: tests/Unit/Http/Middleware/MaintenanceMiddlewareTest.php class MaintenanceMiddlewareTest (line 13) | class MaintenanceMiddlewareTest extends MiddlewareTestCase method setUp (line 20) | public function setUp(): void method testHandle (line 30) | public function testHandle() method testHandleInMaintenanceMode (line 44) | public function testHandleInMaintenanceMode() method getMiddleware (line 61) | private function getMiddleware(): MaintenanceMiddleware FILE: tests/Unit/Http/Middleware/MiddlewareTestCase.php class MiddlewareTestCase (line 10) | abstract class MiddlewareTestCase extends TestCase method setUp (line 19) | public function setUp(): void FILE: tests/Unit/Http/Middleware/RedirectIfAuthenticatedTest.php class RedirectIfAuthenticatedTest (line 11) | class RedirectIfAuthenticatedTest extends MiddlewareTestCase method setUp (line 18) | public function setUp(): void method testAuthenticatedUserIsRedirected (line 28) | public function testAuthenticatedUserIsRedirected() method testNonAuthenticatedUserIsNotRedirected (line 41) | public function testNonAuthenticatedUserIsNotRedirected() method getMiddleware (line 52) | private function getMiddleware(): RedirectIfAuthenticated FILE: tests/Unit/Rules/UsernameTest.php class UsernameTest (line 8) | class UsernameTest extends TestCase method testRuleIsStringable (line 13) | public function testRuleIsStringable() method testValidUsernames (line 21) | #[\PHPUnit\Framework\Attributes\DataProvider('validUsernameDataProvide... method testInvalidUsernames (line 30) | #[\PHPUnit\Framework\Attributes\DataProvider('invalidUsernameDataProvi... method validUsernameDataProvider (line 39) | public static function validUsernameDataProvider(): array method invalidUsernameDataProvider (line 55) | public static function invalidUsernameDataProvider(): array FILE: tests/Unit/Services/Acl/Api/AdminAclTest.php class AdminAclTest (line 9) | class AdminAclTest extends TestCase method testPermissions (line 14) | #[\PHPUnit\Framework\Attributes\DataProvider('permissionsDataProvider')] method testCheck (line 23) | public function testCheck() method permissionsDataProvider (line 33) | public static function permissionsDataProvider(): array