Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MIT License

Copyright (c) 2025 Newesis Srl <contact@newesis.com>
Copyright (c) 2023 Teun Mooij

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# payload tools and plugins

This repository will contain multiple tools and plugins for [payload cms](https://payloadcms.com):
This repository will contain multiple tools and plugins originally developed for [payload cms](https://payloadcms.com):

## [payload-openapi](./packages/openapi/README.md)

Expand Down
1 change: 1 addition & 0 deletions packages/create-api-docs/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MIT License

Copyright (c) 2025 Newesis Srl <contact@newesis.com>
Copyright (c) 2023 Teun Mooij

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion packages/create-api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# create-payload-api-docs

CLI for generating openAPI 3 documentation for your payload cms.
CLI for generating openAPI 3 documentation for your mzinga core or payload cms.

Alternatives:

Expand Down
1 change: 1 addition & 0 deletions packages/openapi/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MIT License

Copyright (c) 2025 Newesis Srl <contact@newesis.com>
Copyright (c) 2023 Teun Mooij

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# payload-openapi

Generate openapi 3 documentation for your [payload cms](https://payloadcms.com).
Generate openapi 3 documentation for your Mzinga Core or [payload cms](https://payloadcms.com).

`payload-openapi` documents ALL your payload openapi endpoints and includes:

Expand Down
1 change: 1 addition & 0 deletions packages/query/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MIT License

Copyright (c) 2025 Newesis Srl <contact@newesis.com>
Copyright (c) 2023 Teun Mooij

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion packages/query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# payload-query

Easy to use query utility for your [Payload cms](https://payloadcms.com).
Easy to use query utility for your Mzinga Core or [Payload cms](https://payloadcms.com).

Main features:

Expand Down
1 change: 1 addition & 0 deletions packages/rbac/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MIT License

Copyright (c) 2025 Newesis Srl <contact@newesis.com>
Copyright (c) 2023 Teun Mooij

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion packages/rbac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# payload-rbac

Easy to use Role based access for your [Payload cms](https://payloadcms.com).
Easy to use Role based access for your Mzinga Core or [Payload cms](https://payloadcms.com).

Main features:

Expand Down
1 change: 1 addition & 0 deletions packages/swagger/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MIT License

Copyright (c) 2025 Newesis Srl <contact@newesis.com>
Copyright (c) 2023 Teun Mooij

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# payload-swagger

Swagger plugin for payload cms:
Swagger plugin for mzinga core or payload cms:

- generate openAPI 3 documentation from your payload config
- adds routes for:
Expand Down
1 change: 1 addition & 0 deletions packages/testbed/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MIT License

Copyright (c) 2025 Newesis Srl <contact@newesis.com>)
Copyright (c) 2022 Teun Mooij

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion packages/testbed/src/components/AfterDashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const AfterDashboard: React.FC = () => {
<h4>Talk with us</h4>
<p>
We're here to help! You can{' '}
<a href="mailto:info@payloadcms.com?subject=Payload Demo" target="_blank">
<a href="mailto:info@mzinga.io?subject=Payload Demo" target="_blank">
email us
</a>{' '}
with any questions.
Expand Down
2 changes: 1 addition & 1 deletion packages/testbed/src/components/BeforeLogin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const BeforeLogin: React.FC = () => {
return (
<div>
<p>
To log in, use the email <strong>demo@payloadcms.com</strong> with the password <strong>demo</strong>. This demo CMS will reset every hour.
To log in, use the email <strong>demo@mzinga.io</strong> with the password <strong>demo</strong>. This demo CMS will reset every hour.
</p>
<p>The code for this demo is open source and can be found <a href="https://github.com/payloadcms/public-demo" target="_blank" rel="noopener noreferrer">here</a>.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/testbed/src/cron/reset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async function seedData() {
collection: 'users',
data: {
name: 'Demo User',
email: 'demo@payloadcms.com',
email: 'demo@mzinga.io',
password: 'demo',
roles: ['admin'],
},
Expand Down