SimpleCloudNotifier/scnserver/models
2024-09-20 16:33:45 +02:00
..
channel.go Work on implementing search filter in app [WIP] 2024-09-19 19:46:46 +02:00
client.go Fix missing field in clients struct and non-partial fcmtoken index (also streamline db migrations) 2024-09-17 22:26:45 +02:00
compat.go Tests[CompatExpand] 2023-01-17 21:30:53 +01:00
delivery.go Migrate deliveries.next_delivery from type:string to type:int (SCNTime) 2024-09-16 18:26:28 +02:00
duration.go Refactor models to use single struct per entity 2024-09-15 21:26:36 +02:00
enums_gen.go go generate 2024-09-16 16:46:26 +02:00
enums.go Update goext to v0.0.291 2023-10-26 13:14:11 +02:00
ids_gen.go go generate 2024-09-16 16:46:26 +02:00
ids.go Update goext to v0.0.291 2023-10-26 13:14:11 +02:00
keytoken.go Refactor models to use single struct per entity 2024-09-15 21:26:36 +02:00
lock.go Implement in-application mutex to reduce DB_LOCKED errors 2024-09-16 15:17:20 +02:00
message.go Refactor models to use single struct per entity 2024-09-15 21:26:36 +02:00
messagefilter.go Fix test [TestListMessagesFilterChannel] 2024-09-20 15:36:16 +02:00
permissions.go Add KeyToken authorization 2023-04-21 21:45:16 +02:00
requestlog.go Refactor models to use single struct per entity 2024-09-15 21:26:36 +02:00
requestlogfilter.go Tests[RequestLogSimple] 2023-05-27 23:54:14 +02:00
senderNames.go Add tests [TestListSenderNames] [TestListUserSenderNames] 2024-09-20 16:33:45 +02:00
subscription.go Refactor models to use single struct per entity 2024-09-15 21:26:36 +02:00
subscriptionfilter.go Refactor API of /api/v2/users/{uid}/subscriptions 2023-07-30 15:58:37 +02:00
time.go Refactor models to use single struct per entity 2024-09-15 21:26:36 +02:00
user.go Refactor models to use single struct per entity 2024-09-15 21:26:36 +02:00
utils.go Refactor models to use single struct per entity 2024-09-15 21:26:36 +02:00