Jim LAURIE
4431a9a786
Add email documentation
2018-06-18 17:54:20 +02:00
Alberto Maturano
e686da1a01
Fix CONTRIBUTING.md
path
2018-06-15 17:14:07 -05:00
Aurelsicoko
1ef5ba2804
Add examples in the Authentication with providers section
2018-06-15 15:38:09 +02:00
ekamgit
6c3216cf51
Update hooks structure requirements
...
The current hooks structure has package.json within the lib folder. This causes strapi to fail as it is looking for the package.json file in the hook root folder and not within lib.
This change moves the secondary files back into the hook root leaving only index.js in the lib folder.
2018-06-08 23:05:48 +10:00
soupette
8302d32d71
Merge branch 'master' of github.com:strapi/strapi into content-manager-filters
2018-06-05 12:06:17 +02:00
Evan Owens
238b3f9b4a
Specify MongoDB >= 2.6
...
Need to use MongoDB >= 2.6 otherwise get wire version errors on start:
```
UnhandledPromiseRejectionWarning: MongoError: Server at 127.0.0.1:27017 reports wire version 0, but this version of Node.js Driver requires at least 2 (MongoDB2.6).
```
2018-06-01 23:57:06 -04:00
soupette
44cff94989
Fix conflicts
2018-05-31 15:31:46 +02:00
Jim LAURIE
aee7157d5a
Merge branch 'master' into fix/graphql
2018-05-29 21:09:57 +02:00
soupette
e0376cdd28
Merge branch 'master' of github.com:strapi/strapi into content-manager-filters
2018-05-29 11:46:56 +02:00
cyril lopez
44359b921a
Update usage-tracking.md
2018-05-28 15:32:48 +02:00
cyril lopez
b250bc9198
Update SUMMARY.md
2018-05-28 15:27:57 +02:00
Aurelsicoko
4ca24a37de
Add usage tracking link in the menu #1280
2018-05-28 14:39:02 +02:00
Aurelsicoko
a7a1143523
Update doc and pass depthLimit in config
2018-05-25 17:40:03 +02:00
soupette
9740705d08
Update filters documentation.
...
Remove deprecated filter options on sorting: Allow only _sort=attr:ASC or _sort=attr:DESC
2018-05-23 14:49:11 +02:00
Johann Pinson
aeefa6156e
feat(graphql): move to GraphQL Playground
2018-05-15 16:03:22 +02:00
Dustin
65fe7a44e0
(doc) use latest version alpha.12.1.3
2018-05-14 17:19:43 +02:00
Dustin
8a439e22d1
(doc) use latest version of strapi alpha.12.x
2018-05-14 17:08:57 +02:00
Dustin
7eabef259e
Merge branch 'master' into patch-3
2018-05-14 17:07:41 +02:00
Dustin
04a91145e2
(doc) upgrade to latest alpha-12.x
2018-05-14 14:57:56 +02:00
Dustin
f661b9699a
(doc) add npm install as last step
...
For me, copying the files from the newly generated strapi environment was not sufficient. When I started the strapi after following the guide,
I got the following error:
```
/home/xxx/Dev/Projects/xxx/server/node_modules/mongodb/lib/mongo_client.js:804
throw err;
^
TypeError: Cannot read property 'globalId' of undefined
```
I guess this was the case because strapi-mongoose was not upgraded. I don't know if I'm blind or did not read the migration guide carefully enough, but for me a `npm install` at the end did the trick and upgraded it.
Maybe this is helpful for you
2018-05-14 13:39:04 +02:00
Jim LAURIE
a9f9b6f428
Merge branch 'master' into patch-1
2018-05-08 12:10:40 +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
Evan Owens
185781c65d
Tweak grammar of error message
2018-05-05 10:34:48 -04:00
soupette
7088f70e94
Add steps in the CONTRIBUTING_GUIDE and plugin development sections
2018-04-30 14:00:08 +02:00
Jim LAURIE
5ada6ebc72
Add migration guide 11 to 12 in the menu
2018-04-29 12:43:51 +02:00
Pedro Cruz
ce52ad4fb4
Fixed misspelling in documentation text
2018-04-25 14:14:47 -04:00
DMehaffy
8e81dfb27a
Update v12 Readme.md
...
Updated reference to alpha.12
2018-04-25 04:50:20 -07:00
Jim LAURIE
36393b9594
Merge branch 'master' into reduce-setup-monorepo
2018-04-23 12:32:01 +02:00
Jørgensen
ac7bd2953d
Added info about mainField
to documentation
2018-04-23 11:06:53 +02:00
Jim LAURIE
c15874e6b9
Fix versions
2018-04-20 11:38:23 +02:00
Jim Laurie
4d8a852cdf
Add migration guide 11 to 12
2018-04-20 11:26:28 +02:00
Jim Laurie
0b314edc71
Add graphql in doc menu
2018-04-18 16:03:51 +02:00
Abdón Rodríguez Davila
9f9556a26b
Fix docs typo
2018-04-18 14:00:26 +02:00
cyril lopez
77bc3975c4
Merge branch 'master' into reduce-setup-monorepo
2018-04-18 11:54:36 +02:00
soupette
fcc374c3fd
Fix conflicts
2018-04-17 11:50:52 +02:00
soupette
7b87af5e1b
Remove prebuild test and update documentation
2018-04-17 11:49:09 +02:00
Jim LAURIE
67e4f37c03
Merge branch 'master' into graphql
2018-04-17 11:18:28 +02:00
Jim Laurie
3da6115fac
Add upload provider documentation
2018-04-16 14:17:21 +02:00
Aurelsicoko
87b07c8eeb
Resolve conflicts
2018-04-13 18:04:03 +02:00
Jim LAURIE
06555cf4d4
Merge branch 'master' into allow-new-input
2018-04-13 15:44:06 +02:00
soupette
a66ca698ee
Fix hook bug and remove useless admin containers
2018-04-13 14:37:46 +02:00
soupette
24b0ca8259
Update doc
2018-04-13 10:17:45 +02:00
Declan Tyson
ca7cd5e97a
Change order filter to sort to reflect parameter
2018-04-12 17:55:02 +01:00
Aurelsicoko
b4191d755e
Improve GraphQL documentation
2018-04-12 16:35:21 +02:00
Aurelsicoko
e5785ac2ca
Improve GraphQL documentation
2018-04-12 16:14:47 +02:00
Aurelsicoko
73764d6ae0
Add containss in Bookshelf filters
2018-04-12 15:44:04 +02:00
Aurelsicoko
78234fab61
Support contains sensitive filter and fix Bookshelf queries
2018-04-10 18:54:01 +02:00
Aurelsicoko
69714842a3
Update GraphQL documentation and fix context request
2018-04-10 12:22:51 +02:00
Aurelsicoko
d51831a6f2
Write GraphQL documentation and fix details
2018-04-03 18:14:56 +02:00