Boy132
Boy132
Currently you can create multiple variables with the same name. This should not be possible. Same applies to the env variable name.
https://laravel.com/docs/11.x/socialite https://socialiteproviders.com/ - [x] Backend (#386) - [ ] Frontend - [ ] Add more providers (e.g. authentik, google, microsoft, steam) - [ ] Make it easier to add additional...
Adds a new command to check installed eggs for updates. This just fetches the json from the `update_url` and compares it with the current json. (or rather the hashes of...
Follow up for https://github.com/pelican-dev/panel/pull/614 Makes sure the installer is enabled on first run. Also added the `SESSION_COOKIE` to the compose file.
Closes #588  Does not disable/ remove reCAPTCHA for normal auth! (although the settings page has been updated to turnstile)
### Discussed in https://github.com/pelican-dev/panel/discussions/21 Originally posted by **Oldbear200** April 12, 2024 Hey please add that admins can assign a node to a user so he can create / manage /...
When enabling `Hide admin activies?` the following error is thrown when viewing activity logs:  https://github.com/pelican-dev/panel/blob/main/app/Http/Controllers/Api/Client/Servers/ActivityLogController.php#L36 ``` production.ERROR: Class name must be a valid object or a string {"userId":1,"exception":"[object] (Error(code:...
Currently you can login via the filament auth (`/admin/login`) without 2FA. Example: https://filamentphp.com/plugins/vormkracht10-2fa (uses [Laravel Fortify](https://laravel.com/docs/11.x/fortify)) or https://filamentphp.com/plugins/stephenjude-two-factor-authentication
Ideally we don't use something like google reCAPTCHA but something GDPR friendly. Or make it configurable. Example: https://filamentphp.com/plugins/ousid-cloudflare-turnstile (uses [Laravel Turnstile](https://github.com/coderflexx/laravel-turnstile))