* Allow custom populate in user model
Signed-off-by: Juan David <juand.business@gmail.com>
* use merge from lodash to join a custom populate
Signed-off-by: Juan David <juand.business@gmail.com>
* refactor fech
* fix: add Enable, Disable, and Done trad on email plugin
Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>
* fix: add translation for dinamic zone required component error
Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>
* fix: back to form.button.done, turns out other dont have form.button.done on strapi-admin
Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>
* feat: add replace media translation support
Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>
Move input selected state from controller to parent component (plugin)
to prevent multiple selections and highlighting of checkbox fields
from different controllers.
Signed-off-by: Christos Malliaridis <c.malliaridis@gmail.com>
Move click action to wrapper (parent) to allow clicks on
whole area of checkbox. Also update the highlighting and
visibility on hover of configuration wheel for better
usability. This way the user learns that clicking on the
item or wheel opens the configuration and clicking on
the text or checkbox toggles the checkbox.
Signed-off-by: Christos Malliaridis <c.malliaridis@gmail.com>
* Sanitize user object in update method return value
Signed-off-by: Drew Town <drew.town+github@gmail.com>
* Sanitize returned user data on create and destroy
Pull request https://github.com/strapi/strapi/pull/6072 aimed to add security by preventing creation of user with email confirmation enabled. By limiting user params to 'username', 'email', 'password', the current code do not allow adding custom field to user entity during registration which may breaks existing applications that have added required custom fields into user model .
Signed-off-by: François Rosato <francois.rosato@ekino.com>
* add possibility to use strapi on a non-root base url path
* fix documentation password form
* use server.url and admin.url in config
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* update doc proxy
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* move server.url location in config
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* refacto
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* add possibility to put relative urls
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* allow '/' as an admin url + refacto
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* update yarn.lock
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* refacto
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* Remove default proxy option
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
* fix github provider
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* fix github login
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* Remove files that should be here
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: Pierre Noël <pierre.noel@strapi.io>
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>