125 Commits

Author SHA1 Message Date
8e1c670ffd Fix collectstaticfiles causing error
All checks were successful
continuous-integration/drone/push Build is passing
Fixes #23
2023-01-08 15:46:09 +01:00
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
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
15ed6504b1
Order by timestamp_start by default 2023-01-05 23:30:13 +01:00
2807c5e00e
Add pre-commit hook to update version 2023-01-05 21:10:17 +01:00
8efce77062
Improve newcomer experience
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-05 17:15:14 +01:00
89be0c031b
Fix errors with empty database 2023-01-05 17:14:34 +01:00
4e67735de8
Fix negative playtimes being considered positive 2023-01-05 17:13:45 +01:00
34ce1e9b05
Set up tests, add tests for common.util.time, add %d
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-05 15:18:57 +01:00
c57f969a00
Add tests for common.util.time
Some checks failed
continuous-integration/drone/push Build is failing
2023-01-05 11:52:50 +01:00
32f10e183e
Display total hours played on homepage
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-05 11:24:07 +01:00
fdb9aa8e84
Add format_duration to common.util.time 2023-01-05 11:17:01 +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
59cf620ff3
Set version in the footer to fixed, fix main container height 2023-01-04 17:28:51 +01:00
40810256aa
Improve session listing 2023-01-04 17:27:54 +01:00
b3842504af
Save calculated duration to database 2023-01-04 17:25:19 +01:00
bf61326c18
Make it possible to add a new platform 2023-01-04 17:24:54 +01:00
4c642d97cb
Add homepage, link to it from the logo 2023-01-04 17:22:36 +01:00
d225856174
Set default version to "git-main" 2023-01-04 17:20:46 +01:00
5c50e059e6
Hide navigation bar items
If there are no games/purchases/sessions,
hide the related navbar items
2023-01-04 17:19:40 +01:00