Alexandre Bodin
fe2c2dccb3
v3.0.0-beta.15
2019-08-12 09:35:27 +02:00
Alexandre Bodin
6a34fe519c
v3.0.0-beta.14
2019-07-25 12:00:42 +02:00
Alexandre BODIN
cd634fc038
Merge branch 'master' into patch-1
2019-07-15 18:47:51 +02:00
Alexandre Bodin
1720445986
v3.0.0-beta.13
2019-07-15 17:07:07 +02:00
Abdón Rodríguez Davila
857cd6111a
Update engines configuration from all files
2019-07-15 11:16:38 +02:00
Alexandre Bodin
b087cbab34
v3.0.0-beta.12
2019-07-15 10:24:28 +02:00
Alexandre Bodin
3a94c7ea90
v3.0.0-beta.11
2019-07-10 15:09:03 +02:00
Alexandre Bodin
3759582ccc
Test node v12 engine
2019-07-10 10:21:12 +02:00
Alexandre Bodin
abef483bc4
v3.0.0-beta.10
2019-07-09 09:05:35 +02:00
Alexandre Bodin
9c1a834e27
v3.0.0-beta.9
2019-07-02 15:14:44 +02:00
Alexandre Bodin
0112a9726a
v3.0.0-beta.8
2019-06-27 19:40:33 +02:00
Alexandre Bodin
eee69452ea
v3.0.0-beta.7
2019-06-21 14:34:56 +02:00
Alexandre Bodin
76d9fe8060
v3.0.0-beta.6
2019-06-18 14:54:45 +02:00
Alexandre Bodin
4ec50ca3fc
v3.0.0-beta.5
2019-06-13 17:19:33 +02:00
Alexandre Bodin
bbf5a405ec
v3.0.0-beta.4
2019-06-12 20:30:45 +02:00
Alexandre Bodin
0414e9f25b
v3.0.0-beta.3
2019-06-07 15:45:00 +02:00
Alexandre Bodin
7d63600e21
v3.0.0-beta.2
2019-06-04 17:03:17 +02:00
Alexandre Bodin
30908ce649
v3.0.0-beta.1
2019-06-03 14:09:14 +02:00
Alexandre Bodin
5ca7513c45
v3.0.0-beta.0
2019-05-31 17:48:31 +02:00
Alexandre Bodin
a1878617a2
Set node engines to v10 only
2019-05-15 16:02:17 +02:00
Alexandre Bodin
ce1a327ef2
Merge branch 'master' into tech/build-process
2019-05-03 11:37:01 +02:00
Alexandre Bodin
bdd83eb689
Clean versions and test script
2019-05-03 09:49:08 +02:00
Jim LAURIE
dace9d6a16
3.0.0-alpha.26.2
2019-05-02 16:49:56 +02:00
Alexandre Bodin
bb034173c9
Set version
2019-05-02 15:45:09 +02:00
Alexandre Bodin
bd0cc2c1b9
cleanup
2019-04-26 16:58:56 +02:00
Jim LAURIE
9bdfeba62d
3.0.0-alpha.26.1
2019-04-22 15:25:24 +02:00
Alexandre Bodin
50b371b853
Merge branch 'beta' into tech/core-api
2019-04-19 08:26:13 +02:00
Jim LAURIE
fd87e6353e
3.0.0-alpha.26
2019-04-16 11:13:14 +02:00
Alexandre Bodin
eb9e53028e
Add yarn lock
2019-04-16 09:05:47 +02:00
Jim LAURIE
2b678f2f0a
3.0.0-alpha.25.2
2019-03-15 23:32:36 +01:00
Jim LAURIE
54457aadd0
3.0.0-alpha.25.1
2019-03-15 18:02:32 +01:00
Jim LAURIE
a63afc888f
3.0.0-alpha.25
2019-03-14 12:08:21 +01:00
Alexandre Bodin
a0b45e2741
Add cypress run
2019-03-13 00:10:20 +01:00
Zakaria Mansouri
f9bc0a9b2e
Update index.js
...
the public folder shouldn't be hard-coded, it needs to follow the "strapi.config.public.path" value.
I faced this issue on my current project where i have a custom path for the "public" folder for development, replacing:
```
path.join(strapi.config.appPath, 'public', `uploads/${file.hash}${file.ext}`)
```
with
```
path.join(strapi.config.public.path, `/uploads/${file.hash}${file.ext}`)
```
solved my problem, so i need to notify you on this issue.
2019-03-11 19:06:10 +01:00
Jim LAURIE
14e3b8fdbb
3.0.0-alpha.24.1
2019-02-19 11:29:51 +01:00
Jim LAURIE
a74c38ff65
3.0.0-alpha.24
2019-02-19 10:16:24 +01:00
Jim LAURIE
42b4a56c0a
3.0.0-alpha.23.1
2019-02-07 13:08:41 +01:00
Jim LAURIE
ff84a82466
3.0.0-alpha.23
2019-02-07 10:40:33 +01:00
Jim LAURIE
7555cc5952
3.0.0-alpha.22
2019-02-04 18:21:48 +01:00
Jim LAURIE
ee8c94f09f
3.0.0-alpha.21
2019-01-23 16:27:46 +01:00
Jim LAURIE
25f21fae42
3.0.0-alpha.20
2019-01-22 14:31:49 +01:00
Jim LAURIE
c3c24ca7ad
3.0.0-alpha.19
2019-01-16 11:49:16 +01:00
Jim LAURIE
09530e9cd9
3.0.0-alpha.18
2019-01-04 11:23:15 +01:00
Jim LAURIE
45bcaf770b
Update to 2019
2019-01-02 09:41:53 +01:00
Jim LAURIE
fd3ae96498
3.0.0-alpha.17
2018-12-18 14:37:15 +01:00
soupette
636cb54c29
Add snyk
2018-12-05 15:42:58 +01:00
Jim LAURIE
a75e0c5485
3.0.0-alpha.16
2018-12-04 18:31:19 +01:00
Jim LAURIE
03c1e04d87
Revert filter PR
2018-12-04 17:05:03 +01:00
Jim LAURIE
c126b94325
Merge branch 'master' into fixNodeVersions
2018-11-29 11:21:55 +01:00
Jim LAURIE
fb03d4f18c
3.0.0-alpha.15
2018-11-28 14:55:41 +01:00