Commit Graph

81 Commits

Author SHA1 Message Date
Christoph Hagen
82d81b596e Update clairvoyant 2023-09-07 13:56:27 +02:00
Christoph Hagen
e2b1fb58e9 Fix semaphore 2023-02-16 23:33:39 +01:00
Christoph Hagen
1927a35d37 Attempt to fix startup 2023-02-16 19:01:10 +01:00
Christoph Hagen
4253ae2589 Fix async call 2023-02-16 18:51:27 +01:00
Christoph Hagen
e9a650ddec Update to new logging version 2023-02-16 18:31:30 +01:00
Christoph Hagen
77a214d2a2 Improve logging 2023-02-06 22:03:02 +01:00
Christoph Hagen
a48c77c138 Add name and description for metrics 2023-02-06 11:25:30 +01:00
Christoph Hagen
13f13c8503 Update metrics 2023-02-01 20:10:57 +01:00
Christoph Hagen
d30222911d Add more metrics 2023-02-01 16:44:07 +01:00
Christoph Hagen
0a5139fd39 Remove throwing declarations 2023-01-31 22:17:15 +01:00
Christoph Hagen
5381b28386 Add monitoring 2023-01-31 22:16:44 +01:00
Christoph Hagen
2d683e34c4 Update kitura smtp to fix compile error 2022-12-18 17:19:19 +01:00
Christoph Hagen
5c7adf7171 Remove unused extension 2022-11-24 21:31:31 +01:00
Christoph Hagen
1c36d8c480 Make email configuration optional 2022-11-24 21:31:03 +01:00
Christoph Hagen
3c4d1f0e29 Update player points when game ends 2022-10-18 11:40:08 +02:00
Christoph Hagen
f020c13739 Specify production setting in configuration 2022-10-13 12:25:51 +02:00
Christoph Hagen
454bd204b8 Fix error creating a table 2022-10-12 22:02:01 +02:00
Christoph Hagen
30abe56325 Use headers for all routes 2022-10-12 21:53:16 +02:00
Christoph Hagen
fe429ea7d5 Replace 404 errors 2022-10-12 19:43:16 +02:00
Christoph Hagen
ff916945df Add route to update password with email token 2022-10-12 19:32:15 +02:00
Christoph Hagen
4e9675c284 Add route to send recovery email 2022-10-12 19:32:15 +02:00
Christoph Hagen
26adcc2868 Convert functions to async/await 2022-10-12 19:32:15 +02:00
Christoph Hagen
7ef5da08d0 Convert registration to async 2022-10-12 19:32:15 +02:00
Christoph Hagen
067d7ffb7a Add email sending functionality and configuration 2022-10-12 19:32:03 +02:00
Christoph Hagen
56b7fa1ba8 Improve header access 2022-10-11 12:08:44 +02:00
Christoph Hagen
b00f0826b9 Fix indentation 2022-10-11 12:07:41 +02:00
Christoph Hagen
e5a879966d Remove unused function 2022-10-11 12:04:55 +02:00
Christoph Hagen
e41a5fc75c Add email to user model 2022-10-11 12:04:30 +02:00
Christoph Hagen
16ab0fd6d3 Add password reset model 2022-10-11 12:04:15 +02:00
Christoph Hagen
e49cc9cb91 Load configuration from file 2022-10-11 12:00:46 +02:00
Christoph Hagen
b7ce607c8b Add string extensions 2022-10-11 11:52:39 +02:00
Christoph Hagen
4eecc9af20 Improve user field declarations 2022-10-11 11:51:52 +02:00
Christoph Hagen
fc4afb70b1 Create individual functions for routes 2022-10-11 11:51:00 +02:00
Christoph Hagen
89007989e3 Close all sockets on shutdown 2022-01-24 17:15:11 +01:00
Christoph Hagen
707c6d03de Clean up code
Update WeddingPlayer.swift
2022-01-24 17:10:59 +01:00
Christoph Hagen
f10c3dc8c9 Fix player state 2021-12-25 16:55:54 +01:00
Christoph Hagen
9cc4cdb27c Display player state 2021-12-25 16:53:58 +01:00
Christoph Hagen
1d1044c3f8 Fix delete empty table 2021-12-23 12:52:28 +01:00
Christoph Hagen
176c5753d7 Transmit player state 2021-12-23 12:52:13 +01:00
Christoph Hagen
f97604e3bf Delete table when empty 2021-12-23 11:16:29 +01:00
Christoph Hagen
49b4e98922 Set server port 2021-12-23 09:38:31 +01:00
Christoph Hagen
5eafcfdf4d Switch to SQLite database over text files 2021-12-22 22:13:09 +01:00
Christoph Hagen
86456b2441 Add points to player info 2021-12-22 22:12:31 +01:00
Christoph Hagen
7ac0f29904 Add first database version and model 2021-12-22 22:11:37 +01:00
Christoph Hagen
788222a19a Fix card display on finished table 2021-12-22 15:06:24 +01:00
Christoph Hagen
dbac55e15d Fix cost for wedding 2021-12-22 14:54:31 +01:00
Christoph Hagen
cfba0fe467 Remove old files 2021-12-22 14:53:53 +01:00
Christoph Hagen
afadc56c40 Organize files 2021-12-22 14:53:36 +01:00
Christoph Hagen
97ff9ddce4 Fix bidding error 2021-12-21 16:06:59 +01:00
Christoph Hagen
ef966b0aa3 Optimise files on start 2021-12-21 15:50:49 +01:00