autofix-ci[bot]
ad382f1fe5
[autofix.ci] apply automated fixes
2026-01-28 10:38:52 +00:00
mhbdev
d5b0e3193a
Merge branch 'resend-provider-for-notifications' of https://github.com/mhbdev/dokploy into resend-provider-for-notifications
2026-01-28 14:08:21 +03:30
autofix-ci[bot]
43228fc51b
[autofix.ci] apply automated fixes
2026-01-28 13:54:40 +03:30
mhbdev
ba8a334fbe
feat: add resend notification functionality
...
- Introduced a new notification type "resend" to the system.
- Added database schema for resend notifications including fields for apiKey, fromAddress, and toAddress.
- Implemented functions to create, update, and send resend notifications.
- Updated notification router to handle resend notifications with appropriate API endpoints.
- Enhanced existing notification services to support sending notifications via the Resend service.
- Modified various notification utilities to accommodate the new resend functionality.
2026-01-28 13:47:57 +03:30
Mauricio Siu
c579dbeb1c
Merge pull request #3540 from Dokploy/3491-ssl-certificate-issuance-broken-with-inwx
...
chore(traefik): update Traefik version to 3.6.7 in setup scripts
2026-01-28 00:18:17 -06:00
Mauricio Siu
cee1dc97ba
chore(traefik): update Traefik version to 3.6.7 in setup scripts
2026-01-28 00:16:06 -06:00
Mauricio Siu
b9419ed5f1
Merge pull request #3539 from Dokploy/3493-when-adding-a-git-repository-as-a-provider-spaces-in-the-repo-name-break-the-repo-selection
...
feat(bitbucket): add optional slug field for repositories and update …
2026-01-28 00:14:21 -06:00
Mauricio Siu
6bc07d7675
feat(drop): add optional bitbucketRepositorySlug field to baseApp configuration in tests
2026-01-28 00:12:42 -06:00
autofix-ci[bot]
f72dfb3fc7
[autofix.ci] apply automated fixes
2026-01-28 06:10:38 +00:00
Mauricio Siu
27a0490536
feat(bitbucket): add optional slug field for repositories and update related logic
2026-01-28 00:09:56 -06:00
Mauricio Siu
ec6849205a
Merge pull request #3537 from Dokploy/3510-commit-message-is-wrong-when-using-remote-builder
...
fix(application): update commit info extraction to include appName an…
2026-01-27 21:47:19 -06:00
Mauricio Siu
9934346d8c
fix(application): update commit info extraction to include appName and serverId
2026-01-27 21:46:54 -06:00
Mauricio Siu
5c89973cc2
Merge pull request #3385 from stripsior/chore/bump-postgres
...
chore(databases): bump default postgres version while creating to 18
2026-01-27 21:18:50 -06:00
Mauricio Siu
4e8cdfbc80
Merge pull request #3447 from pluisol/feature/pushover-notifications
...
feat: add Pushover notification provider
2026-01-27 21:16:36 -06:00
Mauricio Siu
d0ea8b5283
Merge pull request #3504 from Bima42/fix/3503-changing-server-domain-fail-with-only-mail
...
fix: zod object for assign domain
v0.26.6
2026-01-27 13:41:05 -06:00
Mauricio Siu
060a053fdb
Merge pull request #3527 from p8008d/fix/profile-firstname-update
...
fix: profile firstName field not updating
2026-01-27 13:39:32 -06:00
Mauricio Siu
304069d3c8
Merge pull request #3530 from Dokploy/fix/prevent-send-malicious-bash
...
feat(wss): add directory validation for WebSocket server log paths
2026-01-27 09:57:11 -06:00
Mauricio Siu
5967f48c6b
feat(wss): add directory validation for WebSocket server log paths
2026-01-27 09:56:28 -06:00
Mauricio Siu
f3bb56910a
Merge pull request #3529 from Dokploy/fix/prevent-send-malicious-bash
...
fix(wss): add container ID validation to enhance security in WebSocke…
2026-01-27 09:21:06 -06:00
Mauricio Siu
24c1c2a377
fix(wss): add container ID validation to enhance security in WebSocket server
2026-01-27 09:20:29 -06:00
Mauricio Siu
6fdb2e4a21
Merge pull request #3528 from Dokploy/fix/prevent-send-malicious-bash
...
Fix/prevent send malicious bash
2026-01-27 09:00:11 -06:00
Mauricio Siu
15e90e9ca9
refactor(wss): simplify container ID validation and update Docker command structure
2026-01-27 08:59:58 -06:00
Mauricio Siu
d1553e1bda
fix(wss): add cloud version restriction message in command execution
2026-01-27 08:40:57 -06:00
Mauricio Siu
880a377e54
fix(wss): handle cloud version restriction in terminal setup
2026-01-27 08:38:14 -06:00
Mauricio Siu
74e0bd5fe3
fix(wss): update Docker command execution in terminal setup
2026-01-27 08:37:06 -06:00
p8008d
74aecf6828
fix: profile firstName field not updating
...
The profile form was sending `name` field but the database column is
`firstName`. This caused the firstName to be silently ignored during
updates. Changed form field and API schema to use `firstName` to match
the database column.
2026-01-27 15:07:56 +02:00
Mauricio Siu
7362cc49d2
fix: prevent to pass invalid docker container names
2026-01-26 16:37:15 +02:00
Mauricio Siu
84fa805acc
refactor(side): remove Sponsor menu item and associated HeartIcon component
2026-01-25 17:53:16 +02:00
autofix-ci[bot]
6271f3bb1a
[autofix.ci] apply automated fixes
2026-01-24 18:15:23 +00:00
mhbdev
57eee45dbb
feat: add resend notification functionality
...
- Introduced a new notification type "resend" to the system.
- Added database schema for resend notifications including fields for apiKey, fromAddress, and toAddress.
- Implemented functions to create, update, and send resend notifications.
- Updated notification router to handle resend notifications with appropriate API endpoints.
- Enhanced existing notification services to support sending notifications via the Resend service.
- Modified various notification utilities to accommodate the new resend functionality.
2026-01-24 21:29:19 +03:30
Bima42
bcbf433607
fix: zod object for assign domain
2026-01-22 08:56:07 +01:00
Mauricio Siu
bc6647071f
Merge pull request #3501 from Dokploy/open-core-model
...
feat(license): introduce proprietary license and update core license …
2026-01-21 12:59:22 -06:00
Mauricio Siu
dd10d0b1a4
feat(license): introduce proprietary license and update core license terms
2026-01-21 19:43:33 +01:00
Mauricio Siu
9714695d5a
Merge pull request #3500 from Dokploy/security/fix-frame-hijacking
...
feat(config): add security headers to enhance application security
2026-01-21 11:53:37 -06:00
Mauricio Siu
37e817ff26
feat(config): add security headers to enhance application security
2026-01-21 18:52:57 +01:00
Mauricio Siu
733f4c4a23
fix(db): update security migration command for database configuration
2026-01-21 18:23:32 +01:00
Mauricio Siu
86548a1f24
chore(package): update dokploy version to v0.26.6
2026-01-21 18:07:51 +01:00
Mauricio Siu
dbd354d928
refactor(db): centralize database URL configuration by importing dbUrl from constants
2026-01-21 17:55:59 +01:00
Mauricio Siu
9a9e3dc295
refactor(db): centralize database URL configuration by importing dbUrl from constants
2026-01-21 17:33:06 +01:00
Mauricio Siu
cbd70fe5d0
refactor(db): replace hardcoded DATABASE_URL with dbUrl import for improved configuration
2026-01-21 17:19:28 +01:00
Mauricio Siu
c8ec86c639
chore(env): remove hardcoded DATABASE_URL from production example file
2026-01-21 16:56:30 +01:00
Mauricio Siu
b902c160a2
Merge pull request #3496 from Dokploy/3449-security-hardcoded-token-authentication-for-a-postgres-db
...
feat(db): enhance database configuration with environment variable su…
2026-01-21 06:32:17 -06:00
Mauricio Siu
8f2a0f8029
feat(db): enhance database configuration with environment variable support
...
- Introduced a function to read database credentials from a file for improved security.
- Added support for environment variables to configure database connection, replacing hardcoded values.
- Implemented a warning for users relying on deprecated hardcoded credentials, encouraging migration to Docker Secrets.
2026-01-21 13:29:32 +01:00
Mauricio Siu
f334e89108
Merge pull request #3395 from Konders/fix/environment-access-fallback
...
fix: allow users to open projects with accessible environments
2026-01-21 04:29:50 -06:00
Mauricio Siu
a8fc2adab6
feat(dashboard): add environment availability alert for projects
...
- Implemented a check for projects with no accessible environments, displaying an alert message to inform users.
- Updated project link behavior to prevent navigation when no environments are available, enhancing user experience.
2026-01-21 11:22:52 +01:00
Mauricio Siu
b8d8d9e5b2
Merge branch 'canary' into fix/environment-access-fallback
2026-01-21 11:09:02 +01:00
Mauricio Siu
6c2457907f
Merge pull request #3484 from mikaoelitiana/3483-fix-ellipse
...
fix: break long project description to avoid ellipse shift
2026-01-21 04:05:19 -06:00
Mika Andrianarijaona
36f082f12a
fix: replace truncate with break-all
2026-01-20 17:13:14 +01:00
Mauricio Siu
f3f52c21ab
Merge pull request #3488 from Dokploy/feat/hide-builder-if-docker-provider-selected
...
feat(dashboard): hide builder section for Docker source type
2026-01-20 09:34:56 -06:00
Mauricio Siu
9c565656b1
feat(dashboard): hide builder section for Docker source type
...
- Added logic to conditionally hide the builder section when the Docker provider is selected, improving user experience by reducing unnecessary UI elements.
2026-01-20 16:33:42 +01:00