Mauricio Siu
203da1a8fe
refactor(traefik): migrate from Docker Swarm service to standalone container
2025-02-25 22:51:02 -06:00
Mauricio Siu
0a6382a731
Merge pull request #1360 from Dokploy/remove-permit-root-login-advice
...
Remove permit root login advice
2025-02-23 18:11:58 -06:00
Mauricio Siu
d3b2cee7fb
refactor(ui): improve log highlighting and template formatting
2025-02-23 18:11:27 -06:00
Mauricio Siu
125e44812b
refactor(security): remove permit root login status row
2025-02-23 18:11:21 -06:00
Mauricio Siu
ac3378ccb8
feat(sponsors): add Synexa to sponsors section
2025-02-23 15:38:25 -06:00
Mauricio Siu
81e1161ba0
Merge pull request #1340 from wish-oss/glance-template
...
refactor: update glance template
2025-02-23 15:05:50 -06:00
Mauricio Siu
b35a8a1ecc
Merge pull request #1343 from SkyfallWasTaken/canary
...
fix: make spacing between sidebar elements consistent
2025-02-23 14:53:09 -06:00
Mauricio Siu
9aa13c5ac3
Merge pull request #1356 from drudge/templates/pocket-id
...
feat: add Pocket ID template
2025-02-23 14:51:53 -06:00
Mauricio Siu
398fd54815
Merge pull request #1354 from drudge/templates/linkwarden
...
feat: add Linkwarden template
2025-02-23 14:46:41 -06:00
Mauricio Siu
7f4e4ab8d2
Merge pull request #1346 from Cohvir/canary
...
feat(template): add Wiki.js
2025-02-23 14:36:35 -06:00
Mauricio Siu
211697acaf
Merge branch 'canary' into canary
2025-02-23 14:36:13 -06:00
Mauricio Siu
c0b64c6e55
Update apps/dokploy/templates/wikijs/docker-compose.yml
2025-02-23 14:35:39 -06:00
Mauricio Siu
5871a91da5
Update apps/dokploy/templates/wikijs/docker-compose.yml
2025-02-23 14:35:33 -06:00
Mauricio Siu
f4d13c3030
Update apps/dokploy/templates/wikijs/docker-compose.yml
2025-02-23 14:35:28 -06:00
Mauricio Siu
e00e19ec01
Merge pull request #1341 from drudge/templates/mailpit
...
feat: add Mailpit template
2025-02-23 14:30:38 -06:00
Mauricio Siu
c995268b39
Merge pull request #1349 from 190km/fix/logs-highlight-search-terms
...
fix: fixed highligh search terms color
2025-02-23 14:29:22 -06:00
Mauricio Siu
c8828b5620
Merge pull request #1357 from sondreal/fix-outline-typo
...
fixes typo outline->getoutline #1352
2025-02-23 14:10:12 -06:00
Mauricio Siu
ddd3101aeb
Merge pull request #1348 from skyfall-sh/update-umami
...
chore: update umami to v2.16.1
2025-02-23 14:09:36 -06:00
sondreal
51310dae1d
fixed the links
2025-02-23 19:15:17 +01:00
sondreal
0b7996adde
removed my linting
2025-02-23 19:13:42 +01:00
sondreal
fb4b507250
fixes typo outline->getoutline #1352
2025-02-23 19:03:46 +01:00
Nicholas Penree
1294c2ad8e
feat: add Pocket ID template
2025-02-23 12:07:54 -05:00
Nicholas Penree
733f9a0024
feat: add Linkwarden template
2025-02-23 10:51:50 -05:00
Mauricio Siu
73d3b58867
feat: add GitHub sign-in option for cloud environment
2025-02-23 01:59:00 -06:00
Mauricio Siu
0ea138571d
refactor: update auth module to separate handler and API
2025-02-23 00:35:08 -06:00
Mauricio Siu
b1e7ffea21
chore: enable TypeScript size limit bypass in server tsconfig
2025-02-23 00:22:35 -06:00
Mauricio Siu
c0a7347ef5
chore: remove additional TypeScript configuration options in server tsconfig
2025-02-23 00:22:17 -06:00
Mauricio Siu
579faf2f58
chore: adjust TypeScript configuration in server tsconfig
2025-02-23 00:20:27 -06:00
Mauricio Siu
7429a1f65f
chore: enable TypeScript declaration generation in server tsconfig
2025-02-23 00:16:51 -06:00
Mauricio Siu
716c1db799
Revert "chore: disable TypeScript declaration generation in server tsconfig"
...
This reverts commit 87836d23c3
.
2025-02-23 00:13:35 -06:00
Mauricio Siu
9dd7f51eeb
chore: disable TypeScript declaration generation in schedules tsconfig
2025-02-23 00:07:38 -06:00
Mauricio Siu
4a1a5a9bb1
chore: comment out database schema definitions in auth-schema
2025-02-23 00:04:24 -06:00
Mauricio Siu
87836d23c3
chore: disable TypeScript declaration generation in server tsconfig
2025-02-22 23:25:22 -06:00
Mauricio Siu
30cbad93d2
refactor: improve Traefik error handling in service initialization
2025-02-22 23:22:15 -06:00
Mauricio Siu
038b021043
Merge branch 'canary' into feat/better-auth-2
2025-02-22 23:22:11 -06:00
Mauricio Siu
0ec8e2baa1
chore: update GitHub workflow branch trigger for authentication feature branch
2025-02-22 23:20:27 -06:00
Mauricio Siu
3f2722f28d
refactor: remove unused imports and simplify auth router
2025-02-22 22:38:38 -06:00
Mauricio Siu
47f7648cb3
feat: improve user profile update and password change functionality
...
This commit adds enhanced password change validation and handling:
- Add password change validation in user update route
- Implement password verification before allowing changes
- Update user schema to support optional password fields
- Fix token display in generate token component
- Disable migration script temporarily
2025-02-22 22:37:57 -06:00
Mauricio Siu
0478419f7c
refactor: migrate authentication routes to user router and update related components
...
This commit continues the refactoring of authentication-related code by:
- Moving authentication routes from `auth.ts` to `user.ts`
- Updating import paths and function calls across components
- Removing commented-out authentication code
- Simplifying user-related queries and mutations
- Updating server-side authentication handling
2025-02-22 22:02:12 -06:00
Mauricio Siu
b00c12965a
refactor: update reset password and authentication flows
...
This commit removes several authentication-related components and simplifies the password reset process:
- Removed login-2fa component
- Deleted confirm-email page
- Updated reset password logic to use Drizzle ORM directly
- Removed unused authentication-related functions
- Simplified server-side authentication routes
2025-02-22 21:09:21 -06:00
Mauricio Siu
8ab6d6b282
chore: clean up unused variables and improve error handling across codebase
...
This commit focuses on removing unused variables, adding placeholder error handling, and generally tidying up various files across the Dokploy application. Changes include:
- Removing unused imports and variables
- Adding placeholder error handling in catch blocks
- Cleaning up commented-out code
- Removing deprecated utility files
- Improving type safety and code consistency
2025-02-22 20:35:21 -06:00
190km
2470d672d4
fix: fixed highligh search terms color
2025-02-23 01:18:18 +00:00
Mahad Kalam
3403f8ab36
chore: update umami to v2.16.1
2025-02-23 00:47:04 +00:00
Mauricio Siu
1a415b96c9
refactor: remove unused auth service and clean up server-side code
2025-02-22 18:03:12 -06:00
Mauricio Siu
81a881b07e
feat: enhance organization invitation UI and add organization details
2025-02-22 13:53:57 -06:00
Cohvir
baf555af52
feat(template): add Wiki.js
2025-02-22 14:16:14 +01:00
Mauricio Siu
c52725420e
refactor: use organization context for server creation
2025-02-22 02:35:44 -06:00
Mauricio Siu
b02195db17
feat: add organization invitation system and update user profile management
2025-02-22 02:31:04 -06:00
Mauricio Siu
5ae103e779
refactor: update permission checks to use organization context
2025-02-21 00:48:04 -06:00
Mauricio Siu
a317f0c4cc
refactor: simplify user permission checks across application
2025-02-21 00:40:35 -06:00