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 |
|
Aurelsicoko
|
a03a283e09
|
Enhance dependency exposer
|
2018-02-02 18:58:14 +01:00 |
|
Aurelsicoko
|
494a970df0
|
Verify signature of incoming code
|
2018-02-02 18:27:03 +01:00 |
|
Jim Laurie
|
0c2b54532e
|
Disable health route hit on config update
|
2018-02-02 18:08:49 +01:00 |
|
cyril lopez
|
fa033ffbd3
|
Add documentation
|
2018-02-02 17:24:39 +01:00 |
|
cyril lopez
|
fdd6d3aaa8
|
Created InputTextAreaWithErrors and add a DefaultInput if the type does not exist in the InputsIndex
|
2018-02-02 17:20:35 +01:00 |
|
Jim LAURIE
|
f247b78eec
|
Merge pull request #559 from M1chaelTran/bugfix/552
close #552
|
2018-02-02 17:05:10 +01:00 |
|
cyril lopez
|
3e12bae5ef
|
Created InputTextArea component
|
2018-02-02 17:01:00 +01:00 |
|
cyril lopez
|
bb122c5134
|
Merge pull request #562 from strapi/add/input-toggle
Add/input toggle
|
2018-02-02 16:34:31 +01:00 |
|
cyril lopez
|
dc4e380787
|
Simplified the object needed for InputDescription and InputErros message
|
2018-02-02 16:12:30 +01:00 |
|
cyril lopez
|
ced682764a
|
Add documentation
|
2018-02-02 16:03:49 +01:00 |
|
cyril lopez
|
da58b0aec1
|
Created InputsIndex component that references all the inputs available
|
2018-02-02 15:38:57 +01:00 |
|