* Ok, now I translated from start to finish
Should be good to go, some stuff is still in English because it's impossible/worse to translate to PT
Signed-off-by: Filipe <filipesilvamedeiros@gmail.com>
* Updated the dependency. It's a patch, so it shouldn't break anything at all
Signed-off-by: Filipe <filipesilvamedeiros@gmail.com>
* Revert "Ok, now I translated from start to finish"
This reverts commit 7ea0574db78abb6fc0d328465e618b860fff89bb.
Signed-off-by: Filipe <filipesilvamedeiros@gmail.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>
* fix shadow crud breaking build when resolvers are not defined in a plugin
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* refacto
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
Co-authored-by: Pierre Noël <pierre.noel@strapi.io>
* Implement Graphql Aggregation Feature for Bookshelf
Signed-off-by: Long Nguyen <olragon@gmail.com>
* Fix no-unused-vars
Signed-off-by: Long Nguyen <olragon@gmail.com>
* Fix code to use `model.get()` instead of internal structure
Signed-off-by: Long Nguyen <olragon@gmail.com>
* fix context issue in custom query and mutation
Signed-off-by: harimkims <harimkims@gmail.com>
* merge only state-related context
Signed-off-by: harimkims <harimkims@gmail.com>
* roll back the code, fix the test instead
Signed-off-by: harimkims <harimkims@gmail.com>