Commit Graph

4725 Commits

Author SHA1 Message Date
rijkvanzanten
340b240f0f Fix responsiveness of radio-buttons / checkboxes
Fixes #4275
2021-02-24 19:02:45 -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
Pyll Gomez
1a111a15a3 Fix for SDK - Persistent login refresh not working #4113 (#4274)
* 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

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-02-24 17:25:37 -05:00
rijkvanzanten
5b12e1c85c Show errors on 2fa disable
Fixes #4156
2021-02-24 16:18:39 -05:00
rijkvanzanten
ce9a6c8cf6 Fix update permission check 2021-02-24 13:28:16 -05:00
Rijk van Zanten
60e62b08b5 New Crowdin updates (#4253)
* Update source file en-US.yaml

* New translations en-US.yaml (Bulgarian)

* Update source file en-US.yaml

* New translations en-US.yaml (Portuguese, Brazilian)

* New translations en-US.yaml (Japanese)

* New translations en-US.yaml (Japanese)

* New translations en-US.yaml (Dutch)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Dutch)

* New translations en-US.yaml (Dutch)
2021-02-24 11:09:55 -05:00
rijkvanzanten
4cfa64e752 Fix outgoing headers in /graphql
Fixes #4264
2021-02-24 11:06:55 -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
Nitwel
e130e80f50 fix related-values display not working on translations (#4268) 2021-02-24 10:04:11 -05:00
Nitwel
b143e1ca80 fix card layout not working (#4267) 2021-02-24 09:46:14 -05:00
rijkvanzanten
8d67cffdbb Add note on interface groups
Ref #4256
2021-02-24 09:24:58 -05:00
YannickMol
01e1a8c958 Make headline visible if title is short (#4107)
* Make headline visible if title is short

Fixes #4101

* Revert "Make headline visible if title is short"

This reverts commit eb5ef8212d.

* Add min-width to title-container

Not the most beautiful solution, but it works for most cases.

* Revert "Add min-width to title-container"

This reverts commit 6d0afb7e43.

* Move title-outer inside title-container
2021-02-23 17:43:59 -05:00
rijkvanzanten
42ab1cce49 v9.0.0-rc.43 v9.0.0-rc.43 2021-02-23 17:18:22 -05:00
rijkvanzanten
54b16fdfd5 Fix peerDep reference 2021-02-23 17:16:55 -05:00
rijkvanzanten
6c96cc7eed Bump versions 2021-02-23 17:13:39 -05:00
rijkvanzanten
3d33b9db55 Allow and ignore null schema in field update
Fixes #4254
2021-02-23 17:06:35 -05:00
rijkvanzanten
0eb7f01a3e Remove explicit height from docs logo 2021-02-23 15:23:55 -05:00
Jian Liao
545b6a03f6 Fix Issue 4188 (#4200)
* add more ignore pattern for git

* fix #4188 by applying a special flag for unsaved item and build a predictable sort

* revert the change for api/.gitignore

* Rely on editsAtStart in value check instead of unsaved flag

Co-authored-by: Jian Liao <jianliao@adobe.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-02-23 15:18:23 -05:00
Rijk van Zanten
b2c85bad6a New Crowdin updates (#4239)
* Update source file en-US.yaml

* New translations en-US.yaml (French)

* New translations en-US.yaml (Turkish)

* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Hungarian)
2021-02-23 14:46:17 -05:00
rijkvanzanten
474d68499b Fix wrong type in corresponding m2m field
Fixes #4243
2021-02-23 14:45:54 -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
rijkvanzanten
4dacdd6675 Merge branch 'main' of github.com:directus/directus into main 2021-02-23 14:39:03 -05:00
rijkvanzanten
fab082b63f Fix revisions drawer detail when number of revisions > 100
Fixes #4187
2021-02-23 14:38: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
rijkvanzanten
689ccffa2d Add roles to recommended app default permissions
Fixes #4212
2021-02-23 12:02:00 -05:00
rijkvanzanten
142b250c8d Use pino error instead of fatal
Fatal throws flushing error when using 'pretty' log style
2021-02-23 11:29:37 -05:00
rijkvanzanten
12690707ee Merge branch 'main' of github.com:directus/directus into main 2021-02-23 11:29:28 -05:00
rijkvanzanten
435d6ec84a Validate DB_CLIENT env var before creating DB connection
Fixes #3556
2021-02-23 11:28:56 -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
2a738b7b52 Scope order by clause to table
Fixes #4246
2021-02-23 10:53:25 -05:00
rijkvanzanten
b087967c29 Prioritize env vars over stored vars in config file
Fixes #4191
2021-02-22 20:21:50 -05:00
rijkvanzanten
81bb7cfa53 Allow configuring the connection pool size
Closes #3165
2021-02-22 20:19:08 -05:00
rijkvanzanten
f0ed48d344 Use db-safe for repeater field option
Closes #3391
2021-02-22 20:11:43 -05:00
rijkvanzanten
301d5a3337 Add "show hidden collections" context menu
Closes #3310
2021-02-22 19:49:53 -05:00
rijkvanzanten
0b20922c27 Use v-if instead of v-show to render nested list items
Fixes #3417
2021-02-22 19:24:28 -05:00
rijkvanzanten
036c9810f9 Don't show unchanged data in diff
Fixes #2914
2021-02-22 19:09:23 -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
rijkvanzanten
6fe03dd183 Only expose version in dev mode 2021-02-22 18:21:25 -05:00
Rijk van Zanten
4869b79eaf New translations en-US.yaml (French) (#4225) 2021-02-22 18:13:12 -05:00
Pyll Gomez
08e4400935 Fix for generating meta data gif and tiff images (#4230)
* Rotate JPG image on upload #4206

* fixes #3949 width/height generated for gif and tif
2021-02-22 17:10:24 -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
Rijk van Zanten
900055eda7 Update contributing.md
Fixes #4224
2021-02-22 13:14:41 -05:00