Commit graph

12 commits

Author SHA1 Message Date
Guillaume Bertholon
1fea637d7a Use min/max/precisions fields for game duration
There is an data migration for Game items but not for Suggestion items.
It assumes that all duration fields are filled with a single integer or
a range separated by '-' or 'à'.
2021-01-29 12:07:46 +01:00
Guillaume Bertholon
a086ee600f Improve pagination style and paginate more lists 2021-01-05 22:10:21 +01:00
Guillaume Bertholon
ee364e2561 Improve form error display & simplify button style 2020-12-29 20:22:36 +01:00
Guillaume Bertholon
d4a9faef3e Refactorize to enable code sharing for comments 2020-12-27 18:01:37 +01:00
Guillaume Bertholon
c836f642fa Authenticate by email with a custom user model
This avoid the weird double username situation where we want to give the
users the choice of their displayed name but at the same time we need them to
never change their CAS username.

Now CAS matches on email so we do not have problems.
2020-12-24 14:19:35 +01:00
Guillaume Bertholon
0d838cafee Add public name customization and small style adjustments 2020-12-20 01:10:02 +01:00
Guillaume Bertholon
d56d0b44f3 Add markdown pages for customization by respos 2020-12-18 19:30:09 +01:00
Guillaume Bertholon
ccd8ee9cc9 Add game comments and rework game models
Models are now more structured for number of players, and durations can
be omitted.
2020-12-13 00:12:06 +01:00
Guillaume Bertholon
1850746975 Add inventory search with haystack
Also give a coherent look to all inventory lists
2020-11-28 00:41:11 +01:00
Guillaume Bertholon
68dea4002c Add category and tag pages 2020-11-22 19:01:21 +01:00
Guillaume Bertholon
be99a76829 Simplify header and adapt auth pages style
Having a title in the header is worse than a normal title inside the
page. Restore the border to compensate.
2020-11-22 13:34:01 +01:00
Guillaume Bertholon
8843c07a6a Give the main structure and begin inventory app 2020-10-11 22:19:11 +02:00