Mohammed Imran
7817a3c2fb
chore: rename disable-2fa to configure-2fa
2025-10-17 23:10:09 +05:30
Mohammed Imran
71152b664b
feature: enhance 2FA management UI and logic in profile settings
...
- Replaced AlertDialog with Dialog for managing 2FA settings, improving user experience.
- Introduced multi-step dialog flow for verifying identity, managing actions, and displaying backup codes.
2025-10-17 23:08:54 +05:30
Mohammed Imran
63f3bb8cf2
refactor: Add a basic template to backup codes copy and download
2025-10-17 19:47:03 +05:30
autofix-ci[bot]
8510bcbd40
[autofix.ci] apply automated fixes
2025-10-17 06:15:48 +00:00
HarikrishnanD
7fe59ba51b
fix(volume-backups): track loading state per backup
2025-10-17 11:42:17 +05:30
Mohammed Imran
d858acbaaa
chore: add comment to ignore lint warning for img element in 2FA QR code
2025-10-16 21:16:41 +05:30
autofix-ci[bot]
9925470663
[autofix.ci] apply automated fixes
2025-10-16 10:58:02 +00:00
HarikrishnanD
342b1d676e
fix(schedules): prevent action buttons overflow for long commands
2025-10-16 16:25:32 +05:30
autofix-ci[bot]
6d52ab13a6
[autofix.ci] apply automated fixes
2025-10-16 06:50:39 +00:00
HarikrishnanD
819bb6ca14
fix(schedules): track loading state per scheduler
2025-10-16 12:17:45 +05:30
Mohammed Imran
8338b27ab8
feat: add functionality to download
...
refactor the copy feature to use `copy-to-clipboard`.
2025-10-16 10:30:01 +05:30
Mohammed Imran
901013ccd1
fix: ensure button type is correctly set when not explicitly defined
2025-10-16 10:29:10 +05:30
Mauricio Siu
2b19632cdc
Merge pull request #2809 from rodsnts/fix-profile-pic-fit
...
fix: profile picture image fit
2025-10-15 22:01:11 -06:00
Mauricio Siu
a99ac01eba
Merge pull request #2812 from dennisimoo/fix-typos
...
fix: correct typos
2025-10-15 22:00:11 -06:00
Mauricio Siu
8b82832204
Merge pull request #2824 from Jupi2051/fix-tooltips-submitting-form
...
fix: resources tooltips trigger form submission
2025-10-15 21:58:10 -06:00
autofix-ci[bot]
5fd39843f7
[autofix.ci] apply automated fixes
2025-10-16 03:56:14 +00:00
Mauricio Siu
557923c011
Merge pull request #2796 from vytenisstaugaitis/canary
...
fix(notifications): prevent blank email field on dialog reopen
2025-10-15 21:53:01 -06:00
Jupi
b3cec533f9
fix: resources tooltips triggers form submission
2025-10-15 04:50:53 +03:00
Mohammed Imran
78a9fe9dc5
feat: add a button to copy backup codes to clipboard
2025-10-14 23:31:41 +05:30
HarikrishnanD
b6e6705de8
feat(ui): move environment variables icon outside dropdown - Relocate the environment variables icon from the dropdown menu to a visible position outside. - Update the UI to ensure the icon is accessible and intuitive for users -#2755
2025-10-14 13:09:34 +05:30
randomperson12344
d0fd8e7c72
fix: correct typos
2025-10-12 20:59:52 -07:00
Rodrigo Santos
883e9f0fd1
fix: profile picture fit
2025-10-11 19:20:46 +01:00
Thomas Camlong
ca6a93fdf6
feat: Bump default MongoDB docker image version to 7
...
The previous version of this file used `mongo:6` which reached EOL on July 1st 2025
More at : https://www.mongodb.com/legal/support-policy/lifecycles
2025-10-09 16:09:13 +02:00
ChristoferMendes
ee0a299343
Merge branch 'canary' of github.com:ChristoferMendes/dokploy into feature/add-custom-webhook-notification-provider
2025-10-09 11:08:07 -03:00
vytenisstaugaitis
0c37d7b3ee
fix(notifications): prevent blank email field on dialog reopen
2025-10-09 11:27:07 +03:00
Mauricio Siu
e934d4f4ce
refactor: remove unused badgeStateColor variable in ShowDockerLogsStack component
...
- Eliminated the unused badgeStateColor variable to clean up the code.
- Improved overall readability and maintainability of the ShowDockerLogsStack component.
2025-10-05 00:48:07 -06:00
Mauricio Siu
586195b5c8
refactor: enhance DockerTerminalModal component for better prop handling
...
- Removed unnecessary conditional check for containerId in the main dialog open handler.
- Updated Terminal component to ensure serverId and containerId have default values, improving robustness and user experience.
2025-10-05 00:47:50 -06:00
Mauricio Siu
c8320da716
refactor: simplify props destructuring in DockerTerminalModal component
...
- Updated the props destructuring to directly include `serverId` instead of using a conditional spread operator.
- Improved code readability by streamlining the object structure.
2025-10-05 00:46:27 -06:00
Mauricio Siu
8a9a0e49ce
refactor: remove unused state in DockerTerminal component
...
- Eliminated the `isConnected` state variable as it was not being utilized.
- Cleaned up imports by removing unused `useState` hook.
2025-10-05 00:45:45 -06:00
Mauricio Siu
aadb278e5f
refactor: simplify WebSocket connection logic in DockerTerminal component
...
- Removed redundant checks for containerId before establishing WebSocket connection.
- Streamlined the connection setup and added the AttachAddon directly after the terminal is opened.
- Updated UI text to clarify the connection method.
2025-10-05 00:45:07 -06:00
Mauricio Siu
47a9bd9c86
Merge branch 'canary' into fix/docker-terminal-dropdown-containers
2025-10-05 00:43:48 -06:00
Mauricio Siu
739dc21bc0
Merge pull request #2679 from dennisimoo/custom-profile-picture
...
feat: add file upload support for custom profile pictures
2025-10-05 00:37:31 -06:00
Mauricio Siu
fa4724d94e
Update profile-form.tsx
2025-10-05 00:35:10 -06:00
autofix-ci[bot]
32454bab61
[autofix.ci] apply automated fixes
2025-10-05 06:30:46 +00:00
Mauricio Siu
4112ba9b10
refactor: reorganize user permission checks in AdvancedEnvironmentSelector
...
- Moved the check for user permissions to delete environments to a more logical position in the code.
- Removed redundant API query for environment data, streamlining the component's state management.
2025-10-05 00:25:18 -06:00
Mauricio Siu
e4f5a1d828
Merge branch 'canary' into separate-permission-for-deleting-environments-#2594
2025-10-05 00:19:01 -06:00
Mauricio Siu
fb0ed494fc
Merge branch 'canary' into separate-permission-for-creating-environments-#2593
2025-10-05 00:08:49 -06:00
Mauricio Siu
8efc8b573c
Merge pull request #2577 from robgraeber/patch-1
...
Fix swarm settings config placeholders
2025-10-05 00:04:24 -06:00
Mauricio Siu
644189064b
Merge pull request #2232 from perinm/feature/stop-grace-period-2227
...
feat: Add stop_grace_period to swarm settings
2025-10-05 00:01:44 -06:00
Mauricio Siu
a3f9f9b7a1
Merge branch 'canary' into feature/stop-grace-period-2227
2025-10-04 23:45:59 -06:00
autofix-ci[bot]
e9b5699f8e
[autofix.ci] apply automated fixes
2025-10-05 05:43:58 +00:00
Mauricio Siu
f952f53fca
Merge pull request #2678 from dennisimoo/update-logos
...
style: replace generic icons with Gotify and Ntfy brand logos
2025-10-04 23:43:17 -06:00
autofix-ci[bot]
60db2972c7
[autofix.ci] apply automated fixes
2025-10-05 05:42:41 +00:00
Mauricio Siu
143e4be9e6
Merge pull request #2744 from Captainsalem/canary
...
fix: correct typo in saveGitProvider function name
2025-10-04 23:36:20 -06:00
Mauricio Siu
9edd69b10d
refactor: remove console log from WebDomain component
2025-10-04 20:58:30 -06:00
Mauricio Siu
4a9684bbe4
refactor: simplify URL change warning in WebDomain component
2025-10-04 20:58:07 -06:00
Mauricio Siu
4f835c6c5e
feat: add warning alert for URL changes in WebDomain component
2025-10-04 20:56:38 -06:00
NeoIsRecursive
1b77c8029b
wip
2025-10-04 10:56:53 +02:00
Jorge González
571e97f247
feat(docker): Build-time Secrets
2025-10-01 18:24:03 -06:00
artemis37
cdca2ea6d2
fix: correct typo in saveGitProvider function name
...
- Fixed "saveGitProdiver" to "saveGitProvider" in API router
- Updated corresponding component usage to maintain consistency
2025-10-02 02:44:47 +03:00