Paolo Cuffiani
Paolo Cuffiani
The warning is due to the fact that PHP expects the default time zone to be set in `php.ini`. Once you set your server's time zone there, the warning disappears...
Uhm… Maybe we could force display of PHP errors and warnings in wizard mode? :confused: For sure, an additional check for this can be performed.
This issue should now be obsolete, after #1371. @stefanorosanelli @batopa Shall we close this?
When saving a group, all its permissions on objects are updated, and data are taken from that form. Thus, raw pagination would result in corrupting permissions for a large number...
Just a couple of questions that arose when implementing POST: should we allow clients to set an `area_id` for a Category? If yes, which Areas should be available for this...
Uhm… I'm not sure: what are permanent and volatile category? 😕
😱 I'm afraid we have no means to tell the ones from the others. I'd say that if the `/categories` endpoint is enabled in an API frontend, all categories that...
Current (proposed) implementation has: ``` GET /categories GET /categories/:id POST /categories PUT /categories/:id DELETE /categories/:id ``` All endpoints are limited to categories with `area_id` either set to `NULL` or to...
Any progress on this? It's almost a year now… The mentioned Terraform gurus were asked for an opinion but didn't reply. Is this issue abandoned? Bastion hosts are quite common,...
Hi @mpgo13 ! Thanks (again) for your contributions! I'm not sure about the approach of this solution… 🤔 I know that `iam:CreateServiceLinkedRole` is a relatively safe permission, but I'd prefer...