Andras Bacsai
cbba7f0a67
Add collapsible option to GetLogs component and improve toolbar layout
...
Added a new `collapsible` property to GetLogs component that allows disabling the expandable header, useful for log viewers in dedicated pages and slide-overs. Applied this to Sentinel logs, Proxy logs, and Coolify Proxy log pages. Also improved the toolbar by moving the lines counter to the left side with an inline prefix label and repositioning the match counter next to it for better organization.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 15:37:14 +01:00
Andras Bacsai
51b5c0a1dd
fix: clean up input attributes for PostgreSQL settings in general.blade.php
2025-11-04 21:06:12 +01:00
Andras Bacsai
a15ab54495
refactor: migrate database components from legacy model binding to explicit properties
...
- Remove global 'refresh' event listeners from all database General components
- Migrate Redis, MySQL, MariaDB, MongoDB, PostgreSQL, and KeyDB components to use explicit public properties instead of wire:model="database.field"
- Implement syncData() method in each component for manual data synchronization between properties and Eloquent models
- Update all validation rules, messages, and attributes to reference new property names
- Update Blade views to bind inputs to explicit properties (e.g., id="name" instead of id="database.name")
- Prepare codebase for disabling Livewire's legacy_model_binding configuration option
This refactoring resolves form field reset issues caused by global refresh events
and follows Livewire 3 best practices for component property management.
2025-10-13 10:01:17 +02:00
Andras Bacsai
63fcc0ebc3
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
Andras Bacsai
25023ab813
refactor(postgresql): improve layout and spacing in SSL and Proxy configuration sections for better UI consistency
2025-07-08 21:08:39 +02:00
0x4e32
c728e6f2ba
feat(ui): Upgrade to Tailwind v4 ( #5710 )
2025-05-14 12:43:23 +02:00
Andras Bacsai
d7ded7f8e5
refactor(database): enhance SSL configuration handling for various databases
2025-03-26 17:24:46 +01:00
Andras Bacsai
950acffe0b
refactor(database): streamline SSL configuration handling across database types
2025-03-17 15:15:54 +01:00
peaklabs-dev
8a45c24dc2
fix(ui): only show Regenerate SSL Certificates button when there is a cert
2025-02-07 18:30:44 +01:00
peaklabs-dev
c3a440a64e
fix(ui): certificate expiration data is null before starting the DB
2025-02-04 14:37:35 +01:00
peaklabs-dev
fd5b7492f8
chore(ui): improve valid until handling
2025-02-03 23:21:09 +01:00
peaklabs-dev
53510928d2
feat(ssl): regenerate certificate and valid until UI
2025-02-03 22:54:31 +01:00
peaklabs-dev
875d1d49bb
feat(ui): Add ssl settings to Postgres ui
2025-01-29 13:25:05 +01:00
Andras Bacsai
3f8208e81b
fix: loading indicator for db proxies
2024-11-07 12:32:44 +01:00
Andras Bacsai
223cd37031
fix: remove autofocuses
2024-10-01 21:36:16 +02:00
Andras Bacsai
f106e6e37b
feat: add custom docker container options to all databases
2024-08-16 13:56:47 +02:00
Andras Bacsai
4667f96b40
feat: db proxy logs
2024-06-09 21:33:17 +02:00
Andras Bacsai
e9e12ad843
feat: able to change database passwords on the UI. It won't sync to the database.
2024-06-05 11:44:25 +02:00
Francesco Bruno
296872d2e4
database configuration input boxes use wrap in small screens
2024-05-05 17:04:59 +00:00
Andras Bacsai
f35b7ab6f4
Update labels for database accessibility in blade files
2024-04-11 08:55:11 +02:00
Andras Bacsai
9ad6ce5851
ui ui ui ui
2024-03-25 11:33:38 +01:00
Andras Bacsai
a66090b594
ui + package updates
2024-03-25 10:41:44 +01:00
Andras Bacsai
8b7e1e4169
Refactor code and update UI components
2024-03-22 11:34:15 +01:00
Andras Bacsai
b61860b3ab
ui: redesign
2024-03-20 12:54:06 +01:00
Andras Bacsai
90a5a23fd9
Fix initial username placeholder in PostgreSQL database view
2024-01-12 15:41:43 +01:00
Andras Bacsai
718603e37e
wip: migrate to livewire 3
2023-12-07 19:06:32 +01:00
Andras Bacsai
3b20eee909
feat: enable/disable log drain by service
2023-11-17 20:08:21 +01:00
Andras Bacsai
c78068466b
Add custom PostgreSQL configuration to
...
StandalonePostgresql
2023-11-08 12:40:05 +01:00
Andras Bacsai
88e407756d
Update version numbers and database URLs
2023-11-08 12:26:57 +01:00
Andras Bacsai
c53d88902c
feat: standalone mongodb
2023-10-19 13:32:03 +02:00
Andras Bacsai
38c6c1ee40
fix: urls should be password fields
2023-10-13 09:36:37 +02:00
Andras Bacsai
a5e6975dac
fix: ui
2023-10-04 10:34:44 +02:00
Andras Bacsai
77e3208f00
feat: public database
2023-09-07 13:23:34 +02:00
Andras Bacsai
c762195c8a
format files lol
2023-08-11 20:19:42 +02:00
Andras Bacsai
a3353aac0c
fix: postgres_username name to not name, lol
2023-08-09 16:05:51 +02:00
Andras Bacsai
d18de24cf9
wip: scheduled backups
...
fix: file locations vendor unlocking
2023-08-09 14:44:36 +02:00
Andras Bacsai
bd9a1dbaf3
Add port mappings for postgresql
...
Able to add init scripts fro postgresql
2023-08-08 14:35:01 +02:00
Andras Bacsai
f2228cec7b
testing php storm code cleanup and styling
2023-08-08 11:51:36 +02:00
Andras Bacsai
971d7f703d
lots of updates + refactoring
2023-08-07 22:14:21 +02:00
Andras Bacsai
a020bc872d
feat: init postgresql database
2023-08-07 18:46:40 +02:00