coolify/app/Livewire
Andras Bacsai 91f538e171 fix(server): handle limit edge case and IPv6 allowlist dedupe
Update server limit enforcement to re-enable force-disabled servers when the
team is at or under its limit (`<= 0` condition).

Improve allowlist validation and matching by:
- supporting IPv6 CIDR mask ranges up to `/128`
- adding IPv6-aware CIDR matching in `checkIPAgainstAllowlist`
- normalizing/deduplicating redundant allowlist entries before saving

Add feature tests for `ServerLimitCheckJob` covering under-limit, at-limit,
over-limit, and no-op scenarios.
2026-03-03 17:03:46 +01:00
..
Admin
Boarding fix(server): improve IP uniqueness validation with team-specific error messages 2026-02-12 08:10:59 +01:00
Destination refactor(redirect): replace redirect calls with redirectRoute helper for consistency 2025-12-26 13:29:59 +01:00
Notifications
Profile
Project Merge remote-tracking branch 'origin/next' into env-var-descriptions 2026-03-01 14:39:23 +01:00
Security refactor: remove duplicated validation messages 2026-01-05 13:15:14 +01:00
Server chore: prepare for PR 2026-03-03 11:51:38 +01:00
Settings fix(server): handle limit edge case and IPv6 allowlist dedupe 2026-03-03 17:03:46 +01:00
SharedVariables feat: add comment field to shared environment variables 2025-12-27 15:24:09 +01:00
Source/Github refactor(redirect): replace redirect calls with redirectRoute helper for consistency 2025-12-26 13:29:59 +01:00
Storage refactor: remove duplicated validation messages 2026-01-05 13:15:14 +01:00
Subscription fix(subscription): harden quantity updates and proxy trust behavior 2026-03-03 12:28:16 +01:00
Tags
Team refactor: remove duplicated validation messages 2026-01-05 13:15:14 +01:00
Terminal
ActivityMonitor.php fix(user): complete User model fixes for non-web contexts 2025-12-28 13:55:55 +01:00
Dashboard.php refactor: replace queries with cached versions for performance improvements 2025-12-08 13:39:33 +01:00
DeploymentsIndicator.php Refactor deployment indicator to use server-side route detection 2025-12-11 09:39:56 +01:00
ForcePasswordReset.php
GlobalSearch.php chore: prepare for PR 2026-02-18 11:20:32 +01:00
Help.php
LayoutPopups.php
MonacoEditor.php
NavbarDeleteTeam.php refactor(redirect): replace redirect calls with redirectRoute helper for consistency 2025-12-26 13:29:59 +01:00
SettingsBackup.php
SettingsDropdown.php
SettingsEmail.php
SettingsOauth.php
SwitchTeam.php
Upgrade.php Widen upgrade popup and add dev mode simulation 2025-12-17 10:59:38 +01:00
VerifyEmail.php