29765 Commits

Author SHA1 Message Date
Alexandre Bodin
e4d025c6a1 Add missing License files 2019-05-02 15:45:19 +02:00
Alexandre Bodin
bb034173c9 Set version 2019-05-02 15:45:09 +02:00
Jim LAURIE
c099c33d94
Merge pull request #3209 from strapi/fix/filter-timestamp
Fix filters on timestamp attributes
2019-05-02 14:25:11 +02:00
Alexandre Bodin
c85658a19b Add watch command 2019-05-02 11:08:16 +02:00
Jim LAURIE
ca46db9b31 Fix #3192 filter on timestamp attributes 2019-04-30 18:33:14 +02:00
Alexandre Bodin
f3aa68831a update gitignore template 2019-04-30 18:17:44 +02:00
Alexandre Bodin
455504ec7b Clean commands, add install and uninstall 2019-04-30 18:02:03 +02:00
Alexandre Bodin
6a12c2be66 Add build admin in strapi new 2019-04-30 16:27:16 +02:00
Alexandre Bodin
c8b17ff752 optimization 2019-04-30 14:47:49 +02:00
Alexandre Bodin
735a349736 wip 2019-04-29 19:04:23 +02:00
Alexandre Bodin
170d88a6d6 Add dev cli and clean start cli 2019-04-29 17:13:44 +02:00
Alexandre Bodin
7beda02158 Optimize build and clean scripts 2019-04-29 15:48:22 +02:00
davidkartuzinski
cbbce676ce fixed input field to password type 2019-04-27 12:09:07 +02:00
Alexandre Bodin
54d40354c8 Fix install uninstall plugin from UI and remove usless install uninstall commands now that npm install is enough 2019-04-26 19:19:00 +02:00
Alexandre Bodin
bd0cc2c1b9 cleanup 2019-04-26 16:58:56 +02:00
Jim LAURIE
541b00041a
Merge pull request #3190 from strapi/fix/issue-3189
Cast arrays and build mongo where match with a $and
2019-04-26 16:03:50 +02:00
Alexandre Bodin
6bac0c9352 clean yarn locks to use workspaces cleanly 2019-04-26 14:52:29 +02:00
Alexandre Bodin
7b90041214 Remove strapi-lint 2019-04-26 14:31:10 +02:00
Alexandre Bodin
281613df96 Clean strapi-helper-plugin fro publish 2019-04-26 14:29:34 +02:00
Alexandre Bodin
ea9eb07b01 Remove unecessary warnings 2019-04-26 13:40:23 +02:00
Alexandre Bodin
a41641bfe4 Add a queries interface to the plugins 2019-04-26 13:40:23 +02:00
Alexandre Bodin
9e8adf5b52 Update webpack build 2019-04-26 13:40:23 +02:00
Alexandre Bodin
ab0fa1f5de Init build bin 2019-04-26 13:40:16 +02:00
Alexandre Bodin
319c63028e Cast arrays and build mongo where match with a $and 2019-04-25 18:18:54 +02:00
soupette
5008038f53 Clean helper plugin and admin scripts 2019-04-25 14:32:50 +02:00
soupette
faab661b06 Remove rollup 2019-04-25 14:23:45 +02:00
soupette
d3f5ca4bfa Move codemirror dep to ctm 2019-04-25 14:04:48 +02:00
soupette
0bf877a568 Remove locale dynamic import so webpack does not build the entire react-intl s locales 2019-04-25 12:19:41 +02:00
soupette
bfb9f647dc Add bundle analyser 2019-04-24 18:18:25 +02:00
soupette
23fe34a6c4 Change build folder 2019-04-24 14:38:21 +02:00
soupette
5b8ee4a5d1 run build 2019-04-24 14:32:20 +02:00
soupette
f83458e5d1 Fix conflicts 2019-04-24 10:58:21 +02:00
Jim LAURIE
894e9354e8
Merge pull request #3172 from strapi/fix/cast-non-nill-values
Cast non nil values and not only truthy ones
2019-04-24 10:36:00 +02:00
Jim LAURIE
ee64bdc323
Merge branch 'master' into fix/cast-non-nill-values 2019-04-23 18:38:18 +02:00
soupette
adf4e88ebb Fix front unit tests 2019-04-23 15:18:57 +02:00
Alexandre Bodin
4ceae56afd Cast non nil values and not only truthy ones 2019-04-23 13:18:09 +02:00
Alexandre Bodin
e78f8bbc8c Cleanup code and make test/e2e.js run 2019-04-23 11:24:29 +02:00
Alexandre Bodin
08217f98f6 Append extensions array to allow overwritting routes 2019-04-23 10:28:40 +02:00
Jim LAURIE
f8bc7d2efd
Merge pull request #3170 from strapi/3.0.0-alpha.26.1
3.0.0-alpha.26.1
2019-04-22 16:26:10 +02:00
Jim LAURIE
9bdfeba62d 3.0.0-alpha.26.1 v3.0.0-alpha.26.1 2019-04-22 15:25:24 +02:00
Jim LAURIE
a57d4db2f1
Merge pull request #3121 from strapi/heroku-strapi-project-updates
Added a paragraph about developing with Strapi and Heroku
2019-04-22 15:19:46 +02:00
Jim LAURIE
d06123a677
Merge branch 'master' into heroku-strapi-project-updates 2019-04-22 15:19:36 +02:00
Alexandre Bodin
0ba139307c Handle many to many correctly 2019-04-19 17:32:43 +02:00
Alexandre Bodin
50b371b853 Merge branch 'beta' into tech/core-api 2019-04-19 08:26:13 +02:00
soupette
ff31c75c47 Add watch mode to rollup 2019-04-19 00:14:50 +02:00
soupette
a7aef8b243 Prefix entire stm scss with stm until migrating to styled-compo. 2019-04-18 23:42:08 +02:00
soupette
b84c0954fc load plugins build 2019-04-18 20:47:57 +02:00
soupette
5dd8106aa0 Move css import to admin and build ctm 2019-04-18 19:54:21 +02:00
Alexandre Bodin
0d72faaddc Merge branch 'master' into beta 2019-04-18 18:47:48 +02:00
Jim LAURIE
6c68e852bb
Merge pull request #3148 from strapi/fix/join-multi-database
Fix join multi database
2019-04-18 18:31:52 +02:00