Lance Pioch
Lance Pioch
This includes an event system that records events to the database. This may replace the activity log.
There are a decent number of controllers with unused $request (and other) variables, such as: https://github.com/pelican-dev/panel/blob/e8bf5dbfccd28fdaffade2a223cfa0d117189c01/app/Http/Controllers/Admin/Nodes/NodeViewController.php#L32
We have calls to `encrypt` and `decrypt` all over the place. We should be able to replace almost all of them with an encrypted cast: https://laravel.com/docs/11.x/eloquent-mutators#encrypted-casting
Only usage of primary allocation is for the magic egg variables of: {{SERVER_IP}} abd {{SERVER_PORT}} Besides that, it's only visual. Instead it could be better to just have the ports...
This is a json array column. * [ ] As part of the up migration, change pre-existing nulls to '[]' * [ ] Default the value to '[]' in the...
https://www.grouparoo.com/blog/varchar-191 https://stackoverflow.com/questions/43832166/laravel-5-4-specified-key-was-too-long-why-the-number-191