29765 Commits

Author SHA1 Message Date
Jim LAURIE
cb581582ee
Merge branch 'master' into fix/host 2018-02-06 16:06:47 +01:00
cyril lopez
b5fda608e8 Add styles 2018-02-06 16:06:13 +01:00
cyril lopez
7b15559dad Created associated documentatopn 2018-02-06 16:02:35 +01:00
Aurelsicoko
e8e6b91e4f Remove user key from generated databases.json file 2018-02-06 16:00:04 +01:00
cyril lopez
6f7289e9cd Created InputAddon and InputAddonWithErrors 2018-02-06 15:58:18 +01:00
cyril lopez
451f26414c Created InputDate and InputDateWithErrors documentation
Created forgotten documentation on Inputsearch see #586
2018-02-06 15:17:45 +01:00
cyril lopez
df65a2d2ac Created InputDate and InputDateWithErrors components 2018-02-06 15:13:13 +01:00
Aurelsicoko
065346e7ef Remove trivial decimal implementation and use float type instead #550 2018-02-06 15:10:14 +01:00
Jim Laurie
b784c32be1 Add tag column 2018-02-06 15:08:25 +01:00
Aurelsicoko
a07663afe4 Populate type field when creating a role #553 2018-02-06 14:43:26 +01:00
Jim LAURIE
7f2a5cbb66
Merge pull request #577 from strapi/add-new-lib-input-to-users-homepage
Add new lib input to users homepage
2018-02-06 14:41:40 +01:00
cyril lopez
a9503decd3
Change customBootstrapClass defaultProps 2018-02-06 14:32:35 +01:00
Aurelsicoko
0680850277 fix #318 2018-02-06 14:28:12 +01:00
Jim LAURIE
f7f8fde845
Merge branch 'master' into add-new-lib-input-to-users-homepage 2018-02-06 14:27:00 +01:00
cyril lopez
beb32d32a4 Created InputSearchWithErrors 2018-02-06 14:24:36 +01:00
cyril lopez
5d997b977e Created Inputsearch component 2018-02-06 14:19:38 +01:00
Jim LAURIE
aa14b7c57d
Merge pull request #576 from strapi/add/input-email
CreatedInputEmailWithErrors and associated documentation
2018-02-06 14:01:48 +01:00
Jim LAURIE
9e28a31613
Merge branch 'master' into add/input-email 2018-02-06 13:35:33 +01:00
Jim LAURIE
44603e1c41
Merge pull request #574 from strapi/add/input-select
Created InputSelectWithErrors and add documentation
2018-02-06 13:26:38 +01:00
cyril lopez
d1761c280c
Merge branch 'master' into add/input-select 2018-02-06 13:12:15 +01:00
Jim Laurie
244b280919 New format store constructor
strapi.store(source).get(params)
strapi.store(source).set({params, value})

Co-authored-by: Aurelsicoko <aurelsicoko@gmail.com>
2018-02-06 13:10:43 +01:00
Jim LAURIE
6bb74d745c
Merge pull request #573 from strapi/add/input-password
Add/input password
2018-02-06 12:38:04 +01:00
cyril lopez
98bdac602d Remove logs and fix indent 2018-02-06 12:02:37 +01:00
cyril lopez
25c750473d Created InputCheckbox and InputChecboxWithErrors components 2018-02-06 11:55:55 +01:00
Jim LAURIE
f5319657ab
Merge branch 'master' into add/input-password 2018-02-06 11:54:00 +01:00
Jim Laurie
f5031d0155 Rename table as core_store 2018-02-06 11:42:16 +01:00
Luca Perret
f14d0447b5 feat(generate-new): processing database connection by CLI arguments 2018-02-05 22:21:47 +01:00
Jim LAURIE
2eabbbf847
Merge pull request #560 from strapi/fix-update-user
Fix user update via API and content-type-builder
2018-02-05 17:46:40 +01:00
cyril lopez
c9281f0c38 Add new input lib in PopUpForm compon in users plugin 2018-02-05 17:41:49 +01:00
cyril lopez
cc4166e683 Add new input in users-permissions plugin Advanced settings 2018-02-05 17:24:15 +01:00
cyril lopez
1b8f9747f2 CreatedInputEmailWithErrors and associated documentation
Reorganize Inputs*WithErrors props and add  noErrorsDescription prop so it can set a spacer in order to keep the input s  alignment correct
2018-02-05 17:16:15 +01:00
Jim LAURIE
dcb2839260
Merge branch 'master' into fix-update-user 2018-02-05 17:09:26 +01:00
Jim LAURIE
08cc524b8e
Merge pull request #572 from strapi/encrypt/usage
Encrypt/usage
2018-02-05 16:54:41 +01:00
Jim Laurie
1f3efc6416 3.0.0-alpha.9.2 v3.0.0-alpha.9.2 2018-02-05 16:36:33 +01:00
Jim LAURIE
b9705edde6
Merge branch 'master' into encrypt/usage 2018-02-05 16:33:00 +01:00
Jim Laurie
3011818734 Handle database configs for bookshelf
Create request to get/create/update configs
Display logs to create configs table
2018-02-05 16:25:50 +01:00
cyril lopez
15cc074d09
Merge branch 'master' into add/input-password 2018-02-05 15:45:04 +01:00
cyril lopez
386ca5bd4e Created InputSelectWithErrors and add documentation 2018-02-05 15:41:09 +01:00
Jim Laurie
38df372696 Set application name and description in database
Settings manager can now get/update database configs
2018-02-05 14:16:32 +01:00
Jim LAURIE
09ff7f45f9
Merge pull request #558 from strapi/improve/lib-input
Improve/lib input
2018-02-05 13:47:50 +01:00
Jim LAURIE
f4c1acec53
Merge branch 'master' into improve/lib-input 2018-02-05 12:49:22 +01:00
Jim LAURIE
ec56b3a884
Merge pull request #564 from strapi/add/input-textarea
Add/input textarea
2018-02-05 12:45:17 +01:00
Jim LAURIE
5fece61ed9
Fix set params id 2018-02-05 12:41:10 +01:00
cyril lopez
7a54b11051 Add input s type description in DefaultInputError 2018-02-05 12:34:44 +01:00
cyril lopez
fb9a50dacd Created InputPasswordWithErrors and added it to InputsIndex 2018-02-05 12:27:34 +01:00
cyril lopez
2afe10812c Fix documentation 2018-02-05 12:10:48 +01:00
cyril lopez
7d23acfbe6 Created InputPassword 2018-02-05 12:08:16 +01:00
Aurelsicoko
4650b35dcf Optimize code readibility 2018-02-05 11:50:03 +01:00
Jim LAURIE
eaf842a4c0
Merge pull request #539 from Froelund/master
Moved user validation logic from Jwt service to permissions policy
2018-02-05 11:14:55 +01:00
Jørgensen
7580fe16f3
Merge branch 'master' into master 2018-02-04 12:09:57 +01:00