Boy132

Results 57 issues of Boy132

Currently you can create multiple variables with the same name. This should not be possible. Same applies to the env variable name.

🐛 bug

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...

✨ feature
🟡 medium

Add tag filters to `ListEggs` and `ListNodes`

✨ feature
🟢 easy

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 ![grafik](https://github.com/user-attachments/assets/c0d28988-accf-4031-93df-5a97eee5f762) 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 /...

✨ feature

When enabling `Hide admin activies?` the following error is thrown when viewing activity logs: ![image](https://github.com/user-attachments/assets/8faa2a3e-57b4-4966-9f0a-a2b38ba3f170) 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:...

🐛 bug
🟡 medium

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))