33691 Commits

Author SHA1 Message Date
Jim Laurie
9aef2ca325 Database config getter and setter
Add in strapi.config get and set functions
await strapi.config.set("key name", "data", "environment", "core/api/plugin", "api-name/plugin-name")
await strapi.config.get("key name", "environment", "core/api/plugin", "api-name/plugin-name")
2018-02-01 16:50:05 +01:00
cyril lopez
09b7a13095 Created InputNumber component 2018-02-01 16:49:25 +01:00
cyril lopez
93e1147f96 Created InputErrors component 2018-02-01 16:37:52 +01:00
cyril lopez
e5f74a7022 Created InputDescription component and associated doc 2018-02-01 15:32:07 +01:00
cyril lopez
d212c7aba0 Created InputText and InputTextWithErrors components 2018-02-01 14:30:22 +01:00
Jim LAURIE
0705d4fdf5
Merge pull request #554 from strapi/alpha.9.1
Install analytics plugin by default on strapi new project
2018-02-01 12:57:02 +01:00
Jim LAURIE
4e2f844cc9
Merge branch 'master' into alpha.9.1 2018-02-01 12:22:26 +01:00
cyril lopez
17746742bf Add Label documentation
Change Label value props to message so it s more explicit
2018-02-01 11:42:36 +01:00
Jim Laurie
f9a818e49c 3.0.0-alpha.9.1 v3.0.0-alpha.9.1 2018-02-01 11:08:15 +01:00
Jim Laurie
ec5c19a8d4 Handle no core plugins installation on strapi new
Install analytics plugin by default on strapi project
2018-02-01 11:06:26 +01:00
cyril lopez
a1e890f0e1 Created Label component 2018-02-01 11:03:44 +01:00
Jim LAURIE
65ed0d5641
Merge pull request #471 from joshtechnologygroup/hot_fix_-467
Fixes https://github.com/strapi/strapi/issues/467
2018-01-31 16:14:50 +01:00
Amit Yadav
7aa83dd897
Merge branch 'master' into hot_fix_-467 2018-01-31 19:25:08 +05:30
Amit Yadav
aabecd2fec
Removed async/await as it had to impact 2018-01-31 19:22:52 +05:30
Jim LAURIE
b8ed7f63f6
Merge pull request #547 from strapi/update/roadmap
Update ROADMAP.md
2018-01-31 14:14:51 +01:00
Jim LAURIE
06be00a3d5
Merge branch 'master' into update/roadmap 2018-01-31 13:57:48 +01:00
Jim LAURIE
3b607fcaf8
Merge pull request #546 from strapi/migration-guide-8-9
Create migration guide from alpha.8 to alpha.9
2018-01-31 13:57:34 +01:00
Jim LAURIE
2a062fa23d
Merge branch 'master' into migration-guide-8-9 2018-01-31 13:39:48 +01:00
Aurélien GEORGET
0165144938
Update ROADMAP.md 2018-01-31 13:37:15 +01:00
Jim LAURIE
d4d3440d07
Merge pull request #543 from memolipd/patch-1
moved config out of middleware and into app config
2018-01-31 13:21:57 +01:00
Jim LAURIE
8e236588b9
Merge branch 'master' into patch-1 2018-01-31 13:06:07 +01:00
Jim Laurie
9ef20e40b9 Create migration guide from alpha.8 to alpha.9
Co-authored-by: soupette
2018-01-31 12:25:18 +01:00
Jim LAURIE
f626f6c868
Merge pull request #538 from strapi/3.0.0-alpha.9
3.0.0-alpha.9
v3.0.0-alpha.9
2018-01-31 08:37:41 +01:00
Jim LAURIE
80d327da8d
Merge branch 'master' into 3.0.0-alpha.9 2018-01-31 08:10:32 +01:00
Jim LAURIE
79bbd9088c
Merge pull request #537 from strapi/fix-providers-restrictions
Fix disable register and provider login
2018-01-31 08:08:00 +01:00
Jim LAURIE
1dd08597cd
Merge branch 'master' into fix-providers-restrictions 2018-01-31 07:51:24 +01:00
Paolo
f07a99542a
moved config out of middleware and into app config
noticed the defaults object was not being merged with the config, as a work around I've added the settings manually
2018-01-30 15:34:09 +00:00
Kristian Frølund
28cd762009 Rephrased error-text 2018-01-29 19:30:56 +01:00
Kristian Frølund
280109c034 Moved user validation logic from JWT service to permissions policy 2018-01-29 19:26:28 +01:00
Jim Laurie
8825f2fe2c 3.0.0-alpha.9 2018-01-29 17:24:10 +01:00
Jim Laurie
c044b105fc Fix block provider conditions 2018-01-29 17:12:49 +01:00
Jim LAURIE
30d382652e
Merge pull request #536 from strapi/fix/user-relation
Fix content type builder bug  #529 front-end
2018-01-29 14:06:36 +01:00
Jim LAURIE
236e65c54a
Merge branch 'master' into fix/user-relation 2018-01-29 13:46:09 +01:00
Jim LAURIE
40d0a17201
Merge pull request #518 from Froelund/master
Added default options to enable re-use
2018-01-29 13:45:51 +01:00
Jim Laurie
0164a76d4c Fix disable register and provider login 2018-01-29 13:12:49 +01:00
Aurélien GEORGET
7f2fbc8453
Merge branch 'master' into master 2018-01-29 13:08:01 +01:00
cyril lopez
3e65ca8059 Merge branch 'fix/user-relation' of github.com:strapi/strapi into fix/user-relation 2018-01-29 12:06:11 +01:00
cyril lopez
ed5074318f Add missing trad keys in admin 2018-01-29 11:58:18 +01:00
Jim LAURIE
62e5ccec63
Merge pull request #525 from strapi/fix/users-front
Fix/users front
2018-01-29 11:28:16 +01:00
cyril lopez
956365cacf
Merge branch 'master' into fix/user-relation 2018-01-29 11:20:15 +01:00
cyril lopez
1258fb7db4 Fix content type builder bug #529 front-end
The error was due to the notification provider which was passed an array instead of a string. It causes the UI to break becaus of FormattedMessage
2018-01-29 11:18:06 +01:00
Jim LAURIE
717287cec8
Merge branch 'master' into fix/users-front 2018-01-29 11:15:04 +01:00
Jim LAURIE
b33080e4fb
Merge pull request #534 from Adriang71/fix/save-user-permission-model
Fix/save user permission model
2018-01-29 11:14:57 +01:00
Jim LAURIE
eaae50c70f
Merge branch 'master' into fix/save-user-permission-model 2018-01-29 10:57:32 +01:00
Jim LAURIE
0b07b8c648
Merge pull request #526 from strapi/doc/email_variables
Add email template documentation
2018-01-29 09:10:33 +01:00
Jim LAURIE
059ededf2b
Merge branch 'master' into doc/email_variables 2018-01-29 08:44:26 +01:00
AdrianGunia
84365091f6 drop usless change 2018-01-28 19:50:37 +01:00
AdrianGunia
ad2a455466 fix bug(save user via gui) 2018-01-28 19:45:48 +01:00
Jørgensen
b0c915c34b
Merge branch 'master' into master 2018-01-27 08:09:19 +01:00
Jørgensen
69d6ed748b
Implemented review suggestion. 2018-01-27 08:08:59 +01:00