98 Commits

Author SHA1 Message Date
322f526069
fix: streamline redirect logic for verified OTP response
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m21s
2025-04-18 12:05:08 +05:00
0b2dcfcc01
feat: enhance OTP verification flow with error handling and response checks
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m20s
2025-04-18 11:57:20 +05:00
25404b66f7
fix: add error message display for general errors in OTP verification form
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m7s
2025-04-17 23:47:59 +05:00
2cb2059f9e
feat: integrate backend mobile login and enhance user verification flow
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m44s
2025-04-17 23:25:06 +05:00
1e023ebf13 feat: update signup and OTP verification forms to enhance error handling and state management
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m16s
2025-04-17 15:18:01 +05:00
470e8452b5 registration verification WIP
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m40s
2025-04-17 14:04:22 +05:00
0f9d1107de feat: implement user registration and OTP verification flow with backend integration
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m29s
2025-04-17 13:02:35 +05:00
de1e842145
fix: remove unused type prop from BlockDeviceDialog component
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m16s
2025-04-14 01:10:10 +05:00
6365a701ba
feat: enhance error handling and improve API response management across components
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m39s
2025-04-14 01:05:07 +05:00
0d578c9add feat: add loading skeleton for devices table and improve payment processing logic
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m30s
2025-04-12 17:01:37 +05:00
067acef49c fix: reset form after successfully adding a device in AddDeviceDialog
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m3s
2025-04-12 14:48:48 +05:00
7750c5a1cc feat: add Dashboard layout main Error component for error handling in dashboard
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Has been cancelled
2025-04-12 14:47:25 +05:00
bb5eff8b5b refactor: remove layout error component from dashboard
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m10s
2025-04-12 14:42:24 +05:00
4e16c0ac54 refactor: remove unused import from device-card and devices-table components
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Has been cancelled
2025-04-12 14:38:35 +05:00
aff9d26e0e refactor: enhance error handling and add pagination to device queries
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m37s
2025-04-12 14:35:23 +05:00
d60dd3af14
add mirror to gitea
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m8s
2025-04-12 06:47:26 +05:00
9e9fab5b2e
add mirror to gitea 2025-04-12 06:41:24 +05:00
477695294e
cleaner output
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m32s
2025-04-12 04:38:27 +05:00
480f649511
cleaner output
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m25s
2025-04-12 04:34:57 +05:00
e841932cbf
down kohffa up kuraanee.. also there is 1 ui
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m37s
2025-04-12 03:56:02 +05:00
1b724ca1e4
f all that just deploy
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m12s
2025-04-12 03:33:58 +05:00
02e1bcbc87
add auto deploy
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 3m4s
2025-04-12 03:07:03 +05:00
5e1364e083
add auto deploy
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 3m23s
2025-04-12 02:52:43 +05:00
378c120035
feat: add example environment configuration file and update .gitignore to include .env files
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m35s
2025-04-10 23:56:50 +05:00
c7993620f5
remove prisma stuff
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m22s
2025-04-10 23:55:22 +05:00
91563cb2ba
remove prisma stuff 2025-04-10 23:49:14 +05:00
b932fcf03c
TEMPORARY FIX TO TEST BUILD
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m15s
2025-04-10 23:18:19 +05:00
e8296ae3f6
temporary fix for build and remove previous auth related code 2025-04-10 22:39:38 +05:00
7e49bf119a
refactor: update axios client import, enhance device and payment handling, and add cancel payment button component
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 6m28s
2025-04-08 21:37:51 +05:00
daab793592
refactor: implement session checking utility, enhance device queries with session validation, and improve UI interactions for device management
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 6m36s
2025-04-06 22:43:12 +05:00
9e2a2f430e
refactor: update payment types and user interface, enhance error handling, and adjust API base URL
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 3m14s
2025-04-05 23:25:17 +05:00
aa18484475
refactor: add tryCatch utility for error handling, update device-related components and types, and clean up unused code in payment actions
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 13m55s
2025-04-05 16:07:11 +05:00
dbdc1df7d5
refactor: update authentication flow to use PIN instead of email/password, enhance OTP verification with NextAuth, and improve session handling in components
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 6m26s
2025-04-05 11:50:39 +05:00
ef9f032366
refactor: streamline authentication flow by removing unused code, replacing custom auth utilities with NextAuth, and updating session handling in components
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 5m56s
2025-03-28 22:24:45 +05:00
99c5fef748
refactor: enhance authentication and signup flow with new providers, update middleware matcher, and improve type safety for API responses 2025-03-26 22:48:14 +05:00
32bb01b656
refactor: replace custom authentication middleware with NextAuth, remove unused authentication pages, and update matcher configuration 2025-03-23 18:06:27 +05:00
020d74c5e2 refactor: update authentication flow to use NextAuth, replace better-auth with axios for API calls, and clean up unused code 2025-03-23 15:07:03 +05:00
0fd269df31
refactor: migrate authentication and signup flow to use external API and improve type safety
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m58s
2025-01-24 11:42:38 +05:00
8ffabb1fcb
Refactor authentication middleware to use native fetch, update dependencies, and enhance error handling. Add new error boundary component for dashboard and improve user verification UI. Update payment handling and device management components for better user experience. Adjust CSS for error backgrounds and refine input read-only components with validation indicators.
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 3m9s
2025-01-15 10:35:03 +05:00
d14b0b35a3
final fix
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m36s
2025-01-11 05:31:13 +05:30
b9cfc55751
fix: openssl
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m36s
2025-01-11 04:39:07 +05:30
ff70624283
fix: revert wut 2025-01-11 04:31:30 +05:30
cd86a7ad42
installing openssl
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m32s
2025-01-11 03:59:13 +05:00
e2e57516a0
fix:wut
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m38s
2025-01-11 04:18:26 +05:30
ef32b7413d
hamker magic
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m39s
2025-01-11 03:35:55 +05:00
7bfdc10a5a
switch to node
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m29s
2025-01-11 02:56:21 +05:00
d5c9253b04
bun can build 2025-01-11 02:55:33 +05:00
c79f06c17f
bruh
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 2m14s
2025-01-11 02:29:32 +05:00
8e068f1aa5
attempt 4 docker
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 16s
2025-01-11 01:55:43 +05:00
994956a98d
attempt no 3 docker
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 11s
2025-01-11 01:50:21 +05:00