Skip to content
Open
Changes from all commits
Commits
Show all changes
137 commits
Select commit Hold shift + click to select a range
925dd09
Merge pull request #1 from codebestia/feat/orm-setup
codebestia May 12, 2026
c94a0a8
Merge pull request #2 from codebestia/feat/orm-setup
codebestia May 12, 2026
72ec7e6
Merge pull request #3 from codebestia/feat/orm-setup
codebestia May 12, 2026
5482052
Merge pull request #4 from codebestia/feat/orm-setup
codebestia May 12, 2026
6b71599
chore: delete hello world contract
codebestia May 12, 2026
a5a8754
feat(web): set design tokens and update site metadata
codebestia May 13, 2026
e5a1e93
feat(web): add landing page components (Navbar, Hero, Features, HowIt…
codebestia May 13, 2026
6eb487b
feat(web): compose landing page from section components
codebestia May 13, 2026
956e84c
Merge pull request #5 from codebestia/dev
codebestia May 13, 2026
8973b00
chore: add Prettier config and backend ESLint config
codebestia May 13, 2026
b345009
chore(backend): add test, lint, format:check scripts + install vitest…
codebestia May 13, 2026
0be8a4b
test(backend): add Vitest config, setup file, jwt and nonce unit tests
codebestia May 13, 2026
1c42082
ci: add backend CI workflow (format check, lint, tests)
codebestia May 13, 2026
ba2657a
fix(ci): remove explicit pnpm version to let action-setup read from p…
codebestia May 13, 2026
f428dcf
fix(ci): update pnpm-lock.yaml with new backend dev dependencies
codebestia May 13, 2026
4a1819f
fix(ci): remove --if-present from pnpm lint (turbo does not accept th…
codebestia May 13, 2026
3f72a67
Merge pull request #6 from codebestia/dev
codebestia May 13, 2026
9f6c3ab
feat: group treasury contract, Makefile, and AI agent chat/fraud endp…
noevidence1017 May 29, 2026
6bbfea2
feat(api): add authenticated public user profile endpoint
Depo-dev May 29, 2026
4d41d17
feat(contract): implement proposal voting and execution
Depo-dev May 29, 2026
64348e5
feat(devops): add group treasury deployment script
Depo-dev May 29, 2026
eff81fb
ci: add frontend CI workflow
maztah1 May 29, 2026
0f9d248
feat(toast): add reusable toast system with auto-dismiss and stacking
peternnadi1999 May 29, 2026
25035b5
feat(web): add message thread component for conversations
hartz0 May 29, 2026
d4a8880
feat(api): add zod request validation middleware
0xDeon May 29, 2026
6f600f7
Merge pull request #57 from Olorunfemi20/basic-fraud-detection
codebestia May 29, 2026
32aebc8
Merge pull request #58 from Depo-dev/feat/user-profile-endpoint-10
codebestia May 29, 2026
c27aea5
feat(realtime): add message read receipt support
0xDeon May 29, 2026
b26fe90
test(auth): add integration coverage for auth routes
0xDeon May 29, 2026
6bc4de7
feat(cache): add redis caching for conversations
0xDeon May 29, 2026
325e69b
Merge upstream/main into test/auth-integration-21
0xDeon May 29, 2026
c41bd62
feat: implement real-time Soroban token transfers with Freighter + so…
V1ctor-o May 29, 2026
a8b784a
Merge pull request #66 from 0xDeon/feat/message-read-receipts-12
codebestia May 29, 2026
525d796
Merge pull request #64 from 0xDeon/feat/zod-validation-middleware-20
codebestia May 29, 2026
6db73d4
Merge pull request #67 from 0xDeon/test/auth-integration-21
codebestia May 29, 2026
6a29a04
Merge pull request #68 from 0xDeon/feat/conversation-cache-8
codebestia May 29, 2026
8176c0f
feat: token_transfer upgrade, stellar listener, docker healthchecks
Themancalledpg May 29, 2026
b1f5c74
feat(contracts): proposals contract with finalize + auto-rejection
Themancalledpg May 29, 2026
4a9115f
Merge pull request #70 from Themancalledpg/fix/pg-upgrade-finalize-li…
codebestia May 30, 2026
83fbeb0
Merge pull request #71 from Themancalledpg/feat/proposal-finalize-45
codebestia May 30, 2026
83370cf
Add auth guard, socket hook, and chat UI scaffolding
Copilot May 30, 2026
3c891a7
Implement message search and wallet auth UI
vickydve May 30, 2026
3de4756
Merge pull request #1 from vickydve/codex/add-full-text-message-searc…
vickydve May 30, 2026
8467d02
Merge branch 'main' into main
vickydve May 30, 2026
93b2a0a
Refine auth and chat reliability fixes
Copilot May 30, 2026
0b4f2b8
Merge pull request #1 from promisszn/copilot/create-protected-route-c…
promisszn May 30, 2026
0f9a758
feat: redis adapter, infinite-scroll thread, proposals contract, cont…
chinelo002 May 29, 2026
21309a3
Merge pull request #69 from chinelo002/feat/redis-infinite-scroll-pro…
codebestia May 30, 2026
cab7b78
Merge pull request #75 from promisszn/main
codebestia May 30, 2026
8b6f06e
Merge branch 'main' into main
vickydve May 30, 2026
021cd69
Merge pull request #74 from vickydve/main
codebestia May 30, 2026
da8fa73
Merge branch 'main' into feat/stellar-token-transfer-button
V1ctor-o May 30, 2026
7f80c7a
feat: implement messages API, Weaviate integration, socket presence, …
devchant May 30, 2026
65647dc
fix: resolve merge conflicts with upstream/main
Depo-dev May 31, 2026
4c506e0
fix: resolve merge conflicts with upstream/main
Depo-dev May 31, 2026
b7366d7
feat: add wallet dropdown menu with profile, copy address, and discon…
DIFoundation May 31, 2026
d832bfb
Merge pull request #59 from Depo-dev/feat/proposal-voting-39
codebestia May 31, 2026
0b60227
Merge pull request #60 from Depo-dev/feat/group-treasury-deploy-scrip…
codebestia May 31, 2026
c61dea1
Merge pull request #77 from devchant/feature/clicked-issues-13-14-55-56
codebestia May 31, 2026
3a647e1
feat(ai_agent): add proposal summarisation endpoint (#53)
davedumto May 31, 2026
d02648a
Merge pull request #79 from davedumto/feat/proposal-summarise-53
codebestia May 31, 2026
bb807af
feat: store transfers in db, add user patch profile, enable multi-tok…
DegenerateAlchemist May 31, 2026
7449200
Merge pull request #100 from DegenerateAlchemist/main
codebestia May 31, 2026
632a518
feat: add typing indicators, messageCount, and ConversationHeader (#9…
JoyLight00 May 31, 2026
9b057bd
Merge pull request #101 from Luluameh/feature/typing-indicators-messa…
codebestia May 31, 2026
ffb569a
feat: implement soft delete for messages, add message serialization, …
ALIPHATICHYD May 31, 2026
696dcad
Merge branch 'main' into feature/80-81-82-84-conversations-messages-h…
ALIPHATICHYD May 31, 2026
e5832ca
feat: add conversation mute/archive per-user settings
cyberdocs120 Jun 1, 2026
5950e3b
Merge branch 'main' into feat/stellar-token-transfer-button
V1ctor-o Jun 1, 2026
e6b9b42
Merge branch 'main' into feat/toast-notification-system
peternnadi1999 Jun 1, 2026
7d3e805
Build profile edit page
Codekill33 Jun 1, 2026
4b676d8
Merge pull request #102 from ALIPHATICHYD/feature/80-81-82-84-convers…
codebestia Jun 1, 2026
8e85cd0
Merge branch 'main' into feature/conversation-mute-archive
cyberdocs120 Jun 1, 2026
15a8a5a
chores: implemented unread message badge feature
KodeSage Jun 1, 2026
a2055b4
feat: add user and conversation member endpoints
soomtochukwu Jun 2, 2026
8590cd3
feat(web): add reusable Avatar component and use it in conversation h…
code-0-stella Jun 2, 2026
11dad34
UI primitives for consistent loading/empty states (#88-#91)
josephchimebuka Jun 2, 2026
eea51b2
chores: add rate_limiting
KodeSage Jun 2, 2026
60259c0
Merge pull request #108 from josephchimebuka/issue-88-91-ui-components
codebestia Jun 2, 2026
238fcb6
Merge pull request #106 from soomtochukwu/fix/issues-83-85-86
codebestia Jun 2, 2026
bb2b8c9
Merge branch 'main' into feat/stellar-token-transfer-button
V1ctor-o Jun 2, 2026
90337c1
chores: ficed merge conflicts
KodeSage Jun 2, 2026
637710b
Merge branch 'main' into feature/message-thread-component
hartz0 Jun 2, 2026
515ee08
chores: fixed merge conflicts issues
KodeSage Jun 2, 2026
d9b972c
feat: add GET /users/search endpoint
KodeSage Jun 2, 2026
c7bdd9d
chores: fixed issues
KodeSage Jun 2, 2026
99e1dd0
chores: update schema for startup environment
KodeSage Jun 2, 2026
2621816
chores: updated fixes
KodeSage Jun 2, 2026
7b6d3b1
Merge pull request #105 from KodeSage/feat/message_badge
codebestia Jun 2, 2026
ee56308
Merge branch 'main' into feat/rate_limiting
codebestia Jun 2, 2026
da99b84
Merge pull request #109 from KodeSage/feat/rate_limiting
codebestia Jun 2, 2026
a3c2b71
Merge pull request #111 from KodeSage/feature/users-search
codebestia Jun 2, 2026
0f4aee2
Merge pull request #112 from KodeSage/feat/startup_environment
codebestia Jun 2, 2026
2b98467
feat: add PATCH /conversations/:id endpoint for updating group conver…
Jun 2, 2026
4ccc3f8
feat:ee
legend4tech Jun 2, 2026
2b373e2
feat(web): implement premium responsive app shell and page layouts
legend4tech Jun 2, 2026
189ddbc
Merge branch 'main' of upstream into feature/app-layout
legend4tech Jun 2, 2026
ab84f1d
Merge branch 'main' into feature/conversation-mute-archive
cyberdocs120 Jun 2, 2026
068bb22
fix: filter archived conversations from GET /conversations by default
cyberdocs120 Jun 3, 2026
86fcd84
Merge pull request #107 from code-0-stella/task/87-avatar-component
codebestia Jun 3, 2026
5084801
Merge pull request #61 from willy-de7/ci/add-frontend-workflow
codebestia Jun 3, 2026
0426d92
Merge pull request #62 from peternnadi1999/feat/toast-notification-sy…
codebestia Jun 3, 2026
51eb37f
Merge pull request #63 from hartz0/feature/message-thread-component
codebestia Jun 3, 2026
94325eb
Merge branch 'main' into feat/stellar-token-transfer-button
codebestia Jun 3, 2026
612ba6b
Merge pull request #73 from V1ctor-o/feat/stellar-token-transfer-button
codebestia Jun 3, 2026
7f26a16
Merge pull request #78 from DIFoundation/main
codebestia Jun 3, 2026
c0f4e5d
Merge pull request #103 from cyberdocs120/feature/conversation-mute-a…
codebestia Jun 3, 2026
7e36dfe
Merge pull request #104 from Codekill33/main
codebestia Jun 3, 2026
ef51d81
Merge pull request #113 from yadavaman8960/feat/patch-conversation-up…
codebestia Jun 3, 2026
ab58d96
Merge pull request #114 from legend4tech/feature/app-layout
codebestia Jun 3, 2026
fe940a3
fix: fix up provider issue
codebestia Jun 10, 2026
24eeb41
created apps/web/src/components/ui/Modal.tsx:1
ALLEN-AYODEJI Jun 23, 2026
72d96aa
https://github.com/Menjay7/clicked.git
jaynomyaro Jun 23, 2026
561c229
Merge pull request #115 from Menjay7/men
codebestia Jun 23, 2026
4f87507
Merge pull request #116 from ALLEN-AYODEJI/modal_base
codebestia Jun 23, 2026
1530b75
add WalletAddress component with copy and explorer link
smog123 Jun 23, 2026
8c2b469
Merge pull request #117 from smog123/feat/wallet-address-component
codebestia Jun 23, 2026
9bfb7db
feat: add online presence indicator to DM avatars and member count to…
dominiccreates Jun 23, 2026
fe98be9
feat(ui): implement CopyButton with clipboard API and framer-motion t…
amosleoamadi Jun 23, 2026
e35de78
Merge pull request #118 from dominiccreates/feat/presence-indicator
codebestia Jun 23, 2026
d499027
Merge pull request #119 from amosleoamadi/copybutton-component
codebestia Jun 23, 2026
5dab5d7
fix: update gitignore
codebestia Jun 23, 2026
8de895e
Merge branch 'main' into dev
codebestia Jun 23, 2026
543fe77
feat: centralize admin check
codebestia Jun 23, 2026
cee5849
feat: update contract
codebestia Jun 24, 2026
e58f0c0
feat: add docs folder
codebestia Jun 24, 2026
c4e95c8
style: apply rustfmt to codebase
codebestia Jun 24, 2026
8728e1e
style: sort the imports in ai agents
codebestia Jun 24, 2026
5ac6976
style: apply fmt and lint to the backend
codebestia Jun 24, 2026
c791946
feat: fix conversation test
codebestia Jun 24, 2026
eeb4082
chore: refactor the backend a bit
codebestia Jun 24, 2026
39a3e5e
chore: update the configuration
codebestia Jun 24, 2026
92c4500
fix: lint fix
codebestia Jun 24, 2026
7aee7c9
fix: lint build ci
codebestia Jun 24, 2026
be57332
Merge pull request #120 from codebestia/dev
codebestia Jun 24, 2026
4ae383d
feat: implement propose_withdraw on GroupTreasuryContract
Kayce10 Jun 27, 2026
640f457
Merge branch 'main' into feature/propose-withdraw-group-treasury
Kayce10 Jun 27, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.