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
DMehaffy
ecb6baaea5
Update all the packages and generated json
2018-11-28 00:14:12 -07:00
Kamal Bennani
da5ca2a125
Link the strapi-utils dependecy to the users-permissions module in the setup step
2018-11-17 13:50:50 +01:00
Jim LAURIE
11d192b9ad
Fix version conflicts
2018-11-16 10:25:51 +01:00
Jim LAURIE
404afec5de
Prefix providers
2018-10-19 09:26:09 +02:00