| .. |
|
Actions
|
fix(proxy): replace CheckConfiguration with GetProxyConfiguration and SaveConfiguration with SaveProxyConfiguration for improved clarity and consistency in proxy management
|
2025-09-09 12:52:19 +02:00 |
|
Console
|
feat(dev-command): dispatch CheckHelperImageJob during instance initialization to enhance setup process
|
2025-09-09 16:46:24 +02:00 |
|
Contracts
|
refactor: streamline job status retrieval and clean up repository interface
|
2025-01-10 19:53:13 +01:00 |
|
Data
|
|
|
|
Enums
|
|
|
|
Events
|
feat(sentinel): implement SentinelRestarted event and update Livewire components to handle server restart notifications
|
2025-08-26 10:27:38 +02:00 |
|
Exceptions
|
feat(exceptions): introduce NonReportableException to handle known errors and update Handler for selective reporting
|
2025-09-08 09:18:25 +02:00 |
|
Helpers
|
fix(ssh): introduce SshRetryHandler and SshRetryable trait for enhanced SSH command retry logic with exponential backoff and error handling
|
2025-09-07 17:17:35 +02:00 |
|
Http
|
refactor(dns-validation): rename DNS validation functions for consistency and clarity, and remove unused code
|
2025-09-09 09:00:35 +02:00 |
|
Jobs
|
refactor(file-transfer): replace base64 encoding with direct file transfer method in various components for improved clarity and efficiency
|
2025-09-09 11:10:38 +02:00 |
|
Listeners
|
refactor(proxy): streamline proxy status handling and improve dashboard availability checks
|
2025-06-11 12:02:39 +02:00 |
|
Livewire
|
fix(proxy): replace CheckConfiguration with GetProxyConfiguration and SaveConfiguration with SaveProxyConfiguration for improved clarity and consistency in proxy management
|
2025-09-09 12:52:19 +02:00 |
|
Models
|
refactor(file-transfer): replace base64 encoding with direct file transfer method in various components for improved clarity and efficiency
|
2025-09-09 11:10:38 +02:00 |
|
Notifications
|
feat(exceptions): introduce NonReportableException to handle known errors and update Handler for selective reporting
|
2025-09-08 09:18:25 +02:00 |
|
Policies
|
refactor(policy): simplify ServiceDatabasePolicy methods to always return true and add manageBackups method
|
2025-08-28 17:19:09 +02:00 |
|
Providers
|
refactor(auth): simplify access control logic in CanAccessTerminal and ServerPolicy by allowing all users to perform actions
|
2025-08-28 10:48:24 +02:00 |
|
Repositories
|
refactor: streamline job status retrieval and clean up repository interface
|
2025-01-10 19:53:13 +01:00 |
|
Rules
|
feat(validation): add ValidIpOrCidr rule for validating IP addresses and CIDR notations; update API access settings UI and add comprehensive tests
|
2025-08-26 10:27:38 +02:00 |
|
Services
|
feat(changelog): implement automated changelog fetching from GitHub and enhance changelog read tracking
|
2025-08-12 10:07:11 +02:00 |
|
Support
|
feat(validation): centralize validation patterns for names and descriptions
|
2025-08-19 12:14:48 +02:00 |
|
Traits
|
feat(ssh): add Sentry tracking for SSH retry events to enhance error monitoring
|
2025-09-07 18:57:20 +02:00 |
|
View/Components
|
feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled.
|
2025-08-26 10:27:38 +02:00 |