Charles
460a5dfaf8
composer update (#2030 )
2025-12-22 19:01:52 -05:00
MartinOscar
b6aeb954c4
Disable Captcha & Oauth Settings actions when read only ( #1968 )
2025-12-08 11:33:29 +01:00
PalmarHealer
6c02f9a663
feat: Add toggle for automatic allocation creation in panel settings ( #1884 )
2025-12-01 08:59:07 +01:00
Charles
897b95ec13
Change Admin Actions to IconButtons ( #1900 )
2025-11-27 16:44:05 -05:00
MartinOscar
acec117b1e
Use public disk for console fonts upload ( #1893 )
2025-11-11 18:13:52 +01:00
PalmarHealer
605fcbe61a
feat: Add mixed navigation type with admin-configurable defaults ( #1850 )
2025-10-31 14:12:54 -04:00
MartinOscar
e6aa76ef2c
Refactor: add FilamentServiceProvider & globally make Select native(false) ( #1836 )
2025-10-29 23:23:18 +01:00
MartinOscar
bb02ec4c6c
Add user() helper ( #1768 )
2025-10-07 17:12:31 -04:00
Boy132
9f35f1c3ee
Enable "ordered imports" ( #1746 )
2025-09-24 13:34:19 +02:00
Boy132
d5d50d4150
Collection of smaller v4 fixes ( #1684 )
...
Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com >
Co-authored-by: notCharles <charles@pelican.dev >
2025-09-15 23:28:57 +02:00
Charles
1900c04b71
Filament v4 🎉 ( #1651 )
...
Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com >
Co-authored-by: Boy132 <Boy132@users.noreply.github.com >
Co-authored-by: Lance Pioch <git@lance.sh >
2025-09-08 13:12:33 -04:00
MartinOscar
6671d45651
Fix various Translations & add Installer & add Notifications ( #1632 )
2025-09-04 20:17:59 +02:00
Charles
36863f94c0
Allow user selectable navigation type ( #1572 )
...
Co-authored-by: Boy132 <Boy132@users.noreply.github.com >
2025-08-05 08:56:31 -04:00
pelican-vehikl
de4cb38766
Refactor Providers to be a singleton ( #1327 )
2025-07-01 21:33:11 -04:00
Boy132
6107524522
Trait-ify resources and add customizable options ( #1396 )
2025-06-19 18:24:25 +02:00
MartinOscar
2961c3e88b
Refactor EnvironmentTrait to use Env Facade ( #1430 )
2025-06-04 22:24:17 +02:00
Boy132
f400e2db76
Fix TRUSTED_PROXIES with * ( #1358 )
2025-05-09 16:22:33 -04:00
Charles
03ec20e3a0
fix settings on mobile ( #1336 )
2025-05-04 09:15:12 -04:00
Charles
3effd98013
Allow changing of the console font ( #1277 )
...
* Custom Fonts
* Update app/Filament/Pages/Auth/EditProfile.php
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com >
* wip
* wip
* Update app/Filament/Pages/Auth/EditProfile.php
Co-authored-by: Lance Pioch <git@lance.sh >
* Update app/helpers.php
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com >
* update
* add fonts folder for docker
* Add default font
* Update server console to preload the font
* Update settings/trans
---------
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com >
Co-authored-by: Lance Pioch <git@lance.sh >
2025-05-01 09:47:59 -04:00
Boy132
914e215bc0
Separate user uploadable avatars into own setting ( #1286 )
2025-04-23 16:02:52 +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
Boy132
82b0aff105
Fix SMTP scheme/ encryption ( #1120 )
2025-03-21 08:42:42 +01:00
MartinOscar
f2f3ee548f
Add App Logo ( #1104 )
...
* Add `app.logo` to `Settings`
* Use `app.name` if `app.logo` is null
2025-03-17 13:28:32 +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
fd6e7eb314
Fix missing space in OAuth modal ( #1078 )
2025-03-10 19:28:39 +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
Lance Pioch
82409f2fba
Laravel 12.x Shift ( #1045 )
...
* Convert route options to fluent methods
Laravel 8 adopts the tuple syntax for controller actions. Since the old options array is incompatible with this syntax, Shift converted them to use modern, fluent methods.
* Slim `lang` files
* Shift core files
* Validate via object directly within Controllers
* Use `Gate` facade for controller authorization
* Dispatch jobs directly
* Remove base controller inheritance
* Default config files
In an effort to make upgrading the constantly changing config files easier, Shift defaulted them and merged your true customizations - where ENV variables may not be used.
* Set new `ENV` variables
* Add new Laravel `composer run dev` script
* Add `storage/app/private` folder
* Bump Composer dependencies
* Convert `$casts` property to method
* Adopt Laravel type hints
* Shift cleanup
* Apply suggestions from code review
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com >
* Add old key as backup
* Update composer
* Remove extra line
* Update this
---------
Co-authored-by: Shift <shift@laravelshift.com >
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com >
2025-03-03 14:41:00 -05:00
MartinOscar
09375df8a7
Add missing selectablePlaceholder(false) & native(false) Fix 500 ( #1008 )
...
* Add missing `selectablePlaceholder(false)`
* Add missing `native(false)`
2025-02-14 11:11:16 +01:00
MartinOscar
35d25d216e
Cleanup OAuth _noenv & enabled providers ( #989 )
2025-02-11 22:10:27 +01: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
Boy132
4ec9171017
OAuth improvements ( #903 )
...
* rework oauth provider creation & lodaing
* add separate setup form
* use wizard for setup
* add provider class for discord
* cleanup and fixes
* don't throw exception when creating duplicate provider
* update profile and login pages
* did not mean to remove the whole else, oops
* use import
2025-01-15 18:29:06 +01:00
MartinOscar
fe43539ea7
Use temp config for mail testing ( #912 )
...
* Use temp config
* Change port when changing encryption
* Pint
* Use finally
* Pint please do your job next time
Co-authored-by: Boy132 <Boy132@users.noreply.github.com >
---------
Co-authored-by: Boy132 <Boy132@users.noreply.github.com >
2025-01-15 16:07:12 +01:00
Boy132
af4ac1db92
Update admin area navigation ( #881 )
2025-01-07 08:24:43 +01:00
Charles
17805f676e
Add OAuth Settings to Settings ( #839 )
...
* Replace tabler icon package
* Use new filled icons
note: not everything has a filled icon
* Add OAuth Settings to Settings Page
* Fix authentik base url
* replace hard coded oauth
2025-01-04 12:35:07 -05:00
Lance Pioch
133c1a511f
Replace some guzzle exceptions and fix server creation failures ( #848 )
...
* Replace guzzle exceptions
* Pint fixes
* Fix test
* Remove unused imports
* Catch & Notify the user instead of 500
* Update app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php
Co-authored-by: Boy132 <Boy132@users.noreply.github.com >
---------
Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com >
Co-authored-by: Boy132 <Boy132@users.noreply.github.com >
2025-01-01 15:20:16 -05:00
Charles
d908fb9a9d
Remove unsaved changes alert ( #778 )
...
* Remove unsaved changes alert
* Remove this also
* Remove this also...
2024-12-07 11:39:00 -05:00
Boy132
e27f23b1b6
Move admin pages & resources into own namespace ( #741 )
...
* move admin pages & resources into own namespace
* fix imports for resource pages
2024-12-07 15:51:27 +01:00