Boy132
99c9e1fcb6
Merge remote-tracking branch 'upstream/main' into filament-v4
2025-09-05 10:02:09 +02:00
MartinOscar
6671d45651
Fix various Translations
& add Installer & add Notifications ( #1632 )
2025-09-04 20:17:59 +02:00
Boy132
405f71e174
make phpstan happy
2025-09-02 13:43:38 +02:00
Boy132
62df59008e
replace custom suffixCopy
with filaments copyable
2025-09-02 13:34:38 +02:00
Boy132
b1a670f8f5
small cleanup
2025-09-02 13:31:00 +02:00
Boy132
a7df78d211
add support for number inputs for startup variables (and set default cast)
2025-09-02 13:09:38 +02:00
Boy132
25e45883a8
fix after merge
2025-09-02 09:28:07 +02:00
Boy132
999ac1ebb1
Merge remote-tracking branch 'upstream/main' into filament-v4
2025-09-02 09:19:52 +02:00
Boy132
8f277aaca0
Create custom startup variable field ( #1615 )
2025-09-02 09:05:36 +02:00
Boy132
42db5b328a
Fix translation for invalid schedule cron + cleanup translations for import modal ( #1618 )
2025-08-18 23:54:25 +02:00
notCharles
29ed586c88
Update import egg action
2025-08-12 13:56:59 -04:00
notCharles
1212b3bd34
Fix egg export/import
2025-08-06 17:08:58 -04:00
notCharles
c3b5e726d2
Merge branch 'main' into filament-v4
2025-08-06 16:48:14 -04:00
Charles
ec0727b406
Allow eggs to be exported/imported as YAML ( #1535 )
2025-08-04 07:32:10 -04:00
Charles
71602cb0cc
Merge branch 'main' into filament-v4
2025-08-01 12:30:01 -04:00
Charles
8840d109ef
Client area translations ( #1554 )
2025-08-01 07:26:14 -04:00
Boy132
74b3f423ed
fix hint action for egg import github refresh
2025-07-23 09:09:15 +02:00
Boy132
c508bcba95
ignoreRecord
is true by default now
2025-07-22 16:01:50 +02:00
notCharles
4835192acd
merge fixes
2025-07-19 16:54:58 -04:00
notCharles
90a3f38750
Merge branch 'main' into filament-v4
2025-07-19 16:45:20 -04:00
Boy132
340d1b543c
Add import & export for schedules ( #1530 )
2025-07-19 16:48:21 +02:00
Boy132
d165da20ec
Improve schedule form ( #1514 )
2025-07-18 08:23:08 +02:00
Charles
22fb5007f2
switch to tableIcon
2025-07-17 07:05:37 -04:00
Charles
e9ab7f6976
add icon
2025-07-17 07:02:26 -04:00
Charles
d4da111a14
Merge branch 'main' into filament-v4
...
Oh man, this is a disaster.
2025-07-10 08:40:56 -04:00
pelican-vehikl
de4cb38766
Refactor Providers
to be a singleton ( #1327 )
2025-07-01 21:33:11 -04:00
Boy132
833023c93f
comment out hintCopy
until filament bug is fixed
2025-07-01 20:42:46 +02:00
Boy132
9da52c24c0
add own CopyAction
2025-07-01 08:47:59 +02:00
Boy132
f40e125d2f
cleanup actions
2025-07-01 08:47:59 +02:00
Charles
9a2f342f3b
fix imports
2025-06-26 10:03:44 -04:00
Charles
4f0b6c888e
Merge remote-tracking branch 'origin/main' into filament-v4
2025-06-26 07:18:48 -04:00
Boy132
68f72b9b4d
Add "egg index" and dropdown to egg importer ( #1451 )
...
Co-authored-by: notCharles <charles@pelican.dev>
2025-06-25 19:50:09 -04:00
Charles
5121cf7170
disaster of a merge.... main->filament-v4
2025-06-23 07:10:27 -04:00
Boy132
3b744f37dd
Lazy load server entries (Grid
only) ( #1413 )
2025-06-03 14:33:43 +02:00
Boy132
35ce1d34ab
Permission check fixes ( #1406 )
2025-05-27 19:30:30 +02:00
Boy132
8a79a17c49
update node health heart
2025-05-09 10:36:57 +02:00
notCharles
6284c73edb
wip
2025-04-24 20:02:20 -04:00
notCharles
61da930909
wip
2025-04-24 19:03:34 -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
2dbb9a5f9b
Add update egg bulk action ( #1122 )
...
* add update egg bulk action
* make phpstan happy
* use `before`
2025-03-18 17:42:04 +01:00
Boy132
3d29243cf0
Add tag filter to lists ( #1124 )
2025-03-18 17:35:36 +01:00
MartinOscar
fbeb747fc3
Fix ImportEggAction
( #1110 )
...
* `Arr::Wrap` `data.files` cause if its unique its a string
* Use `data.url` first so it gets overwritten by `data.files`
2025-03-17 18:07:36 +01:00
Boy132
45db06a1bd
Refactor captcha ( #1068 )
...
* refactor captcha
* add default error message
* prevent rule from being called multiple times
* fixes
* use config
* Update this to latest
* Remove this
---------
Co-authored-by: Lance Pioch <git@lance.sh>
2025-03-15 15:52:38 -04:00
MartinOscar
ea5914f362
Add url Repeater
to ImportEggHeaderAction
( #1071 )
...
* Add url `Repeater` to `ImportEggAction`
* Addtranslation
* Requested changes
* Only allow `multiple` when not editing `Egg`
* Only `deletable` & `grid` if `multiple`
* Fix `FileUpload` & Make sure its a json file
2025-03-15 14:46:10 -04: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
d03366cf3d
Enhance Node
health column ( #1023 )
...
* Make sure we are talking to a `Pelican Wings` instance
* Enforce matching `token_id`
* Refactor `NodeSystemInformation`
2025-02-22 21:44:49 +01:00
MartinOscar
324fc4b7d5
Add Egg
copy from
& ReplicateAction
( #1013 )
...
* Add `Egg` `copy from` for Process & Install Script
* Add builtin `ReplicateAction`
* Use `CopyFrom` for less duplicated code
* Hide label & add tooltip to `ReplicateAction`
* use `iconButton()` instead of `hiddenLabel()`
* use `iconButton()` for every Actions
* Use our translation instead
* Copy egg_variables aswell
* remove `get()`
Co-authored-by: Boy132 <Boy132@users.noreply.github.com>
---------
Co-authored-by: Boy132 <Boy132@users.noreply.github.com>
2025-02-19 19:52:10 +01:00
MartinOscar
c1704eef3b
Interpret Server
StartupCommand
variables ( #1009 )
...
* Use `StartupCommandService`
* Simplify variable name
* Add `PreviewStartupAction`
2025-02-15 17:46:25 -05:00
Charles
f8ad720f52
Admin Area Translations ( #965 )
...
* Init
* Health Page
* Admin API Keys
* Update API Keys
* Database Hosts
* Mounts
* remove `s`
* Users
* Webhooks
* Server
never again...
* Fix Server
* Settings
* Update Mounts
* Update Databasehost
* Update Server
* Oops, Update Server
* Nodes
* Update User
* Dashboard
* Update Server
* Profile
* Egg
* Role & Update Egg
* Add base Laravel lang files
* update apikey
* remove html back to settings, remove comment
* add `:resource` to create_action
* Update Egg
* Update Egg v2
* Update 1
* trans cf info label
* Update charts
* more trans
* Update Webhook
* update Health
* Update Server
* Update Role
* Fixes
* Bulk Update
* AnotherOne
* Fix relation button label
* rename `admin1` to `admin`
Leftover from testing... oops
* More Translations
* Updates
* `pint` + Relation Manager Titles
2025-02-08 23:16:54 -05:00
MartinOscar
77bf70b063
Add default Egg import url ( #972 )
2025-02-07 15:38:25 +01:00