Mauricio Siu
ceb4cc453e
feat: add LambdaTest sponsorship to README
2025-10-15 22:09:25 -06:00
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
Mauricio Siu
3aaef9cc3e
Merge pull request #2807 from SimonLoir/fix-middleware-emptied-on-aplication-delete
...
fix: load remote middleware on app delete if a serverId is provided
2025-10-15 21:44:39 -06:00
Mauricio Siu
7a777550a0
Merge pull request #2799 from ajnart/patch-1
...
feat: Bump default MongoDB docker image version to 7
2025-10-14 22:41:30 -06:00
Jupi
b3cec533f9
fix: resources tooltips triggers form submission
2025-10-15 04:50:53 +03:00
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
autofix-ci[bot]
7988de64c8
[autofix.ci] apply automated fixes
2025-10-11 14:32:31 +00:00
Simon Loir
fd5fa32964
fix: load remote middleware on app delete if a serverId is provided
2025-10-11 16:27:11 +02: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
vytenisstaugaitis
0c37d7b3ee
fix(notifications): prevent blank email field on dialog reopen
2025-10-09 11:27:07 +03:00
Mauricio Siu
a0b550ace9
Merge pull request #2756 from niieani/bb/fix-null
...
fix: return an empty object if yaml file is empty
2025-10-05 12:10:55 -06:00
Mauricio Siu
7943c90d5d
refactor: enhance middleware removal logic in Traefik configuration
2025-10-05 12:07:19 -06:00
Mauricio Siu
fc3fceb858
refactor: improve Traefik middleware configuration handling and validation
2025-10-05 12:04:21 -06:00
Mauricio Siu
1804a7c301
refactor: remove unnecessary middleware checks in Traefik config generation
2025-10-05 11:26:46 -06:00
autofix-ci[bot]
e97046c267
[autofix.ci] apply automated fixes
2025-10-05 17:14:11 +00:00
Bazyli Brzoska
080233a7cd
fix: traefik needs middlewares to be empty/valid
2025-10-05 08:06:06 -07:00
Mauricio Siu
be5d65a8e3
Merge pull request #2684 from sueffuenfelf/fix/docker-terminal-dropdown-containers
...
fix: docker terminal dropdown not showing containers for applications of type "docker-compose"
2025-10-05 00:51:11 -06: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
beb6f38204
Merge pull request #2599 from Harikrishnan1367709/separate-permission-for-deleting-environments-#2594
...
feat: Add Environment Deletion Permission Control-#2594
2025-10-05 00:26:54 -06:00
Mauricio Siu
3a0549bbd8
chore: update dokploy version to v0.25.5 in package.json
2025-10-05 00:26:37 -06: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
fbf57739b3
feat: add canDeleteEnvironments column to member table
...
- Introduced a new boolean column `canDeleteEnvironments` to the `member` table with a default value of false.
- Updated journal and snapshot metadata files to include the new migration details for this change.
2025-10-05 00:19:56 -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
3e09644877
Remove daily_jack_murdock SQL script and associated journal entry from the project. This change eliminates the canDeleteEnvironments column from the member table, streamlining the database schema.
2025-10-05 00:17:31 -06:00
Mauricio Siu
1ab576d260
Merge pull request #2598 from Harikrishnan1367709/separate-permission-for-creating-environments-#2593
...
feat: Add environment creation permission control-#2593
2025-10-05 00:16:39 -06:00
Mauricio Siu
0b0f507b49
feat: add functionality to create a new environment when a project is created
...
- Integrated the `addNewEnvironment` function into the project creation process.
- Ensured that the environment is associated with the current user and organization.
2025-10-05 00:15:02 -06:00
Mauricio Siu
fa8722f6c8
feat: add canCreateEnvironments column to member table and update metadata
...
- Introduced a new boolean column `canCreateEnvironments` to the `member` table with a default value of false.
- Updated journal and snapshot metadata files to include the new migration details.
2025-10-05 00:09:23 -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
6d2728f5f0
chore: remove deprecated SQL migration files for member permissions
...
- Deleted SQL migration files `0111_magical_nova.sql` and `0112_serious_hellcat.sql` which added `canCreateEnvironments` and `canCreateEnvironmentsInProjects` columns to the `member` table.
- Updated journal and snapshot metadata files to reflect the removal of these migrations.
2025-10-05 00:08:02 -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
23c891d6fc
feat: add stopGracePeriodSwarm column to multiple database tables and update journal and snapshot metadata
2025-10-04 23:57:13 -06:00
Mauricio Siu
a3f9f9b7a1
Merge branch 'canary' into feature/stop-grace-period-2227
2025-10-04 23:45:59 -06:00
Mauricio Siu
83a7b8dce5
refactor: remove stop grace period swarm migrations and snapshots
2025-10-04 23:45:32 -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