Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOS-RS/backend
/ functions
Functions
152 in github.com/SOS-RS/backend
⨍
Functions
152
◇
Types & classes
112
Method
index
(@Query() query)
src/shelter/shelter.controller.ts:29
Method
index
(query: any)
src/shelter/shelter.service.ts:132
Method
index
()
src/supply/supply.controller.ts:24
Method
index
()
src/supply/supply.service.ts:34
Method
index
( @Param('shelterId') shelterId: string, @Query('includes') includes: string, )
src/shelter-managers/shelter-managers.controller.ts:40
Method
index
(shelterId: string, includes: string = 'user')
src/shelter-managers/shelter-managers.service.ts:22
Method
index
(query: any)
src/dashboard/dashboard.service.ts:14
Method
index
(@Query() query)
src/dashboard/dashboard.controller.ts:13
Method
index
(@Param('shelterId') shelterId: string)
src/shelter-supply/shelter-supply.controller.ts:26
Method
index
(shelterId: string)
src/shelter-supply/shelter-supply.service.ts:78
Method
intercept
(context: ExecutionContext, next: CallHandler)
src/interceptors/interceptors/shelter-supply-history/shelter-supply-history.interceptor.ts:17
Method
intercept
(context: ExecutionContext, next: CallHandler)
src/interceptors/interceptors/server-response/server-response.interceptor.ts:15
Method
login
( @Body() body, @Headers('x-real-ip') ip: string, @Headers('user-agent') userAgent: string, )
src/sessions/sessions.controller.ts:27
Method
onModuleInit
()
src/shelter/shelter.service.ts:28
Method
onModuleInit
()
src/prisma/prisma.service.ts:28
Method
parseShelterSupply
( shelterSupply: ShelterSupply, )
src/shelter/shelter.service.ts:247
Function
removeNotNumbers
(input: string)
src/utils/utils.ts:26
Method
selfUpdate
(@Body() body, @Req() req)
src/users/users.controller.ts:137
Method
shelterStatus
()
src/shelter/ShelterSearch.ts:53
Method
show
(@Request() req)
src/sessions/sessions.controller.ts:46
Method
show
(id: string, userId: string)
src/donation-order/donation-order.service.ts:87
Method
show
(@Param('id') id: string, @Request() req)
src/donation-order/donation-order.controller.ts:76
Method
show
(@UserDecorator() user: any, @Param('id') id: string)
src/shelter/shelter.controller.ts:52
Method
show
(id: string, shouldShowContact: boolean)
src/shelter/shelter.service.ts:70
Method
store
(body: any)
src/users/users.service.ts:11
Method
store
(@Body() body)
src/users/users.controller.ts:53
Method
store
(body: z.infer<typeof CreateSupplyHistorySchema>)
src/supplies-history/supplies-history.service.ts:66
Method
store
(body: z.infer<typeof CreateDonationOrderScheme>)
src/donation-order/donation-order.service.ts:95
Method
store
(@Body() body, @Request() req)
src/donation-order/donation-order.controller.ts:29
Method
store
(@Body() body)
src/partners/partners.controller.ts:35
Method
store
(@Body() body)
src/supporters/supporters.controller.ts:34
Method
store
(body: z.infer<typeof CreateSupporterSchema>)
src/supporters/supporters.service.ts:15
Method
store
(@Body() body)
src/supply-categories/supply-categories.controller.ts:44
Method
store
(body: z.infer<typeof CreateSupplyCategorySchema>)
src/supply-categories/supply-categories.service.ts:14
Method
store
(@Body() body)
src/shelter/shelter.controller.ts:66
Method
store
(body: z.infer<typeof CreateShelterSchema>)
src/shelter/shelter.service.ts:32
Method
store
(@Body() body)
src/supply/supply.controller.ts:35
Method
store
(body: z.infer<typeof CreateSupplySchema>)
src/supply/supply.service.ts:11
Method
store
(@Body() body)
src/shelter-managers/shelter-managers.controller.ts:29
Method
store
(body: z.infer<typeof CreateShelterManagerSchema>)
src/shelter-managers/shelter-managers.service.ts:11
Method
store
(@Body() body)
src/shelter-supply/shelter-supply.controller.ts:38
Method
store
(body: z.infer<typeof CreateShelterSupplySchema>)
src/shelter-supply/shelter-supply.service.ts:30
Method
supplyIds
()
src/shelter/ShelterSearch.ts:110
Method
update
( orderId: string, userId: string, body: z.infer<typeof UpdateDonationOrderScheme>, )
src/donation-order/donation-order.service.ts:118
Method
update
( @Request() req, @Param('orderId') orderId: string, @Body() body, )
src/donation-order/donation-order.controller.ts:42
Method
update
(@Param('id') id: string, @Body() body)
src/supply-categories/supply-categories.controller.ts:60
Method
update
(id: string, body: z.infer<typeof UpdateSupplyCategorySchema>)
src/supply-categories/supply-categories.service.ts:24
Method
update
(@Param('id') id: string, @Body() body)
src/shelter/shelter.controller.ts:77
Method
update
(@Param('id') id: string, @Body() body)
src/supply/supply.controller.ts:46
Method
update
( @Body() body, @Param('shelterId') shelterId: string, @Param('supplyId') supplyId: string, )
src/shelter-supply/shelter-supply.controller.ts:54
Method
use
(req: FastifyRequest, _: FastifyReply, next: () => void)
src/middlewares/logging.middleware.ts:9
Method
validate
(payload: TokenPayload)
src/sessions/jwt.strategy.ts:17
← previous
101–152 of 152, ranked by callers