.. |
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
|
Fully switch away from mattn sqlite to glebarez sqlite
|
2024-09-20 17:21:32 +02:00 |
enums.go
|
Update goext to v0.0.291
|
2023-10-26 13:14:11 +02:00 |
ids_gen.go
|
Fully switch away from mattn sqlite to glebarez sqlite
|
2024-09-20 17:21:32 +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
|
Add ListSenderNames api route and use params.Add(..) in Filter classes
|
2024-09-20 20:37:55 +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
|
Add ListSenderNames api route and use params.Add(..) in Filter classes
|
2024-09-20 20:37:55 +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 |