Casper V. Kristensen caspervk
  • Joined on 2018-07-15
caspervk pushed to master at caspervk/drakul 2020-06-01 18:07:24 +02:00
ac33be0a07 Fix columns for small-width displays.
caspervk pushed to master at caspervk/drakul 2020-05-28 04:39:23 +02:00
a9d9854844 Add 'Backup' status.
027fbb4ab3 Ensure no-responses and sign-offs are character-agnostic, in addition to already being role-agnostic.
Compare 2 commits »
caspervk pushed to master at caspervk/drakul 2020-04-23 18:25:30 +02:00
502698a501 "Stand By" -> "Standby".
caspervk pushed to master at caspervk/drakul 2020-04-21 18:19:40 +02:00
3023861a81 Base raid response count on number of group responses instead of status responses.
caspervk pushed to master at caspervk/drakul 2020-04-21 18:00:58 +02:00
1df3b67fa1 Add support for raid groups.
be63e62637 Render comment linebreaks properly.
0a5be5d2be Remove unused imports.
006f1c6c45 Replace "_CHOICES" with Django 3.0 IntegerChoices Enum class.
Compare 4 commits »
caspervk pushed to master at caspervk/wau 2020-04-21 00:32:04 +02:00
f44712e53c Update README with Curseforge project ID support.
caspervk pushed to master at caspervk/wau 2020-04-21 00:27:46 +02:00
440e8dd596 Curseforge: Allow installation using Curse Project ID in place of slug.
caspervk pushed to master at caspervk/drakul 2020-04-17 08:58:30 +02:00
f6c4c732d6 Fix raid events mis-ordered due to not calling superclass's get_queryset() method.
3f8ed2c4ce Add missing header for Bank pages.
8012162b2b Fix not allowing deletion of users due to RaidComment being PROTECTed instead of CASCADEd.
Compare 3 commits »
caspervk pushed to master at caspervk/drakul 2020-01-21 17:23:37 +01:00
d937804737 Show item and money log in bank tabs.
caspervk pushed to master at caspervk/drakul 2020-01-12 04:50:26 +01:00
a729d76f02 Add guild bank.
d88c4632cd Add (simple) Bootstrap 4 paginator helper tag.
b65df95138 Remove 'active' navs again.
14016996aa Remove unused raid_list.html template.
620796448d Add 'active' tag to show active page in navs.
Compare 5 commits »
caspervk pushed to master at caspervk/wau 2020-01-08 22:04:37 +01:00
376c485a5a Update for Blizzard's new naming convention: Wow.exe -> WowClassic.exe.
caspervk pushed to master at caspervk/drakul 2020-01-08 20:39:38 +01:00
57d5b3f131 Fix average attendance annotation returning None for users that doesn't have any RaidResponses for past raids yet.
caspervk pushed to master at caspervk/drakul 2020-01-07 04:45:17 +01:00
3d1faa49c3 Update requirements: Django 3.0.
4cca8ced19 Fix no-responses created for disabled users.
Compare 2 commits »
caspervk pushed to master at caspervk/drakul 2020-01-07 02:32:10 +01:00
dc9928f316 Remove logic for checking if create_user_no_responses is required; just do it on all user save's instead to avoid edge-cases.
caspervk pushed to master at caspervk/drakul 2020-01-07 00:32:37 +01:00
94d90efad5 Only create no-responses if user did something that warrants it.
bb16c152c4 Remove unnecessary prefetches.
84f3554d98 Attendance matrix.
c01bb56b5d Add actual no-response RaidResponses to database; allow setting default attendance value for all response statuses in settings.
dd7f45599d Automatically set RaidResponse role to character's default role if not set by user.
Compare 5 commits »
caspervk pushed to master at caspervk/drakul 2020-01-03 01:53:36 +01:00
be86354c1f Fix ordering on pseudo-responses.
caspervk pushed to master at caspervk/drakul 2020-01-02 18:58:44 +01:00
ae56229afe Raid detail: Prefetch pseudo no-response objects; 162 queries -> 18.
57b3a28008 Raid detail: Prefetch all required objects (e.g. response user's rank and main); 164 -> 31 queries.
Compare 2 commits »
caspervk pushed to master at caspervk/drakul 2020-01-02 04:27:36 +01:00
7820021864 Show user ranks in raid details.
2bda918954 Show user's main on hover if they signed up as an alt.
Compare 2 commits »
caspervk pushed to master at caspervk/drakul 2019-11-21 16:59:24 +01:00
a2d1e753c1 Actual string representation of RaidResponse.
caspervk pushed to master at caspervk/drakul 2019-11-21 16:47:26 +01:00
5eb4444e1d Support deletion of users.