Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: devforth/adminforth-inline-create
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5b05c29
Choose a base ref
...
head repository: devforth/adminforth-inline-create
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9e38eb7
Choose a head ref
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 30, 2026

  1. feat: add zod request body validation to plugin API endpoints

    Add zod schemas and a parseBody helper that returns HTTP 422 on invalid
    request bodies, matching the adminforth-agent plugin pattern. Adds zod to
    dependencies.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    
    AdminForth/1781/image
    yaroslav8765 committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    a0f4fbf View commit details
    Browse the repository at this point in the history
  2. fix: return request body validation errors as JSON

    Validation failures now respond with HTTP 400 and a JSON body
    { error: 'Request body validation failed', details: [...] }, matching
    the format used by the AdminForth core express server.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    
    AdminForth/1782/generated-with-cli-dockerfile-
    yaroslav8765 committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    819567a View commit details
    Browse the repository at this point in the history
  3. fix: update adminforth version

    AdminForth/1777/image
    yaroslav8765 committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    d453503 View commit details
    Browse the repository at this point in the history
  4. refactor: import parseBody from adminforth instead of redefining it

    Use the shared parseBody helper exported from adminforth core rather than
    duplicating the same function in every plugin.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    
    AdminForth/1777/image
    yaroslav8765 committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    282b479 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from devforth/add-zod-schemas

    Add zod schemas
    yaroslav8765 authored Jun 30, 2026
    Configuration menu
    Copy the full SHA
    9e38eb7 View commit details
    Browse the repository at this point in the history
Loading