John Robinson
John Robinson
+1 for getting this fixed. Not only is using `mysql_native_password` less secure, but this is making it increasingly difficult to use MySQL databases with Directus. And since Directus allows you...
Also, the `base.liquid` file makes reference to a footer block, but I don't see any reference to it in the documentation, and again, no .liquid template file available. ``` {%...
I just found another email sent by Directus which does not have a corresponding liquid template: When a collection is exported to the file library, an in-app notification is sent...
Here are some steps I've taken: - Disabled all flows - Created a new role with full access permissions to CRUD to `directus_users` and full read permissions to `directus_roles` (see...
@hanneskuettner Good question, but no, I have no extensions loaded. I agree it seems like a permissions issue, but the role was just created and the only thing modified are...
@hanneskuettner Thank you for all your insight on this issue. It's much appreciated. I'll be looking in to this further.
I also wish to have the calendar layout open to the current date by default, so I currently have a filter applied to `directus_presets` to `delete data.$trigger.payload.layout_options.calendar.viewInfo.startDateStr` from being saved...
I agree. This is similar to the ability for WordPress to allow plugin installations via the UI. It allows software to be installed on-the-fly in a production environment, which is...