admin
admin copied to clipboard
A beautiful and fully-featured administration interface builder for hypermedia APIs
| Q | A | ------------- | --- | Branch? | main for features | Tickets | Following #535 | License | MIT | Doc PR | WIP This PR...
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can...
**Description** `` [uses the `history` prop](https://github.com/api-platform/admin/blob/2eb9f9b4833acf53bc5c2d74e9a987c7377cc895/src/AdminGuesser.tsx#L184) which is deprecated since React-admin v4. Additionally, [this prop will be removed](https://github.com/marmelab/react-admin/pull/9657) in React-admin V5. **Possible Solution** Remove this prop and let users [choose...
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 Commits fb98306 Bumped v5.28.4...
Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 6.1.1 to 6.1.2. Release notes Sourced from webpack-dev-middleware's releases. v6.1.2 6.1.2 (2024-03-20) Bug Fixes security: do not allow to read files above (#1778) (9670b34) Changelog Sourced from...
**API Platform version(s) affected**: 3.2.16 **Description** With readableLink false Collection displayed as links, single is empty: ```php #[Groups(groups: ['Main:write'])] #[ORM\OneToMany(mappedBy: 'main', targetEntity: Sub::class, orphanRemoval: true, cascade: ['remove', 'persist', 'refresh', 'merge',...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...
## Problem Running `docker compose up` throw the error: "The local project doesn't define a 'packageManager' field" for the pwa container ## Solution Specify a `packageManager` in `package.json`
**API Platform version(s) affected**: 3.2 **Description** I got `TypeError: extraInformation is undefined` for every built-in queries that modifies something. (i.e. POST, PUT) **How to reproduce** If I have these versions:...