33691 Commits

Author SHA1 Message Date
cyril lopez
5b27933d66 Add new input lib to EditPage container 2018-02-06 18:14:30 +01:00
Jim LAURIE
ae9738a9eb
Merge branch 'master' into add/input-date 2018-02-06 18:14:25 +01:00
Jim LAURIE
74b4fa06e0
Merge pull request #589 from strapi/fix/relation
Remove trivial decimal implementation and use float type instead #550
2018-02-06 18:14:11 +01:00
Aurelsicoko
2f8169c792 Hide specific model fields from response 2018-02-06 18:09:04 +01:00
cyril lopez
9740ab3869 Rename custome InputCheckbox
I ran into an issue with webpack which chould get the appropriate file beacsue of conflicting between components from the strapi-helper-plugin and components from the plugin itself. Had to rename this file in order to solve the bug
2018-02-06 18:01:44 +01:00
cyril lopez
396f892fbf
Merge branch 'master' into add/input-addon 2018-02-06 18:00:40 +01:00
cyril lopez
5002dd43ab Rename custome InputCheckbox
I ran into an issue with webpack which chould get the appropriate file beacsue of conflicting between components from the strapi-helper-plugin and components from the plugin itself. Had to rename this file in order to solve the bug
2018-02-06 17:59:06 +01:00
Jim LAURIE
9bca0ba1d7
Merge branch 'master' into fix/relation 2018-02-06 17:58:58 +01:00
Jim LAURIE
12723d1f4a
Merge pull request #588 from strapi/fix/role
Populate type field when creating a role #553
2018-02-06 17:58:37 +01:00
cyril lopez
43685d4b04 Merge branch 'master' of github.com:strapi/strapi into add/inputs-to-users 2018-02-06 17:49:53 +01:00
cyril lopez
e53fe68ed9
Merge branch 'master' into add/input-date 2018-02-06 17:49:41 +01:00
cyril lopez
8a2d5cf8e6 Fix label succes email sent 2018-02-06 17:47:50 +01:00
Jim LAURIE
c7a1ab0b5d
Merge branch 'master' into fix/role 2018-02-06 17:38:25 +01:00
Jim LAURIE
dbfc51d659
Merge pull request #585 from strapi/add/input-checkbox
Created InputCheckbox and InputChecboxWithErrors components
2018-02-06 17:38:10 +01:00
cyril lopez
da41adeacf Use new input lib in AuthPage container 2018-02-06 17:32:15 +01:00
Jim LAURIE
08ca90d4ac
Merge branch 'master' into add/input-checkbox 2018-02-06 17:14:24 +01:00
Jim LAURIE
6076561b8f
Merge pull request #586 from strapi/add/input-search
Add/input search
2018-02-06 17:14:05 +01:00
Luca
ce408d7ee6
Merge branch 'master' into feat/cli-args-db-auth 2018-02-06 17:12:41 +01:00
cyril lopez
7c2425c293
Merge branch 'master' into add/input-checkbox 2018-02-06 17:06:37 +01:00
Jim LAURIE
0b366d44d8
Merge branch 'master' into add/input-search 2018-02-06 17:00:09 +01:00
cyril lopez
23da9263a4 Fix wrong import 2018-02-06 16:58:29 +01:00
Jim LAURIE
efb9392ac9
Merge pull request #587 from strapi/fix/host
Replace host
2018-02-06 16:37:39 +01:00
cyril lopez
4c933e1c0b Remove autoComplete on password field 2018-02-06 16:27:43 +01:00
Aurelsicoko
0b9ca7aff1 Load gzip middleware before in the stack to work with Boom #544 2018-02-06 16:18:28 +01:00
Inder
56f63cbb89
Merge branch 'master' into master 2018-02-06 16:10:18 +01:00
Inder
621b70c9ea
Generating | Model name
Names added with a space/dot different variations, etc. did not work by badly generating the model name.

Reference to #328 #444 #505
2018-02-06 16:09:00 +01:00
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