Commit Graph

483 Commits

Author SHA1 Message Date
c3c9ae0632 Don't take time from .git
.git is not included int the Dockerfile thus it cannot be used to get
time of last edit
2023-01-18 17:13:11 +01:00
55c2693f32 Bump version to 0.2.5 0.2.5 2023-01-18 17:01:37 +01:00
972ff67050 Update CSS 2023-01-18 16:58:55 +01:00
8ae99faa8e Fix button taking up 100% width
Fixes 
2023-01-18 16:58:25 +01:00
8e4086ce83 Remove reduntant property last
Fixes 
2023-01-18 16:57:32 +01:00
2760068cde Add more to .gitignore 2023-01-18 16:33:38 +01:00
cef797c333 Revert "Add date and time pickers to forms"
This reverts commit 4d91a76513.
2023-01-16 23:23:26 +01:00
4d91a76513 Add date and time pickers to forms 2023-01-16 22:07:43 +01:00
e51d586255 Automatically select purchase when adding session 2023-01-16 21:19:20 +01:00
2553d6f9e6 Definitively disable pre-commit hook 0.2.4 2023-01-16 19:49:41 +01:00
8cf6270d8f Bump version 2023-01-16 19:47:32 +01:00
0b1089b0f4 Disable pre-commit hook 2023-01-16 19:46:15 +01:00
9534492f17 Exclude manual times from graphs
Fixes 
2023-01-16 19:39:24 +01:00
8b7ed90b49 Improve playtime graph date formatting 2023-01-16 19:27:52 +01:00
2ce4dd3a0e Fix graph timeline being backwards 2023-01-16 17:26:10 +01:00
a851b5329a Correctly display game that is used as filter 2023-01-16 17:24:34 +01:00
6fa049e1b1 Sort and clean up imports 2023-01-15 23:39:52 +01:00
6b7ed0dbb5 Order by timestamp_start from the newest 2023-01-15 23:20:43 +01:00
dd50d6dd40 Allow filtering by platform and game
Fixes 
0.2.3
2023-01-15 23:14:28 +01:00
162f4f3dbf Fix Dockerfile 2023-01-15 19:16:34 +01:00
e8e6d5bcae Display playtime graph on session list
Fixes 
0.2.2
2023-01-15 18:03:59 +01:00
c5b451a258 Fix error when showing session list with no sessions
Fixes 
2023-01-15 18:02:48 +01:00
163211ab0b Hide button if no last session 2023-01-15 13:03:30 +01:00
64f5668dde Do not specify button width and height 2023-01-13 22:11:12 +01:00
465d958d9b Start sessions of last purchase from list
Fixes 
0.2.1
2023-01-13 16:54:24 +01:00
d8ece979a8 Revert make dev to plain runserver
The runserver_plus has problems with cache not being invalidated
2023-01-13 16:52:05 +01:00
2defdd4657 List number of sessions when filtering on session list 2023-01-10 20:47:33 +01:00
078f87687f Make format_duration more robust 0.2.0 2023-01-09 22:48:09 +01:00
49723831e9 Fix displaying finish button 2023-01-09 22:05:12 +01:00
025ea0dd4e Fix migration 2023-01-09 19:09:31 +01:00
97467c7a52 Also set duration_manual to zero 2023-01-09 19:05:47 +01:00
7842d6f45d Remove debugging statement 2023-01-09 19:00:03 +01:00
b77089f7ad Show playtime total on session list
Fixes 
Fixes 
2023-01-09 18:57:22 +01:00
24f4459318 Avoid raising exception on format_duration(None)
Fixes 
2023-01-09 16:14:01 +01:00
751182df52 Emit gunicorn logs to stdin and stderr 2023-01-08 15:48:53 +01:00
33e136a810 Add .dockerignore 2023-01-08 15:48:31 +01:00
362732c22a Run make date via poetry 2023-01-08 15:48:12 +01:00
8e1c670ffd Fix collectstaticfiles causing error
Fixes 
2023-01-08 15:46:09 +01:00
e5a9b9aa50 Fix CSRF error ()
Fixes 

Reviewed-on: 
2023-01-08 14:35:28 +00:00
c9b2d5bd8d Update changelog 2023-01-07 22:08:57 +01:00
0d20b543b0 Do not load the admin interface in prod 0.1.2 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 2023-01-07 21:09:47 +01:00
d029fda896 Collect static files in entrypoint.sh 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 0.1.1 2023-01-05 23:31:06 +01:00