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
* 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>
* 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
* - 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>
* 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
* 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>
* 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>
* 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)
* 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