SimpleCloudNotifier/scnserver/api/handler
Mike Schwörer d21d775764
Some checks failed
Build Docker and Deploy / Run Unit-Tests (push) Failing after 10s
Build Docker and Deploy / Build Docker Container (push) Successful in 1m14s
Build Docker and Deploy / Deploy to Server (push) Has been skipped
Add ListSenderNames api route and use params.Add(..) in Filter classes
2024-09-20 20:37:55 +02:00
..
api.go split api.go into multiple files 2023-05-28 13:39:20 +02:00
apiChannel.go Fix test [TestListMessagesFilterChannel] 2024-09-20 15:36:16 +02:00
apiClient.go Implement in-application mutex to reduce DB_LOCKED errors 2024-09-16 15:17:20 +02:00
apiKeyToken.go Implement in-application mutex to reduce DB_LOCKED errors 2024-09-16 15:17:20 +02:00
apiMessage.go Add ListSenderNames api route and use params.Add(..) in Filter classes 2024-09-20 20:37:55 +02:00
apiPreview.go Implement in-application mutex to reduce DB_LOCKED errors 2024-09-16 15:17:20 +02:00
apiSenderNames.go Fully switch away from mattn sqlite to glebarez sqlite 2024-09-20 17:21:32 +02:00
apiSubscription.go Implement in-application mutex to reduce DB_LOCKED errors 2024-09-16 15:17:20 +02:00
apiUser.go Auto-delete clients when FB returns UNREGISTERED 2024-09-16 20:11:28 +02:00
common.go Fully switch away from mattn sqlite to glebarez sqlite 2024-09-20 17:21:32 +02:00
compat.go Fix test [TestListMessagesFilterChannel] 2024-09-20 15:36:16 +02:00
external.go Implement in-application mutex to reduce DB_LOCKED errors 2024-09-16 15:17:20 +02:00
message.go Implement in-application mutex to reduce DB_LOCKED errors 2024-09-16 15:17:20 +02:00
website.go Implement in-application mutex to reduce DB_LOCKED errors 2024-09-16 15:17:20 +02:00