44 Commits

Author SHA1 Message Date
e5a9b9aa50 Fix CSRF error (#22)
All checks were successful
continuous-integration/drone/push Build is passing
Fixes #21

Reviewed-on: #22
2023-01-08 14:35:28 +00:00
c9b2d5bd8d
Update changelog
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 22:08:57 +01:00
0d20b543b0
Do not load the admin interface in prod
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 21:59:54 +01:00
f7b69f7704
Add more utilities to Makefile 2023-01-07 21:59:34 +01:00
1ccfdc321a
Start caddy in the background 2023-01-07 21:59:17 +01:00
25a58c2732
Be more explicit in docker-compose.yml 2023-01-07 21:59:09 +01:00
270d9f7296
Ignore static folder when building container 2023-01-07 21:58:22 +01:00
2939b4a515
Change to gunicorn
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 21:09:47 +01:00
d029fda896 Collect static files in entrypoint.sh
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 18:10:36 +01:00
9dead362c1 Set STATIC_ROOT 2023-01-07 18:09:22 +01:00
d81dba727b Add docker-compose.yml 2023-01-07 18:09:10 +01:00
f550978e4a
Release version 0.1.1
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-05 23:31:06 +01:00
db5de81c09
Add make date 2023-01-05 23:30:43 +01:00
15ed6504b1
Order by timestamp_start by default 2023-01-05 23:30:13 +01:00
fd9bf8c026
Improve manual duration mark 2023-01-05 23:10:42 +01:00
5172c38c16
Refactor the calculated_sum and manual_sum 2023-01-05 23:03:46 +01:00
9c56ed4ce8
Make logging work 2023-01-05 22:14:51 +01:00
d00bb1cd06
Properly unset CSRF_TRUSTED_ORIGINS 2023-01-05 22:09:35 +01:00
bedfbb7f31
Remove cruft 2023-01-05 22:09:21 +01:00
f2b08cd1cd
Changes after linting 2023-01-05 22:05:26 +01:00
5ad0e52787
Turn on type checking 2023-01-05 22:01:27 +01:00
f7ec07994f
Improve duration handling in Session model 2023-01-05 22:01:15 +01:00
03e89a92c7
Fix another duration formatting error 2023-01-05 22:00:51 +01:00
76bf03b482
Improve session list 2023-01-05 22:00:08 +01:00
e6b5804e37
Update infra 2023-01-05 21:56:57 +01:00
2807c5e00e
Add pre-commit hook to update version 2023-01-05 21:10:17 +01:00
4b45127335 Allow deleting sessions
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-04 20:28:07 +01:00
b8a15e43db Redirect after adding game/platform/purchase/session 2023-01-04 19:35:35 +01:00
a1309c3738 Fix display of duration_manual 2023-01-04 19:32:18 +01:00
12cc9025a0 Fix display of duration_calculated, display durations less than a minute 2023-01-04 19:26:01 +01:00
6fe960bc04 Make the "Finish now?" button on session list work 2023-01-04 19:19:49 +01:00
84c92fe654 Fix version
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-03 22:33:03 +01:00
6102459637 Set VERSION_NUMBER in Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing
2023-01-03 22:04:46 +01:00
eec8f1b9f5
Properly fix Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-03 14:29:39 +01:00
76bd923a00 Actually add entrypoint.sh
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-03 13:08:18 +01:00
811e7771cc Run Dockerfile via entrypoint.sh
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-03 13:04:05 +01:00
7d31f6f416 Remove volume before better solution is made
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-03 12:38:51 +01:00
c03b9fe8e1 make migrate in container
Some checks failed
continuous-integration/drone/push Build is failing
2023-01-03 12:36:44 +01:00
ec4a095425 Don't initialize in container
Some checks failed
continuous-integration/drone/push Build is failing
2023-01-03 12:34:50 +01:00
ab9d8d1ae3 Add make to Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing
2023-01-03 00:15:17 +01:00
9d142126b1 Do not require timestamp_end, initialize db
Some checks failed
continuous-integration/drone/push Build is failing
2023-01-03 00:13:26 +01:00
7039e442d9 Improve Dockerfile 2023-01-02 18:37:45 +01:00
f974f3748e Update Dockerfile 2023-01-02 18:26:24 +01:00
381884371e Add Dockerfile 2023-01-02 18:11:43 +01:00