Boy132
c4fd1553fd
use correct cast for boolean toggle buttons on EditNode
2025-05-09 09:00:55 +02:00
Boy132
25dc471ef7
fix server startup and settings page
2025-05-08 16:01:16 +02:00
Boy132
3afe18d7cf
fix 500 error on activity page
2025-05-08 15:29:46 +02:00
Boy132
f37915ed2a
add back width select to admin settings
2025-05-08 15:26:33 +02:00
Boy132
5a36f9825b
use correct cast for boolean toggle/ toggle buttons on admin settings page
2025-05-08 15:17:42 +02:00
Boy132
25d146916e
use correct cast for boolean toggle buttons on EditServer
2025-05-08 15:12:28 +02:00
Charles
8d433c4a11
Replace Monaco with Built-in code editor
2025-05-08 09:03:21 -04:00
Boy132
e2bed84464
fix error when creating user
2025-05-08 14:50:52 +02:00
Boy132
9fbfd630eb
fix admin dashboard (widget actions)
2025-05-08 14:23:02 +02:00
Boy132
c2364a845b
fix 500 error on file browser
2025-05-08 14:04:09 +02:00
Charles
378059625e
Fix all of these.
2025-05-06 12:47:31 -04:00
Charles
52a5d9c37e
Fix Edit Egg
2025-05-06 12:45:10 -04:00
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
pelican-vehikl
2046fa453a
Pest Test Improvements ( #1137 )
...
Co-authored-by: Lance Pioch <git@lance.sh>
Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com>
2025-04-28 10:20:33 -04:00
notCharles
31206e15fa
wip
2025-04-27 22:43:45 -04:00
notCharles
c1f50d5d7f
wip
2025-04-27 21:50:37 -04:00
notCharles
e73f78f2f7
wip
2025-04-27 21:45:26 -04:00
notCharles
d84f873693
re-enable spa
2025-04-27 21:14:20 -04:00
MartinOscar
329a29f7da
Add missing disabled
in AllocationsRelationManager
( #1304 )
2025-04-26 06:42:29 -04:00
MartinOscar
98a2cab5ca
Case insensitive EggFeature Listeners ( #1303 )
2025-04-26 06:41:59 -04:00
RMartinOscar
779ee72ab5
Fix EditProfile
2025-04-25 21:40:25 +00: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
795102457f
wip
2025-04-25 13:10:17 -04:00
Charles
b7f26ba26d
Merge remote-tracking branch 'origin/filament-v4' into filament-v4
2025-04-25 12:05:34 -04:00
RMartinOscar
2d9514b3e6
Fix Login
2025-04-25 14:50:32 +00:00
RMartinOscar
bfb29f8109
Missing Import
2025-04-25 13:58:59 +00:00
Charles
8359cc6f1c
fix schedules
2025-04-25 09:33:42 -04:00
Charles
7c32cdcebb
fix label
2025-04-25 09:07:31 -04:00
Charles
2d5043b0b6
replace 'menuitem' with 'action'
...
deprecated
2025-04-25 09:05:55 -04:00
Charles
28b752a983
replace placeholder
with textentry
...
deprecated
2025-04-25 09:02:47 -04:00
Charles
6f5ce87985
temp fix login
2025-04-25 08:48:43 -04:00
Charles
23e02ff5e2
HasForms -> HasSchema
2025-04-25 08:48:22 -04:00
Charles
3c77c0091f
disable spa
...
tabs do not render on spa currently
2025-04-25 08:46:39 -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
Boy132
544aaab960
Make sure 2fa requirement is enforced ( #1289 )
2025-04-23 16:03:10 +02:00
Boy132
914e215bc0
Separate user uploadable avatars into own setting ( #1286 )
2025-04-23 16:02:52 +02:00
Boy132
0037b4a1d4
Only use navigation groups when using sidebar ( #1288 )
...
* Revert "Remove `NavigationGroups` for Admin Navbar (#1248 )"
This reverts commit a1869002629b18500b346e5c505869bc45d43456.
* make navigation groups conditional
2025-04-23 16:02:21 +02:00
Boy132
3deada57c6
Remove DynamicDatabaseConnection
( #1290 )
2025-04-23 16:02:08 +02:00
Gabriel
6427903f9f
feat(console): save command history in session ( #1282 )
2025-04-22 17:29:17 -04:00
PalmarHealer
b16e19b4fb
Remove open in new tab since both are on filament now. ( #1292 )
2025-04-22 17:28:00 -04:00
Boy132
7e99d5cd8e
Use Arr::dot
to display multi-dimensional activity log properties ( #1285 )
2025-04-22 22:27:50 +02:00