Jim LAURIE
b83b1ffcdc
Merge pull request #2966 from ZibanPirate/patch-1
...
The public folder path shouldn't be hard-coded in "strapi-provider-upload-local"
2019-03-12 16:51:23 +01:00
soupette
ac80b5bbdc
Add AttributeModal
2019-03-12 15:29:03 +01:00
Abdessamad MOUHASSINE
3bd55e0e88
Fix #2949
2019-03-12 08:58:45 +01:00
Hugo Torzuoli
d2aa8bd8a5
Update fr.json
...
Fix typo
2019-03-11 23:45:27 +01:00
soupette
b905a595dc
Handle create model from modelPage
2019-03-11 19:11:04 +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
Prateek Narula
2d108af072
update needed eithh document of code
2019-03-11 18:41:12 +01:00
soupette
4ee6515ce2
Design ModelForm for creating data, missing submit
2019-03-11 18:26:30 +01:00
Jim LAURIE
3d7fa99807
Merge pull request #2946 from dev-drprasad/error-adding-timestamp-existing-sqlite3-table
...
Fix 'non-constant default' error while addind timestamp field to existing sqlite3 table
2019-03-11 17:12:44 +01:00
Jim LAURIE
2b7eda0625
Merge branch 'master' into error-adding-timestamp-existing-sqlite3-table
2019-03-11 17:12:06 +01:00
Jim LAURIE
0ed71140bf
Remove comments
2019-03-11 17:11:53 +01:00
Jim LAURIE
d2ea21ef09
Merge pull request #2938 from EpicUsaMan/patch-6
...
Support array of methods in documentation plugin
2019-03-11 16:27:24 +01:00
Jim LAURIE
29795248b8
Merge branch 'master' into patch-6
2019-03-11 16:27:08 +01:00
soupette
35289dff3a
Create ModelForm
2019-03-11 16:07:10 +01:00
soupette
1a64452492
Init ModalForm
2019-03-11 14:14:27 +01:00
soupette
6d28361cce
Add tests, modify PluginHeader so we can pass icons
2019-03-09 12:31:40 +01:00
soupette
f344e33341
Fix tests that wasn't working with the router import
2019-03-09 11:06:43 +01:00
soupette
bac6dad0a6
Fix conflicts
2019-03-09 10:39:35 +01:00
soupette
36fc2be6c1
Test ModelPage
2019-03-08 19:01:34 +01:00
Jim LAURIE
d7e88cf676
Fix package lock and other things
2019-03-08 18:48:35 +01:00
Jim LAURIE
5448271bfa
Merge pull request #2923 from dev-drprasad/show-proper-error-messages-upload-plugin
...
Show proper error messages for 'File Upload' plugin
2019-03-08 17:34:42 +01:00
Jim LAURIE
c43116ae50
Merge branch 'master' into show-proper-error-messages-upload-plugin
2019-03-08 17:34:17 +01:00
soupette
d2cf14e1af
Test App container
2019-03-08 17:15:36 +01:00
REDDY PRASAD
c4c4eef248
💅 Use pluginId value from package.json instead hardcoded in Fileupload saga
2019-03-08 21:11:40 +05:30
Jim LAURIE
10bf271b1c
Merge pull request #2914 from strapi/events
...
Set events in the front-end
2019-03-08 15:57:03 +01:00
Jim LAURIE
73b31d4e27
Merge branch 'master' into events
2019-03-08 15:56:50 +01:00
soupette
8cb39d8e81
Design modelPage
2019-03-08 15:55:15 +01:00
Jim LAURIE
be36c280f3
Fix lint
2019-03-08 15:53:58 +01:00
davidkartuzinski
698a6d2ad8
Fix conflicts
2019-03-08 15:35:00 +01:00
Jim LAURIE
d6942f2625
Merge pull request #2850 from rsinelle/master
...
Return bad request in case of empty files attribut
2019-03-08 15:19:25 +01:00
Jim LAURIE
b8edcbc283
Merge branch 'master' into master
2019-03-08 15:18:56 +01:00
davidkartuzinski
8bf31d8f27
Corrected typos and made changes as recommended by Yves.
2019-03-08 15:18:46 +01:00
Jim LAURIE
0071d28f22
Move error message to translation
2019-03-08 14:56:09 +01:00
Jim LAURIE
a5ce7bca4e
Merge pull request #2812 from gilhardl/fix-2731
...
Fix $pull error deleting entry with dominant model of many-to-many relation
2019-03-08 13:47:22 +01:00
Jim LAURIE
90d67ef4cf
Merge branch 'master' into fix-2731
2019-03-08 10:19:36 +01:00
REDDY PRASAD
786e1e00f7
🐛 Fix 'non-constant default' error while addind timestamp field to existing sqlite3 table
2019-03-08 11:33:47 +05:30
Amin Zibayi
e469081e52
Add necessary spaces before the list items
2019-03-08 01:27:27 +03:30
Amin Zibayi
d23c2e40e4
Add more necessary spaces before the list items
2019-03-08 01:12:36 +03:30
Amin Zibayi
85abbea57d
Add necessary spaces before the list items
2019-03-08 01:03:36 +03:30
soupette
533c8fed0d
Init attributes list
2019-03-07 17:54:50 +01:00
Jim LAURIE
f2bac2a59a
Merge pull request #2633 from abdonrd/patch-1
...
Update graphql dependency to v14.1.0
2019-03-07 17:51:55 +01:00
Jim LAURIE
241ba857d8
Merge branch 'master' into patch-1
2019-03-07 17:51:39 +01:00
soupette
b6907e6f10
Fix PR feedback
2019-03-07 16:06:02 +01:00
Jim LAURIE
a98756504d
Merge pull request #2943 from strapi/fix/2530
...
Fix for SQL Mutation Updates
2019-03-07 15:55:54 +01:00
Jim LAURIE
d22bc090f1
Merge branch 'master' into fix/2530
2019-03-07 15:55:14 +01:00
soupette
222333067c
Merge branch 'improve/ctb' of github.com:strapi/strapi into improve/ctb
2019-03-07 15:43:10 +01:00
soupette
f926b8dc2e
Add loader
2019-03-07 15:42:51 +01:00
Jim LAURIE
9d439e00a0
Merge pull request #2901 from strapi/improve/blockerComponent
...
Improve OverlayBlocker when server error
2019-03-07 15:11:04 +01:00
Jim LAURIE
8d01b9380c
Update 30s to 15s
2019-03-07 15:10:09 +01:00
Jim LAURIE
b6bdf6f7ce
Merge branch 'master' into improve/blockerComponent
2019-03-07 14:38:40 +01:00