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
62df59008e
replace custom suffixCopy
with filaments copyable
2025-09-02 13:34:38 +02:00
Boy132
999ac1ebb1
Merge remote-tracking branch 'upstream/main' into filament-v4
2025-09-02 09:19:52 +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
Boy132
74b3f423ed
fix hint action for egg import github refresh
2025-07-23 09:09:15 +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
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
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
notCharles
61da930909
wip
2025-04-24 19:03:34 -04: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
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
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
Lance Pioch
ad1a9cd33f
Update phpstan to latest ( #804 )
...
* Fix these
* Update phpstan
* Transform these into their identifiers instead
* Fix custom rule
* License is wrong
* Update these
* Pint fixes
* Fix this
* Consolidate these
* Never supported PHP 7
* Better evaluation
* Fixes
* Don’t need ignore
* Replace trait with service
* Subusers are simply the many to many relationship between Servers and Users
* Adjust to remove ignores
* Use new query builder instead!
* wip
* Update composer
* Quick fixes
* Use realtime facade
* Small fixes
* Convert to static to avoid new
* Update to statics
* Don’t modify protected properties directly
* Run pint
* Change to correct method
* Give up and use the facade
* Make sure this route is available
* Filament hasn’t been loaded yet
* This can be readonly
* Typehint
* These are no longer used
* Quick fixes
* Need doc block help
* Always true
* We use caddy with docker
* Pint
* Fix phpstan issues
* Remove unused import
---------
Co-authored-by: MartinOscar <40749467+RMartinOscar@users.noreply.github.com>
2025-01-16 14:53:50 -05:00
Charles
e145fcdc56
Use Filament labels. ( #906 )
...
* Use Filament labels.
* use `trans`
* Show more files
No reason for this to be its own pr...
2025-01-13 09:31:37 -05:00
Boy132
eb819032bc
Add own action classes for egg actions (+ add empty state) ( #823 )
...
* add own action classes for egg actions
* add empty state to ListEggs
* put Import before Create
2024-12-12 14:29:02 +01:00