Mauricio Siu
819822f30b
Merge branch 'canary' into kucherenko/canary
2025-03-02 00:23:58 -06:00
Mauricio Siu
5b3005eb89
Merge pull request #1376 from 190km/templates/listmonk-uploads
...
fix(templates): listmonk needed files volumes
2025-03-01 23:19:12 -06:00
Mauricio Siu
85a13eed00
Update apps/dokploy/templates/listmonk/docker-compose.yml
2025-03-01 23:19:02 -06:00
Mauricio Siu
948fdbc22b
chore(auth): remove default credentials from login and register forms
2025-03-01 23:09:43 -06:00
Mauricio Siu
eed38860b9
feat(database): add messageThreadId column to telegram table
2025-03-01 23:08:53 -06:00
Mauricio Siu
fefb5d14e0
Merge branch 'canary' into vicke4/canary
2025-03-01 23:05:30 -06:00
Mauricio Siu
c51d63a4df
chore: remove TODO comments and clean up code annotations
2025-03-01 22:21:03 -06:00
Mauricio Siu
13eccaf8d9
feat(user): add organization count check before user deletion
2025-03-01 22:14:12 -06:00
Mauricio Siu
adeb8498f9
refactor(auth): remove commented-out debug logging in TRPC context
2025-03-01 21:56:22 -06:00
Mauricio Siu
43599e7a97
fix(auth): handle null session and user with TypeScript ignore
2025-03-01 21:54:47 -06:00
Mauricio Siu
a3362e0b15
feat(auth): add Google sign-in support for cloud environment
2025-03-01 21:30:30 -06:00
Mauricio Siu
5dc5292928
feat(api): implement advanced API key management with granular controls
2025-03-01 19:58:15 -06:00
Mauricio Siu
5568629839
refactor: organize imports and improve template utility modules
2025-03-01 14:45:50 -06:00
190km
5aff345aa8
feat: added uploads volume for images upload
2025-02-26 22:36:03 +01:00
Mauricio Siu
37ca8f41f5
refactor(ui): remove loading text in sidebar layout
2025-02-25 23:37:22 -06:00
Mauricio Siu
cbec0603bd
feat(ui): add loading state to sidebar layout
2025-02-25 23:36:53 -06:00
Mauricio Siu
8c2707c4ea
refactor(organization): migrate to react-hook-form with zod validation
2025-02-25 23:33:26 -06:00
Mauricio Siu
7d77e14319
feat(organization): add logo support for organizations
2025-02-25 23:28:19 -06:00
Mauricio Siu
d3c59ff8af
refactor(ui): enhance sidebar layout with responsive design and collapsed state
2025-02-25 23:13:55 -06:00
Mauricio Siu
7048e7e37e
Merge branch 'canary' into feat/better-auth-2
2025-02-25 23:05:57 -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
81e1161ba0
Merge pull request #1340 from wish-oss/glance-template
...
refactor: update glance template
2025-02-23 15:05:50 -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
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
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
9dd7f51eeb
chore: disable TypeScript declaration generation in schedules tsconfig
2025-02-23 00:07:38 -06:00
Mauricio Siu
038b021043
Merge branch 'canary' into feat/better-auth-2
2025-02-22 23:22:11 -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
Mauricio Siu
24c9d3f7ad
refactor: update user permissions and API queries
2025-02-21 00:30:55 -06:00
Mauricio Siu
63638bde33
refactor: consolidate database migration and clean up legacy user tables
2025-02-21 00:07:36 -06:00
Mauricio Siu
725bd1a381
refactor: migrate permissions from user_temp to member table
2025-02-21 00:00:22 -06:00
Mauricio Siu
790894ab93
refactor: migrate admin API calls to user router
2025-02-20 23:02:02 -06:00
Mauricio Siu
5a1145996d
feat: add backup code authentication for 2FA login
2025-02-20 01:50:01 -06:00
Mauricio Siu
a9e12c2b18
refactor: update organization context in API routers
2025-02-20 01:42:35 -06:00
Nicholas Penree
c8b1fd36bd
feat: add Mailpit template
2025-02-19 22:29:36 -05:00
vishalkadam47
609fea7daa
refactor: update glance template
2025-02-20 08:35:14 +05:30
Mauricio Siu
b73e4102dd
feat: add organizations and members
2025-02-17 02:48:42 -06:00
Mauricio Siu
c7d47a6003
refactor: update database foreign key constraints and user management
2025-02-17 00:30:15 -06:00
Mauricio Siu
8c28223343
refactor: remove 2fa migration
2025-02-17 00:10:34 -06:00
Mauricio Siu
7abe060fcf
feat: enhance two-factor authentication and auth client implementation
2025-02-17 00:07:36 -06:00
Mauricio Siu
56af89468a
Merge pull request #1313 from nktnet1/superset-networks
...
docs(template): note on networking for superset
2025-02-16 21:34:40 -06:00
Mauricio Siu
b1502f5f82
Merge pull request #1329 from drudge/templates/registry
...
feat(template): add docker registry template
2025-02-16 21:33:54 -06:00
Mauricio Siu
c78b8cfead
Update package.json
2025-02-16 21:30:57 -06:00
Mauricio Siu
0e8e92c715
refactor: add 2fa
2025-02-16 20:56:50 -06:00
Mauricio Siu
e1632cbdb3
refactor: update user and authentication schema with two-factor support
2025-02-16 15:32:57 -06:00
Nicholas Penree
48c4ec55f9
fix(template): switch outline to png for dark mode
2025-02-16 15:52:15 -05:00
Mauricio Siu
90156da570
refactor: remove tables
2025-02-16 14:11:47 -06:00
Mauricio Siu
9856502ece
refactor: remove old references
2025-02-16 13:55:27 -06:00
Mauricio Siu
a8d1471b16
refactor: update
2025-02-16 13:28:29 -06:00
Mauricio Siu
27736c7c97
refactor: update role and validation handling across multiple pages
2025-02-16 03:06:22 -06:00
Mauricio Siu
e7db0ccb70
refactor: update invitation
2025-02-16 02:57:49 -06:00
Mauricio Siu
4a1a14aeb4
refactor: update
2025-02-15 23:24:45 -06:00
Mauricio Siu
ed62b4e1a3
refactor: lint
2025-02-15 23:01:44 -06:00
Mauricio Siu
515d65d993
refactor: adjust queries
2025-02-15 23:01:36 -06:00
Nicholas Penree
2ebb02dc20
feat(template): add docker registry template
2025-02-15 22:46:37 -05:00
Mauricio Siu
78c72b6337
refactor: update
2025-02-15 20:49:10 -06:00
Mauricio Siu
e3e35ce792
refactor: update to use organization resources
2025-02-15 20:43:23 -06:00
Mauricio Siu
53ce5e57fa
refactor: update organization
2025-02-15 20:25:58 -06:00
Mauricio Siu
87b12ff6e9
refactor: update
2025-02-15 20:06:33 -06:00
Mauricio Siu
8b71f963cc
refactor: update logic
2025-02-15 19:35:22 -06:00
Mauricio Siu
1c5cc5a0db
refactor: update roles
2025-02-15 19:23:08 -06:00
Mauricio Siu
d233f2c764
feat: adjust roles
2025-02-15 19:12:44 -06:00
Mauricio Siu
1bbb4c9b64
refactor: update migration
2025-02-15 18:13:20 -06:00
Krobys
0baf9d8962
feat(template): add Appwrite
2025-02-15 21:46:18 +00:00
Mauricio Siu
23b59076b8
refactor: add missing path option
2025-02-15 13:35:25 -06:00
Mauricio Siu
2ddfc83f36
Merge pull request #1322 from drudge/ui/compose-monitoring-status
...
style(monitoring): use status badges for compose monitoring
2025-02-15 13:30:07 -06:00
Mauricio Siu
ba54124a56
Merge pull request #1321 from drudge/templates/outline
...
feat(template): add outline
2025-02-15 13:29:18 -06:00
Mauricio Siu
8366219266
refactor: format
2025-02-15 13:18:54 -06:00
Mauricio Siu
f38fb96eaf
Merge branch 'canary' into feat-add-convex-tpl
2025-02-15 13:17:16 -06:00
Nicholas Penree
3b1ade804f
style(monitoring): use status badges for compose monitoring
2025-02-15 14:16:30 -05:00
Mauricio Siu
fd69b45e5e
refactor: update envs
2025-02-15 13:15:32 -06:00
Mauricio Siu
12034e460e
Merge pull request #1316 from mezotv/patch-2
...
feat(template): update plausible
2025-02-15 13:08:23 -06:00
Mauricio Siu
2b5a1d90b0
Merge pull request #1309 from jeffersoncbd/canary
...
feat: Add Trilium app template
2025-02-15 13:07:38 -06:00
Mauricio Siu
e7195c8acf
Update apps/dokploy/templates/trilium/docker-compose.yml
2025-02-15 13:07:33 -06:00