Dustin
04a91145e2
(doc) upgrade to latest alpha-12.x
2018-05-14 14:57:56 +02:00
Jim LAURIE
66ef5410c3
Merge pull request #1184 from strapi/fix-generators
...
Fix and harmonize generators
2018-05-14 14:32:10 +02:00
Jim Laurie
c2ceb04959
Remove eslint from strapi-helper-plugin waiting for eslint PR
2018-05-14 14:08:06 +02:00
Jim Laurie
79881f3707
Remove componentDidCatch from Edit page content manager
2018-05-14 13:35:15 +02:00
Jim Laurie
86677cb373
Add strapi generate model in strapi deps
2018-05-14 12:29:52 +02:00
Jim Laurie
860cb8315b
Add strapi generate controller in strapi deps fix #644
2018-05-14 12:28:49 +02:00
Jim Laurie
8cd33563ae
Harmonize model templates
2018-05-14 12:05:09 +02:00
Jim LAURIE
88a3da8132
Merge pull request #1163 from tsabolov/master
...
Return HTTP 403 (not 401) if user is not allowed to perform an operation
2018-05-11 10:52:33 +02:00
Konstantin Tsabolov
9e897bcfda
Return HTTP 403 if user is not allowed to perform an operation
2018-05-10 19:36:15 +02:00
Jim LAURIE
3056a7f18f
Merge pull request #1151 from derrickmehaffy/fix1148
...
Update Strapi-Bookshelf to properly store long float values
2018-05-10 19:00:05 +02:00
Jim LAURIE
2af5159b4b
Merge branch 'master' into fix1148
2018-05-10 11:49:25 +02:00
Jim LAURIE
f46950ee4e
Merge pull request #1110 from ujal/fix-reload
...
Fix strapi.reload.isWatching === undefined
2018-05-10 09:37:49 +02:00
DMehaffy
e32cbabaf8
Modify float for Postgres support
...
Added check for Postgres, which will use `double precision` in Postgres, MySQL will use `double`
2018-05-09 12:11:25 -07:00
Jim LAURIE
37f6c93abd
Merge branch 'master' into fix-reload
2018-05-09 17:55:19 +02:00
Jim LAURIE
43c6671373
Merge pull request #1146 from strapi/fix/duplicatePermissions
...
Avoid to delete duplicate permissions per role
2018-05-09 17:36:52 +02:00
Jim LAURIE
e48ae12b42
Merge branch 'master' into fix/duplicatePermissions
2018-05-09 17:25:52 +02:00
DMehaffy
680c7377fc
fix1148
...
Update MySQL float data type from `float` to `double` to properly store large float values.
2018-05-09 02:28:17 -07:00
Jim LAURIE
5b07acb7a6
Merge pull request #1147 from derrickmehaffy/fix1144
...
Update Strapi-Bookshelf to create enumeration columns
2018-05-09 10:05:45 +02:00
DMehaffy
0a2272515a
Update Strapi-Bookshelf to create enumeration columns
...
Added a case for strapi bookshelf to create a varchar(255) column for enumeration values, inline to match how string columns are made.
2018-05-08 11:00:57 -07:00
Aurelsicoko
13209fd3a5
Fixes #1134
2018-05-08 17:54:23 +02:00
Jim LAURIE
0c3f8067ff
Merge pull request #1145 from nyl-auster/master
...
Fix typo in fr translations : 'ajouter un champ'
2018-05-08 17:24:30 +02:00
Jim LAURIE
75fa810822
Merge branch 'master' into master
2018-05-08 17:15:23 +02:00
Jim LAURIE
4af9f21ca6
Merge pull request #1141 from abdonrd/patch-1
...
Docs: environments test to staging
2018-05-08 17:14:52 +02:00
yann
0a759762ab
fix typo on fr translation 'ajouter un champs'
2018-05-08 17:08:54 +02:00
Jim LAURIE
a9f9b6f428
Merge branch 'master' into patch-1
2018-05-08 12:10:40 +02:00
Jim LAURIE
6cc7957dce
Merge pull request #1137 from strapi/fix-publish-email
...
Fix npm publish email plugin
2018-05-08 12:10:26 +02:00
Jim LAURIE
289ff7d698
Merge branch 'master' into fix-publish-email
2018-05-08 11:58:49 +02:00
Jim LAURIE
a1129b5b16
Merge pull request #1140 from strapi/issue/902
...
Disable minimize option by default on Mongoose
2018-05-08 11:58:28 +02:00
Jim LAURIE
3442a9787a
Merge branch 'master' into issue/902
2018-05-08 11:49:14 +02:00
Jim LAURIE
aefb6c08c8
Merge pull request #1122 from abdonrd/npmignore
...
Ignore .editorconfig & .gitattributes in npm plugins & admin
2018-05-08 11:48:53 +02:00
Jim LAURIE
0bb4f9cfae
Merge branch 'master' into npmignore
2018-05-08 11:36:35 +02:00
Abdón Rodríguez Davila
fd161adb96
Docs: environments test to staging
2018-05-08 00:32:36 +02:00
Aurelsicoko
de4ac8042d
Disable minimize option by default on Mongoose
2018-05-07 17:44:02 +02:00
Jim LAURIE
7fb94c24c8
Merge pull request #1002 from strapi/fix/736
...
Fix loose of permissions during restart
2018-05-07 15:39:09 +02:00
Jim LAURIE
d0b9233b17
Merge branch 'master' into fix/736
2018-05-07 15:27:41 +02:00
Jim Laurie
3e10c2e6cd
Fix npm publish email plugin
2018-05-07 15:22:41 +02:00
Jim LAURIE
462a132833
Merge pull request #1136 from strapi/fix-relation-input
...
Fix input relation
2018-05-07 11:04:33 +02:00
Jim Laurie
8f5443db17
3.0.0-alpha.12.1.3
2018-05-07 10:46:43 +02:00
Jim LAURIE
52271fa769
Merge pull request #1126 from nurikabe/patch-3
...
Tweak grammar of error message
2018-05-06 20:43:53 +02:00
Jim Laurie
38fc1aade7
Fix input relation
2018-05-06 20:34:33 +02:00
Ujal Imanov
d7e6d8ce22
Merge branch 'master' into fix-reload
2018-05-06 13:44:30 +02:00
Evan Owens
185781c65d
Tweak grammar of error message
2018-05-05 10:34:48 -04:00
Abdón Rodríguez Davila
0fbf3cae79
Ignore .editorconfig & .gitattributes in npm plugins & admin
2018-05-04 16:47:07 +02:00
Jim LAURIE
63f40fc356
Merge pull request #1121 from abdonrd/issue-templates
...
Fix the issue templates
2018-05-04 16:11:49 +02:00
Abdón Rodríguez Davila
6b26718f09
Fix issue templates
2018-05-04 16:07:13 +02:00
Jim LAURIE
d05f8146a5
Merge pull request #1117 from strapi/update-issue-templates
...
Update issue and pr templates
2018-05-04 15:27:08 +02:00
Jim Laurie
9e0401de25
Update issue and pr templates
2018-05-04 12:44:15 +02:00
Udschal Imanov
8095cc3e03
Merge branch 'master' into fix-reload
...
* master:
Keep first set permissions & remove duplicate
3.0.0-alpha.12.2
Improve the check of the database tables
Add strapi-knex in generated project dependencies
Avoid to loose relationship when editing from the many side
Fix loosing of morph relations on update in CM with Bookshelf
Fix loose many dominant
Remove the return to avoid the loop break
Fix single upload with Bookshelf
Fix entry create relations
Remove duplicate permissions
Fixes #886
add translations for EN and DE for authenticationDatabase and SSl in admin panel
add authenticationDatabase and SSL to admin panel
2018-05-03 22:24:30 +02:00
Jim LAURIE
caff62850a
Merge pull request #1103 from strapi/fix/permissions
...
Fix permissions disappear from UI
2018-05-03 16:56:21 +02:00
Jim LAURIE
58deb0c3e9
Merge branch 'master' into fix/permissions
2018-05-03 16:46:06 +02:00