Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
4929b35
DCO fixes for develop-nextjs branch (#1092) (#1093)
pranalidhanavade Jul 21, 2025
ceb7260
fix/conflicts-issue (#1106)
KambleSahil3 Jul 21, 2025
745ee36
fix: Table row issue for generic table component (#1107)
pranalidhanavade Jul 21, 2025
334670b
Replaced breadcrumb id's with their relevant name for better UX (#1…
sujitaw Jul 22, 2025
21257e1
Fixed text overflow on user's modal in invitation section (#1111)
sujitaw Jul 23, 2025
0658462
Added Slider to show detials for verification credentials (#1113)
sujitaw Jul 25, 2025
bc03cc9
fix/added credential list drawer and their label (#1114)
sujitaw Jul 25, 2025
ad23015
Modified dashboard with organization ui elements (#1112)
sujitaw Jul 25, 2025
f32a729
Fixed missing Did key in payload for email issuance (#1115)
sujitaw Jul 28, 2025
f69d2a3
Third-Party DCO Remediation Commit for sujitaw <sujit.sutar@ayanworks…
sujitaw Jul 30, 2025
1f5db57
Fix/sign in signup page tab
sujitaw Jul 28, 2025
f6dee15
fix/ui related issues
sujitaw Jul 29, 2025
162dcac
fix/routing issue
sujitaw Jul 30, 2025
78102fc
fix: profile and create org form errors
pranalidhanavade Jul 28, 2025
d1b0dfe
fix: payload for dedicated agent
pranalidhanavade Jul 30, 2025
bd4baee
fix/feedback for ui and bugs
sujitaw Aug 1, 2025
d0c1c7e
Fix/socket steps issue resolve (#1134)
alokmore-awts Aug 6, 2025
ece5065
feat/changes for issuance
sujitaw Aug 7, 2025
eabaa60
Fix/sonar qube issues
sujitaw Aug 7, 2025
97117b2
fix/resolved ellipse comments
sujitaw Aug 7, 2025
f836c9b
fix/issues ecountered during dev testing
sujitaw Aug 7, 2025
257936d
fix/pr comments
sujitaw Aug 7, 2025
1d38150
fix/comments
sujitaw Aug 7, 2025
35dc700
fix/drawer issue for credential
sujitaw Aug 7, 2025
bc1538c
fix: payload issue for dedicated agent create did API (#1140)
pranalidhanavade Aug 8, 2025
0b6bb22
fix: linting issues
pranalidhanavade Aug 8, 2025
aefe438
fix: reverted code (#1142)
pranalidhanavade Aug 8, 2025
5551744
fix: object desctructuring issue for network in dedicated agent creat…
pranalidhanavade Aug 8, 2025
6b4d82d
wip
sujitaw Aug 12, 2025
d3a4880
fix/roles for create schema button
sujitaw Aug 12, 2025
74e2cb2
fix/ellipse comments
sujitaw Aug 13, 2025
4e75480
fix/added comment
sujitaw Aug 13, 2025
2e121c5
fix:Wallet creation steps issue resolved (#1147)
alokmore-awts Aug 13, 2025
2b61eef
Feat/remove astrojs code (#1149) (#1150)
shitrerohit Aug 19, 2025
bd50f3d
fix/profile roles, primary did confirmation, back button loading
sujitaw Aug 19, 2025
0ed0115
fix/ellipse comments
sujitaw Aug 20, 2025
b404471
fix: RPC url issue (#1156)
pranalidhanavade Aug 22, 2025
17a3144
fix: conflicts faced on qa during merge (#1157)
sujitaw Aug 22, 2025
dd6a9a9
Feat/app launcher implementation (#1160)
alokmore-awts Aug 22, 2025
9893e9f
Sync up changes from Develop to QA (#1163)
alokmore-awts Aug 22, 2025
d2b0f9d
Develop (#1168)
shitrerohit Aug 25, 2025
965f297
fix: added env variables in env-sample & env-demo file (#1171)
alokmore-awts Aug 25, 2025
1dae0e5
fix: removed unused env variables from env config file (#1172)
pranalidhanavade Aug 26, 2025
e9a35ec
fix/did key creation date fix for dashboard (#1166)
sujitaw Aug 26, 2025
ce26996
fix: Verification email scroll issue & add separate loader for forgot…
sujitaw Aug 26, 2025
ace3b5f
fix: Did creation issues with an already existing Did (#1173)
sujitaw Aug 26, 2025
4ca4acd
fix: Wallet creation date fix for wallet details table (#1174)
sujitaw Aug 26, 2025
9d26a00
fix:change in env demo file
shitrerohit Aug 27, 2025
8b075b1
refactor: removed sign in with google and github button from sign in …
pranalidhanavade Aug 28, 2025
b72dad3
fix/qa issues (#1178)
sujitaw Aug 29, 2025
4f41f35
WIP:fix password required validation (#1179)
shitrerohit Aug 29, 2025
7f261b5
Third-Party DCO Remediation Commit for sujitaw <sujit.sutar@ayanworks…
sujitaw Aug 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 17 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Prevent sensitive files from being copied into the Docker image

.pnpm-store

# Git and editor files
.git
.gitignore
.vscode
.DS_Store

# Logs and cache
npm-debug.log
yarn-debug.log
pnpm-debug.log
.cache
dist
out
36 changes: 20 additions & 16 deletions .env.demo
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
PUBLIC_BASE_URL=http://localhost:5000
NEXT_PUBLIC_MODE= # Please provide your developement environment
NEXT_PUBLIC_BASE_URL=http://localhost:5000 # URL where platform is running
NEXT_PUBLIC_ECOSYSTEM_FRONT_END_URL= # Ecosystem front end URL
NEXT_PUBLIC_CRYPTO_PRIVATE_KEY=dzIvVU5uMa0R3sYwdjEEuT4id17mPpjr # Crypto private It should be same as platform
NEXT_PUBLIC_PLATFORM_NAME=CREDEBL

PUBLIC_CRYPTO_PRIVATE_KEY=dzIvVU5uMa0R3sYwdjEEuT4id17mPpjr
NEXT_PUBLIC_KEYCLOAK_MANAGEMENT_CLIENT_ID='adminClient' # Please provide your keycloak management client id which is generated using setting up pre-requisite

PUBLIC_SHOW_NAME_AS_LOGO=true
NEXT_PUBLIC_KEYCLOAK_MANAGEMENT_CLIENT_SECRET= # Please provide your keycloak management client secret which is generated using setting up pre-requisite

PUBLIC_KEYCLOAK_MANAGEMENT_CLIENT_ID='adminClient'
NEXT_PUBLIC_POLYGON_TESTNET_URL='https://rpc-amoy.polygon.technology/'
NEXT_PUBLIC_POLYGON_MAINNET_URL='https://polygon-rpc.com/'
PUBLIC_PLATFORM_DOCS_URL=https://docs.credebl.id/en/intro/what-is-credebl/

PUBLIC_KEYCLOAK_MANAGEMENT_CLIENT_SECRET= #Please provide your keycloak management client secret id which is generated using setting up prerequisite
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET= #Generate this secret by referring https://next-auth.js.org/configuration/options#nextauth_secret.
NEXTAUTH_COOKIE_DOMAIN=localhost
NEXTAUTH_PROTOCOL=http

PUBLIC_POLYGON_TESTNET_URL='https://rpc-amoy.polygon.technology/'
PUBLIC_POLYGON_MAINNET_URL='https://polygon-rpc.com/'
PUBLIC_PLATFORM_NAME=CREDEBL
PUBLIC_PLATFORM_LOGO=/images/CREDEBL_ICON.png
PUBLIC_POWERED_BY=Blockster Labs Pvt. Ltd.
PUBLIC_PLATFORM_WEB_URL=https://credebl.id/
PUBLIC_PLATFORM_DOCS_URL=https://docs.credebl.id/en/intro/what-is-credebl/
PUBLIC_PLATFORM_GIT=https://github.com/credebl
PUBLIC_PLATFORM_TWITTER_URL="https://twitter.com/i/flow/login?redirect_after_login=%2Fcredebl"
PUBLIC_PLATFROM_DISCORD_SUPPORT="https://discord.gg/w4hnQT7NJG"
PUBLIC_ALLOW_DOMAIN="http://your-ip:5000 http://localhost:5000 http://localhost:5001 http://your-ip:5001 https://cdnjs.cloudflare.com https://tailwindcss.com https://fonts.googleapis.com https://fonts.gstatic.com https://avatars.githubusercontent.com https://flowbite-admin-dashboard.vercel.app/ http://your-ip:3001 http://localhost:3001 http://localhost:3000/certificates ws://your-ip:5000 ws://localhost:5000 https://rpc-amoy.polygon.technology/"
PUBLIC_ALLOW_DOMAIN="http://your-ip:5000 http://localhost:5000 http://localhost:5001 http://your-ip:5001 https://cdnjs.cloudflare.com https://tailwindcss.com https://fonts.googleapis.com https://fonts.gstatic.com https://avatars.githubusercontent.com https://flowbite-admin-dashboard.vercel.app/ http://your-ip:3001 http://localhost:3001 http://localhost:3000/certificates ws://your-ip:5000 ws://localhost:5000 https://rpc-amoy.polygon.technology/"

# App Launcher Variables
NEXT_PUBLIC_ENABLE_APP_LAUNCHER= # Please provide true if you want to enable app launcher else false

NEXT_PUBLIC_ENABLE_SOCIAL_LOGIN= # Set true if you want to enable social login else false
23 changes: 0 additions & 23 deletions .env.sample

This file was deleted.

11 changes: 11 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.next
.cache
package-lock.json
public
node_modules
next-env.d.ts
next.config.ts
yarn.lock
pnpm-lock.yaml
src/components/ui/**
/src/hooks/*
130 changes: 0 additions & 130 deletions .eslintrc.cjs

This file was deleted.

Loading
Loading