Commit Graph

10030 Commits

Author SHA1 Message Date
Oreille
6e609ea82e Use lodash.assign in use-preset.ts (#9212)
* Use lodash.merge in use-preset.ts

* Use `assign` instead of `merge`

* Remove commented out code

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-12-01 15:47:51 -05:00
Oreille
525e2548b4 Fix compatibility with Postgres <= 10 (#10139)
* Use indnatts instead of indnkeyatts in postgres dialect

* Update knex-schema-inspector

* Add PG10 for debugging

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-12-01 20:36:46 +00:00
NilsBaumgartner1994
fd93b850e0 Update BaseStorage (#9985)
* Update BaseStorage

remove dublicate strings into variables

* Apply suggestions from code review

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>

* Use enum types in keys

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-12-01 20:20:27 +00:00
ian
5bd41bcabb Shift hook emits to field service (#9351)
* Shift hook emits to field service

* Update field hooks to use filter and action

* Allow updating filter payload in hook

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-12-01 20:14:37 +00:00
Oreille
bc864d1f51 Improve helpers structure (#10052)
* Improve helpers structure

* Added DatabaseHelper base class

* Refactor index.ts
2021-12-01 15:08:24 -05:00
Azri Kahar
13deca8ddc fix template fields not clickable when editing (#9838) 2021-12-01 14:39:07 -05:00
Malte Jürgens
1be8e1cd8d save wysiwyg image size in url params instead of html tags (#10054)
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-12-01 19:30:39 +00:00
Rijk van Zanten
2be3ae715b New Crowdin updates (#10207)
* Update source file en-US.yaml

* New translations en-US.yaml (Spanish, Chile)

* New translations en-US.yaml (Thai)

* New translations en-US.yaml (Breton)

* New translations en-US.yaml (Serbian (Latin))

* New translations en-US.yaml (Spanish, Latin America)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Swedish)

* New translations en-US.yaml (Estonian)

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

* New translations en-US.yaml (French)

* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (Arabic)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Danish)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Finnish)

* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Chinese Simplified)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Lithuanian)

* New translations en-US.yaml (Dutch)

* New translations en-US.yaml (Slovenian)

* New translations en-US.yaml (English, United Kingdom)
2021-12-01 19:29:04 +00:00
José Varela
de978798a4 SDK: Fix bundles (#10053)
* Fix bundles
The problem was coming from rollup building only for browsers.
The solution is to specify build for browsers and Node.js.
This configuration is inherited from format-title package,
but with the slight difference that exports .mjs files

* fix types folder
2021-12-01 14:23:25 -05:00
Alejandro Castaño González
022b867a23 Add status field in the directus_notifications collection (#10064)
* Add status field

* Update notification type
2021-12-01 14:19:48 -05:00
Azri Kahar
1bad781db5 fix translation input blur on revert to old value (#10068) 2021-12-01 14:19:08 -05:00
Azri Kahar
646cc3a0d6 Hide options for date type in datetime interface (#10073)
* hide options for date type in datetime interface

* clear options when switching to date
2021-12-01 14:18:35 -05:00
Azri Kahar
336a453769 fix system collection forms with custom fields (#10075) 2021-12-01 14:17:28 -05:00
Azri Kahar
2c8055c718 Add limit to graphql aggegrated queries (#10077) 2021-12-01 14:16:37 -05:00
Oreille
d1b35774ac Fix SQL Server text casting (#10084) 2021-12-01 14:16:02 -05:00
Nitwel
6ec84745cf fix notification not clickable on singleton collection (#10094) 2021-12-01 14:15:25 -05:00
Azri Kahar
8d68374bbd add default render tmpl & scope to json display (#10124) 2021-12-01 14:05:48 -05:00
José Varela
2fa2a75b60 SDK: Fix type arrays on filter (#10133)
* support arrays as types for _in, _nin, etc.

* improve type definition on filters
2021-12-01 14:04:55 -05:00
Azri Kahar
1c8181c6c1 add colorOn & colorOff to checkbox interface (#10149) 2021-12-01 14:02:57 -05:00
Oreille
94985d547a Fix MySQL tinyint(1) not being treated as boolean (#10083) 2021-12-01 14:01:48 -05:00
Aiden Foxx
c2f3442697 Cleaned up Oracle duplicate index handling (#10151)
* Update oracledb.ts

* Update packages/schema/src/dialects/oracledb.ts

* Update packages/schema/src/dialects/oracledb.ts
2021-12-01 13:58:37 -05:00
José Varela
81f81c82b1 App: fix relationships raw value (#10161)
* fix raw value for relationships

* add 'files' and 'translations'
2021-12-01 13:57:46 -05:00
Oreille
0425809db1 Fix string filter unexpectedly being casted to number (#10138)
* Fix string unexpectedly being casted to numbers

* Parse filter with multiple keys into `_and` block.

* Fixed filter structure in tests
2021-12-01 13:55:54 -05:00
José Varela
6ae3eca47f add SSO guide (#10104)
- adds new section "Guides" to Sidebar
- example with Google OpenID
- SSO and cookies across domains
2021-12-01 12:46:02 -05:00
Azri Kahar
8dec148ca2 refresh edited insights panel on change (#10180)
* refresh edited insights panel on change

* move api simpleHash to shared utils getSimpleHash

* Simply reactivity fix for time-series

* Remove unused import

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-12-01 17:26:55 +00:00
Rijk van Zanten
569a8dd7db Update source file en-US.yaml (#10200) 2021-12-01 16:51:11 +00:00
Azri Kahar
23b9e22344 add text path to autocomplete api input (#10183) 2021-12-01 11:36:05 -05:00
Rijk van Zanten
8567b665df New Crowdin updates (#10197)
* New translations en-US.yaml (Russian)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (English, United Kingdom)
2021-12-01 16:19:06 +00:00
ian
32e0396b3e Improve mentions keyboard accessibility (#10173)
* Improve keyboard accessibility

* Add check for up down keys

* Add newline check for triggering

* Allow keyboard insertion of users

* Clear positional node errors on safari

* Add a little sanity check to please automated code checkers

* Use active instead of dashed

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-12-01 11:14:09 -05:00
Ben Haynes
59c45c92e2 add crop and contain options, increase full height (#9628)
* add crop and contain options, increase full height

* template literal string tweak

* Update app/src/interfaces/file-image/file-image.vue

Co-authored-by: Azri Kahar <azrikahar@outlook.com>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-12-01 15:38:30 +00:00
rijkvanzanten
8b89d67377 Update package-lock 2021-12-01 10:38:14 -05:00
Oreille
a52bd8c9d6 Remove on_delete rule from user-created and user-updated default schema (#10168) 2021-12-01 10:28:32 -05:00
Azri Kahar
e25043dd96 tweaks for mentions, notifications & conditions (#10184) 2021-12-01 09:48:50 -05:00
Azri Kahar
648b2d0e36 fix filter breaking instead of defaulting to _eq (#10194) 2021-12-01 14:42:09 +00:00
Azri Kahar
481d03df7d add dot indicator to groups with modified fields (#10147) 2021-11-30 19:29:38 -05:00
Jay Cammarano
57494d8cca removed security hole (#10174) 2021-11-30 21:28:33 +00:00
Pascal Jufer
fd757f6c46 Remove default hourly PR limit for Renovate (#10172) 2021-11-30 14:32:45 -05:00
Ben Haynes
80ae60aa5d less bold for display (#10171)
* less bold for display

* Update app/src/displays/formatted-value/formatted-value.vue

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-11-30 19:30:24 +00:00
Rijk van Zanten
b1b1cd727b New translations en-US.yaml (Chinese Simplified) (#10166) 2021-11-30 15:44:54 +00:00
Pascal Jufer
76a306e7f4 Run end-to-end tests only if corresponding files have been modified (#10135) 2021-11-29 15:04:42 +00:00
Rijk van Zanten
d1989b30d9 New Crowdin updates (#10121)
* New translations en-US.yaml (French)

* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Swedish)
2021-11-28 19:52:33 +00:00
Rijk van Zanten
75f964bb19 New translations en-US.yaml (French) (#10120) 2021-11-28 19:09:42 +00:00
Rijk van Zanten
6112a32ba2 New translations en-US.yaml (Swedish) (#10119) 2021-11-28 18:21:22 +00:00
Rijk van Zanten
737857ac73 New translations en-US.yaml (Swedish) (#10118) 2021-11-28 17:41:32 +00:00
Rijk van Zanten
fa37832381 New translations en-US.yaml (Swedish) (#10117) 2021-11-28 17:10:23 +00:00
Rijk van Zanten
ac8cb1b2f8 New Crowdin updates (#10116)
* New translations en-US.yaml (French)

* New translations en-US.yaml (Swedish)
2021-11-28 16:33:39 +00:00
Rijk van Zanten
9a330e12b4 New Crowdin updates (#10115)
* New translations en-US.yaml (French)

* New translations en-US.yaml (Swedish)
2021-11-28 16:00:20 +00:00
Rijk van Zanten
0e5a020009 New Crowdin updates (#10114)
* New translations en-US.yaml (French)

* New translations en-US.yaml (Swedish)
2021-11-28 15:32:47 +00:00
Rijk van Zanten
8d87302f01 Delete assign-author-to-pr.yml
Moving forwards, assignee will be treated as the person responsible for getting the PR merged in. This won't always be the original author.
2021-11-26 18:01:28 -05:00
Rijk van Zanten
fc10a1a1bf New translations en-US.yaml (Russian) (#10100) 2021-11-26 21:49:23 +00:00