gina 0.5.21 → 0.5.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/README.md +30 -12
- package/ROADMAP.md +2 -1
- package/framework/v0.5.22/VERSION +1 -0
- package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/js/gina.js +281 -83
- package/framework/v0.5.22/core/asset/plugin/dist/vendor/gina/js/gina.min.js +593 -0
- package/framework/v0.5.22/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- package/framework/v0.5.22/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.js +10 -1
- package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/validator/src/form-validator.js +75 -15
- package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/validator/src/main.js +51 -5
- package/framework/{v0.5.21 → v0.5.22}/core/server.js +68 -11
- package/framework/{v0.5.21 → v0.5.22}/core/template/conf/package.json +3 -3
- package/framework/{v0.5.21 → v0.5.22}/core/template/conf/settings.json +6 -2
- package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/build.js +1 -1
- package/framework/{v0.5.21 → v0.5.22}/package.json +1 -1
- package/gna.js +4 -4
- package/llms.txt +15 -5
- package/package.json +8 -5
- package/schema/settings.json +29 -0
- package/script/post_install.js +20 -4
- package/script/pre_install.js +16 -1
- package/framework/v0.5.21/VERSION +0 -1
- package/framework/v0.5.21/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -589
- package/framework/v0.5.21/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- package/framework/v0.5.21/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/AUTHORS +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/LICENSE +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/html/nolayout.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/html/static.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/img/android-chrome-192x192.png +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/img/android-chrome-512x512.png +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/img/apple-touch-icon.png +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/img/favicon-16x16.png +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/img/favicon-32x32.png +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/img/favicon.ico +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/config.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/ai/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/ai/lib/connector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/couchbase/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/couchbase/lib/connector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/couchbase/lib/connector.v3.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/couchbase/lib/connector.v4.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/couchbase/lib/n1ql.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/couchbase/lib/session-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/mongodb/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/mongodb/lib/connector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/mongodb/lib/job-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/mongodb/lib/pipeline-loader.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/mongodb/lib/session-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/mysql/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/mysql/lib/connector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/postgresql/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/postgresql/lib/connector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/redis/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/redis/lib/connector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/redis/lib/job-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/redis/lib/render-cache-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/redis/lib/session-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/scylladb/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/scylladb/lib/connector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/scylladb/lib/session-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/sql-parser.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/sqlite/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/sqlite/lib/connector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/sqlite/lib/job-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/sqlite/lib/session-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/content.encoding +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.framework.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.render-json.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.render-nunjucks-async.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.render-nunjucks.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.render-stream.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.render-swig-async.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.render-swig.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.render-v1.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/inspector-window-emit.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/release-banner.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/dev/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/dev/lib/class.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/dev/lib/factory.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/dev/lib/tools.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/gna.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/locales/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/locales/currency.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/locales/dist/language/en.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/locales/dist/language/fr.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/locales/dist/region/en.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/locales/dist/region/fr.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/locales/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/mime.types +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/model/entity.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/model/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/model/template/entityFactory.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/model/template/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/csrf/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/csrf/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/csrf/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/coep/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/coep/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/coep/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/coop/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/coop/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/coop/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/corp/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/corp/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/corp/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/csp/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/csp/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/csp/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/hide-powered-by/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/hide-powered-by/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/hide-powered-by/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/hsts/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/hsts/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/hsts/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/origin-agent-cluster/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/origin-agent-cluster/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/origin-agent-cluster/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/referrer-policy/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/referrer-policy/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/referrer-policy/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-content-type-options/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-content-type-options/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-content-type-options/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-dns-prefetch-control/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-dns-prefetch-control/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-dns-prefetch-control/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-download-options/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-download-options/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-download-options/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-frame-options/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-frame-options/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-frame-options/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-xss-protection/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-xss-protection/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-xss-protection/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/session/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/session/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/session/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/storage/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/storage/build.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/storage/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/storage/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/validator/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/validator/build.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/validator/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/router.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/server.express.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/server.isaac.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/status.codes +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/_gitignore +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/config/app.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/config/connectors.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/config/routing.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/config/settings.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/config/templates.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/config/watchers.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/locales/en.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/css/default.css +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/css/home.css +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/js/components/x-checklist.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/manifest.webmanifest +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/readme.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/sw.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_templates/html/includes/x-checklist.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/command/gina.bat.tpl +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/command/gina.tpl +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/conf/env.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/conf/manifest.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/conf/statics.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/conf/templates.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/error/client/json/401.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/error/client/json/403.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/error/client/json/404.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/error/server/html/50x.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/error/server/json/500.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/error/server/json/503.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/extensions/logger/config.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/console.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/context.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/data/LICENSE +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/data/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/data/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/data/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/dateFormat.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/json/LICENSE +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/json/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/json/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/json/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/path.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/plugins/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/plugins/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/plugins/src/api-error.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/plugins/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/prototypes.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/task.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/text.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/admin/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/admin/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/archiver/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/archiver/build.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/archiver/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/archiver/src/dep/jszip.min.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/archiver/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/async/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/async/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/audit/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/audit/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/audit-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/authz-gate/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/authz-gate/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cache/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cache/build.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cache/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cache/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/aliases.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/add.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/build.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/copy.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/cp.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/inc/name-rewrite.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/man.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/mcp-start.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/mcp.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/oas.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/openapi.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/remove.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/rename.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/restart.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/rm.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/start.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/status.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/stop.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/types.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/cache/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/cache/clear.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/cache/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/cache/stats.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/add.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/infer.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/migrate.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/models.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/remove.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/rm.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/test.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/container/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/container/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/container/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/container/man.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/container/ps.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/container/stop.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/add.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/get.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/link-dev.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/remove.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/rm.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/set.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/unset.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/use.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/add.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/build.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/dot.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/get.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/init.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/link-node-modules.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/link.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/man.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/msg.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/open.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/remove.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/reset.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/restart.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/set.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/start.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/status.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/stop.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/tail.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/update.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/version.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/gina-dev.1.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/gina-framework.1.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/gina.1.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/helper.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/i18n/add.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/i18n/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/i18n/export.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/i18n/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/i18n/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/i18n/import.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/i18n/scan.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/_host.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/man.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/rm.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/run.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/inspector/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/inspector/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/inspector/open.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/man-render.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/minion/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/minion/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/minion/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/minion/kill.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/minion/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/msg.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/port/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/port/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/port/inc/scan.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/port/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/port/reset.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/port/set.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/add.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/backup.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/build.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/import.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/man.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/move.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/remove.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/rename.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/restart.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/restore.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/rm.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/start.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/status.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/stop.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/protocol/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/protocol/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/protocol/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/protocol/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/protocol/remove.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/protocol/set.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/add.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/link-local.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/link-production.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/remove.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/rm.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/use.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/secrets/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/secrets/check.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/secrets/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/secrets/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/secrets/scan.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/service/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/service/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/service/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/service/man.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/service/start.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/view/add.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd-status-format/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd-status-format/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/collection/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/collection/build.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/collection/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/collection/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/config.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/connector-config/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/connector-config/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/connector-registry/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/connector-registry/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cron/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cron/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cron/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/domain/LICENSE +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/domain/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/domain/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/domain/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/dto/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/dto/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/dto-pipe/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/dto-pipe/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/dto-types/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/dto-types/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/generator/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/i18n/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/i18n/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/image-build/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/image-build/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/inherits/LICENSE +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/inherits/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/inherits/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/inherits/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/inspector-events/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/inspector-events/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/inspector-redact/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/inspector-redact/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/instrument/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/instrument/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/job/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/job/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/job-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/json-config-header/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/json-config-header/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/containers/default/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/containers/file/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/containers/mq/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/containers/mq/listener.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/containers/mq/speaker.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/helper.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/math/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/mcp-dispatch/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/mcp-dispatch/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/mcp-http/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/mcp-http/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/mcp-server/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/mcp-server/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/merge/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/merge/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/merge/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/metrics/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/metrics/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/model.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/nunjucks-filters/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/nunjucks-filters/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/nunjucks-filters/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/nunjucks-resolver/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/nunjucks-resolver/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/proc.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/release-watch/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/release-watch/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/render-cache/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/render-cache/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/render-cache-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/routing/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/routing/build.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/routing/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/routing/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/routing/src/radix.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/routing-introspect/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/routing-introspect/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/secrets/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/secrets/src/backends/env.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/secrets/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/session-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/shell.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/state.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/swig-filters/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/swig-filters/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/swig-filters/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/swig-resolver/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/swig-resolver/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/template-loaders/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/template-loaders/src/loaders/http.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/template-loaders/src/loaders/memory.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/template-loaders/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/url/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/url/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/url/routing.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/uuid/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/uuid/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/validator.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/watcher/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/watcher/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/ws-framing/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/ws-framing/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/ws-query/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/ws-query/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/ws-session/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/ws-session/src/main.js +0 -0
|
@@ -827,7 +827,16 @@ function SuperController(options) {
|
|
|
827
827
|
local.options.conf.locales = userLocales;
|
|
828
828
|
|
|
829
829
|
// user locale
|
|
830
|
-
|
|
830
|
+
// #B101 — region rows key countries by `isoShort` (uppercase ISO
|
|
831
|
+
// 3166-1 alpha-2); the historical `short` filter matched a key the
|
|
832
|
+
// data never carried, so this resolved `{}` whenever a country code
|
|
833
|
+
// was present — and an arbitrary first record without one, because
|
|
834
|
+
// a filter whose only key is undefined-valued serializes to `{}`
|
|
835
|
+
// and matches everything. A country-less culture (bare `en`) now
|
|
836
|
+
// resolves to an explicit `{}` instead.
|
|
837
|
+
options.conf.locale = ( typeof(userCountryCode) == 'string' && userCountryCode.length > 0 )
|
|
838
|
+
? ( new Collection(userLocales).findOne({ isoShort: userCountryCode.toUpperCase() }) || {} )
|
|
839
|
+
: {};
|
|
831
840
|
|
|
832
841
|
// current date
|
|
833
842
|
if ( typeof(options.conf.locale) == 'undefined' || !options.conf.locale ) {
|
|
@@ -293,6 +293,15 @@ function FormValidatorUtil(data, $fields, xhrOptions, fieldsSet, culture) {
|
|
|
293
293
|
};
|
|
294
294
|
|
|
295
295
|
var compileError = function(error, data) {
|
|
296
|
+
// #B87: tolerate a non-string `error` from a future call site — the only
|
|
297
|
+
// current caller is string-gated at the query result site, but nothing in
|
|
298
|
+
// this function's own contract enforces it and `error.match()` throws on
|
|
299
|
+
// anything else. A non-string carries no `{{placeholder}}` to compile, so
|
|
300
|
+
// it is returned as-is; if it then lands in `replace()` as a label, the
|
|
301
|
+
// #B86 fail-soft degrades it to the English default with a warn.
|
|
302
|
+
if ( typeof(error) != 'string' ) {
|
|
303
|
+
return error;
|
|
304
|
+
}
|
|
296
305
|
var varArr = error.match(/\{\{([^{{}}]+)\}\}/g );
|
|
297
306
|
// `String.match` with a /g regex yields `null` — not [] — when nothing matches, so a
|
|
298
307
|
// backend field error carrying no `{{placeholder}}` (the common shape, e.g. "Already
|
|
@@ -549,9 +558,11 @@ function FormValidatorUtil(data, $fields, xhrOptions, fieldsSet, culture) {
|
|
|
549
558
|
}
|
|
550
559
|
}
|
|
551
560
|
|
|
552
|
-
var
|
|
561
|
+
var processQueryResult = function(result) {
|
|
553
562
|
|
|
554
|
-
|
|
563
|
+
// #B87: a boolean checkbox routed through a `query` rule carries a real
|
|
564
|
+
// boolean — `.toLowerCase()` only applies to string values
|
|
565
|
+
_this.value = local['data'][_this.name] = (_this.value && typeof(_this.value) == 'string') ? _this.value.toLowerCase() : _this.value;
|
|
555
566
|
|
|
556
567
|
var isValid = result.isValid || false;
|
|
557
568
|
if (validIf != isValid) {
|
|
@@ -661,22 +672,67 @@ function FormValidatorUtil(data, $fields, xhrOptions, fieldsSet, culture) {
|
|
|
661
672
|
console.debug('prematurely completed event `'+ 'asyncCompleted.' + id +'`');
|
|
662
673
|
|
|
663
674
|
return triggerEvent(gina, _this.target, 'asyncCompleted.' + id, self[_this['name']]);
|
|
664
|
-
} // EO
|
|
675
|
+
} // EO processQueryResult
|
|
665
676
|
|
|
677
|
+
/**
|
|
678
|
+
* #B87 blanket guard: the XHR result lands asynchronously, so by the
|
|
679
|
+
* time it is processed the form may have been unbound or the field
|
|
680
|
+
* detached (e.g. a popin closed mid-flight) — a throw inside the
|
|
681
|
+
* processing used to leave `asyncCompleted.<id>` unfired, hanging the
|
|
682
|
+
* submit path's async waiter for the whole pass. Warn and release the
|
|
683
|
+
* waiter with the field state as-is: the query verdict is unknown,
|
|
684
|
+
* and the server re-validates on submit either way.
|
|
685
|
+
*
|
|
686
|
+
* @inner
|
|
687
|
+
* @param {object} err - Error thrown while handling the query result
|
|
688
|
+
*
|
|
689
|
+
* @returns {undefined}
|
|
690
|
+
*/
|
|
691
|
+
var releaseQueryWaiter = function(err) {
|
|
692
|
+
console.warn('[ FormValidator ] `query` result handling failed for field `'+ (_this && _this.name) +'`: '+ ( err && err.message || err ));
|
|
693
|
+
try {
|
|
694
|
+
var _releaseId = _this.target && (_this.target.id || _this.target.getAttribute('id'));
|
|
695
|
+
if (_releaseId) {
|
|
696
|
+
triggerEvent(gina, _this.target, 'asyncCompleted.' + _releaseId, self[_this['name']]);
|
|
697
|
+
}
|
|
698
|
+
} catch (ignore) {}
|
|
699
|
+
}
|
|
666
700
|
|
|
667
|
-
|
|
701
|
+
/**
|
|
702
|
+
* Guarded entry point for the XHR handlers below — delegates to
|
|
703
|
+
* `processQueryResult` and routes any throw to `releaseQueryWaiter`
|
|
704
|
+
* so the async waiter can never be left hanging (#B87).
|
|
705
|
+
*
|
|
706
|
+
* @inner
|
|
707
|
+
* @param {object} result - Parsed backend response
|
|
708
|
+
*
|
|
709
|
+
* @returns {undefined}
|
|
710
|
+
*/
|
|
711
|
+
var onResult = function(result) {
|
|
712
|
+
try {
|
|
713
|
+
return processQueryResult(result);
|
|
714
|
+
} catch (err) {
|
|
715
|
+
return releaseQueryWaiter(err);
|
|
716
|
+
}
|
|
717
|
+
}
|
|
668
718
|
|
|
669
|
-
xhr.onerror = function(event, err) {
|
|
670
719
|
|
|
671
|
-
|
|
672
|
-
var result = {
|
|
673
|
-
'status': xhr.status, //500,
|
|
674
|
-
'error' : error
|
|
675
|
-
};
|
|
720
|
+
if (xhr) {
|
|
676
721
|
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
result
|
|
722
|
+
xhr.onerror = function(event, err) {
|
|
723
|
+
// #B87: blanket-guarded like `xhr.onload` — a throw while shaping
|
|
724
|
+
// the error result (e.g. bad JSON under a JSON content-type) must
|
|
725
|
+
// release the async waiter, not hang it
|
|
726
|
+
try {
|
|
727
|
+
var error = 'Transaction error: might be due to the server CORS settings.\nPlease, check the console for more details.';
|
|
728
|
+
var result = {
|
|
729
|
+
'status': xhr.status, //500,
|
|
730
|
+
'error' : error
|
|
731
|
+
};
|
|
732
|
+
|
|
733
|
+
console.debug('query error [2] detected !! ', err, error);
|
|
734
|
+
isOnException = true;
|
|
735
|
+
result = this.responseText;
|
|
680
736
|
var contentType = this.getResponseHeader("Content-Type");
|
|
681
737
|
if ( /\/json/.test( contentType ) ) {
|
|
682
738
|
result = JSON.parse(this.responseText);
|
|
@@ -697,7 +753,9 @@ function FormValidatorUtil(data, $fields, xhrOptions, fieldsSet, culture) {
|
|
|
697
753
|
}
|
|
698
754
|
return onResult(result);
|
|
699
755
|
}
|
|
700
|
-
|
|
756
|
+
} catch (e) {
|
|
757
|
+
return releaseQueryWaiter(e);
|
|
758
|
+
}
|
|
701
759
|
}// Eo xhr.onerror
|
|
702
760
|
|
|
703
761
|
// catching ready state cb
|
|
@@ -765,7 +823,9 @@ function FormValidatorUtil(data, $fields, xhrOptions, fieldsSet, culture) {
|
|
|
765
823
|
return onResult(result);
|
|
766
824
|
}
|
|
767
825
|
} catch (err) {
|
|
768
|
-
|
|
826
|
+
// #B87: a malformed response (e.g. bad JSON under a JSON
|
|
827
|
+
// content-type) must release the async waiter, not hang it
|
|
828
|
+
return releaseQueryWaiter(err);
|
|
769
829
|
}
|
|
770
830
|
}// xhr.onload = function () {
|
|
771
831
|
|
|
@@ -4782,6 +4782,27 @@ function ValidatorPlugin(rules, data, formId, culture) {
|
|
|
4782
4782
|
var isCheckboxValueAsState = function($form) {
|
|
4783
4783
|
return /^true$/i.test($form.target.dataset.ginaFormCheckboxValueAsState) ? true : false;
|
|
4784
4784
|
}
|
|
4785
|
+
|
|
4786
|
+
/**
|
|
4787
|
+
* #B125: tells whether the form EXPLICITLY declares the checkbox state
|
|
4788
|
+
* model via `data-gina-form-checkbox-value-as-state` — any value counts:
|
|
4789
|
+
* "true" is the legacy opt-in, anything else (canonically "false")
|
|
4790
|
+
* declares the spec model. The #49 migration warns only fire when the
|
|
4791
|
+
* attribute is entirely absent: an author who declares the model has
|
|
4792
|
+
* already read it, so the migration aid has nothing left to teach — and
|
|
4793
|
+
* the payload-only shape (`value="true"` with no `checked`, intended
|
|
4794
|
+
* unticked) is legitimate post-#49 markup that is byte-identical to
|
|
4795
|
+
* pre-#49 markup at the attribute level, so the declaration is the only
|
|
4796
|
+
* intent signal available.
|
|
4797
|
+
*
|
|
4798
|
+
* @inner
|
|
4799
|
+
* @param {object} $form - Form object (`instance.$forms[id]` shape)
|
|
4800
|
+
*
|
|
4801
|
+
* @returns {boolean} isCheckboxStateModelDeclared
|
|
4802
|
+
*/
|
|
4803
|
+
var isCheckboxStateModelDeclared = function($form) {
|
|
4804
|
+
return ( typeof($form.target.dataset.ginaFormCheckboxValueAsState) != 'undefined' ) ? true : false;
|
|
4805
|
+
}
|
|
4785
4806
|
// one warn per field id per page load (migration aid, #49)
|
|
4786
4807
|
var checkboxValueStateWarned = {};
|
|
4787
4808
|
|
|
@@ -5108,12 +5129,13 @@ function ValidatorPlugin(rules, data, formId, culture) {
|
|
|
5108
5129
|
if (
|
|
5109
5130
|
/^(checkbox)$/i.test($inputs[f].type)
|
|
5110
5131
|
&& !isCheckboxValueAsState($form)
|
|
5132
|
+
&& !isCheckboxStateModelDeclared($form)
|
|
5111
5133
|
&& !$inputs[f].hasAttribute('checked')
|
|
5112
5134
|
&& /^(true|on)$/i.test($inputs[f].getAttribute('value'))
|
|
5113
5135
|
&& !checkboxValueStateWarned[elId]
|
|
5114
5136
|
) {
|
|
5115
5137
|
checkboxValueStateWarned[elId] = true;
|
|
5116
|
-
console.warn('[ FormValidator ] checkbox `'+ elId +'`: `value` no longer implies the checked state; add the `checked` attribute if it must render ticked, or set `data-gina-form-checkbox-value-as-state="true"` on the form to restore the legacy behavior');
|
|
5138
|
+
console.warn('[ FormValidator ] checkbox `'+ elId +'`: `value` no longer implies the checked state; add the `checked` attribute if it must render ticked, or set `data-gina-form-checkbox-value-as-state="true"` on the form to restore the legacy behavior. If the unticked rendering is intended, remove the `value` attribute (a boolean checkbox posts its live checked state either way), or set `data-gina-form-checkbox-value-as-state="false"` on the form to declare the current model and silence migration warnings');
|
|
5117
5139
|
}
|
|
5118
5140
|
|
|
5119
5141
|
// Migration aid (#49) — the mirror direction: this markup used to be
|
|
@@ -5127,12 +5149,13 @@ function ValidatorPlugin(rules, data, formId, culture) {
|
|
|
5127
5149
|
if (
|
|
5128
5150
|
/^(checkbox)$/i.test($inputs[f].type)
|
|
5129
5151
|
&& !isCheckboxValueAsState($form)
|
|
5152
|
+
&& !isCheckboxStateModelDeclared($form)
|
|
5130
5153
|
&& $inputs[f].hasAttribute('checked')
|
|
5131
5154
|
&& ( legacyUntickValue === '' || /^false$/i.test(legacyUntickValue) )
|
|
5132
5155
|
&& !checkboxValueStateWarned[elId]
|
|
5133
5156
|
) {
|
|
5134
5157
|
checkboxValueStateWarned[elId] = true;
|
|
5135
|
-
console.warn('[ FormValidator ] checkbox `'+ elId +'`: `value` no longer un-ticks a checked box; remove the `checked` attribute if it must render unticked, or set `data-gina-form-checkbox-value-as-state="true"` on the form to restore the legacy behavior');
|
|
5158
|
+
console.warn('[ FormValidator ] checkbox `'+ elId +'`: `value` no longer un-ticks a checked box; remove the `checked` attribute if it must render unticked, or set `data-gina-form-checkbox-value-as-state="true"` on the form to restore the legacy behavior. If the ticked rendering is intended, set `data-gina-form-checkbox-value-as-state="false"` on the form to declare the current model and silence migration warnings');
|
|
5136
5159
|
}
|
|
5137
5160
|
}
|
|
5138
5161
|
}
|
|
@@ -7423,9 +7446,32 @@ function ValidatorPlugin(rules, data, formId, culture) {
|
|
|
7423
7446
|
if ( /^is\d+$/.test(rule) && typeof(d[field][rule]) == 'undefined' ) { // is aliases
|
|
7424
7447
|
d[field][rule] = function(){};
|
|
7425
7448
|
d[field][rule] = inherits(d[field][rule], d[field][ rule.replace(/\d+/, '') ]);
|
|
7426
|
-
|
|
7427
|
-
|
|
7428
|
-
|
|
7449
|
+
// #B138 — arm the alias handshake PER INVOCATION, not per install.
|
|
7450
|
+
// The old install-time IIFE armed the shared `_currentValidatorAlias`
|
|
7451
|
+
// slot ONCE (this install branch is gated once-per-instance), while
|
|
7452
|
+
// form-validator's is() CONSUMES the slot with a delete on every
|
|
7453
|
+
// call — so on any re-application against the same instance (a
|
|
7454
|
+
// `conditions`/_case_ re-evaluation, forEachField recursion) the
|
|
7455
|
+
// slot was empty: every numbered rule collapsed onto the shared key
|
|
7456
|
+
// 'is', the last-declared rule overwrote its siblings there, and its
|
|
7457
|
+
// message rendered TWICE (its own key + the collapsed 'is' key — the
|
|
7458
|
+
// error-display loop has no message dedup). The wrapper re-arms the
|
|
7459
|
+
// slot immediately before every delegation, so is<N> keys stay
|
|
7460
|
+
// distinct on every application. Root resolution mirrors
|
|
7461
|
+
// form-validator's _aliasRoot (browser window / server global).
|
|
7462
|
+
// was:
|
|
7463
|
+
// d[field][rule].setAlias = (function(alias) {
|
|
7464
|
+
// this._currentValidatorAlias = alias
|
|
7465
|
+
// }(rule));
|
|
7466
|
+
d[field][rule] = (function (aliasName, composed) {
|
|
7467
|
+
return function () {
|
|
7468
|
+
var _aliasRoot = ( typeof(window) != 'undefined' ) ? window : ( ( typeof(global) != 'undefined' ) ? global : null );
|
|
7469
|
+
if (_aliasRoot) {
|
|
7470
|
+
_aliasRoot._currentValidatorAlias = aliasName;
|
|
7471
|
+
}
|
|
7472
|
+
return composed.apply(this, arguments);
|
|
7473
|
+
};
|
|
7474
|
+
}(rule, d[field][rule]));
|
|
7429
7475
|
}
|
|
7430
7476
|
// skip when not processing rule function
|
|
7431
7477
|
if ( typeof(d[field][rule]) != 'function' ) {
|
|
@@ -3427,7 +3427,19 @@ function Server(options) {
|
|
|
3427
3427
|
|
|
3428
3428
|
|
|
3429
3429
|
|
|
3430
|
-
|
|
3430
|
+
// #B103 (2026-07-20) — a multipart body must reach busboy RAW (Buffers):
|
|
3431
|
+
// decoding the request stream to strings mangles every byte sequence that
|
|
3432
|
+
// is not valid UTF-8 (→ U+FFFD) BEFORE busboy even parses, so binary file
|
|
3433
|
+
// payloads arrived pre-corrupted (and re-encoded ~1.5-2x larger). The
|
|
3434
|
+
// decode stays for every other content-type — the non-multipart branches
|
|
3435
|
+
// accumulate request.body as text. Same flag is reused by the multipart
|
|
3436
|
+
// branch below so the two sites cannot drift.
|
|
3437
|
+
// was:
|
|
3438
|
+
// request.setEncoding(self.conf[self.appName][self.env].encoding);
|
|
3439
|
+
request.isMultipart = /multipart\/form-data;/.test(request.headers['content-type'] || '');
|
|
3440
|
+
if ( !request.isMultipart ) {
|
|
3441
|
+
request.setEncoding(self.conf[self.appName][self.env].encoding);
|
|
3442
|
+
}
|
|
3431
3443
|
// be carfull, if you are using jQuery + cross domain, you have to set the header manually in your $.ajax query -> headers: {'X-Requested-With': 'XMLHttpRequest'}
|
|
3432
3444
|
request.isXMLRequest = ( request.headers['x-requested-with'] && request.headers['x-requested-with'] == 'XMLHttpRequest' ) ? true : false;
|
|
3433
3445
|
|
|
@@ -4213,7 +4225,10 @@ function Server(options) {
|
|
|
4213
4225
|
// multipart wrapper for uploads
|
|
4214
4226
|
// files are available from your controller or any middlewares:
|
|
4215
4227
|
// @param {object} req.files
|
|
4216
|
-
|
|
4228
|
+
// #B103 — flag computed once at the request prologue (where it also
|
|
4229
|
+
// gates request.setEncoding: a multipart body must stay RAW for busboy).
|
|
4230
|
+
// was: if ( /multipart\/form-data;/.test(request.headers['content-type']) ) {
|
|
4231
|
+
if ( request.isMultipart ) {
|
|
4217
4232
|
// TODO - get options from settings.json & settings.{env}.json ...
|
|
4218
4233
|
// -> https://github.com/mscdex/busboy
|
|
4219
4234
|
var opt = self.conf[self.appName][self.env].content.settings.upload;
|
|
@@ -4568,12 +4583,21 @@ function Server(options) {
|
|
|
4568
4583
|
var liner = new require('stream').Transform({objectMode: true});
|
|
4569
4584
|
|
|
4570
4585
|
liner._transform = function (chunk, encoding, done) {
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4586
|
+
// #B103 (2026-07-20) — pass the Buffer through VERBATIM. The historical
|
|
4587
|
+
// toString()/str2ab round-trip utf8-decoded every chunk (invalid sequences
|
|
4588
|
+
// → U+FFFD) and then truncated each UTF-16 code unit mod 256, so any byte
|
|
4589
|
+
// sequence that is not valid UTF-8 was mangled — binary uploads corrupted,
|
|
4590
|
+
// while pure-ASCII payloads survived byte-identical, which is what hid it.
|
|
4591
|
+
// Counting chunk.length (bytes, not post-decode UTF-16 chars) also makes
|
|
4592
|
+
// req.files[].size the real on-disk size.
|
|
4593
|
+
// was:
|
|
4594
|
+
// var str = chunk.toString();
|
|
4595
|
+
// file._dataLen += str.length;
|
|
4596
|
+
//
|
|
4597
|
+
// var ab = Buffer.from(str2ab(str));
|
|
4598
|
+
// this.push(ab)
|
|
4599
|
+
file._dataLen += chunk.length;
|
|
4600
|
+
this.push(chunk);
|
|
4577
4601
|
|
|
4578
4602
|
done()
|
|
4579
4603
|
}
|
|
@@ -4782,7 +4806,10 @@ function Server(options) {
|
|
|
4782
4806
|
if ( typeof(request.body) == 'string' ) {
|
|
4783
4807
|
// get rid of encoding issues
|
|
4784
4808
|
try {
|
|
4785
|
-
|
|
4809
|
+
// #B103 — same header test as the request-prologue flag; read the flag
|
|
4810
|
+
// so the multipart content-type regex exists at exactly one site.
|
|
4811
|
+
// was: if ( !/multipart\/form-data;/.test(request.headers['content-type']) ) {
|
|
4812
|
+
if ( !request.isMultipart ) {
|
|
4786
4813
|
if ( /application\/json/i.test(request.headers['content-type']) ) {
|
|
4787
4814
|
// #B28 — application/json: parse the body verbatim. JSON already
|
|
4788
4815
|
// carries real types, so do NOT url-decode (a %XX inside a string
|
|
@@ -4976,7 +5003,10 @@ function Server(options) {
|
|
|
4976
5003
|
if ( typeof(request.body) == 'string' ) {
|
|
4977
5004
|
// get rid of encoding issues
|
|
4978
5005
|
try {
|
|
4979
|
-
|
|
5006
|
+
// #B103 — same header test as the request-prologue flag; read the flag
|
|
5007
|
+
// so the multipart content-type regex exists at exactly one site.
|
|
5008
|
+
// was: if ( !/multipart\/form-data;/.test(request.headers['content-type']) ) {
|
|
5009
|
+
if ( !request.isMultipart ) {
|
|
4980
5010
|
if ( /application\/json/i.test(request.headers['content-type']) ) {
|
|
4981
5011
|
// #B28 — application/json: parse the body verbatim. JSON already
|
|
4982
5012
|
// carries real types, so do NOT url-decode (a %XX inside a string
|
|
@@ -5086,7 +5116,10 @@ function Server(options) {
|
|
|
5086
5116
|
var isPatchSet = false, msg = null;
|
|
5087
5117
|
if ( typeof(request.body) == 'string' ) {
|
|
5088
5118
|
try {
|
|
5089
|
-
|
|
5119
|
+
// #B103 — same header test as the request-prologue flag; read the flag
|
|
5120
|
+
// so the multipart content-type regex exists at exactly one site.
|
|
5121
|
+
// was: if ( !/multipart\/form-data;/.test(request.headers['content-type']) ) {
|
|
5122
|
+
if ( !request.isMultipart ) {
|
|
5090
5123
|
if ( /application\/json/i.test(request.headers['content-type']) ) {
|
|
5091
5124
|
// #B28 — application/json: parse the body verbatim. JSON already
|
|
5092
5125
|
// carries real types, so do NOT url-decode (a %XX inside a string
|
|
@@ -5816,6 +5849,30 @@ function Server(options) {
|
|
|
5816
5849
|
&& process.gina._i18nCatalogs[_i18nBundle] )
|
|
5817
5850
|
? Object.keys(process.gina._i18nCatalogs[_i18nBundle])
|
|
5818
5851
|
: [];
|
|
5852
|
+
// #B102 — `settings.i18n.cultures`, honoured since 0.5.22: a
|
|
5853
|
+
// non-empty array constrains which cultures the USER-SIGNAL
|
|
5854
|
+
// steps (URL prefix / cookie / Accept-Language) may match —
|
|
5855
|
+
// e.g. a staged rollout keeps a shipped-but-unlaunched catalog
|
|
5856
|
+
// out of negotiation. The bundle-default step
|
|
5857
|
+
// (settings.region.culture) is deliberately NOT constrained —
|
|
5858
|
+
// the operator's fallback needs no catalog match. `null`, `[]`
|
|
5859
|
+
// or a non-array keep the historical derive-from-loaded-
|
|
5860
|
+
// catalogs behavior.
|
|
5861
|
+
if ( _i18nAvail.length > 0
|
|
5862
|
+
&& _i18nBundle
|
|
5863
|
+
&& self.conf[_i18nBundle]
|
|
5864
|
+
&& self.conf[_i18nBundle][self.env]
|
|
5865
|
+
&& self.conf[_i18nBundle][self.env].content
|
|
5866
|
+
&& self.conf[_i18nBundle][self.env].content.settings
|
|
5867
|
+
&& self.conf[_i18nBundle][self.env].content.settings.i18n
|
|
5868
|
+
) {
|
|
5869
|
+
var _i18nCulturesConf = self.conf[_i18nBundle][self.env].content.settings.i18n.cultures;
|
|
5870
|
+
if ( Array.isArray(_i18nCulturesConf) && _i18nCulturesConf.length > 0 ) {
|
|
5871
|
+
_i18nAvail = _i18nAvail.filter(function(c) {
|
|
5872
|
+
return _i18nCulturesConf.indexOf(c) > -1;
|
|
5873
|
+
});
|
|
5874
|
+
}
|
|
5875
|
+
}
|
|
5819
5876
|
// #I18N — bundle-level default culture: settings.region.culture
|
|
5820
5877
|
// (full underscore culture, e.g. `xx_XX`, resolved at bundle:add).
|
|
5821
5878
|
// Ranks below URL/cookie/Accept-Language (which need loaded catalogs
|
|
@@ -567,8 +567,12 @@
|
|
|
567
567
|
// (specific → base → settings.region.culture →
|
|
568
568
|
// GINA_CULTURE → "en"). `null` = use the default.
|
|
569
569
|
// Example: ["en", "fr"] forces a fixed fallback.
|
|
570
|
-
// cultures —
|
|
571
|
-
//
|
|
570
|
+
// cultures — explicit culture allowlist for the user-signal
|
|
571
|
+
// negotiation steps (URL prefix / cookie / Accept-Language),
|
|
572
|
+
// honoured since 0.5.22. A non-empty array constrains
|
|
573
|
+
// matching (staged rollouts); `null` derives from the
|
|
574
|
+
// loaded catalogs. The bundle-default step
|
|
575
|
+
// (settings.region.culture) is never constrained.
|
|
572
576
|
"i18n": {
|
|
573
577
|
"cookieName": "gina_culture",
|
|
574
578
|
"devMissingKey": "[MISSING]",
|
|
@@ -239,7 +239,7 @@ function Build(opt, cmd) {
|
|
|
239
239
|
tag : self.tagRef,
|
|
240
240
|
ginaVersion : self.ginaVersion,
|
|
241
241
|
platform : self.platform,
|
|
242
|
-
nodeEngine : (ginaPkg.engine && ginaPkg.engine.node) || null,
|
|
242
|
+
nodeEngine : (ginaPkg.engines && ginaPkg.engines.node) || (ginaPkg.engine && ginaPkg.engine.node) || null,
|
|
243
243
|
hasDependencies : hasDependencies,
|
|
244
244
|
hasLockfile : hasLockfile
|
|
245
245
|
});
|
package/gna.js
CHANGED
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
'use strict';
|
|
16
16
|
|
|
17
17
|
// Framework core — the main gna module (lifecycle hooks, lib, etc.)
|
|
18
|
-
var _gna = require('./framework/v0.5.
|
|
18
|
+
var _gna = require('./framework/v0.5.22/core/gna');
|
|
19
19
|
|
|
20
20
|
// SuperController and EntitySuper — loaded from their source modules
|
|
21
|
-
var SuperController = require('./framework/v0.5.
|
|
22
|
-
var EntitySuper = require('./framework/v0.5.
|
|
21
|
+
var SuperController = require('./framework/v0.5.22/core/controller');
|
|
22
|
+
var EntitySuper = require('./framework/v0.5.22/core/model/entity');
|
|
23
23
|
|
|
24
24
|
// uuid — from the lib registry
|
|
25
|
-
var uuid = require('./framework/v0.5.
|
|
25
|
+
var uuid = require('./framework/v0.5.22/lib/uuid');
|
|
26
26
|
|
|
27
27
|
module.exports = {
|
|
28
28
|
|