Commit Graph

1133 Commits

Author SHA1 Message Date
Tanner 7f94a9b956
Merge pull request #364 from shto/fixes-docs-migration-not-null-error
Adds code to fix an error I have run into when attempting to migrate a database table
2018-09-25 16:20:07 -04:00
tanner0101 79172b691e deploy 2018-09-25 11:55:55 -04:00
Christian Weinberger 27c5b3a68c
Update getting-started.md
Incorporating feedback from tanner0101
2018-09-23 21:57:04 +02:00
Andrei Patru 7942cf1ae2 Specify SQLite as the database used in the example code 2018-09-22 20:02:15 -07:00
Tanner f33c33ca75
Merge pull request #363 from shto/content-conformance-before-query
Specify that conformance to `Content` is necessary before performing a query
2018-09-20 12:22:42 +02:00
Andrei Patru fdd66d7762 Added Content extension for user in Creating a Model section 2018-09-16 18:51:55 -07:00
Andrei Patru de1ba3683b Adds code to fix an error I have run into when attempting to migrate a database table 2018-09-16 18:02:13 -07:00
Andrei Patru 3d118f4020 Specify that conformance to is necessary before performing a query 2018-09-14 17:02:36 -07:00
Tanner 1dc6041261
Merge pull request #347 from vapor/style-guide
Add Style Guide to Docs
2018-09-11 16:04:37 +02:00
Jimmy McDermott f15f82f77a Update maintainers and structure 2018-09-11 08:39:59 -04:00
Jimmy McDermott 56638d23bd Merge branch 'master' into style-guide 2018-09-10 15:06:59 -04:00
Jimmy McDermott ab865b906d Move to "extras" folder 2018-09-10 15:06:43 -04:00
Jimmy McDermott 8532899e7c remove provider naming 2018-09-09 11:48:58 -04:00
Tim 419ae4a249
Merge pull request #362 from axtonpitt/patch-1
Update toolbox.md
2018-09-07 13:55:53 +01:00
Jonas Schwartz f7e74f7c15 deploy 2018-09-06 17:30:52 +02:00
Jonas Schwartz 80a6728486 deploy 2018-09-06 17:30:07 +02:00
Jonas Schwartz 367b0abd08 deploy 2018-09-06 17:29:43 +02:00
Jonas Schwartz cb9f432983 Adding middleware link 2018-09-06 17:29:13 +02:00
Eric Jacobsen 7ae1877248 Middleware page for documentation (#360)
* First draft of Middleware documentation.

* Update middleware.md

* minor typo, explanation of CORS and Errors order.

* more informative header, better link

* bronken link

* explanation of stacking middleware

* Better explanation of why CORS comes before error

* Edits ased on suggestions.

* overlooked backtick
2018-09-05 19:45:19 +02:00
Tim 1f56478503
Merge pull request #361 from timvermeulen/patch-1
Fix typo in web socket readme
2018-09-03 17:09:29 +01:00
Axton Pitt 51b2bb9967
Update toolbox.md
Fix `topics` typo
2018-09-02 14:31:00 +12:00
Tim Vermeulen b3267809a7
Fix typo in web socket readme 2018-09-01 17:28:06 +02:00
Tanner 7241465e00
Update index.md 2018-08-28 12:37:47 -04:00
Jimmy McDermott 63fd6f0a0a add withConnection change 2018-08-27 16:43:54 -04:00
Jonas Schwartz 728b97a0af deploy 2018-08-25 21:04:18 +02:00
Jonas Schwartz cb1f9124b9 deploy 2018-08-25 21:01:34 +02:00
Jonas Schwartz f12658ef7a deploy 2018-08-25 21:00:11 +02:00
Jonas Schwartz 6eb86ceac4 deploy 2018-08-25 20:57:24 +02:00
Jonas Schwartz 9268c3cee0 Merge branch 'master' of github.com:vapor/documentation 2018-08-25 20:57:09 +02:00
Jonas Schwartz aaa145666e deploy 2018-08-25 20:55:41 +02:00
Jimmy McDermott 2c6b089bd9 make repository compile 2018-08-22 08:04:23 -05:00
Jimmy McDermott 56916fec70 remove parameter label 2018-08-22 08:00:12 -05:00
Jimmy McDermott 57e8cf28f6 update controller to thread-safe method 2018-08-22 07:56:18 -05:00
Jimmy McDermott 471e9c736a Update repository to thread-safe method 2018-08-22 07:50:48 -05:00
Jimmy McDermott 9cfba7670d Merge branch 'master' into style-guide 2018-08-22 07:44:24 -05:00
Tanner 6aec174a4f
Merge pull request #354 from vapor/redis
update redis docs
2018-08-17 16:23:01 -04:00
tanner0101 025b1c7db2 update redis docs 2018-08-17 16:16:01 -04:00
Tanner 16483f71bc
Merge pull request #350 from lukabratos/master
Fix broken link
2018-08-14 15:45:15 -04:00
Tanner 2b9775b179
Merge pull request #352 from vapor/jwt
JWT 3.0 docs
2018-08-14 15:44:50 -04:00
tanner0101 16b592a7b7 replace #fixmes for JWT 2018-08-14 15:44:26 -04:00
tanner0101 9d66bf4127 add parse + serialize docs 2018-08-14 14:56:15 -04:00
tanner0101 27734c7baf add jwt 3.0 docs 2018-08-14 12:50:50 -04:00
Luka Bratos b8dc3bced7 Fix broken link 2018-08-14 16:24:26 +01:00
Jimmy McDermott 59f20268b3 move over changes from PRs on vapor-community/styleguide 2018-08-14 07:27:16 -05:00
tanner0101 360d9a5651 auth template fix 2018-08-10 13:45:04 -04:00
Scott Robbins b65bb37f0b Clarify necessary imports needed to filter with operators
If the correct fluent framework isn't imported, it is common
for people to get errors about there not being an operator
available to compare their Keypath and concrete type when
filtering.
2018-08-09 20:38:30 -04:00
Jimmy McDermott 8896063e05 update to ServiceType 2018-08-09 15:56:00 -05:00
Tanner 9803578e32
Merge pull request #348 from vapor/auth
add auth 2.0 to docs
2018-08-09 15:49:53 -04:00
tanner0101 2a3377b8d9 replace auth #fixme placeholders 2018-08-09 15:47:58 -04:00
tanner0101 1be85fa175 add auth 2 docs 2018-08-09 15:03:14 -04:00