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
Walter Cossu
f1745c0956
Merge branch 'master' of https://github.com/trick0/strapi
...
Signed-off-by: Walter Cossu <walter.cossu@realt.it>
2020-04-24 10:47:29 +02:00
Walter Cossu
90e0d75230
added countSearch method to user service
2020-04-24 10:30:37 +02:00
trick0
371e3e0d28
Merge branch 'master' into master
2020-04-24 10:26:37 +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
Walter Cossu
c01bda9fff
added user count
...
Signed-off-by: Walter Cossu <walter.cossu@realt.it>
2020-04-17 18:00:03 +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
Matt
ce8e97bce9
Signed-off-by: Matt <kapakapa197@gmail.com>
...
Fixed a typo in the configuration
2020-04-12 20:19:05 +02:00
Matt
2850c6ff0f
Signed-off-by: Matt <kapakapa197@gmail.com>
...
Fixed an erro on JWT default configuration file
2020-04-12 14:46:19 +02:00
Matt
86321355c7
Added support for full jwt configuration with jwt.json config file
...
Signed-off-by: Matt <kapakapa197@gmail.com>
2020-04-12 14:23:43 +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
soupette
38b7823b34
Merge branch 'develop' of github.com:strapi/strapi into features/media-lib
2020-03-26 08:01:22 +01:00
Roel Beerens
2570e27238
feat: Added missing forgotPassword, changePassword and emailConfirmation mutations/resolvers. Made a slight adjustment to the emailConfirmation controller function in Auth.js to return a UsersPermissionsLoginPayload when using GraphQL
...
Signed-off-by: Roel Beerens <roel@gravity.nl>
2020-03-23 18:02:26 +01:00
Alexandre Bodin
72440af84b
Merge branch 'develop' into features/media-lib
2020-03-23 17:28:21 +01:00
soupette
818927f7b5
Fix conflicts
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-03-23 14:33:17 +01:00
Derrick Mehaffy
8f7af83049
Remove extra console.log in users-permissions
...
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-03-23 03:50:35 -07:00
Kim, Harim
40ea493b26
Fix context issue in custom GraphQL query and mutation ( #5532 )
...
* 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>
2020-03-20 14:24:14 +01:00
Virginie Ky
fe20425215
Merge branch 'develop' of github.com:strapi/strapi into front/ui-improvements
2020-03-16 14:52:58 +01:00
soupette
f99f83af02
Merge branch 'develop' of github.com:strapi/strapi into features/media-lib
2020-03-13 11:04:45 +01:00
Alexandre BODIN
9ab43d2c42
Merge branch 'master' into fix/#4901/findOneCantHaveMultipleParametersWhenThereIsAPK
2020-03-12 16:10:56 +01:00
virginieky
1698dfe98c
Merge branch 'develop' into front/ui-improvements
...
Signed-off-by: Virginie Ky <virginie.ky@gmail.com>
2020-03-09 10:57:49 +01:00
Pierre Noël
b5ec9cb1c8
handle unexpected params from koa-router
...
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
2020-03-06 19:16:51 +01:00