29765 Commits

Author SHA1 Message Date
Jim LAURIE
62c61c287d
Merge pull request #878 from strapi/update-issue-template
Add suggested solutions in issue template
2018-03-30 12:25:04 +02:00
soupette
96a5607b40 Handle video preview 2018-03-30 12:06:37 +02:00
Jim LAURIE
b054a49fbd
Merge pull request #872 from strapi/fix-wys-spaces-tab
Fix spaces & tab bug
2018-03-30 11:45:24 +02:00
Jim LAURIE
6601934c2b
Merge branch 'master' into update-issue-template 2018-03-30 11:43:51 +02:00
soupette
cc2bba8bbb Add suggested solutions in issue template 2018-03-30 10:34:38 +02:00
soupette
6379e26fe8 Update translations 2018-03-30 10:31:09 +02:00
soupette
4ddd4302cf Fixes #832 2018-03-29 16:25:47 +02:00
soupette
92a0532580 Handle pasted files 2018-03-29 14:55:04 +02:00
soupette
8bbe4b10fd Add loading state when uploading file 2018-03-29 14:17:08 +02:00
Jim LAURIE
2dbd93ecb3
Merge pull request #874 from forsetius/master
Corrected and added "request.error.*.unknow" translations
2018-03-29 14:08:35 +02:00
Aurelsicoko
6fe3e1bb85 Handle empty schema case & use pluralize to generate shadow query 2018-03-29 14:03:09 +02:00
soupette
92c5598257 Merge branch 'fix-wys-spaces-tab' of github.com:strapi/strapi into improve-wys-upload 2018-03-29 13:51:27 +02:00
soupette
8c3e30b57d Remove package 2018-03-29 13:35:28 +02:00
Marcin Paździora
4b7f83de91
Merge branch 'master' into master 2018-03-29 11:49:54 +02:00
soupette
586a8882c3 Add file upload in wysiwyg bottom controls 2018-03-29 11:43:00 +02:00
Marcin Paździora
0a775666d8 Corrected and added "request.error.*.unknow" translations 2018-03-29 11:40:22 +02:00
Jim LAURIE
a99a034c2e
Merge pull request #873 from strapi/update-github-templates
Update issue template
2018-03-29 10:42:23 +02:00
cyril lopez
364b022b1b
Fix typos 2018-03-29 10:41:08 +02:00
Aurelsicoko
c0b18fa29c Load as a hook and load it at the end 2018-03-28 20:13:09 +02:00
Jim Laurie
63b9810a35 Update issue template
Add bug and feature request template
2018-03-28 19:50:48 +02:00
cyril lopez
e4f6082efa Add onTab event and fix space bug 2018-03-28 19:05:40 +02:00
Aurelsicoko
5acbc5de38 Refactor code and write generated schema 2018-03-28 18:40:59 +02:00
cyril lopez
626efeafa8 Fix spaces bug 2018-03-28 18:16:27 +02:00
Jim Laurie
5e41edc3b1 Replace server host by localhost
fix #726
2018-03-28 18:11:57 +02:00
cyril lopez
9a16bccf1d Clean code 2018-03-28 17:29:55 +02:00
cyril lopez
771dc9f9f3 Clean update store 2018-03-28 16:17:27 +02:00
cyril lopez
873cfd5d92 Remove wysiwyg components folder 2018-03-28 16:00:08 +02:00
Luca
dfb0b3b254
Merge branch 'master' into feat/upload-cloudinary 2018-03-28 07:32:41 +02:00
Aurelsicoko
8d86c9ee58 Handle basic fetch and fetchAll query 2018-03-27 19:02:04 +02:00
cyril lopez
8652700d50 Handle multiline selection ol 2018-03-27 18:59:24 +02:00
Jim LAURIE
425746e79a
Merge pull request #857 from strapi/3.0.0-alpha.11.2
3.0.0-alpha.11.2
2018-03-27 18:13:48 +02:00
cyril lopez
f2fe224f01 Handle multiline selection for list, update all blocks when inserting new ul 2018-03-27 18:02:47 +02:00
Jim Laurie
8390106f59 3.0.0-alpha.11.2 v3.0.0-alpha.11.2 2018-03-27 17:59:16 +02:00
Jim LAURIE
16628361f8
Merge pull request #856 from strapi/fix-pre-release
Fix pre release
2018-03-27 17:43:01 +02:00
Aurelsicoko
4541b6f30b Add GraphQL plugin and inject middleware 2018-03-27 17:15:28 +02:00
Jim Laurie
bc39200cce Limit ssl options to mongoDB connection 2018-03-27 17:02:23 +02:00
Jim Laurie
5d03c350e4 Clean user model 2018-03-27 16:44:25 +02:00
Luca
d13d94126d
Merge branch 'master' into feat/upload-cloudinary 2018-03-27 15:52:02 +02:00
Jim LAURIE
15dda2f2cb
Merge pull request #852 from thomas-j-moffett/fix-left-menu-link-container-scroll
Fixes #826
2018-03-27 15:14:51 +02:00
Luca
2806849ded
Merge branch 'master' into feat/upload-cloudinary 2018-03-27 14:11:43 +02:00
Jim LAURIE
ae71c340fe
Merge branch 'master' into fix-left-menu-link-container-scroll 2018-03-27 13:29:07 +02:00
Jim LAURIE
2b6cdb58b7
Merge pull request #851 from strapi/fix-ctm-redirect
Fixes #850
2018-03-27 13:28:34 +02:00
cyril lopez
e3dd28b209 Fix pasted text 2018-03-27 11:51:57 +02:00
cyril lopez
bee3ee7850 Fix backspace bug 2018-03-27 11:34:38 +02:00
thomas-j-moffett
17440b2dd1
Fixes #826 2018-03-27 01:39:02 -07:00
cyril lopez
37eedd5747 Fix pagination 2018-03-27 10:27:50 +02:00
cyril lopez
b1e39929de Fixes #850 2018-03-27 10:13:13 +02:00
cyril lopez
2f99752452 Merge branch 'wysiwyg-preview-fullscreen' of github.com:strapi/strapi into wysiwyg-preview-fullscreen 2018-03-26 16:45:27 +02:00
Aurelsicoko
0803b021c2 Improve preview style 2018-03-26 16:28:21 +02:00
cyril lopez
f059ccddd5 Modify key commands 2018-03-26 16:20:58 +02:00