adminjs-sequelizejs icon indicating copy to clipboard operation
adminjs-sequelizejs copied to clipboard

Sequelizejs adapter for AdminBro

Results 17 adminjs-sequelizejs issues
Sort by recently updated
recently updated
newest added

If I try a filtered URL like: ``` https://my.adminjs.server/admin/resources/myresource?filters.enumField=foo&filters.enumField=bar ``` The query only looks for `WHERE enumField = 'foo'` This is because of line 16 in @adminjs/sequelize/lib/utils/convert-filter.js: ``` if (property.sequelizePath.values...

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.11.0 to 6.29.0. Release notes Sourced from sequelize's releases. v6.29.0 6.29.0 (2023-02-23) Features throw an error if attribute includes parentheses (fixes CVE-2023-22578) (#15710) (d3f5b5a) v6.28.2 6.28.2 (2023-02-22)...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.37. Changelog Sourced from moment-timezone's changelog. 0.5.37 2022.08-25 Re-publish npm package, because of extra folder present in 0.5.36, check moment/moment-timezone#999 0.5.36 2022.08-25 IANA TZDB 2022c...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.7 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

In previous versions of admin sequelizejs, filtering could be done using upper or lower case letters. This functionality no longer works in later versions of admin sequelizejs. Instead of being...