ScottAgirs
d41227b75d
Merge branch 'master' into patch---adjust-naming-to-password-mutations
...
Signed-off-by: ScottAgirs <scott@ijs.to>
2020-05-07 13:05:29 -04:00
Alexandre BODIN
2b3d94d747
Merge pull request #6047 from gfpacheco/bug/ignore-private-fields-on-register
...
Ignore private fields input on user register
2020-05-07 15:21:33 +02:00
Alexandre Bodin
f192d5e171
Merge branch 'master' into develop
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-05-07 13:14:23 +02:00
Alexandre Bodin
55c006a6b1
v3.0.0-beta.20.3
2020-05-07 13:02:11 +02:00
Guilherme Pacheco
677b25007f
Fix user register test
...
Signed-off-by: Guilherme Pacheco <guilherme.f.pacheco@gmail.com>
2020-05-06 10:42:22 -03:00
Guilherme Pacheco
aa34dd256f
Update register mutation input
...
Signed-off-by: Guilherme Pacheco <guilherme.f.pacheco@gmail.com>
2020-05-06 10:42:17 -03:00
Alexandre Bodin
4d5af2c95d
Make password input optional while editing
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-05-05 19:05:43 +02:00
Alexandre Bodin
72ad156f20
Merge branch 'master' into develop
2020-05-05 15:01:11 +02:00
Alexandre Bodin
a27d5f210d
v3.0.0-beta.20.2
2020-05-05 14:56:13 +02:00
Alexandre Bodin
a927f7e19b
Only allow registeration with specific fields
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: diogotcorreia
2020-05-05 14:46:44 +02:00
Alexandre Bodin
c364fcd0e2
Move lifecycles to sub field and added documentation
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-05-04 10:55:08 +02:00
Ky
ec71ed2c92
Merge branch 'develop' of github.com:strapi/strapi into front/ui-improvements
...
Signed-off-by: Ky <virginie.ky@gmail.com>
2020-04-29 15:45:30 +02:00
Ky
c11cc6ab97
apply design review
...
Signed-off-by: Ky <virginie.ky@gmail.com>
2020-04-29 11:47:38 +02:00
Alexandre Bodin
2e31afe6dd
Upgrade doc to use env var and js config files
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:43 +02:00
Alexandre Bodin
d7327d4395
remove overwritting env var witohut passing by the config
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:39 +02:00
Alexandre Bodin
5595f6ca94
Add policy loader
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:36 +02:00
Ky
490d565c07
use theme for fontweight
...
Signed-off-by: Ky <virginie.ky@gmail.com>
2020-04-28 15:31:43 +02:00
Ky
83f2022e20
Merge branch 'develop' of github.com:strapi/strapi into front/ui-improvements
2020-04-28 15:22:20 +02:00
Ky
f828314acc
apply pr review
...
Signed-off-by: Ky <virginie.ky@gmail.com>
2020-04-28 15:20:41 +02:00
Alexandre Bodin
6a6d53b402
v3.0.0-beta.20.1
2020-04-28 10:00:23 +02:00
Ky
4cd1b6c124
Merge branch 'front/ui-improvements' of github.com:strapi/strapi into front/ui-improvements
...
Signed-off-by: Ky <virginie.ky@gmail.com>
2020-04-26 18:55:03 +02:00
Ky
9384a00a96
Merge branch 'develop' of github.com:strapi/strapi into front/ui-improvements
...
Signed-off-by: Ky <virginie.ky@gmail.com>
2020-04-26 18:13:20 +02:00
soupette
221ad7975b
Fix conflicts
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-04-23 14:51:42 +02:00
soupette
8dcaf1b065
Fix styled compo lint
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-04-22 15:49:51 +02:00
soupette
6d9bc79726
Upgrade react-intl dependency to latest
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-04-22 14:01:08 +02:00
soupette
b71647a7d7
Remove unneeded packages
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-04-22 14:01:07 +02:00
soupette
13d4c58bbe
Update reducer injector in all plugins
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-04-22 14:01:05 +02:00
Steven Raines
bec93f672f
updated arguments sent to role controller to ( #5857 )
...
match the expected format
Signed-off-by: Steven Raines <stevenraines@gmail.com>
2020-04-22 11:13:48 +02:00
Pierre Noël
134fba1229
rename DEFAULT_PERMISSIONS
...
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
2020-04-20 15:19:12 +02:00
Pierre Noël
ddc5bb5ac3
fix missing permissions at startup
...
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
2020-04-20 15:19:11 +02:00
soupette
bf1040f9b9
Upgrade reactstrap dependency. Fixes #5837
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-04-17 14:00:53 +02:00
Alexandre Bodin
9d8944ebfe
v3.0.0-beta.20
2020-04-16 15:10:53 +02:00
Alexandre Bodin
94dbf10adc
Merge branch 'master' into develop
2020-04-16 14:05:23 +02:00
Daniel
f56158b684
Fix email confirmation redirect which got broken in #5580
...
Signed-off-by: Daniel <epegzz@gmail.com>
2020-04-15 22:25:27 +02:00
ScottAgirs
40fbe530c1
[minor] console log text tweak
...
Signed-off-by: ScottAgirs <scott@ijs.to>
2020-04-11 13:46:45 -04:00
ScottAgirs
823acf4777
[deprecate] change-password in favour of reset-password
...
Signed-off-by: ScottAgirs <scott@ijs.to>
2020-04-11 13:41:09 -04:00
Alexandre Bodin
cc9d23c3ac
Merge branch 'develop' into features/media-lib
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-07 20:24:39 +02:00
Jean-Sébastien Herbaux
a583d1b859
Fix/#3184/fix server crashs on database change ( #5703 )
...
* Don't set connection field on create/edit operation on content-types & components
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Make sure that every component has a valid connection attribute
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Remove connection check on components load
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Remove default connections from core & webhook stores but make sure it's defined in the application lifecycle
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Fix component's associations that can be undefined instead of empty in populateBareAssociations
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Remove "default" connection from plugins' models
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Remove connection attribute from generated models (cli)
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Mutate each component instead of reassign
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Build core_store and webhook model based on the current config
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Add connection to templates conditionally (based on args)
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Set default value for description to undefined instead of empty string
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Remove unnecessary complexity
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Update getStarted models
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Fix attributes parsing for generate:model
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Removed tpl option from generate:model/api
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Remove tpl option from cli
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-04-07 16:31:44 +02:00
Alexandre Bodin
8d56e0c12f
v3.0.0-beta.19.5
2020-04-01 11:27:56 +02:00
ScottAgirs
7305a2e20c
[add] changePassword
...
[refactor] changePassword > resetPassword
Signed-off-by: ScottAgirs <scott@ijs.to>
2020-03-31 00:55:35 -04:00
ScottAgirs
10667395e2
[rename] ForgotPassword > UserPersmissionsPasswordPayload
...
Signed-off-by: ScottAgirs <scott@ijs.to>
2020-03-31 00:55:35 -04:00
ScottAgirs
8e322285d6
[add] changePassword mutation
...
Signed-off-by: ScottAgirs <scott@ijs.to>
2020-03-31 00:55:35 -04:00
ScottAgirs
801224f2d9
[rename] changePassword > resetPassword for accuracy
...
Signed-off-by: ScottAgirs <scott@ijs.to>
2020-03-31 00:55:35 -04:00
Alexandre Bodin
50df7365d6
Merge branch 'develop' into features/media-lib
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-03-30 12:04:04 +02:00
Alexandre Bodin
24bd311678
v3.0.0-beta.19.4
2020-03-30 09:57:05 +02:00
Convly
f171029243
Change checkBadRequest's exception shape
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-03-27 14:33:55 +01:00
Convly
2d8e55838e
Update path to contextBody attributes in schema.graphql.js@checkBadRequest()
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-03-27 12:19:44 +01:00
Virginie Ky
a5718f9eb7
Merge branch 'develop' of github.com:strapi/strapi into front/ui-improvements
2020-03-27 09:44:49 +01:00
soupette
2e525a7f65
Merge branch 'develop' of github.com:strapi/strapi into features/media-lib
2020-03-27 07:47:17 +01:00
Alexandre BODIN
9fdb650c6c
Fix rerouting of destroy route in user-perm ( #5581 )
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-03-26 13:55:52 +01:00