dokploy/apps/dokploy
2025-04-26 19:25:05 -06:00
..
__test__ Enhance Bitbucket provider and application tests by adding enableSubmodules field. This update includes the integration of a switch component in the UI and updates to the test files to reflect the new feature. 2025-04-26 16:46:50 -06:00
components Refactor code editor completion logic to use explicit from/to parameters for insertion and selection handling 2025-04-26 19:25:05 -06:00
docker
drizzle Implement enableSubmodules feature across various Git provider components and update database schema. This change introduces a new boolean field enableSubmodules to control submodule behavior in Git operations, replacing the previous recurseSubmodules field. Updates include modifications to the UI components, API routers, and database schema to accommodate this new feature. 2025-04-26 16:35:02 -06:00
hooks Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
lib Fix for #1708, missing dutch translation and sorted list by population 2025-04-14 08:42:30 +02:00
pages Merge pull request #1732 from nktnet1/fix-overflow-toolbar 2025-04-18 03:52:14 -06:00
public Merge pull request #1634 from f3liiix/canary 2025-04-17 01:59:35 -06:00
server Update server configuration to include HOST variable and enhance server start log message 2025-04-26 17:05:21 -06:00
styles Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
templates Removed apps/dokploy/templates/infisical/index.ts 2025-03-27 13:12:02 -06:00
utils feat(websocket): enhance WebSocket server with request validation and client instantiation 2025-04-06 00:07:41 -06:00
.dockerignore
.env.example
.env.production.example
.gitignore
.nvmrc
components.json
Dockerfile
esbuild.config.ts
LICENSE.MD
logo.png
migrate.ts Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
migration.ts
next.config.mjs refactor(dokploy): standardize code formatting and improve readability across multiple components 2025-03-29 13:26:44 -06:00
package.json chore: bump version to v0.21.7 in package.json 2025-04-13 21:59:36 -06:00
postcss.config.cjs
reset-password.ts Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
setup.ts
tailwind.config.ts fix(config): large screens support 2025-03-12 19:16:16 +07:00
tsconfig.json
tsconfig.server.json