33691 Commits

Author SHA1 Message Date
Aurelsicoko
d138159cc3 Update Getting Started and Contributing link 2017-10-12 11:00:15 +02:00
Aurelsicoko
2924467cc6 Merge branch 'alpha.6' of github.com:strapi/strapi into enhancement/documentation 2017-10-12 10:59: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
cyril lopez
958fb6bfd5 Change get starting link in 3.x.x doc 2017-10-11 18:11:46 +02:00
cyril lopez
a116c6fff8 Update 3.X.X readme 2017-10-11 18:07:57 +02:00
Aurelsicoko
5a4d919090 Merge branch 'enhancement/documentation' of github.com:strapi/strapi into enhancement/documentation 2017-10-11 17:30:09 +02:00
Pierre Burgy
c50b400f8e Remove params reference 2017-10-11 17:30:08 +02:00
Aurelsicoko
e03ec451bf Add i18n guides 2017-10-11 17:06:45 +02:00
Pierre Burgy
bfb7470e7f Add filters documentation 2017-10-11 16:55:10 +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
c946434704 Add complete databases example and add dynamic configurations section 2017-10-11 16:05:19 +02:00
Aurelsicoko
27aaee4a90 Add usage using bootstrap 2017-10-11 15:37:14 +02:00
Aurelsicoko
0dbe314b82 Clean menu and remove useless GIFs 2017-10-11 15:21:29 +02:00
Aurelsicoko
31a558598e Merge branch 'enhancement/documentation' of github.com:strapi/strapi into enhancement/documentation 2017-10-11 15:18:41 +02:00
Aurelsicoko
5694da2c19 Add structure to middlewares and hooks sections 2017-10-11 15:17:08 +02:00
Aurelsicoko
3d84a34c5c Harmonize response guides and add more details on Boom access 2017-10-11 14:47:04 +02:00
Aurelsicoko
43ad741814 Rewrite public assets concept 2017-10-11 14:41:48 +02:00
Aurelsicoko
1532f03a57 Fix routes on generated APIs 2017-10-11 13:11:16 +02:00
cyril lopez
ac100d1a27 Update summary and redo customize-admin file s structure 2017-10-11 13:11:15 +02:00
cyril lopez
52a582f3f5 Fix typo 2017-10-11 12:50:25 +02:00
cyril lopez
5295c26063 Reorder the plugin section and correct doc style 2017-10-11 12:47:01 +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
Pierre Burgy
b4827bfe32 Minor documentation updates 2017-10-11 10:51:28 +02:00
Pierre Burgy
055cc4cea6 Delete _book folders 2017-10-11 10:44:05 +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
Aurelsicoko
7043b5ca5d Create generic route to serve assets from plugins 2017-10-10 16:17:29 +02:00
Aurelsicoko
d835ee3b63 Update style 2017-10-10 15:58:35 +02:00
Aurelsicoko
6a9fb28e51 Create multiple Mongoose instance for each connection 2017-10-10 15:23:49 +02:00
cyril lopez
12d92b88df Lowercase attributes name in content-type-builder, select default connection when creating a model, remove check out our tutorial link 2017-10-10 15:20:11 +02:00
Pierre Burgy
f4a25e5c78 Improve errors handling 2017-10-10 15:15:17 +02:00
Pierre Burgy
05b2301c0b Minor syntax improvements 2017-10-10 15:14:20 +02:00