Commit Graph

6082 Commits

Author SHA1 Message Date
Ben Haynes
2c84c06ea9 logo max size 2021-08-30 14:20:03 -04:00
rijkvanzanten
57c96f0334 Use configured decimals in Y axis labels 2021-06-30 16:12:38 -04:00
rijkvanzanten
e027d70d4e Default to 0 decimals 2021-06-30 16:01:16 -04:00
rijkvanzanten
5acd7d5f05 Add show X/Y axis options 2021-06-30 15:56:48 -04:00
rijkvanzanten
27b0d9f8df Fix box 2021-06-30 15:40:07 -04:00
rijkvanzanten
b41035a68e Fix padding in TV mode 2021-06-30 14:16:16 -04:00
rijkvanzanten
ba73d07748 Render browser popup on reload 2021-06-30 13:39:51 -04:00
rijkvanzanten
f556e2024d Disable zoom to fit when enabling edit mode 2021-06-30 13:36:24 -04:00
rijkvanzanten
587895e387 Add system collections to pane dropdown 2021-06-30 13:30:48 -04:00
rijkvanzanten
f62067a249 Add cancel confirmation 2021-06-30 13:19:26 -04:00
rijkvanzanten
3e7cf3236c Only ask for are you sure when edits are made 2021-06-30 13:13:43 -04:00
Ben Haynes
342254160c insights time series min size 2021-06-30 10:57:46 -04:00
Rijk van Zanten
0de95ab5a5 New Crowdin updates (#6575)
* New translations en-US.yaml (Hebrew)

* New translations en-US.yaml (Hebrew)
2021-06-30 10:14:56 -04:00
Nicola Krumschmidt
effbba8a5e 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:14:56 -04:00
Tommaso Bartolucci
2f1275e36b Add skip admin init flag (#6576)
* adds skipAdminInit flag to bootstrap

* checks for skipAdminInit flag

* update docs for skipAdminInit
2021-06-30 10:14:56 -04:00
renovate[bot]
ce3a84ffcc update dependency rollup to v2.52.4 (#6572)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-30 10:14:56 -04:00
Nicola Krumschmidt
337e979bb6 Update the required Node version to 12.20.0 (#6578) 2021-06-30 10:14:56 -04:00
rijkvanzanten
3e5a78e547 v9.0.0-rc.83 2021-06-30 10:14:56 -04:00
Rijk van Zanten
bd2a8282dd New Crowdin updates (#6554)
* New translations en-US.yaml (Bulgarian)

* Update source file en-US.yaml
2021-06-30 10:14:56 -04:00
Rijk van Zanten
81fa88322a Fix order of form group filter (#6566)
Fixes #6557
2021-06-30 10:14:56 -04:00
renovate[bot]
e1a0d80b4e update dependency ts-node-dev to v1.1.7 (#6564)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-30 10:14:56 -04:00
rijkvanzanten
2e9d192d25 Fix cleaning order 2021-06-30 10:14:55 -04:00
Zorin Sergey
96c7963782 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-30 10:14:55 -04:00
Rijk van Zanten
6116b627f4 Update changelog.md 2021-06-30 10:14:55 -04:00
rijkvanzanten
7f34fa51eb v9.0.0-rc.82 2021-06-30 10:14:55 -04:00
Rijk van Zanten
1b113ed0a7 Fix auto-fill of directus_files in relational setup (#6555)
Fixes #6487
2021-06-30 10:14:55 -04:00
Oreille
6b49b26e33 Fixed typo (#6558) 2021-06-29 08:23:25 -04:00
rijkvanzanten
b04379ed78 Merge branch 'aggregation' into insights 2021-06-28 19:20:51 -04:00
rijkvanzanten
4965cb0d00 Merge branch 'main' into aggregation 2021-06-28 19:18:53 -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
Ben Haynes
978a435bf9 time series style updates 2021-06-27 00:22:28 -04:00
Ben Haynes
f2704433c5 new time series min width 2021-06-27 00:22:11 -04:00
Ben Haynes
00e49e9467 new metric min width 2021-06-27 00:22:01 -04:00
Ben Haynes
193cb1ea7b less blocking whitespace 2021-06-27 00:21:24 -04:00
Rijk van Zanten
2dcf611c05 Update changelog.md 2021-06-26 22:13:00 -04:00
rijkvanzanten
a469bb728f v9.0.0-rc.81 v9.0.0-rc.81 2021-06-26 22:09:40 -04:00