Commit Graph

5901 Commits

Author SHA1 Message Date
renovate[bot]
ffdb5da440 update dependency @types/express to v4.17.13 (#6686)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-07 11:03:46 +02:00
renovate[bot]
5bb678baec update dependency @types/express-session to v1.17.4 (#6687)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-07 11:03:35 +02:00
renovate[bot]
bddd2f52f1 update dependency @types/figlet to v1.5.2 (#6688)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-07 11:03:21 +02:00
renovate[bot]
81bde51e86 update dependency @types/inquirer to v7.3.3 (#6690)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-07 11:02:53 +02:00
renovate[bot]
b4dd1993da update dependency nock to v13.1.1 (#6652)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-05 14:14:46 +02:00
renovate[bot]
001d4722c4 update dependency vite to v2.4.0 (#6657)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-05 11:57:12 +00:00
rijkvanzanten
e753e37cef Fix type warning 2021-07-05 11:51:39 +02:00
masterwendu
07e3cb1767 add full tfa support to sdk (#6621) 2021-07-04 13:55:12 +02:00
renovate[bot]
1c73c7de62 update dependency @types/uuid to v8.3.1 (#6627)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-04 11:54:11 +00:00
renovate[bot]
45466cfbdf update dependency eslint to v7.30.0 (#6630)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-04 13:43:26 +02:00
renovate[bot]
0f34129690 update dependency @types/stream-json to v1.7.1 (#6634)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-04 13:34:36 +02:00
Tommaso Bartolucci
88fb7b0e33 Support arrays in formatted-json-value display (#6640)
* support arrays in formatted-json-value display

* remove 100+ logic
2021-07-04 11:27:08 +00:00
renovate[bot]
5936c8b2d9 update dependency rollup to v2.52.7 (#6597)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-02 12:04:08 +02:00
renovate[bot]
585e36c8d2 update dependency ts-node-dev to v1.1.8 (#6607)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-02 11:54:19 +02:00
renovate[bot]
f88b1f4252 update dependency @types/jsonwebtoken to v8.5.3 (#6606)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-02 11:54:01 +02:00
Pascal Jufer
eabf120662 Enhance docker image build process (#6601) 2021-07-02 11:51:15 +02:00
renovate[bot]
18d6c0edbe update dependency typescript to v4.3.5 (#6592)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-30 20:02:38 -04:00
Nicola Krumschmidt
a99f23b009 Fix dev script not watching in shared and extension-sdk (#6589) 2021-06-30 19:53:46 -04:00
Alexander Krantz
43c4a49186 Fix extra dots being added (#6584) 2021-06-30 16:54:47 +00:00
Nicola Krumschmidt
8341810218 Fix building extensions with style tags (#6583) 2021-06-30 12:37:15 -04:00
Rijk van Zanten
466de580f5 New Crowdin updates (#6575)
* New translations en-US.yaml (Hebrew)

* New translations en-US.yaml (Hebrew)
2021-06-30 10:10:20 -04:00
Nicola Krumschmidt
e764c7c7fb Fix extension loading on windows (#6579)
Javascript import syntax uses URLs instead of paths, so we have to
normalize the extension paths to forward slashes when importing them
inside the virtual entrypoints.

Fixes #6550
2021-06-30 10:03:21 -04:00
Tommaso Bartolucci
0cca732f2f Add skip admin init flag (#6576)
* adds skipAdminInit flag to bootstrap

* checks for skipAdminInit flag

* update docs for skipAdminInit
2021-06-30 09:31:59 -04:00
renovate[bot]
1eaa28b5ec update dependency rollup to v2.52.4 (#6572)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-30 09:29:45 -04:00
Nicola Krumschmidt
31c74e01f2 Update the required Node version to 12.20.0 (#6578) 2021-06-30 09:16:45 -04:00
rijkvanzanten
04976eb13f v9.0.0-rc.83 v9.0.0-rc.83 2021-06-29 16:18:56 -04:00
Rijk van Zanten
f6ce4eb32b New Crowdin updates (#6554)
* New translations en-US.yaml (Bulgarian)

* Update source file en-US.yaml
2021-06-29 16:10:37 -04:00
Rijk van Zanten
11be1e0b8a Fix order of form group filter (#6566)
Fixes #6557
2021-06-29 16:10:24 -04:00
renovate[bot]
17f0f4dd2a update dependency ts-node-dev to v1.1.7 (#6564)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-29 12:08:28 -04:00
rijkvanzanten
872dff6bb8 Fix cleaning order 2021-06-29 09:58:07 -04:00
Zorin Sergey
003d85f946 Add limit options for deleteMany files (#6561)
* Changed filesize to bigint for large files

* Update api/src/database/migrations/20210626A-change-filesize-bigint.ts

* add `limit -1` for deleteMany files options from #6560

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-06-29 09:22:47 -04:00
Rijk van Zanten
ac2576961d Update changelog.md 2021-06-28 19:39:06 -04:00
rijkvanzanten
f46d7e4dd6 v9.0.0-rc.82 v9.0.0-rc.82 2021-06-28 19:32:21 -04:00
Rijk van Zanten
8ec478dfd2 Fix auto-fill of directus_files in relational setup (#6555)
Fixes #6487
2021-06-28 19:25:27 -04:00
Rijk van Zanten
0a20b90691 Add support for field grouping (#6553)
* Update icon font, add group type to field setup

* Add group type, start on group-raw interface

* Add style for group

* Finish nested groups

* Finish field group setup

* Add type check

* Work on group raw group

* Various

* Fix support for nested groups

* Add group-divider interface

* Remove unused file

* Fix linter warning
2021-06-28 19:17:55 -04:00
Matt
64a50e5e31 Added escaping on file paths including "\u" (#6215)
* - Added escaping on file paths including "\u" as JS inteprets this as hexa value
 -- Occurs on Windows OS due nodejs path.join converting paths from "/" to "\"

* Use path/posix to normalize paths interpreted as URLs

Co-authored-by: Nicola Krumschmidt <nicola.krumschmidt@freenet.de>
2021-06-28 16:46:37 -04:00
Nicola Krumschmidt
7f60fb0fc1 Add directus-extension CLI to extension-sdk (#6548)
* Remove return from api cli entrypoint

* Add directus-extension cli to extension-sdk

The initial version only implements the "build" command.
Executing "build" in the root of an extension package bundles the
extension to a single distributable and loadable entrypoint.

* Update extension docs to use directus-extension build
2021-06-28 15:56:01 -04:00
WoLfulus
043ae13e40 Adds request and response interceptors on Axios transport (#6538) 2021-06-28 18:44:38 +00:00
renovate[bot]
eb161cec6d update typescript-eslint monorepo to v4.28.1 (#6547)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-28 18:16:16 +00:00
Zorin Sergey
3ef8d25bef Changed filesize to bigint for large files (#6516)
* Changed filesize to bigint for large files

* Update api/src/database/migrations/20210626A-change-filesize-bigint.ts

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-06-28 14:11:37 -04:00
renovate[bot]
b886281914 update dependency jest to v27.0.6 (#6546)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-28 14:10:36 -04:00
renovate[bot]
8a3796b8bb update dependency commander to v8 (#6498)
* update dependency commander to v8

* Update import to match new version

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-06-28 14:05:55 -04:00
Rijk van Zanten
b6bee11c69 New Crowdin updates (#6515)
* New translations en-US.yaml (Korean)

* New translations en-US.yaml (Korean)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)
2021-06-28 14:05:20 -04:00
Luan Mattner Müller
9da9874905 Fix MailService to throw sending errors (#6541) 2021-06-28 13:29:23 -04:00
Ben Haynes
8d1c5649b6 Reorder fields (#6544) 2021-06-28 12:56:59 -04:00
Nicola Krumschmidt
ed1127f3b1 Fix extension loading when PUBLIC_URL is absolute without origin (#6534)
* Fix extension loading when PUBLIC_URL is absolute without origin

* Minify extension bundler output

* Make extension loading in dev more robust

* Rename ensureExtensionsDirs to ensureExtensionDirs
2021-06-28 11:20:30 -04:00
renovate[bot]
514b301fb0 update dependency @vitejs/plugin-vue to v1.2.4 (#6520)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-28 11:04:49 -04:00
renovate[bot]
358e51b847 update dependency simple-git-hooks to v2.5.1 (#6518)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-28 11:04:34 -04:00
Nicola Krumschmidt
8823434046 Fix translations interface options crashing the App (#6530) 2021-06-28 11:04:11 -04:00
Rijk van Zanten
2dcf611c05 Update changelog.md 2021-06-26 22:13:00 -04:00