Commit Graph

300 Commits

Author SHA1 Message Date
Pyll Gomez
20e2905f74 Updated nodejs Link (#4228)
Updated nodejs Link to current version
2021-02-22 15:33:22 -05:00
Rijk van Zanten
07983fd7a6 Update running-locally.md 2021-02-22 13:57:05 -05:00
Juan Carlos Blanco Delgado
7dee95e8aa Adding syntax prefix parsing to specific types instead of only string var (#4190)
* Adding syntax prefix parsing to specific types instead of only strings env variables

* Update api/src/env.ts

* Update docs/reference/environment-variables.md

* Update docs/reference/environment-variables.md

* Ignore pre-parsed types

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-02-22 11:36:24 -05:00
rijkvanzanten
055ebcb69b v9.0.0-rc.42 2021-02-19 17:22:06 -05:00
Bart van der Meeren
8df9cf4a43 Added 'npx' to db migrate (#4181)
Not sure if this is something that is commonly known, I just happend to run into it.
2021-02-19 11:22:08 -05:00
Rijk van Zanten
35117389e5 Update projects.md 2021-02-19 11:10:25 -05:00
Juan Carlos Blanco Delgado
33f6d1870f Updating docs of the JS SDK (#3816) 2021-02-18 18:13:43 -05:00
rijkvanzanten
8d1bd064c6 v9.0.0-rc.41 2021-02-18 17:14:22 -05:00
Ben Haynes
674fc7b339 fix docs image 2021-02-18 14:25:22 -05:00
Jerem Dlcn
a524526f9c Adding detail to Ubuntu deployment documentation (#4133)
* Adding detail to Ubuntu deployment documentation

* Update docs/guides/installation/ubuntu.md

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-02-17 13:19:39 -05:00
rijkvanzanten
06cd0bdbe2 Integrate Algolia search in Docs 2021-02-17 10:02:21 -05:00
rijkvanzanten
fbf72b32ac v9.0.0-rc.40 2021-02-16 20:44:55 -05:00
rijkvanzanten
b6837b24cb v9.0.0-rc.39 2021-02-16 18:37:45 -05:00
Rijk van Zanten
35830a5dfe Move Flydrive home and implement Azure (#4110)
* Add new packages

* Update docs

* Update linked packages

* Setup file pointers

* Don't require getStream to be async

* List credits

* Load azure in storage

* Fix typo in docs

* Fix another typo

* Remove not about raising an issue
2021-02-16 18:33:50 -05:00
rijkvanzanten
c4057377b6 Add note on SameSite
Ref #4097
2021-02-16 16:32:28 -05:00
YannickMol
7830453cfc Align CORS environment variables between middleware and cos (#4099)
* Align CORS environment variables between middleware and cos

Fixes #4080

* Move CORS environment variables to env.ts
2021-02-16 14:56:09 -05:00
Rage Brahimi
eb90eba4c5 Update example for endpoints to pass error to next (#4098) 2021-02-16 14:35:39 -05:00
YannickMol
983d667343 Update links in docs (#4091) 2021-02-16 13:34:16 -05:00
rijkvanzanten
b3d0e2bcea v9.0.0-rc.38 2021-02-16 12:05:34 -05:00
WoLfulus
813c731d27 Add config override support to env module (#4029)
* add override support for env module

* Override instead of merge w/ config file

* Default to reading .env instead of process.env

* Make env available in process.env

* Add docs for config-files

* Extend note

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-02-16 11:38:07 -05:00
rijkvanzanten
f11b9c9072 Add accountability to custom endpoint example
Fixes #4043
2021-02-15 13:51:59 -05:00
Rijk van Zanten
a5721c2c09 Update digitalocean-app-platform.md 2021-02-15 13:02:45 -05:00
rijkvanzanten
bb45c7f505 Add note on changing port in installing 2021-02-15 10:19:51 -05:00
rijkvanzanten
e3fabe22a4 v9.0.0-rc.37 2021-02-12 18:23:59 -05:00
Rijk van Zanten
6baea6a69d Update authentication.md 2021-02-12 09:59:19 -05:00
rijkvanzanten
998c0fd148 v9.0.0-rc.36 2021-02-11 18:16:56 -05:00
rijkvanzanten
9ec8f0d973 v9.0.0-rc.35 2021-02-11 13:23:59 -05:00
Pablo Zehle
8c1402fb88 Update api-endpoints.md (#4012)
Line 62, .readByQuery({ sort: 'name', fields: <needs to be an array> })
Added the array implementation as a string will fail.
2021-02-11 10:07:23 -05:00
Ben Haynes
cc38da1314 unused docs page 2021-02-10 16:06:15 -05:00
Rijk van Zanten
9f206f9241 Update items.md 2021-02-10 11:41:41 -05:00
Rijk van Zanten
df22a58c6a Update in-app docs (#3989)
* Fix root redirect

* Fix html in headings

* Add graphql syntax mode

* Install markdown-it + plugins

* Fix file copying on mac

* Replace md rendering engine

* Fix wrong links in guides

* Scroll to top on every route change

* Update in-app links

* Fix home redirect

* Fix deep-linking paths

* Add to reference

* Fix nested group scoping

* Fix open path reference
2021-02-09 18:31:25 -05:00
Ben Haynes
e1d36706aa migration docs 2021-02-09 16:52:04 -05:00
rijkvanzanten
6e0e708553 Merge branch 'main' of github.com:directus/directus into main 2021-02-08 18:05:59 -05:00
rijkvanzanten
3dd8fa69a7 Fix logo overflow 2021-02-08 18:05:54 -05:00
Ben Haynes
66d594fc5f less intrusive warning 2021-02-08 17:52:51 -05:00
Ben Haynes
239c021f12 Updates to API Reference 2021-02-08 17:31:07 -05:00
andriusign
f79a9bebc0 Update users.md (#3974) 2021-02-08 16:36:29 -05:00
WoLfulus
b8e7c80b72 Application initialization events (#3680)
* Adds `not_found` hook

* Separate hooks and endpoints initialization process

* Adds additional application events

* Remove unused import

* Change the event order to accound for notFound and errorHandler

* Change emitAsync.catch to use the emitAsyncSafe function

* Updated docs, reordered table by lifecycle and usage
2021-02-08 12:30:09 -05:00
Rijk van Zanten
3a57335457 Update files.md 2021-02-08 10:28:52 -05:00
Luis Donis
08aa037d7a Fix link to roles management (#3957) 2021-02-07 08:21:50 -05:00
Mateo Hrastnik
48f504f252 Fix default value for refresh and access token (#3954) 2021-02-06 12:48:51 -05:00
Ben Haynes
f862f0f8f3 More docs! (#3953)
* Add Quickstart Guide

* Update installation

* Remove unused files

* Update support/backing

* Tweaks in concepts

* Setup file structure for API reference 2.0

* Setup page layout for reference

* Add clean-urls plugin

* getting started updates

* Finish authentication rest

* getting started updates

* Render stylus in 2 spaces

* Various

* Various

* Finish activity docs

* Add collections reference

* Add extension reference

* concepts updates

* Fields/tweaks

* Add files doc

* Add revisions

* concepts docs

* More api reference

* Finish rest api reference (finally)

* initial concepts

* More things

* Add assets api ref

* Move sections from file to assets

* Add environment variables

* contributing docs

* Add field transforms page

* Left align table headers

* concept links

* Add API config

* Fix mobile nav

* Add migrating a project

* doc link fixes

* link fixes

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-02-05 21:31:39 -05:00
rijkvanzanten
f305d1be1c Another attempt 2021-02-05 19:20:00 -05:00
rijkvanzanten
fd6e87dd8b Force home redirect 2021-02-05 19:17:25 -05:00
rijkvanzanten
d447da0ffa Build to vuepress default 2021-02-05 19:13:23 -05:00
rijkvanzanten
83b4ff1b43 Fix my locked package 2021-02-05 19:09:04 -05:00
rijkvanzanten
db278a02b1 Add another missing dep 2021-02-05 19:05:41 -05:00
rijkvanzanten
262b59c44d Add missing dependency 2021-02-05 19:01:56 -05:00
rijkvanzanten
d25900d13f Remove unused file 2021-02-05 18:59:38 -05:00
Rijk van Zanten
817ccf3620 Overhaul docs (#3951)
* Add Quickstart Guide

* Update installation

* Remove unused files

* Update support/backing

* Tweaks in concepts

* Setup file structure for API reference 2.0

* Setup page layout for reference

* Add clean-urls plugin

* getting started updates

* Finish authentication rest

* getting started updates

* Render stylus in 2 spaces

* Various

* Various

* Finish activity docs

* Add collections reference

* Add extension reference

* concepts updates

* Fields/tweaks

* Add files doc

* Add revisions

* concepts docs

* More api reference

* Finish rest api reference (finally)

* initial concepts

* More things

* Add assets api ref

* Move sections from file to assets

* Add environment variables

* contributing docs

* Add field transforms page

* Left align table headers

* concept links

* Add API config

* Fix mobile nav

* Add migrating a project

* doc link fixes

Co-authored-by: Ben Haynes <ben@rngr.org>
2021-02-05 18:51:54 -05:00