1251 Commits

Author SHA1 Message Date
cyril lopez
be5f28260b Fix content-type creation bug in content-manager 2017-10-17 11:37:34 +02:00
cyril lopez
3c9434c024 Add ErrorBoundary component to handle plugins errors 2017-10-17 10:02:41 +02:00
cyril lopez
fb3e78245e Fix Edit database modal 2017-10-16 17:19:41 +02:00
cyril lopez
e6817d369c Refacto lib input 2017-10-16 16:35:20 +02:00
cyril lopez
9b1d658fa5 Fix settings-manager input styles 2017-10-16 16:24:48 +02:00
cyril lopez
faae05bd34 Fix input styles in strapi-helper-plugin 2017-10-16 16:05:42 +02:00
cyril lopez
203f7de94f Fix styles due to bootstrap upgrade 2017-10-16 14:30:26 +02:00
cyril lopez
8c26406654 Upgrade bootstrap 2017-10-16 13:37:27 +02:00
cyril lopez
d4b7a5842a Fix component pagination warning 2017-10-16 12:04:29 +02:00
cyril lopez
61f6dc2eb6 Fix input proptype 2017-10-16 11:43:13 +02:00
cyril lopez
7828248150 Upgrade react and fix warnings 2017-10-16 09:52:47 +02:00
cyril lopez
97957481f7 Fix merge 2017-10-16 08:46:34 +02:00
Aurelsicoko
6b602ff3da Fix UTC date format in TableRow 2017-10-13 16:54:21 +02:00
cyril lopez
14f6c7753b Add eslint semi rule 2017-10-13 16:46:18 +02:00
Aurelsicoko
4cfbe3a952 Fix typo in the Getting Started and add .npmignore in Content Type Builder 2017-10-13 16:19:12 +02:00
cyril lopez
199364cec4 Fix settings-manager return in render 2017-10-13 16:11:01 +02:00
cyril lopez
95126dfb71 Add eslint react/require-default-props 2017-10-13 14:47:41 +02:00
cyril lopez
f5e7c81ad7 Fix conflict 2017-10-13 11:43:32 +02:00
cyril lopez
b1a413becf Fix attribute minLength bug 2017-10-13 10:19:03 +02:00
cyril lopez
507d0c41ce Prepare for eslint defaultProps 2017-10-13 09:41:48 +02:00
cyril lopez
6645d12f33 Use strapi helper plugin PoPUpWarning component in content type builder 2017-10-12 19:35:32 +02:00
cyril lopez
7f0f6cc3ba Use strapi-helper-plugin Input component in content-type-builder-plugin 2017-10-12 19:11:14 +02:00
cyril lopez
1fcdb0a07b Add event-handler-names eslint configuration so change all event naming 2017-10-12 17:07:02 +02:00
Aurelsicoko
2dc7d8009d Fix table row display 2017-10-12 15:24:35 +02:00
Aurelsicoko
b3dca34d8e Update ROADMAP 2017-10-12 14:29:43 +02:00
Aurélien GEORGET
e93e251750 Merge pull request #273 from strapi/fix/popup-design
Center popupwarning and remove confirm button border
2017-10-12 10:41:21 +02:00
Aurélien GEORGET
a4ce1232d3 Merge pull request #271 from strapi/improvements/filters
API filters
2017-10-12 10:40:28 +02:00
Pierre Burgy
c50b400f8e Remove params reference 2017-10-11 17:30:08 +02:00
cyril lopez
d1c18c3d8c Hide content types section if there is no model, change admin left men components to stateless function instead of react class 2017-10-11 16:54:58 +02:00
cyril lopez
ae40ee2668 Center popupwarning and remove confirm button border 2017-10-11 16:26:13 +02:00
Aurelsicoko
1532f03a57 Fix routes on generated APIs 2017-10-11 13:11:16 +02:00
Aurelsicoko
93ae7db340 Remove useless controllers' actions and add necessary routes on API generation 2017-10-11 12:41:10 +02:00
Aurelsicoko
2e0788ff2e Fix ESLint file 2017-10-11 12:09:16 +02:00
Aurelsicoko
9eb3fafb13 Use arrow function in CRON file 2017-10-11 12:08:45 +02:00
Aurelsicoko
f8cebb98f4 Lowercase attributes' names on API generated through the CLI 2017-10-11 12:08:04 +02:00
Aurélien GEORGET
038c8ec29b Merge pull request #269 from strapi/improve/generators
Improve/generators
2017-10-11 11:51:54 +02:00
Aurélien GEORGET
4091d05fe5 Merge pull request #268 from strapi/improvement/plugins-installation
Install every plugins on project creation
2017-10-11 11:51:40 +02:00
Aurélien GEORGET
6a1133f077 Merge pull request #272 from strapi/improvement/inject-content-types
Improvement/inject content types
2017-10-11 11:51:25 +02:00
cyril lopez
91ec6e5526 fix settings manager styles 2017-10-11 11:17:53 +02:00
cyril lopez
b628ea7ebd Add unknown flag in select 2017-10-11 11:08:39 +02:00
cyril lopez
debaf95862 Fix settings-manager securty service so it sends appropriate value for xframe instead of object 2017-10-11 09:49:13 +02:00
cyril lopez
70d1952068 Remove unecessary comment 2017-10-11 09:07:29 +02:00
Aurelsicoko
59391c7a00 Enhance build command and fix generated service for Bookshelf 2017-10-10 19:34:15 +02:00
cyril lopez
c52371c1f9 Add unknown flag to settings-manager 2017-10-10 18:05:52 +02:00
cyril lopez
726bab8aa1 Update branch
Merge branch 'alpha.6' of github.com:strapi/strapi into improvement/inject-content-types
2017-10-10 16:52:18 +02:00
Aurelsicoko
2a5278b461 Add padding-bottom on view list 2017-10-10 16:49:43 +02:00
cyril lopez
e3dcd26951 Fix settings-manager front bugs 2017-10-10 16:48:13 +02:00
Aurelsicoko
5249b91670 Remove koa-send as dependency 2017-10-10 16:42:52 +02:00
Aurelsicoko
65f1a2216d Fix pagination and excluse dotfile from Content Type Builder directory sync 2017-10-10 16:40:07 +02:00
Aurelsicoko
870dff26d5 Add shadow to TableList component 2017-10-10 16:21:35 +02:00