rijkvanzanten
41a3ffcd00
Format md
2020-12-01 16:52:51 -05:00
rijkvanzanten
30b4463057
Update docs
2020-12-01 16:46:15 -05:00
rijkvanzanten
3a6e209f97
Update docs
2020-12-01 15:51:52 -05:00
rijkvanzanten
db355faa37
Setup structure for query param detail pages
2020-12-01 13:33:30 -05:00
rijkvanzanten
9ce3f264b6
Bad log, no log
2020-12-01 12:45:09 -05:00
rijkvanzanten
d3b038289e
Fix typing in formatted-json-value display
2020-12-01 11:55:39 -05:00
Rijk van Zanten
fd99c2d3ef
Merge pull request #3250 from nickrum/postgres-nullable-fix
...
Fix nullable property of Postgres schema overview
2020-11-30 18:32:36 -05:00
Rijk van Zanten
d1f8925edd
Merge pull request #3249 from nickrum/sqlite-create-fix
...
Fix default value of SQLite schema overview for auto increment primary keys
2020-11-30 18:20:49 -05:00
Nicola Krumschmidt
41ea26b143
Fix nullable property of Postgres schema overview
2020-12-01 00:18:57 +01:00
Nicola Krumschmidt
4428aebe92
Fix default value of SQLite schema overview
...
Fixes #3186
2020-12-01 00:06:05 +01:00
Rijk van Zanten
58fc7af2ae
Update special-case.ts
2020-11-30 11:07:15 -05:00
Rijk van Zanten
59671e4c49
Update readme.md
...
Fixes #3244
2020-11-30 10:04:20 -05:00
Rijk van Zanten
c5a5e7682d
Merge pull request #3243 from samuliasmala/exclude-postgres-views
...
Only select columns from BASE TABLEs to exclude views
2020-11-30 10:03:08 -05:00
Rijk van Zanten
f0766af4d5
Merge pull request #3236 from dimitrov-adrian/display-formatted-json-value
...
Display formatted-json-value
2020-11-30 09:58:03 -05:00
Rijk van Zanten
092cb3cab8
Merge pull request #3238 from dimitrov-adrian/3237-dbsafe-duplicate-field
...
Make duplicate field db-safe
2020-11-30 09:54:45 -05:00
Samuli Asmala
ba4605752b
Only select columns from BASE TABLEs to exclude views
...
Postgres views cannot have primary keys so presence of any views prevented the use of application. Fixes #3229 .
2020-11-30 11:57:37 +02:00
e01
198b9d46a7
Make duplicate field db-safe
2020-11-29 18:57:42 +02:00
e01
e6066fb653
Add formatted-json-value display
2020-11-29 15:53:58 +02:00
rijkvanzanten
d7b74e3473
v9.0.0-rc.19
v9.0.0-rc.19
2020-11-27 21:01:35 -05:00
rijkvanzanten
eb306e91b1
Ignore dist in tsconfig
2020-11-27 20:58:25 -05:00
rijkvanzanten
e8c2a61277
Fix wrong import
2020-11-27 20:58:10 -05:00
rijkvanzanten
cc2b18d711
Cas't string default value NULL to null
...
Fixes #2924
2020-11-27 20:53:51 -05:00
rijkvanzanten
bf45a08c37
Reset current page to 1 on collection switch
...
Ref #3176
2020-11-27 19:49:52 -05:00
rijkvanzanten
100937c2dd
Fix *.*.* fields using wrong default fields
...
Fixes #3219
2020-11-27 19:44:53 -05:00
rijkvanzanten
a9ffc40979
Fix schema not handling uppercases in PG
...
Fixes #3213
2020-11-27 19:31:25 -05:00
rijkvanzanten
0dbaefcb4c
Add default nested limit
2020-11-27 19:16:44 -05:00
Rijk van Zanten
da84dbbc71
Merge pull request #3173 from patvong/patvong/no-limit-to-relationnal-fields
...
Fetching the relational fields were incorrectly bounded to a maximum of 100 items.
2020-11-27 18:58:07 -05:00
rijkvanzanten
08c248f4a0
Don't treat leading zero values as numbers
...
Fixes #3216
2020-11-27 18:42:25 -05:00
rijkvanzanten
6ac2180ab4
Add displays to new collection date fields
...
Closes #3226
2020-11-27 18:33:34 -05:00
Rijk van Zanten
16a62f56ac
Merge pull request #2902 from directus/Fusseldieb/main
...
Stack color-inputs on 'half' width
2020-11-27 18:31:48 -05:00
rijkvanzanten
0cdc85e607
Revert global width
...
Needs some more thinking / experimentation
2020-11-27 18:28:07 -05:00
rijkvanzanten
62d3795194
Merge branch 'main' into Fusseldieb/main
2020-11-27 18:11:08 -05:00
rijkvanzanten
65a4812415
Show uncaught errors on item save
...
Fixes #2926
2020-11-27 18:08:01 -05:00
rijkvanzanten
c258ba6b9e
Fix interfaces/displays sometimes showing up in the wrong category
...
Squashed commit of the following:
commit 2e07fdc946c985a32db2c78a54f61527bb7671ea
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Fri Nov 27 17:59:20 2020 -0500
Properly scope interfaces to local app group
commit 3d593a4b1c8493db29f934f3a336654ac11e0ea4
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Fri Nov 27 17:47:30 2020 -0500
Rename localTypes to groups
commit 5b2e882c8f3e700925d54f18bb54cdac98320f55
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Fri Nov 27 17:46:55 2020 -0500
Check tighter for local group
2020-11-27 17:59:37 -05:00
Rijk van Zanten
2d8922ffdb
Merge pull request #3224 from directus/m2a-settings
...
Add field-detail settings pane for m2a relationship
2020-11-27 17:35:23 -05:00
rijkvanzanten
1b3aa5a059
Finish m2a setup
2020-11-27 17:31:00 -05:00
rijkvanzanten
80ff7ffbcf
Organize relational settings
2020-11-27 14:16:55 -05:00
Rijk van Zanten
5ed1be3a41
Merge pull request #3126 from directus/m2a-interface
...
Add Many to Any Builder Interface
2020-11-27 14:04:42 -05:00
rijkvanzanten
665ab42c5d
Merge branch 'main' into m2a-interface
2020-11-27 13:55:06 -05:00
rijkvanzanten
eedca7043f
Fix textarea / input trimming to harshly
...
Fixes #3200
2020-11-27 13:54:39 -05:00
rijkvanzanten
1f88cd4a32
Add relational nested updates to API
2020-11-27 13:44:57 -05:00
rijkvanzanten
bfaac50c3f
Add manual sort to m2a
2020-11-27 13:02:23 -05:00
rijkvanzanten
291884c95d
Remove unused import
2020-11-27 13:02:19 -05:00
rijkvanzanten
beb4cae55a
Render -- instead of ??? in unknown value in render template
2020-11-27 13:02:05 -05:00
rijkvanzanten
83a69d4f96
Fix reactivity of select existing
2020-11-27 12:47:55 -05:00
rijkvanzanten
02b4438416
Add deselect
2020-11-27 12:33:49 -05:00
rijkvanzanten
0a2ffaac58
Publish SDK
2020-11-25 18:51:02 -05:00
rijkvanzanten
2c646d0e03
Support Node v10 in SDK
2020-11-25 18:50:22 -05:00
rijkvanzanten
d92f670217
Default auto refresh to false
2020-11-25 18:45:10 -05:00
rijkvanzanten
8272786315
v9.0.0-rc.18
v9.0.0-rc.18
2020-11-25 16:40:39 -05:00