Mauricio Siu
774365c68e
Refactor and update various components in the Dokploy application, enhancing functionality and fixing minor issues across multiple pages and features, including dashboard, settings, and API integrations.
2025-08-16 20:18:08 -06:00
Mauricio Siu
75b2c34a13
feat(api): implement lazy WebSocket client for improved connection management
...
- Introduced a `createLazyWSClient` function to manage WebSocket connections more efficiently by delaying the creation of the client until it's needed.
- Updated the `wsClient` initialization to use the new lazy client, enhancing performance and resource management in the application.
2025-07-05 17:06:39 -06:00
Mauricio Siu
cc5574e08a
Add impersonation feature to user management
...
- Introduced an ImpersonationBar component for admin users to impersonate other users, enhancing user management capabilities.
- Updated the ProfileForm to include an option for allowing impersonation, with a description for clarity.
- Modified the DashboardLayout to conditionally display the impersonation bar based on user roles and cloud settings.
- Added database schema changes to support the new impersonation feature, including a new column for allowImpersonation in the user table.
- Implemented necessary API updates to handle impersonation actions and user data retrieval.
2025-05-06 01:46:20 -06:00
Mauricio Siu
14bc26e065
feat(websocket): enhance WebSocket server with request validation and client instantiation
...
- Added request validation to ensure user authentication before establishing WebSocket connections.
- Refactored WebSocket client instantiation to simplify connection management.
2025-04-06 00:07:41 -06:00
Mauricio Siu
36172491a4
refactor(websocket): streamline WebSocket server setup and client instantiation
...
- Removed the request validation logic from the WebSocket connection handler.
- Added a cleanup function to close the WebSocket server.
- Introduced a singleton pattern for the WebSocket client to manage connections more efficiently.
2025-04-04 01:55:29 -06:00
Jason Parks
530ad31aaa
Simplify Gitea authorization flow with shared utilities
2025-03-20 16:48:59 -06:00
Mauricio Siu
a104867ed2
Feat/add sidebar ( #1084 )
...
* refactor: add sidebar
* chore: add deps
* refactor: update sidebar
* refactor: another layout
* refactor: update variant
* refactor: change layout
* refactor: change variant
* refactor: enhance sidebar navigation with active state management
* feat: add project button to dashboard
* Merge branch 'canary' into feat/add-sidebar
* refactor: add loader
* refactor: update destinations and refactor
* refactor: ui refactor certificates
* refactor: delete unused files
* refactor: remove unused files and duplicate registry
* refactor: update style registry
* refactor: add new design registry
* refactor: enhance git providers
* refactor: remove duplicate files
* refactor: update
* refactor: update users
* refactor: delete unused files
* refactor: update profile
* refactor: apply changes
* refactor: update UI
* refactor: enhance Docker monitoring UI layout
* refactor: add theme toggle and language selection to user navigation (#1083 )
* refactor: remove unused files
* feat: add filter to services
* refactor: add active items
* refactor: remove tab prop
* refactor: remove unused files
* refactor: remove duplicated files
* refactor: remove unused files
* refactor: remove duplicate files
* refactor: remove unused files
* refactor: delete unused files
* refactor: remove unsued files
* refactor: delete unused files
* refactor: lint
* refactor: remove unused secuirty
* refactor: delete unused files
* refactor: delete unused files
* remove imports
* refactor: add update button
* refactor: delete unused files
* refactor: remove unused code
* refactor: remove unused files
* refactor: update login page
* refactor: update login UI
* refactor: update ui reset password
* refactor: add justify end
* feat: add suscriptions
* feat: add sheet
* feat: add logs for postgres
* feat: add logs for all databases
* feat: add server logs with drawer logs
* refactor: remove unused files
* refactor: add refetch when closing
* refactor: fix linter
* chore: bump node-20
* revert
* refactor: fix conflicts
* refactor: update
* refactor: add missing deps
* refactor: delete duplicate files
* refactor: delete unsued files
* chore: lint
* refactor: remove unsued file
* refactor: add refetch
* refactor: remove duplicated files
* refactor: delete unused files
* refactor: update setup onboarding
* refactor: add breadcrumb
* refactor: apply updates
* refactor: add faker
* refactor: use 0 in validation
* refactor: show correct state
* refactor: update
---------
Co-authored-by: vishalkadam47 <vishal@jeevops.com >
Co-authored-by: Vishal kadam <107353260+vishalkadam47@users.noreply.github.com >
2025-01-12 14:29:43 -06:00
190km
46348f43f6
chore: lint
2024-12-26 01:26:53 +01:00
Mauricio Siu
1c1e52f777
fix: lint
2024-12-07 13:50:38 -06:00
Mauricio Siu
64e6919211
refactor: improve I18N
2024-12-07 13:45:50 -06:00
Mauricio Siu
b3ca81d2e8
Merge branch 'canary' into i18n-kazakh
2024-12-07 13:13:30 -06:00
yerkow
c9d3616088
feat(i18n): add kazakh language support
2024-12-05 10:17:54 +05:00
Pedro Ramon
cbbbe44802
feat(i18n): add portuguese language support
2024-12-04 07:39:36 -03:00
Jongho Hong
bcf1ba242e
feat(i18n): add korean language support
2024-12-01 16:48:16 +09:00
Mauricio Siu
4132f714ae
Merge branch 'canary' into fa-locale
2024-11-28 20:45:24 -06:00
Mauricio Siu
5853117e5f
Merge branch 'canary' into i18n-french
2024-11-28 20:39:25 -06:00
usopp
714865730f
feat(i18n): add french language support
2024-11-28 17:17:00 +01:00
Eray Dereağzı
7469c30992
feat(i18n): add turkish(tr) localization support
2024-11-28 13:38:40 +03:00
Mauricio Siu
37fa139a65
refactor: bump to 0.13.0
2024-11-27 23:20:32 -06:00
F43Z
c8e9d9d169
feat: add fa locale
2024-11-27 23:40:42 +03:30
sao-coding
54eb5544ac
feat(i18n): add Traditional Chinese language support
2024-11-25 02:35:24 +00:00
Dominik Koch
96b2579d69
feat(i18n): add german language support
2024-11-20 11:30:59 +00:00
WoWnik
a83b62f62b
refactor: sort alphabetically
2024-11-19 18:53:52 +03:00
WoWnik
cda66606ec
feat: add russian translation init
2024-11-18 11:48:38 +03:00
Mauricio Siu
5db5336ec8
Merge pull request #716 from PaiJi/fix/storage-locale-setting-in-localstorage
...
fix(i18n): quick fix for locale cookie expire when browser close
2024-11-17 21:41:06 -06:00
Krzysztof Durek
04235fb6c9
Merge branch 'canary' of https://github.com/kdurek/dokploy into feat/server-ip
2024-11-17 22:08:00 +01:00
Krzysztof Durek
f138b0917f
feat: add Polish language support to appearance settings and locale configuration
2024-11-17 22:05:52 +01:00
JiPai
6af5742702
fix(i18n): quick fix for locale cookie expire when browser close
2024-11-18 03:37:26 +08:00
Mauricio Siu
56ea356723
refactor(dokploy): update i18next build
2024-11-17 11:04:15 -06:00
JiPai
046f0a5c20
feat(i18n): replace translation in Appearance
2024-11-08 12:40:31 +08:00
JiPai
7f0a92f224
feat(i18n): add language select into appearance tab
2024-11-08 02:16:15 +08:00
JiPai
0ca8ee17be
feat(i18n): add i18n support
2024-11-08 01:32:46 +08:00
Mauricio Siu
6d945371c9
feat(providers): add gitlab bitbucket and github providers
2024-08-31 22:57:41 -06:00
Mauricio Siu
5280c861e8
Feat/monorepo ( #292 )
...
* feat(create-turbo): apply official-starter transform
* refactor: move folder
* wip: monorepo
* feat: add builf
* refactor: add pr
* update
* add .env
* refactor: update build
* refactor: update build docker
* refactor: add progress plain
* refactor: remove node pty
* refactor: remove
* remove
* refactor: update
* refacotr: uopdate
* refactor: add remix app
* add env
* refactor: add pnpm start
* refactor: remove
* refactor: remove folders
* refactor: remove .dockerfile
* chore: update biome
* test
* choe: add husky
* remove .docker folder
* feat: add docs website
* refactor: add husky
* chore(version): bump version
* refactor: add new changes
* refactor: update circle path
* refactor: update
* refactor: update
* refactor: update dockerfile
* refactor: update dockerfile
* refactor: update command
* refactor: update
* refactor: update dockerfile
* refactor: add tsx
* refactor: update dockerfile
* refactor: add deps
* refactor: up[date
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: yuodate
* refactor: remove
* refactor: uncomment
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: updare
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: imprt
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: remove
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: change path
* refactor: update
* refactor: update
* refactor: upoadte
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: add
* refactor: update
* refactor: update
* refactor: add
* refactor: update
* refactor: remove
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: removed
* refactor: update
* refactor: update
* refactor: update
* refactor: add config
* refactor: update
* refactor: add
* refactor: update
* refactor: update
* refactor: remove
* refactor: update
* refactor: remove
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: add docs
* refactor: update
* refactor: add website
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: add ignore builds
* refactor: update
* refactor: update
* refactor: add
* refactor: update
* refactor: update
* refactor: remove needs
* refactor: update
* refactor: update
* refactor: add config
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: remove
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: add
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: upodate
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update package json
* refactor: add biome
* refactor: add sponsors
* refactor: update
* refactor: update
* refactor: remove
* refactor: update
* refactor: update
* refactor: update
* refactor: update scripts
* refactor: remove
* refactor: update
* refactor: remove
---------
Co-authored-by: Turbobot <turbobot@vercel.com >
2024-07-29 23:08:23 -06:00