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 |
|
cyril lopez
|
9d62c5d046
|
Created InputToggleWithErrors component
Fix InputTextWithErrors & InputNumberWithErrors props so it is cleaner
|
2018-02-02 15:25:20 +01:00 |
|
Jim Laurie
|
0e739d8e32
|
Hide config model in content type builder and content manager
|
2018-02-02 14:50:10 +01:00 |
|
M1chaelTran
|
1d24e2b873
|
close #552
|
2018-02-03 00:30:01 +11:00 |
|
cyril lopez
|
96ba8e16fc
|
Created InputToggle
|
2018-02-02 13:07:38 +01:00 |
|
Jim Laurie
|
a8c59f999a
|
Fix user update via API and content-type-builder
|
2018-02-02 12:59:34 +01:00 |
|
cyril lopez
|
260428711d
|
Merge branch 'master' of github.com:strapi/strapi into improve/lib-input
|
2018-02-02 12:13:26 +01:00 |
|
cyril lopez
|
0de28c23a4
|
Fix indentation
|
2018-02-02 12:12:25 +01:00 |
|
Jørgensen
|
dffa0b03e3
|
Merge branch 'master' into master
|
2018-02-02 08:04:42 +01:00 |
|
cyril lopez
|
618db05a1d
|
Add InputTextWithErrors documentation and change inputTextWithErrors props
|
2018-02-01 18:47:51 +01:00 |
|
Jim Laurie
|
29af75cc51
|
Use database config for users-permissions plugin
Delete advanced, grant and email json files
Update setter to update data
|
2018-02-01 18:12:38 +01:00 |
|
cyril lopez
|
6bddd33ba8
|
Fix doc typo
|
2018-02-01 17:25:52 +01:00 |
|
cyril lopez
|
f01182c53a
|
Add InputNumber documentation
|
2018-02-01 17:18:17 +01:00 |
|
cyril lopez
|
4bcbe8e446
|
Created InputNumberWithError component
|
2018-02-01 17:04:08 +01:00 |
|