alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
semble
/
src
/
modules
/
cards
/
infrastructure
3 folders
2 files
at
678e8cd70939f6deef96e113c10f60fff499a458
Wesley Finck
wip: unifying response types
9mo ago
172884de
http
refactor: use existing callerDid instead of redundant callingUserId Cleaned up controllers to use the existing callerDid variable directly instead of creating redundant callingUserId variables. This improves code consistency and reduces duplication. Changes: - GetMyUrlCardsController: Renamed userId to callerDid for consistency - GetUserUrlCardsController: Use callerDid instead of callingUserId - GetCollectionPageController: Removed duplicate callerDid parameter - GetCollectionPageByAtUriController: Removed duplicate callerDid parameter - GetUrlCardViewController: Removed duplicate callerDid parameter - GetGlobalFeedController: Use callerDid instead of callingUserId
9 months ago
repositories
wip: unifying response types
9 months ago
services
chore: remove unused DrizzleCardLibraryQueryService and interface These service files are no longer used in the codebase. All their functionality has been replaced by direct queries using authorId in the query services. Deleted files: - src/modules/cards/application/services/ICardLibraryQueryService.ts - src/modules/cards/infrastructure/services/DrizzleCardLibraryQueryService.ts
9 months ago
CitoidMetadataService.ts
wip: unifying response types
9 months ago
IFramelyMetadataService.ts
fix: remove unused import and add fetch to ESLint globals Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
1 year ago