rijkvanzanten
d43c88095e
Don't allow singletons to be selected in m2a context
...
Closes #4406
2021-04-15 12:04:02 -04:00
rijkvanzanten
f6a1043c6f
Fix dot notation support in table row
...
While keeping it functional
Fixes #5080
2021-04-15 11:33:24 -04:00
Rijk van Zanten
8af2cbadfa
Translate collections/fields live ( #5081 )
...
Fixes #5078
2021-04-15 11:27:52 -04:00
Tomáš Petržela
07b85b7eb7
Global cookie parser ( #5071 )
...
* removed local cookie parser
* add global cookie parser
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2021-04-15 14:55:07 +00:00
rijkvanzanten
25e7daf433
Parse fragments inside inlinefragments too
...
Ref #4283
2021-04-15 10:44:23 -04:00
rijkvanzanten
05841c8c3b
Remove filesize nullable constraint
...
Fixes #5075
2021-04-15 10:36:12 -04:00
rijkvanzanten
16b1a4e76e
v9.0.0-rc.58
v9.0.0-rc.58
2021-04-14 19:52:03 -04:00
rijkvanzanten
2a1f4ead88
Pass on update:filters event
...
Closes #5024
2021-04-14 19:34:36 -04:00
Rijk van Zanten
fea49a12e3
Filter out circular fields in relational drawer-item use ( #5067 )
...
Fixes #2961
2021-04-14 19:32:53 -04:00
YannickMol
428df2436a
Add Gatsby Image to package ( #5010 )
...
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2021-04-14 23:03:39 +00:00
Rijk van Zanten
d6429922e5
New Crowdin updates ( #5066 )
...
* New translations en-US.yaml (French)
* New translations en-US.yaml (Lithuanian)
* New translations en-US.yaml (Dutch)
* New translations en-US.yaml (Turkish)
* New translations en-US.yaml (Portuguese, Brazilian)
* New translations en-US.yaml (Spanish, Chile)
* New translations en-US.yaml (Spanish, Latin America)
* New translations en-US.yaml (Bulgarian)
* New translations en-US.yaml (German)
* New translations en-US.yaml (Swedish)
* New translations en-US.yaml (Chinese Traditional)
* New translations en-US.yaml (Russian)
* New translations en-US.yaml (Spanish)
* New translations en-US.yaml (Finnish)
* New translations en-US.yaml (Thai)
2021-04-14 18:43:47 -04:00
rijkvanzanten
ab112d26e7
Tweak error code retrieval
2021-04-14 18:39:47 -04:00
Nicola Krumschmidt
24202531fe
Rename the nullable text input interface option ( #5057 )
...
* Rename the nullable text input interface option
* Update app/src/lang/translations/en-US.yaml
* Update app/src/lang/translations/en-US.yaml
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2021-04-14 22:33:27 +00:00
Nicola Krumschmidt
726420576b
Fix extension build documentation ( #5065 )
2021-04-14 22:18:02 +00:00
Jakob
9df7b91564
Improve e2e test watch mode ( #5053 )
...
* Improve e2e test watch mode
- run setup only once
- disable teardown
* Add container cleanup for watch mode
* Don't rely on inline exec code
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-04-14 17:54:26 -04:00
rijkvanzanten
cc868ae60c
Normalize the filepath when retrieving fullpath
...
Fixes #4751
2021-04-14 17:53:55 -04:00
Ben Haynes
0b54975f67
fixes #5017
2021-04-14 17:22:44 -04:00
Pavlo Savenko
b160ae733b
fix: use nullish coalescing operator for setting nullable and defaultValue properties in the getSchema function instead of the ||(or) logical operator which always causes assigning true to the nullable property and ignores 0 and false default values ( #5063 )
2021-04-14 17:18:39 -04:00
Rijk van Zanten
8c214841bd
New Crowdin updates ( #5050 )
...
* New translations en-US.yaml (Japanese)
* New translations en-US.yaml (German)
* New translations en-US.yaml (German)
* New translations en-US.yaml (German)
* New translations en-US.yaml (Bulgarian)
* New translations en-US.yaml (Bulgarian)
* New translations en-US.yaml (French)
2021-04-14 14:47:32 -04:00
rijkvanzanten
447eea4b3b
Fix chaining filters w/ and/or in GQL
...
Fixes #5020
2021-04-14 12:16:48 -04:00
rijkvanzanten
40ecd1ec37
Fix fragments in nested relational sets
...
Fixes #4283
2021-04-14 12:12:32 -04:00
Nicola Krumschmidt
b2ff80cb74
Add the build step to the running locally docs ( #5055 )
2021-04-14 10:45:12 -04:00
Nicola Krumschmidt
0f64b00a73
Fix the edited dot if the field value is falsy ( #5054 )
2021-04-14 10:44:38 -04:00
Rijk van Zanten
237f709a5f
New Crowdin updates ( #5046 )
...
* New translations en-US.yaml (French)
* New translations en-US.yaml (Lithuanian)
* New translations en-US.yaml (Dutch)
* New translations en-US.yaml (Polish)
* New translations en-US.yaml (Turkish)
* New translations en-US.yaml (Portuguese, Brazilian)
* New translations en-US.yaml (Spanish, Chile)
* New translations en-US.yaml (Spanish, Latin America)
* New translations en-US.yaml (Italian)
* New translations en-US.yaml (Bulgarian)
* New translations en-US.yaml (Swedish)
* New translations en-US.yaml (Russian)
* New translations en-US.yaml (Spanish)
* New translations en-US.yaml (Finnish)
* New translations en-US.yaml (Thai)
2021-04-13 21:43:46 -04:00
Nitwel
c2bc3ea330
Add custom interface for presets ( #4870 )
...
* add custom interface for presets
* add defaults and change naming
* Fix type issue, put current selection on top
* Fetch email as name fallback
* Opinionated code changes
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-04-13 18:33:36 -04:00
rijkvanzanten
c41b5a8179
Fix loading order of lang changing
2021-04-13 17:33:49 -04:00
rijkvanzanten
28d154f344
Fix en lang init
2021-04-13 17:23:52 -04:00
Jakob
f5250143c7
Setup CI for e2e tests ( #5035 )
2021-04-13 17:03:45 -04:00
Rijk van Zanten
bcac4b80c2
Fix perf regression in translations ( #5041 )
...
* Only translate extensions on language load
* Make table-row functional
2021-04-13 17:00:22 -04:00
Salvador Gómez
e2558eb6ed
Fix a typo ( #5034 )
...
Changed the word body to source in line 88 to match the paragraph.
2021-04-13 13:30:47 -04:00
Rijk van Zanten
afe99fd0c6
New Crowdin updates ( #5027 )
...
* New translations en-US.yaml (German)
* New translations en-US.yaml (German)
2021-04-13 12:58:49 -04:00
Rijk van Zanten
cfbf4e2c4f
Delete CODE_OF_CONDUCT.md
2021-04-13 10:08:07 -04:00
Rijk van Zanten
d1ec78a6a3
Delete CONTRIBUTING.md
2021-04-13 10:08:01 -04:00
MiniDigger | Martin
6cf9008809
Send out error message for graphql execution errors ( #5023 )
2021-04-13 10:03:52 -04:00
MiniDigger | Martin
cf603c6ef5
Additional improvements to extension loading (properly closes #4733 ) ( #5015 )
...
* Fix extension endpoints being queries without a trailing slash
* Don't swallow exceptions when loading an extension
2021-04-13 09:57:29 -04:00
MiniDigger | Martin
0a722e8de6
fix docs link in app/contributing.md ( #5016 )
2021-04-13 09:55:51 -04:00
cristobalbahe
b1f36b1939
Return instance of Date from payload.ts ( #4992 )
...
* Return instance of Date from payload.ts
* Revert formatter to date
* Use non-JS-Date object date scalar
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-04-12 17:59:37 -04:00
rijkvanzanten
9e90030d2a
Ignore duplicate permissions row for same collection
...
Fixes #4985
2021-04-12 17:42:12 -04:00
rijkvanzanten
0f5a98f4f2
Fix unique error extraction in MySQL
...
Fixes #4995
2021-04-12 17:28:41 -04:00
illubyte Studios
8643d0812c
Fixed extensions not loading ( #4986 )
2021-04-12 16:59:19 -04:00
Rijk van Zanten
05338a21a2
New Crowdin updates ( #5001 )
...
* New translations en-US.yaml (Portuguese)
* New translations en-US.yaml (Portuguese)
2021-04-12 16:39:40 -04:00
YannickMol
63337176bc
Add gatsby-source-filesystem dependency ( #5009 )
2021-04-12 16:20:13 -04:00
rijkvanzanten
ee4251fc77
Add exact to lerna publish
...
Fixes #4598
2021-04-12 13:34:48 -04:00
Rijk van Zanten
63a36386db
Update readme.md
2021-04-12 12:43:55 -04:00
rijkvanzanten
0e5f1b745f
Update package-lock
2021-04-12 12:12:01 -04:00
Ben Haynes
b86966edc4
User header update
2021-04-12 11:12:01 -04:00
Rijk van Zanten
052a6b443b
New Crowdin updates ( #4955 )
...
* New translations en-US.yaml (Finnish)
* New translations en-US.yaml (Spanish)
* New translations en-US.yaml (Finnish)
* New translations en-US.yaml (Chinese Simplified)
* New translations en-US.yaml (French)
* New translations en-US.yaml (French)
* New translations en-US.yaml (Indonesian)
* New translations en-US.yaml (Indonesian)
* New translations en-US.yaml (Portuguese)
* New translations en-US.yaml (Portuguese)
* New translations en-US.yaml (Portuguese)
* New translations en-US.yaml (Portuguese)
2021-04-12 10:40:11 -04:00
Subesh
15c86861f5
Fix 401 error when no token is provided ( #4996 )
2021-04-12 10:24:15 -04:00
Pierre
816d963c81
Fix error message ( #4993 )
...
`url` is an object from the library `url`.
It's `importUrl` that we need.
2021-04-12 09:45:14 -04:00
Jakob
f12b72549a
Fix null access in color display ( #4984 )
...
Fixes #4975
2021-04-12 09:40:52 -04:00