Nicola Krumschmidt
08293b8570
Update Knex to version 0.95.0 ( #4374 )
...
* Update Knex to version 0.95.0
* Fix formatting in schema dialects
* Fix Knex imports
* Update package-lock
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-03-03 19:37:44 -05:00
rijkvanzanten
a5cb9f6b6a
Update docs, tweak type
2021-03-03 16:38:21 -05:00
Doron Cohen
f9ffb36a11
docs: fix broken link in config files page ( #4321 )
2021-02-28 03:09:11 -05:00
Ben Haynes
aace1668bc
docs link update
2021-02-26 18:46:36 -05:00
Ben Haynes
8f96917342
updated youtube link
2021-02-26 18:38:44 -05:00
rijkvanzanten
8aedc29aa1
v9.0.0-rc.44
2021-02-26 17:32:48 -05:00
rijkvanzanten
c2a5622cef
Remove unused environment variable
2021-02-26 10:49:19 -05:00
Rijk van Zanten
900125fe3a
Update api-config.md
2021-02-26 10:07:41 -05:00
Rijk van Zanten
1fcb38b7c8
Update authentication.md
2021-02-26 10:06:27 -05:00
Ben Haynes
5fb42db374
Update assets.md
2021-02-25 18:11:06 -05:00
Manuel Schoebel
59464bacf8
Add documentation on how to download an asset as a file ( #4303 )
2021-02-25 17:41:14 -05:00
rijkvanzanten
0951bf8b98
Tweak relational docs
2021-02-25 16:08:04 -05:00
Pyll Gomez
62eb1484b6
Docs Spell check ( #4299 )
...
* Rotate JPG image on upload #4206
* fixes #3949 width/height generated for gif and tif
* API hooks for event added for auth.login #4079
* updated doc for api hooks for new auth.login event
* Style tweaks
* Update docs
* Tweak docs some more
* Spelling error
* Allow non-required flags and pass to hook
* SDK - Persistent login refresh fixes #4113
* Fixed #4145 SDK, Token Expired error
* Spell check
* Docs Spell check
* Docs Spell check
* Docs Spell check
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-02-25 15:09:44 -05:00
Rijk van Zanten
b0f3c0591a
Add "explicit" o2m update syntax ( #4295 )
...
* Add support for a new o2m relational update structure
* Document these wonders
2021-02-25 14:08:57 -05:00
rijkvanzanten
64b012bccc
Revert "Link devDependencies"
...
This reverts commit 63ec4b8e60 .
2021-02-24 19:03:26 -05:00
rijkvanzanten
63ec4b8e60
Link devDependencies
2021-02-24 18:27:01 -05:00
Nitwel
c2e7c85bbd
Update documentation of app ( #4222 )
...
* move component docs to documentation
* update app docs tables for components
* update docs
* Add components to docs sidebar
* fix generated tables
* fix tables
* rename transitions
* update tables
* update nested components
* update tables
* update tables
* update tables
* update v-table table
* add basic documentation to each component
* remove all stories of storybook
* add missing documentation
* undate tables
* update tables
* update docs sidebar
* update app docs
* remove unused references
* add general readme
* update docs
* make reference titiles smaller
* add reference tag
* improve docs
* update order of tabs in sidebar
* remove all readmes and stories from interfaces/displays
* Cleanup menu
* Remove storybook
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-02-24 17:48:19 -05:00
rijkvanzanten
5908822ea9
Fix between query validation, add example to docs
...
Fixes #4269
2021-02-24 10:44:20 -05:00
Pyll Gomez
aeb4ec0472
API hooks for event added for auth.login ( #4255 )
...
* Rotate JPG image on upload #4206
* fixes #3949 width/height generated for gif and tif
* API hooks for event added for auth.login #4079
* updated doc for api hooks for new auth.login event
* Style tweaks
* Update docs
* Tweak docs some more
* Spelling error
* Allow non-required flags and pass to hook
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-02-24 10:37:13 -05:00
rijkvanzanten
8d67cffdbb
Add note on interface groups
...
Ref #4256
2021-02-24 09:24:58 -05:00
rijkvanzanten
42ab1cce49
v9.0.0-rc.43
2021-02-23 17:18:22 -05:00
rijkvanzanten
0eb7f01a3e
Remove explicit height from docs logo
2021-02-23 15:23:55 -05:00
Tyler Forest-Hauser
e076fad3a8
Attempt to improve Config Files doc ( #4252 )
...
• Adds a basic example to attempt to illustrate how to use different config file formats.
2021-02-23 14:40:38 -05:00
Valentino Stillhardt
12a7c409a7
Update api-hooks.md ( #4250 )
...
I think it's worth mentioning that `items.create` is the same as the old (v8) `items.create.after`.
I personally tried putting .after and it didn't call, only to realize that it's not needed anymore.
2021-02-23 14:29:01 -05:00
rijkvanzanten
a7ba05b6f8
Merge branch 'main' of github.com:directus/directus into main
2021-02-23 12:17:20 -05:00
rijkvanzanten
6f0cb5a91c
Center logo
2021-02-23 12:17:08 -05:00
WoLfulus
ca3c4e54f1
Adds Heroku app link ( #4249 )
2021-02-23 12:15:53 -05:00
Ben Haynes
bb2699b0e7
fix docs logo alignment
2021-02-23 11:10:38 -05:00
Ben Haynes
c5f97b2a83
Update api-hooks.md
2021-02-23 11:01:13 -05:00
rijkvanzanten
81bb7cfa53
Allow configuring the connection pool size
...
Closes #3165
2021-02-22 20:19:08 -05:00
Rijk van Zanten
0beaf56dc3
Add on-error hook ( #4233 )
...
* Add on-error hook
Closes #2906
* Ignore unspecified listeners
* Document error hook
2021-02-22 19:00:53 -05:00
Rijk van Zanten
f87cbb5824
Make max-payload-size configurable ( #4232 )
...
* Make max post size configurable
Closes #2925
* Document max payload size env var
2021-02-22 18:35:07 -05:00
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