2029 Commits

Author SHA1 Message Date
Luca
45a60ce044
doc(configurations): autoReload object 2018-08-08 00:42:08 +02:00
Luca
38e71df4ac
doc(frontend-uc): autoReload payload 2018-08-08 00:36:57 +02:00
DUBREZ Samuel
796485af3c
Update Concepts/Where are the models defined 2018-08-06 19:10:16 +02:00
victorkolb
99407d6472 Fix Policies docs. Appeal to the user part 2018-08-02 11:40:49 +03:00
DMehaffy
3b0cdcc708
Add Discord example link 2018-07-31 03:40:05 -07:00
Jim LAURIE
538d7c82b4
Rename database name 2018-07-29 17:16:19 +02:00
Joshua F. Rountree
661cb8be7c
Update configurations.md
Minor typo in configurations.md in the documentation under postgres.
2018-07-29 11:07:57 -04:00
Kamal Bennani
1ff336dae4
Add some documentation 2018-07-29 15:02:20 +02:00
John Williamson
b257324119
updated version 2018-07-27 13:22:33 +10:00
Jim LAURIE
a64e12e5dd
Merge branch 'master' into master 2018-07-23 15:42:28 +02:00
Comical DERSKEAL
492127c98f
Update quick-start.md 2018-07-20 19:15:43 +01:00
Comical DERSKEAL
a2c9de74f0
Update configurations.md 2018-07-20 18:44:19 +01:00
Jim LAURIE
8a10225680
Merge branch 'master' into rename-hook-middleware 2018-07-19 11:04:57 +02:00
Jim LAURIE
db8a47a016 Merge branch 'master' of github.com:strapi/strapi into rename-hook-middleware 2018-07-17 08:53:36 +02:00
John Williamson
ea35200b8c
Update upload.md 2018-07-17 14:06:12 +10:00
John Williamson
a1330a5d81
clarified path 2018-07-17 13:52:18 +10:00
Jim LAURIE
74a52e57f1
Merge branch 'master' into add-ssl-auth-db-CLI-options 2018-07-16 12:31:15 +02:00
DMehaffy
cfb68eca0f Update per comments 2018-07-12 11:11:43 -07:00
Vasilis Kortsimelidis
53fa2eb279 Updated the CLI docks 2018-07-12 15:59:35 +01:00
Jim LAURIE
7d12a89f8f Fix custom hook load 2018-07-12 12:36:45 +02:00
Jim LAURIE
cf8184e223 Use hook prefix and rename 2018-07-11 16:23:14 +02:00
DMehaffy
2abf6d46c5 Update Admin build Docs 2018-07-10 00:50:59 -07:00
Jim LAURIE
a09eead625 Add debug option in doc 2018-07-04 18:33:50 +02:00
Jim LAURIE
d17def7a12 Add options to disable auto table/column creation 2018-07-04 17:23:04 +02:00
Brinley Ang
085edd4136
Fixed incorrect import for utils/request 2018-07-02 18:37:00 +10:00
Alberto Maturano
5a25cee384 Fix filename reference 2018-06-29 12:13:59 -05:00
Jim LAURIE
a686949d55
Merge branch 'master' into patch-sql-timezone 2018-06-26 13:28:53 +02:00
Johann Pinson
e146939c8e docs(database): add information about timezone settings for SQL databases 2018-06-21 10:17:30 +02:00
Aurélien GEORGET
37e989b52c
Update models.md 2018-06-20 18:50:49 +02:00
Jim LAURIE
6509ef884c Update polymorphic ref link 2018-06-20 17:03:10 +02:00
Jim LAURIE
7bdd7f7b39
Change migrations links 2018-06-19 14:03:42 +02:00
Jim LAURIE
3371663e7b
Update email in menu 2018-06-19 13:30:28 +02:00
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