-
Updated
Apr 24, 2021 - JavaScript
headless-cms
Here are 482 public repositories matching this topic...
Steps to reproduce:
- create collection Categories
- create collection Articles
- add relational field to Articles for example M2O
- add rule Author with all permissions on Articles and only read permission on Categories
When author user add/edit Article visually he can add/edit Category. Finally if saving got an arror:
{
"message": "You do
-
Updated
Apr 22, 2021 - JavaScript
-
Updated
Apr 24, 2021 - TypeScript
-
Updated
Apr 19, 2021 - JavaScript
-
Updated
Jul 19, 2020
-
Updated
Apr 23, 2021 - TypeScript
-
Updated
Apr 21, 2021 - C#
- Are you running a release or master: master
- Issue is about a fresh instance (no data in db) or restart: fresh
This seems a known/unfinished issue based on the commented 'Name' field in the code noted below, but I was hoping it could be addressed as it would greatly ease the discovery of the graphql endpoints generated by the db tables as they would become available in GraphiQL in #13
``
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Apr 23, 2021 - Java
-
Updated
Apr 23, 2021 - PHP
-
Updated
Apr 20, 2021 - PHP
Social login
Is your feature request related to a problem? Please describe.
Allow social login:
- Github (this is also for future in CMS discussion, create a ticket to Github purpose)
- Others (eg, Github, MS, Twitter, Apple,...)
Describe the solution you'd like
- Allow login via /security/login or /security/register
- Allow login methods via API
- Allow l
-
Updated
Apr 22, 2021 - JavaScript
-
Updated
Feb 7, 2021 - PHP
-
Updated
Mar 31, 2021 - JavaScript
-
Updated
Apr 14, 2021 - JavaScript
-
Updated
Apr 7, 2021 - PHP
-
Updated
Apr 8, 2021 - TypeScript
-
Updated
Mar 29, 2021 - PHP
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Apr 23, 2021 - TypeScript
Class AbstractReflectionPropertyFieldResolver automatically exposes all the properties from a provided class, to easily create its FieldResolver.
Since in PHP 7.4 class properties can be typed, we can extract the types to return in function getSchemaFieldType.
-
Updated
Mar 30, 2021 - PHP
Improve this page
Add a description, image, and links to the headless-cms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the headless-cms topic, visit your repo's landing page and select "manage topics."
Describe the bug
Using xframe
ALLOW-FROMthrows error in console:Invalid 'X-Frame-Options' header encountered when loading 'https://api.dev.mysite.com/uploads/my-file.pdf': 'ALLOW-FROM dev.mysite.com' is not a recognized directive. The header will be ignored.https://strapi.io/documentation/v3.x/concepts/middlewares.html#response-middlewares
instructions for xframe indicate `ALLOW-FR