The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.048 - 2020-04-05

  • Fixed
    • Fixed additional editor instances using the original editor's API URL. This allows additional editors to have different schemas, hiding some fields from some users.
    • Fixed MultiTenant controller not allowing JSON post. Now the MultiTenant controller can be used by the editor.
    • Fixed handling some defaults from the database. This is an attempt to fix #88 (but I don't think it does, since I could not reproduce it).
  • Added
    • Added a sanity check for x-list-columns to make sure the columns exist. This prevents an issue where the editor would refuse to load.

Documentation

Start the standalone Yancy web application
Handles talking to the database.
How to do user authentication and authorization in Yancy
How to configure Yancy
How to run Yancy without writing Perl code
Changes and deprecations when upgrading Yancy

Modules

Embed a simple admin CMS into your Mojolicious application
A simple framework and editor for content-driven Mojolicious websites
A backend for DBIx::Class schemas
A backend for MySQL using Mojo::mysql
A backend for Postgres using Mojo::Pg
A role to give a relational backend relational capabilities
A role to give a relational backend relational capabilities
A role to give a synchronous backend useful Promises methods
A backend for SQLite using Mojo::SQLite
Commands for working with Yancy backends
Copy data between backends
Basic controller for displaying content
An OpenAPI REST controller for the Yancy editor
A controller to show a user only their content
Add one or more authentication plugins to your site
A simple auth module for a site
Authenticate using Github's OAuth2 provider
Authenticate using an OAuth2 provider
A simple password-based auth
Add authorization based on user attributes
A simple token-based auth
Yancy content editor, admin, and management application
Manage file uploads, attachments, and other assets
Generate form HTML using various UI libraries
Generate forms using Bootstrap 4
Utilities for Yancy