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
/
http
/
controllers
30 files
at
3d3ec738043da53efb220452b39165e7ff0a9675
Wesley Finck
get collection contributor query
5mo ago
3d3ec738
AddCardToCollectionController.ts
Based on the changes, here's a concise commit message: feat: add authentication error handling to card use cases and controllers Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
9 months ago
AddCardToLibraryController.ts
Based on the changes, here's a concise commit message: feat: add authentication error handling to card use cases and controllers Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
9 months ago
AddUrlToLibraryController.ts
handle viaCardId in controllers
7 months ago
CreateCollectionController.ts
use access type enum instead of strings
6 months ago
DeleteCollectionController.ts
refactor: handle authentication errors in card and collection use cases and controllers Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
9 months ago
GetCollectionContributorsController.ts
get collection contributor query
5 months ago
GetCollectionFollowersController.ts
get following and followers of users and collections use cases
5 months ago
GetCollectionFollowersCountController.ts
get following and followers of users and collections use cases
5 months ago
GetCollectionPageByAtUriController.ts
feat: add optional urlType query parameter to card and collection endpoints Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
7 months ago
GetCollectionPageController.ts
feat: add optional urlType query parameter to card and collection endpoints Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
7 months ago
GetCollectionsForUrlController.ts
formatting and linting
9 months ago
GetLibrariesForCardController.ts
update error types on controllers
9 months ago
GetLibrariesForUrlController.ts
formatting and linting
9 months ago
GetMyCollectionsController.ts
include following status on profile and collection responses
5 months ago
GetMyProfileController.ts
pass callerDid for getMyProfile
9 months ago
GetMyUrlCardsController.ts
feat: add optional urlType query parameter to card and collection endpoints Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
7 months ago
GetNoteCardsForUrlController.ts
feat: add GetNoteCardsForUrlUseCase and related infrastructure Co-authored-by: aider (anthropic/claude-sonnet-4-5-20250929) <aider@aider.chat>
9 months ago
GetOpenCollectionsWithContributorController.ts
include following status on profile and collection responses
5 months ago
GetUrlCardViewController.ts
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
GetUrlMetadataController.ts
update error types on controllers
9 months ago
GetUrlStatusForMyLibraryController.ts
feat: handle authentication errors in url status use case and controller Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
9 months ago
GetUserCollectionsController.ts
include following status on profile and collection responses
5 months ago
GetUserProfileController.ts
include follow status in get user profile and get my notifications
5 months ago
GetUserUrlCardsController.ts
feat: add optional urlType query parameter to card and collection endpoints Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
7 months ago
RemoveCardFromCollectionController.ts
refactor: handle AuthenticationError in remove card use cases and controllers Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
9 months ago
RemoveCardFromLibraryController.ts
refactor: handle AuthenticationError in remove card use cases and controllers Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
9 months ago
SearchCollectionsController.ts
include following status on profile and collection responses
5 months ago
UpdateCollectionController.ts
use access type enum instead of strings
6 months ago
UpdateNoteCardController.ts
refactor: handle authentication errors in card and collection use cases and controllers Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
9 months ago
UpdateUrlCardAssociationsController.ts
handle viaCardId in controllers
7 months ago