Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
014aca0
DCO fixes for develop-nextjs branch (#1092) (#1093)
pranalidhanavade Jul 21, 2025
4c1b714
fix/conflicts-issue (#1106)
KambleSahil3 Jul 21, 2025
77a5d96
fix: Table row issue for generic table component (#1107)
pranalidhanavade Jul 21, 2025
1dc49f7
Replaced breadcrumb id's with their relevant name for better UX (#1…
sujitaw Jul 22, 2025
ff1b054
Fixed text overflow on user's modal in invitation section (#1111)
sujitaw Jul 23, 2025
71c624e
Added Slider to show detials for verification credentials (#1113)
sujitaw Jul 25, 2025
0a760cd
fix/added credential list drawer and their label (#1114)
sujitaw Jul 25, 2025
70be3b5
Modified dashboard with organization ui elements (#1112)
sujitaw Jul 25, 2025
4635e66
Fixed missing Did key in payload for email issuance (#1115)
sujitaw Jul 28, 2025
332169b
Third-Party DCO Remediation Commit for sujitaw <sujit.sutar@ayanworks…
sujitaw Jul 30, 2025
bc740d7
Fix/sign in signup page tab
sujitaw Jul 28, 2025
b3bbf7a
fix/ui related issues
sujitaw Jul 29, 2025
8eed742
fix/routing issue
sujitaw Jul 30, 2025
fb7d930
fix: profile and create org form errors
pranalidhanavade Jul 28, 2025
a78d13d
fix: payload for dedicated agent
pranalidhanavade Jul 30, 2025
b47afd5
fix/feedback for ui and bugs
sujitaw Aug 1, 2025
19f114f
Fix/socket steps issue resolve (#1134)
alokmore-awts Aug 6, 2025
c856cd3
feat/changes for issuance
sujitaw Aug 7, 2025
b135831
Fix/sonar qube issues
sujitaw Aug 7, 2025
b1d745d
fix/resolved ellipse comments
sujitaw Aug 7, 2025
b38ff37
fix/issues ecountered during dev testing
sujitaw Aug 7, 2025
a2802c4
fix/pr comments
sujitaw Aug 7, 2025
124ac77
fix/comments
sujitaw Aug 7, 2025
dc83afb
fix/drawer issue for credential
sujitaw Aug 7, 2025
1424d9a
fix: payload issue for dedicated agent create did API (#1140)
pranalidhanavade Aug 8, 2025
d2dc4b5
fix: linting issues
pranalidhanavade Aug 8, 2025
7494650
fix: reverted code (#1142)
pranalidhanavade Aug 8, 2025
84f2da8
fix: object desctructuring issue for network in dedicated agent creat…
pranalidhanavade Aug 8, 2025
7a96fa4
wip
sujitaw Aug 12, 2025
19f27d2
fix/roles for create schema button
sujitaw Aug 12, 2025
2f71636
fix/ellipse comments
sujitaw Aug 13, 2025
1815bcf
fix/added comment
sujitaw Aug 13, 2025
6bf7e40
fix:Wallet creation steps issue resolved (#1147)
alokmore-awts Aug 13, 2025
bde20c1
Feat/remove astrojs code (#1149) (#1150)
shitrerohit Aug 19, 2025
aff924f
fix/profile roles, primary did confirmation, back button loading
sujitaw Aug 19, 2025
4fa7aa0
fix/ellipse comments
sujitaw Aug 20, 2025
7cae2c2
fix: RPC url issue (#1156)
pranalidhanavade Aug 22, 2025
a311dba
fix: conflicts faced on qa during merge (#1157)
sujitaw Aug 22, 2025
52d6120
Feat/app launcher implementation (#1160)
alokmore-awts Aug 22, 2025
2701bac
Sync up changes from Develop to QA (#1163)
alokmore-awts Aug 22, 2025
0465c6c
Develop (#1168)
shitrerohit Aug 25, 2025
fd34816
fix: added env variables in env-sample & env-demo file (#1171)
alokmore-awts Aug 25, 2025
b6220d7
fix: removed unused env variables from env config file (#1172)
pranalidhanavade Aug 26, 2025
6886856
fix/did key creation date fix for dashboard (#1166)
sujitaw Aug 26, 2025
f1b5896
fix: Verification email scroll issue & add separate loader for forgot…
sujitaw Aug 26, 2025
07560cd
fix: Did creation issues with an already existing Did (#1173)
sujitaw Aug 26, 2025
426811b
fix: Wallet creation date fix for wallet details table (#1174)
sujitaw Aug 26, 2025
3214b51
fix:change in env demo file
shitrerohit Aug 27, 2025
22a0aec
refactor: removed sign in with google and github button from sign in …
pranalidhanavade Aug 28, 2025
760d099
fix/qa issues (#1178)
sujitaw Aug 29, 2025
6c4efb1
WIP:fix password required validation (#1179)
shitrerohit Aug 29, 2025
cfd077d
Third-Party DCO Remediation Commit for sujitaw <sujit.sutar@ayanworks…
sujitaw Aug 29, 2025
70ddcb2
Third-Party DCO Remediation Commit for sujitaw <sujit.sutar@ayanworks…
sujitaw Sep 1, 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