notCharles
9eb1710c3a
wip
2025-04-30 19:12:21 -04:00
notCharles
7b12f8cb04
wip
2025-04-30 18:46:07 -04:00
notCharles
1ba9a1dab3
Merge branch 'main' into filament-v4
2025-04-29 18:21:56 -04:00
notCharles
b98ecd252c
wip
2025-04-29 18:17:58 -04:00
Boy132
14d351103c
Fix database & user not being deleted ( #1315 )
2025-04-29 17:05:49 +02:00
Boy132
92c23451af
Improve file error handling ( #1314 )
...
* improve file error handling
* small cleanup
* fix typo
2025-04-29 17:05:29 +02:00
notCharles
31206e15fa
wip
2025-04-27 22:43:45 -04:00
Charles
cd88d23592
pint
2025-04-25 13:21:18 -04:00
Charles
fbf1a5cc59
fix smallstatblock
2025-04-25 13:20:32 -04:00
Charles
8359cc6f1c
fix schedules
2025-04-25 09:33:42 -04:00
Charles
28b752a983
replace placeholder
with textentry
...
deprecated
2025-04-25 09:02:47 -04:00
notCharles
6284c73edb
wip
2025-04-24 20:02:20 -04:00
notCharles
8e483f982e
pint
2025-04-24 19:24:46 -04:00
notCharles
61da930909
wip
2025-04-24 19:03:34 -04:00
pelican-vehikl
8407547574
Add back Egg Features ( #1271 )
...
Co-authored-by: Boy132 <Boy132@users.noreply.github.com>
Co-authored-by: Lance Pioch <git@lance.sh>
Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com>
2025-04-24 18:24:18 -04:00
Gabriel
6427903f9f
feat(console): save command history in session ( #1282 )
2025-04-22 17:29:17 -04:00
Boy132
7e99d5cd8e
Use Arr::dot
to display multi-dimensional activity log properties ( #1285 )
2025-04-22 22:27:50 +02:00
Boy132
0e2ab4b711
Fix activity log query ( #1258 )
2025-04-22 08:28:24 +02:00
Boy132
b444112085
Correctly display backup status ( #1256 )
...
* add status attribute to backup
* hide actions when backup is not successful
* small cleanup
2025-04-14 12:59:03 +02:00
MartinOscar
02d7ad04ad
Fix serverVariables
not saving due to join
( #1235 )
...
* Fix `serverVariables` not saving due to `join`
* Remove deprecated `viewableServerVariables`
2025-04-12 16:44:24 +02:00
Boy132
fa8ae0aea5
Add avatar providers ( #1192 )
...
* Add avatar providers
* fix exists check for local avatar
* Use avatar in user lists
---------
Co-authored-by: Charles <charles@pelican.dev>
2025-04-07 16:06:19 +02:00
Charles
377b3f170d
Change table row options ( #1220 )
...
It's a known filament issue that large tables are SUPER slow.
2025-04-06 15:03:40 -04:00
MartinOscar
566e7c1b24
Allow user to choose archive
name in FileManager
( #1206 )
...
* Allow user to choose `archive` name in `FileManager`
* Rollback `file.compress` activity translation
2025-04-06 14:52:25 -04:00
tfcprivt
b9d4773bd7
Fixed the Select dropdown to use searchable on the Edit Files Page. ( #1204 )
...
Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com>
2025-04-06 14:05:54 -04:00
Boy132
3639d7ccec
Fix file writing ( #1218 )
2025-04-04 14:38:08 +02:00
Boy132
c3b8b71f9c
Allow to register custom console widgets ( #1209 )
2025-04-04 09:30:25 +02:00
MartinOscar
636279c6eb
Add FileNotEditableException
( #1135 )
...
* Add `FileNotEditableException`
* Send `Notification` instead of Throwing
* Remove useless `function`
* Make them all `AlertBanner`
2025-04-02 21:44:51 -04:00
tfcprivt
3639f0cb50
Added Icons for the Power Actions ( #1203 )
2025-04-02 21:29:29 -04:00
Boy132
7471347b55
Improve alert banner fetching ( #1173 )
...
* use events for alert banner pulling
* add ids to alert banners to prevent duplicates
2025-03-28 23:50:34 +01:00
Charles
8d7eff13fb
Update Overview and Server List ( #1151 )
...
* Update Overview and Server List
* Fix background on light mode
2025-03-28 11:57:40 -04:00
MartinOscar
68a6dc45cb
Set Schedule
next_run_at in ListSchedules
to Never if disabled ( #1176 )
2025-03-27 20:24:33 +01:00
MartinOscar
42706dba14
Remove duplicated activity.read
& use relations in EditUser
( #1165 )
2025-03-27 15:40:19 +01:00
Boy132
61cbe5465f
Schedules: Update next_run_at
when editing & show notification if cron is invalid ( #1141 )
...
* update `next_run_at` when editing & show notification if cron is invalid
* move getNextRun to resource
2025-03-24 09:08:51 +01:00
Charles
adca50a372
Catch 500 on backup page when you hit the backup rate limit ( #1132 )
...
* Catch backup throwable
* phpstan
* Update notification
2025-03-20 10:38:24 -04:00
MartinOscar
29f3defc73
Catch DaemonFileRepository
& show Alert ( #1129 )
...
* Catch `DaemonFileRepository`
Co-authored-by: notCharles <charles@pelican.dev>
* Pint
---------
Co-authored-by: notCharles <charles@pelican.dev>
2025-03-18 23:07:21 +01:00
Boy132
a05e330b19
Fix path resolving when moving files ( #1116 )
...
* don't resolve new path when moving file
* use full path in activity log
* don't require file name when moving
2025-03-18 17:36:27 +01:00
Boy132
4a7951995e
Add bulk move ( #1117 )
2025-03-18 17:36:13 +01:00
Boy132
517f17cbcc
Add redirect after clicking reinstall ( #1126 )
2025-03-18 17:35:01 +01:00
MartinOscar
5bf23b972d
Fix DaemonFileRepository
in ListFiles
( #1109 )
...
* Fix `DaemonFileRepository` in `ListFiles`
* Use match for `getPermissionsFromModeBit`
2025-03-17 12:17:05 +01:00
MartinOscar
253abf65b1
Hide Directory
size in ListFiles
( #1102 )
...
* Hide `directory` size in `ListFiles`
* Use only one `DaemonFileRepository` in `ListFiles`
2025-03-16 15:51:02 +01:00
Boy132
a2b2e373be
Fix subuser activity log ( #1063 )
...
* use user for subject
* add permissions to properties
* always add websocket.connect permission (because it's default)
* small cleanup
* also update editing
2025-03-07 17:29:09 +01:00
MartinOscar
d438e29154
Add missing Database
address field ( #1049 )
...
* Add address field to display `host:port` to enduser on `ListDatabases` & `EditServer`
* Add `CopyAction` to `EditServer`
* Update databaseHost `display_name_help`
2025-03-06 15:55:40 +01:00
MartinOscar
1fdc428f3e
Allow sendCommand on Starting
or Running
Server
s ( #1061 )
...
* Replace `string` with `enum`
* Add title
* Allow sendCommand on `Starting` or `Running` servers
* refactor: Use Filament interfaces
* Use `getLabel` instead of `str->headline`
Co-authored-by: Boy132 <Boy132@users.noreply.github.com>
---------
Co-authored-by: Boy132 <Boy132@users.noreply.github.com>
2025-03-06 15:55:00 +01:00
Charles
a9e4495c91
Add missing activity loggers on client area ( #1060 )
...
* Update Subuser
Adds user deleted notification, Adds logger for creating subusers.
* Update Tasks
* ...
* Update Schedule
* Update Files
* Update Database
* Move `reinstall` to proper array
* Add `:action` to deleted task log
* Updates
* Fix CreateSchedule
* Fix Editing/Saving
---------
Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com>
2025-03-06 09:28:45 -05:00
MartinOscar
6caa741798
Make restart
the default payload when using PowerAction
in Schedules
( #1059 )
2025-03-05 22:10:48 +01:00
Lance Pioch
da195fd2fe
PHPstan updates ( #1047 )
...
* Not found property rule
* Make these “better”
* Day 1
* Day 2
* Day 3
* Dat 4
* Remove disabled check
* Day 4 continued
* Run pint
* Final changes hopefully
* Pint fixes
* Fix again
* Reset these
* Update app/Filament/Admin/Pages/Health.php
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com>
* Update app/Traits/CheckMigrationsTrait.php
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com>
---------
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com>
2025-03-03 14:41:19 -05:00
Charles
d79d461e7c
Fix total disk storage ( #1040 )
2025-03-01 07:30:29 -05:00
Charles
2d937229fb
Add Custom StatBlocks, Add Stats ( #1027 )
...
* add custom statblock
* add custom datablock
* Use real values, not placeholders
* More Changes
* remove unused var
* Remove old code
* Remove more
* Updates
* Add LineHeight
Changing the font size cut off the j/g and _
* Fix invisible console selection
Closes #874
* Add Missing to `offline` detection
* Use helper
* Update
* Removals
* Move to `SmallStatBlock`
2025-02-26 10:08:42 -05:00
MartinOscar
c1704eef3b
Interpret Server
StartupCommand
variables ( #1009 )
...
* Use `StartupCommandService`
* Simplify variable name
* Add `PreviewStartupAction`
2025-02-15 17:46:25 -05:00
David Groselj
206cc76a8b
Fix deleted users being shown as "System" in activity log ( #1010 )
...
* Show deleted users as "Deleted user"
* Update shown icon
* Apply suggestions from code review
Co-authored-by: Boy132 <Boy132@users.noreply.github.com>
* Update app/Models/ActivityLog.php
Co-authored-by: MartinOscar <40749467+RMartinOscar@users.noreply.github.com>
---------
Co-authored-by: Boy132 <Boy132@users.noreply.github.com>
Co-authored-by: MartinOscar <40749467+RMartinOscar@users.noreply.github.com>
2025-02-15 17:43:32 +01:00