102 Commits

Author SHA1 Message Date
Aurélien Georget
03400e82f5 Build interceptor and JSON API helpers 2016-01-22 15:40:43 +01:00
Aurélien Georget
cfd473e4ff Fix path to update setting on Windows platform 2016-01-15 00:00:44 +01:00
Aurélien Georget
b17a31c518 Fix path for Windows 2016-01-12 23:18:37 +01:00
fallenpeace
a63ea36a20 Update index.js
Human errors :)
2015-12-18 16:23:36 -08:00
loicsaintroch
5e2ac2f953 Do not make the Studio URL configurable 2015-12-10 18:34:20 +01:00
Aurélien Georget
08fd99b9ab Run template engine and adapters during restart 2015-12-03 14:38:46 +01:00
Aurélien Georget
57b64f34fd Auto install engine/adapter during restart 2015-12-03 13:21:59 +01:00
Loïc Saint-Roch
f9fd950c4f Merge pull request #45 from wistityhq/feature/settings
Add settings tools for the Studio
2015-12-02 17:13:02 +01:00
Pierre BURGY
fbc398e780 Merge branch 'master' of github.com:wistityhq/strapi into feature/admin 2015-12-02 16:57:19 +01:00
Aurélien Georget
859995ec6a Merge branch 'master' of github.com:wistityhq/strapi into feature/settings 2015-12-02 16:56:00 +01:00
loicsaintroch
71cc569e78 Add --dry option 2015-12-02 14:57:00 +01:00
Aurélien Georget
af579ca8d5 Purge global RSA key 2015-12-01 14:20:55 +01:00
Aurélien Georget
7ae3a2570a Remove dashboardToken parameter 2015-12-01 12:13:51 +01:00
Aurélien Georget
665bbdf556 Clear package.json cache before populate configs 2015-11-30 16:06:37 +01:00
Aurélien Georget
b7f674b86a Use spawn instead of exec to auto-install adapters 2015-11-30 14:08:15 +01:00
Aurélien Georget
b117e1d3ee Handle adapters installation process 2015-11-30 12:08:47 +01:00
Aurélien Georget
ca58c66440 Install adapter only on master process 2015-11-30 10:18:20 +01:00
pierreburgy
9a29865997 Merge branch 'master' of https://github.com/wistityhq/strapi into feature/admin 2015-11-26 11:04:30 +01:00
loicsaintroch
5d7eda0f14 Merge branch 'feature/settings' of github.com:wistityhq/strapi into feature/settings
* 'feature/settings' of github.com:wistityhq/strapi:
  Handle case files array to unzip is empty
  Update hook i18n to consider new locales filename
  Add possibility to pull file value
2015-11-23 11:34:03 +01:00
loicsaintroch
6cbd45e680 Take advantage of multiple environment config 2015-11-23 11:33:56 +01:00
Aurélien Georget
754abd3a5c Handle case files array to unzip is empty 2015-11-20 14:22:46 +01:00
Aurélien Georget
5e92ba1068 Update hook i18n to consider new locales filename 2015-11-20 13:10:47 +01:00
Aurélien Georget
91bf22cbbd Add possibility to pull file value 2015-11-20 11:40:33 +01:00
pierreburgy
1bbca362b4 Fix grant config 2015-11-19 22:54:54 +01:00
pierreburgy
0d8a74ccdd Merge branch 'master' of https://github.com/wistityhq/strapi into feature/admin 2015-11-19 16:08:41 +01:00
loicsaintroch
fd6e907fc7 Ignore API public directories in dictionary 2015-11-19 16:08:19 +01:00
loicsaintroch
b2ae87f26e Make sure connections have an appropriate migrate strategy 2015-11-19 14:40:02 +01:00
pierreburgy
56ef28f6c3 Remove dashboard hook 2015-11-19 13:34:36 +01:00
Aurélien Georget
7ce2242b95 Clean guidelines 2015-11-16 15:44:39 +01:00
Loïc Saint-Roch
afe1c9ae86 Merge pull request #33 from wistityhq/fix/graphql
Wait GraphQL schemas generation before load koa-graphql middleware
2015-11-16 11:32:42 +01:00
Aurélien Georget
0d720b35bb Wait GraphQL schemas generation before load koa-graphql middleware 2015-11-13 22:01:51 +01:00
Loïc Saint-Roch
932af02f18 Merge pull request #32 from wistityhq/fix/configDashboard
Remove toJSON attribute from models in dashboard config controller
2015-11-13 18:04:32 +01:00
Aurélien Georget
bf97972a25 Improve studio connection and consider reload configuration 2015-11-13 17:45:47 +01:00
pierreburgy
ae99f99d59 Remove toJSON attribute from models in dashboard config controller 2015-11-13 17:25:47 +01:00
Aurélien Georget
849dc2202d Fix JSON pull structure 2015-11-13 15:53:23 +01:00
Aurélien Georget
24c4f6241e Guidelines 2015-11-13 14:09:55 +01:00
Aurélien Georget
c42e3eff8b Remove functions from model attributes 2015-11-13 14:08:18 +01:00
pierreburgy
77389acf78 Fix conflicts 2015-11-10 17:28:44 +01:00
pierreburgy
478b63110f Merge branch 'master' of github.com:wistityhq/strapi into improvement/dashboardPolicies 2015-11-10 16:54:44 +01:00
pierreburgy
407f780d72 Add addDataCreate and addDataUpdate policies for dashboard routes 2015-11-10 16:54:25 +01:00
Loïc Saint-Roch
a556094c2e Merge pull request #27 from wistityhq/improvement/rebuild
Improve the rebuild process
2015-11-10 16:44:01 +01:00
Aurélien Georget
1707cdf3e4 Improve the restart process on instances 2015-11-10 16:29:34 +01:00
pierreburgy
b588536866 Improve router for user permissions 2015-11-09 19:05:33 +01:00
pierreburgy
f3d3247246 Restrict config access 2015-11-09 17:50:30 +01:00
loicsaintroch
710321e76c Rebuild the dictionary on restart 2015-11-09 15:10:53 +01:00
Loïc Saint-Roch
379677729e Merge pull request #22 from sylvainlap/master
From passport to grant with purest
2015-11-09 14:34:44 +01:00
Loïc Saint-Roch
a93db78104 Merge pull request #24 from wistityhq/feature/restart
Restart the server in development and production
2015-11-05 16:28:09 +01:00
Aurélien Georget
92a4cea98c Clean guidelines 2015-11-05 15:42:32 +01:00
Aurélien Georget
f233466e01 Improve position log studio server found 2015-11-05 15:39:21 +01:00
Aurélien Georget
9147b4be07 Defer socket events to reduce conflicts with Node process 2015-11-05 15:26:51 +01:00