Mauricio Siu
8eace173b9
Merge pull request #3969 from Dokploy/refactor/upgrade-better-auth
...
chore: update better-auth dependencies to version 1.5.4 and refactor …
2026-03-10 16:30:23 -06:00
Mauricio Siu
30428053e8
chore: update better-auth dependencies to version 1.5.4 and refactor imports in auth-client and auth modules
2026-03-10 16:25:45 -06:00
Волков Дмитрий Сергеевич
1c0dbbcfd6
fix: invalidate notification.one query cache on update
...
When editing a notification, only the notification.all query cache was
invalidated. The notification.one query retained stale data, causing
the edit form to display previous values on subsequent edits.
2026-03-10 23:16:54 +05:00
Mauricio Siu
2c07a4b2e3
Bump version from v0.28.5 to v0.28.6
2026-03-10 10:02:53 -06:00
Mauricio Siu
75a797097b
Merge pull request #3952 from jirkavrba/copy-webhook-url
...
feat(deployments): Add option to copy webhook url by clicking on it
2026-03-10 10:00:04 -06:00
Mauricio Siu
e554adc376
feat: add support for 'labeled' action in GitHub deployment handler
2026-03-10 02:09:16 -06:00
Mauricio Siu
985c9102da
refactor: remove primaryColor from whitelabeling settings and related components for cleaner configuration
2026-03-10 02:03:34 -06:00
Mauricio Siu
2e03cf3d48
refactor: implement safe URL validation for whitelabeling settings in both client and server schemas
2026-03-10 00:55:01 -06:00
Mauricio Siu
33532d3cf7
refactor: update whitelabeling hooks and API usage for improved access control and consistency
2026-03-10 00:47:30 -06:00
autofix-ci[bot]
a6999b1cf2
[autofix.ci] apply automated fixes
2026-03-10 06:32:56 +00:00
Mauricio Siu
f5d18d6f9b
refactor: replace adminProcedure with enterpriseProcedure in whitelabeling router for enhanced access control
2026-03-10 00:32:08 -06:00
Mauricio Siu
e3ff7ef3e3
feat: add whitelabelingConfig column to webServerSettings table and update related metadata
2026-03-10 00:28:52 -06:00
Mauricio Siu
b84bc9b7c6
feat: implement whitelabeling features including settings, preview, and provider components
2026-03-10 00:27:58 -06:00
Mohammed Imran
5e6e5ba9d8
Merge branch 'Dokploy:canary' into feat/quick-service-switcher
2026-03-09 21:03:36 +05:30
Jiří Vrba
de201d0b0a
Add aria-label to webhook URL badge
2026-03-09 10:00:08 +01:00
autofix-ci[bot]
6866e2b63a
[autofix.ci] apply automated fixes
2026-03-09 08:49:06 +00:00
Jiří Vrba
3e4a1b92eb
Code review fixes
2026-03-09 09:48:37 +01:00
Jiří Vrba
b9ca6ea9db
Code review fixes
2026-03-09 09:38:00 +01:00
Jiří Vrba
f1d4543d5e
Code review fixes
2026-03-09 09:33:30 +01:00
autofix-ci[bot]
d8c7c1eaf4
[autofix.ci] apply automated fixes
2026-03-09 08:28:35 +00:00
Jiří Vrba
4330d7bd99
feat(deployments): Add option to copy webhook url by clicking on it
2026-03-09 09:25:41 +01:00
autofix-ci[bot]
2a2acbfe9a
[autofix.ci] apply automated fixes
2026-03-09 06:17:05 +00:00
lasseveenliese
fc8a5153f1
feat: show only used disk space in monitoring graph
2026-03-08 23:46:06 +01:00
Farrel Darian
1203d0589b
fix: use dedicated schema
2026-03-09 05:28:01 +07:00
Mauricio Siu
c00aa6acbf
fix: enhance container metrics query to support wildcard matching for container names
2026-03-08 16:16:45 -06:00
Mauricio Siu
ce82e2322b
fix: improve port conflict detection by enhancing error messages and adding host-level service checks
2026-03-08 03:08:38 -06:00
Mauricio Siu
75a4e8e8ef
fix: update success message for service deployment to reflect queued status
2026-03-08 02:52:46 -06:00
Mauricio Siu
b4319c7ea2
Bump version from v0.28.4 to v0.28.5
2026-03-08 02:46:55 -06:00
Mauricio Siu
735c9952d8
chore: import authClient in show-users component for enhanced authentication handling
2026-03-07 18:14:30 -06:00
Mauricio Siu
21821295e3
chore: remove console.log for session in AddGithubProvider component to clean up code
2026-03-07 18:10:35 -06:00
Mauricio Siu
a8467e80e8
refactor: replace authClient with api.user.session.useQuery in multiple components for improved session management
2026-03-07 18:02:25 -06:00
Farrel Darian
653e5fa3a0
fix: validate applicationId
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-07 16:31:50 +07:00
Farrel Darian
66931fe24f
feat: use zod-form-data schema for dropDeployment input
...
Switch from z.instanceof(FormData) to uploadFileSchema (zod-form-data)
so the OpenAPI generator produces a proper multipart/form-data spec
with typed fields (zip as binary, applicationId, dropBuildPath).
Regenerate openapi.json with the drop-deployment endpoint included.
2026-03-07 16:22:05 +07:00
Farrel Darian
7feb4061f8
feat: expose dropDeployment endpoint in public API
...
Enable file upload deployments via the public API, unlocking CI/CD workflows
similar to `railway up`. Users can now programmatically deploy by uploading
zip archives.
Depends on: Dokploy/trpc-openapi multipart/form-data support
2026-03-07 15:41:43 +07:00
Mauricio Siu
2eae756cec
Update dependencies in pnpm-lock.yaml and package.json for @codemirror packages
...
- Added @codemirror/search version 6.6.0.
- Updated @codemirror/view to version 6.39.15 across multiple files.
- Adjusted imports in code-editor.tsx to include search functionality.
This update ensures compatibility with the latest features and improvements in the CodeMirror library.
2026-03-06 23:18:29 -06:00
Mauricio Siu
9ae2ebff46
Bump version from v0.28.3 to v0.28.4
2026-03-06 08:27:12 -06:00
naturedamends
bf9d2615c2
Better to not have a button
2026-03-05 22:06:51 +00:00
naturedamends
40d07357bc
Update save-gitea-provider-compose.tsx
2026-03-05 20:48:37 +00:00
naturedamends
1e5e361094
Update save-gitea-provider-compose.tsx
2026-03-05 20:47:14 +00:00
naturedamends
abc7014b61
Apply suggestions from code review
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-05 20:33:46 +00:00
naturedamends
a8648607b8
Update save-gitea-provider-compose.tsx
2026-03-05 20:33:09 +00:00
naturedamends
453a7b12b6
Replace tooltip trigger with button for help icon
...
This is only in one provider but can be extened to other providers
2026-03-05 20:24:30 +00:00
Mohammed Imran
c75cfa2d69
Merge branch 'canary' of github.com:imran-vz/dokploy into feat/quick-service-switcher
2026-03-04 11:00:54 +05:30
Mauricio Siu
36cf3a69fc
refactor: simplify createMount mutation by returning the promise directly
...
Updated the createMount mutation to return the promise from createMount directly, enhancing readability. Additionally, adjusted the serviceType schema definition for clarity by removing the default value assignment.
2026-03-03 22:55:46 -06:00
Mauricio Siu
9ac147a140
refactor: replace authClient with api.organization.active for active organization queries
...
Updated components to use the new API method for fetching the active organization, improving consistency across the codebase. This change enhances maintainability and aligns with recent API updates.
2026-03-03 22:37:42 -06:00
Mauricio Siu
20f79ac655
fix: update import statements to include file extensions for consistency
2026-03-03 15:35:37 -06:00
Mauricio Siu
6f21f1cc1f
Merge pull request #3868 from Dokploy/feat/show-org-deployment-level
...
Feat/show org deployment level
2026-03-03 14:12:21 -06:00
Mauricio Siu
af76548482
refactor: streamline event fetching and improve UI table layout
...
Updated the event fetching logic to utilize Promise.all for concurrent API calls, enhancing performance. Adjusted the UI table layout by modifying the column span for better alignment and presentation of the empty queue state. Introduced constants for maximum events to improve code clarity.
2026-03-03 14:09:46 -06:00
Mauricio Siu
13638d0f04
chore: bump version to v0.28.3 in package.json
2026-03-03 12:07:05 -06:00
Mauricio Siu
edceebec7e
feat: update .env.example with Inngest configuration examples
...
Added self-hosted and production configuration examples for Inngest to the .env.example file. This enhancement provides clearer guidance for developers on setting up the Inngest integration.
2026-03-03 01:05:37 -06:00