mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 06:35:53 +03:00
[PR #223] [CLOSED] Cursor/check php editor compatibility 00fa #225
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#225
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/arikchakma/maily.to/pull/223
Author: @jmsobe
Created: 9/29/2025
Status: ❌ Closed
Base:
main← Head:cursor/check-php-editor-compatibility-00fa📝 Commits (4)
07d2052Remove API key config and email sending functionality (#1)abc7f77Checkpoint before follow-up message91cd34bCheckpoint before follow-up message1489d2fRefactor: Move backend logic to PHP📊 Changes
24 files changed (+4630 additions, -390 deletions)
View changed files
➖
apps/web/app/components/api-key-config-dialog.tsx(+0 -148)📝
apps/web/app/components/email-editor-sandbox.tsx(+87 -111)➖
apps/web/app/lib/api-config.server.ts(+0 -7)➖
apps/web/app/routes/api.v1.config.ts(+0 -49)➖
apps/web/app/routes/api.v1.emails.send.ts(+0 -75)➕
php-api/.htaccess(+14 -0)➕
php-api/README.md(+176 -0)➕
php-api/build.sh(+42 -0)➕
php-api/composer.json(+24 -0)➕
php-api/data/maily.db(+0 -0)➕
php-api/package-lock.json(+2629 -0)➕
php-api/package.json(+28 -0)➕
php-api/public/index.php(+45 -0)➕
php-api/server.js(+368 -0)➕
php-api/src/Api/AuthController.php(+79 -0)➕
php-api/src/Api/EmailsController.php(+51 -0)➕
php-api/src/Api/TemplatesController.php(+158 -0)➕
php-api/src/Core/Auth.php(+99 -0)➕
php-api/src/Core/Database.php(+161 -0)➕
php-api/src/Core/EmailRenderer.php(+183 -0)...and 4 more files
📄 Description
merge with
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.