Jim LAURIE
eb6702ecf3
Merge pull request #582 from lucaperret/feat/cli-args-db-auth
...
feat(generate-new): processing database connection by CLI arguments
2018-02-07 11:47:55 +01:00
cyril lopez
7db50ab6e1
Created inputsdValidations utils
...
Refacto input s validation logic.
Fix input s initial value bug when the input is required
2018-02-07 11:46:29 +01:00
Jim LAURIE
7359cc2463
Merge branch 'master' into feat/cli-args-db-auth
2018-02-07 11:33:27 +01:00
Jim LAURIE
e87ed71c07
Merge pull request #591 from strapi/fix/mariadb
...
Remove user key from generated databases.json file
2018-02-07 11:33:14 +01:00
cyril lopez
1e935ccddd
Merge branch 'master' of github.com:strapi/strapi into add/inputs-to-users
2018-02-07 11:11:39 +01:00
Jim LAURIE
ab8f271eda
Merge branch 'master' into fix/mariadb
2018-02-07 11:08:40 +01:00
Pierre Burgy
49a3b92aef
Update admin url index.html
2018-02-07 09:14:30 +01:00
Pierre Burgy
fe87be7793
Add database uri configuration #602
2018-02-07 00:19:05 +01:00
Luca Perret
92201fa295
doc(CLI): strapi new with db auth args
2018-02-06 20:42:30 +01:00
Luca Perret
8eaf478f4b
Merge branch 'feat/cli-args-db-auth' of github.com:lucaperret/strapi into feat/cli-args-db-auth
2018-02-06 19:51:48 +01:00
Luca Perret
1a44fd6410
replace dbtype by dbclient
2018-02-06 19:34:23 +01:00
Luca
ed9e176a90
Merge branch 'master' into feat/cli-args-db-auth
2018-02-06 19:32:17 +01:00
Jim LAURIE
646a448c73
Merge pull request #595 from strapi/disabled-autocomplete
...
Remove autoComplete on password field
2018-02-06 19:14:13 +01:00
cyril lopez
fee239fa7d
Solve conflict
2018-02-06 18:56:31 +01:00
cyril lopez
ff560d2cd8
Merge branch 'master' into disabled-autocomplete
2018-02-06 18:53:19 +01:00
Jim LAURIE
0e4b96fa87
Merge pull request #592 from strapi/add/input-addon
...
Created InputAddon and InputAddonWithErrors
2018-02-06 18:48:14 +01:00
cyril lopez
fc8781363e
Merge branch 'master' of github.com:strapi/strapi into add/inputs-to-users
2018-02-06 18:45:47 +01:00
cyril lopez
5a4bc75c91
Implement new lib input in EditPage container
...
Use Label component in InputSearchContainer.
Add new Inputselect in Policies component
2018-02-06 18:42:42 +01:00
cyril lopez
ae1287244b
Merge branch 'master' into add/input-addon
2018-02-06 18:32:56 +01:00
Luca
9678bfa9f8
Merge branch 'master' into feat/cli-args-db-auth
2018-02-06 18:31:19 +01:00
Jim LAURIE
0994deacd4
Merge pull request #590 from strapi/add/input-date
...
Add/input date
2018-02-06 18:30:34 +01:00
Aurelsicoko
6adca3dd1e
Clean spaces and logs
2018-02-06 18:23:42 +01:00
Aurelsicoko
ed4dc1c7f7
Fix typo
2018-02-06 18:19:50 +01:00
Aurelsicoko
c383397d6e
Add mask middleware
2018-02-06 18:18:35 +01:00
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