Commit Graph

20 Commits

Author SHA1 Message Date
c204dc5a8b Refactor server to go-sqlite and ginext [WIP] 2024-07-16 17:20:00 +02:00
55d0dea835 Refactor server to go-sqlite and ginext [WIP] 2024-07-16 17:20:00 +02:00
dfcee5dfc7 Implement FCM [WIP] 2024-05-31 15:22:27 +02:00
9f3e183d72 Update goext to v0.0.291 2023-10-26 13:14:11 +02:00
8a6719fc19 Remove message.owner_user_id field and implement db migrations 2023-07-27 17:44:06 +02:00
43d0107fb5 Update goext (fix bool env parsing) 2023-06-18 01:18:33 +02:00
885aad2047 Update migrationscript 2023-06-17 23:23:54 +02:00
7fefd251db Update TODO.md 2023-06-10 00:15:42 +02:00
562bac6987 Move enum-generate to goext 2023-06-05 13:37:49 +02:00
0daca2cf8f added UpdateClient route 2023-05-28 23:25:18 +02:00
e9b4db0f1c Validate db schema before startup 2023-05-28 19:59:57 +02:00
b1bd278f9b Add KeyToken authorization 2023-04-21 21:45:16 +02:00
89fd0dfed7 create migration script for old data 2023-01-15 06:30:30 +01:00
e737cd9d5c requests-log db 2023-01-13 17:17:17 +01:00
3343285761 goext 55 2023-01-06 02:03:10 +01:00
cebb2ae2b6 small cleanups 2022-12-23 20:27:21 +01:00
0112d681ac Fix SQL unmarshalling of optional nested structs (LEFT JOIN) 2022-12-22 12:43:40 +01:00
f65c231ba0 Properly shutdown database on SIGTERM 2022-12-22 10:21:10 +01:00
dbc014f819 Added a SQL-Preprocessor - this way we can unmarshal recursive structures (LEFT JOIN etc) 2022-12-21 18:14:13 +01:00
bbf7962e29 move server/* to scnserver/* 2022-12-21 12:35:56 +01:00