482 Commits

Author SHA1 Message Date
Aurélien Georget
d8266d1cab Merge branch 'master' of github.com:strapi/strapi into feature/validations 2016-10-31 11:30:11 +01:00
Aurélien Georget
04132d77e2 Update README 2016-10-31 11:16:39 +01:00
Aurélien Georget
a0b0389e27 Update ROADMAP (ETA v3) 2016-10-31 11:13:01 +01:00
Aurélien Georget
e870ef81b7 Merge branch 'master' of github.com:strapi/strapi 2016-10-31 11:08:35 +01:00
Aurélien Georget
89b09d9fab Update ROADMAP (ETA v3) 2016-10-31 11:08:04 +01:00
Aurélien Georget
dd13dff7ad Improve policies loading into dictionary and lazy load hooks 2016-10-25 18:04:32 +02:00
Aurélien Georget
5a9ca376db Allows global and namespaced policies 2016-10-25 11:01:28 +02:00
Aurélien Georget
7b09d9f539 Only authorize allowed method 2016-10-24 18:48:37 +02:00
Aurélien Georget
6b9c4d7629 Fix conflicts 2016-10-24 18:23:01 +02:00
Aurélien GEORGET
8cd17aeea7 Merge pull request #157 from strapi/feature/plugins
Feature/plugins
2016-10-24 18:19:43 +02:00
Aurélien Georget
05f53273b1 Fix conflicts 2016-10-24 18:14:53 +02:00
Aurélien Georget
d424407d4e Fix bug where empty config on route and update GraphQL dependency 2016-10-24 17:33:06 +02:00
Aurélien Georget
e03bfa5514 Update license strapi-utils 2016-10-24 17:12:20 +02:00
Aurélien Georget
3a45b4101b Add new utils 2016-10-24 17:10:56 +02:00
Aurélien Georget
726f3ff29f Use Joi-Router to add validations on routes 2016-10-24 17:10:28 +02:00
Aurélien Georget
a894c88e77 Use symlink and global for creating and starting 2016-10-21 13:30:34 +02:00
Pierre Burgy
9e5d4fbc23 Add plugins path in config 2016-10-21 11:58:42 +02:00
Pierre Burgy
9c38ac507c Fix conflicts 2016-10-21 11:58:26 +02:00
Aurélien Georget
564fd35536 Allow dynamic string values into configuration files 2016-10-14 16:19:56 +02:00
Aurélien GEORGET
4ba6c329e7 Merge pull request #147 from strapi/build/travis
Update Travis build
2016-09-28 19:22:44 +02:00
Aurélien Georget
2510897f18 Fix travis configurations 2016-09-28 19:19:35 +02:00
Aurélien Georget
b0df297ad2 Update travers build 2016-09-28 11:52:05 +02:00
Aurélien Georget
f2a233e1e0 Clean codebase and tests 2016-09-28 11:42:26 +02:00
Aurélien Georget
c4622a4968 Fix http server constructor call 2016-09-28 11:27:24 +02:00
Aurélien Georget
2cb55d04eb Update README 2016-09-28 11:21:41 +02:00
Aurélien Georget
c0ac5e2023 Add license to root directory and update licenses 2016-09-28 11:18:36 +02:00
Aurélien Georget
e0bfa7ae19 Fix subrouter plugins 2016-09-23 16:54:03 +02:00
Aurélien Georget
3d47f56b0c Set strapi.config.plugins object 2016-09-06 18:00:45 +02:00
Aurélien GEORGET
85d97ef6fe Merge pull request #142 from strapi/feature/configHooks
Feature/config hooks
2016-09-02 11:52:19 +02:00
Aurélien Georget
f1d4a0bb86 Mount static for each plugins 2016-09-02 11:42:43 +02:00
Aurélien Georget
f4a1a2cec3 Use koa-compress 2016-09-01 18:43:18 +02:00
Aurélien Georget
c4c58f3c9a Create a sub-router for each plugin, but allows plugins to override main's routes 2016-09-01 18:32:04 +02:00
Aurélien Georget
4a552298e0 Add dictionary hook to load plugin's files 2016-09-01 17:27:30 +02:00
Aurélien Georget
4ab69de4be Missing comma 2016-08-31 12:26:26 +02:00
Aurélien Georget
8144b24fc5 Create admin directory on new app 2016-08-31 12:25:49 +02:00
Aurélien Georget
f8a997ed84 Create public directory on new app 2016-08-31 12:25:07 +02:00
Aurélien Georget
2ed26eb58f Create plugins directory on new app 2016-08-31 12:24:27 +02:00
Aurélien Georget
dd996c35de Update hook load order 2016-08-31 12:13:12 +02:00
Aurélien Georget
9452079d21 Remove one level of depth for configuration parser 2016-08-25 13:19:57 +02:00
Aurélien Georget
eea3518493 Clean codebase 2016-08-25 12:02:44 +02:00
Aurélien Georget
aaaec192a7 Simplify and reduce codebase for loading hooks 2016-08-25 11:37:11 +02:00
Aurélien Georget
f2f85037e4 Only load necessary hook and follow the order 2016-08-23 13:32:55 +02:00
Aurélien Georget
4680ea663d Add databases.json in .gitignore (fix #116) 2016-08-23 11:15:16 +02:00
Aurélien GEORGET
ea598d5be8 Merge pull request #140 from strapi/feature/autoReload
Add auto-reload feature
2016-08-23 11:07:13 +02:00
Aurélien Georget
0974eb1e02 Use forever-monitor in development only 2016-08-23 11:03:31 +02:00
Aurélien Georget
012abadc41 Remove dependencies and fix logs display 2016-08-22 11:46:13 +02:00
Aurélien Georget
f7c2de1d9e Merge branch 'master' of github.com:strapi/strapi into feature/autoReload 2016-08-22 11:31:45 +02:00
Aurélien Georget
d42cfa73bc Updating strapi-generate-utils' dependencies 2016-08-22 11:28:41 +02:00
Aurélien Georget
ec2c8a25de Updating strapi-generate-mongoose's dependencies 2016-08-22 11:28:00 +02:00
Aurélien Georget
200ab3faf0 Updating strapi-generate-knex's dependencies 2016-08-22 11:27:03 +02:00