7f7dfcd748
Remove character name regex validation; Blizzard allows a lot of weird characters and accents which we can never model completely.
c8f050531e
Add support for exporting signups to AddOns like Exorsus Raid Tools.
39d423e437
Make usernames case-insensitive.
d4341e5d0b
Introduce optional raids.
9e4cdd3ec1
Urlize raid description to allow linking logs.
857d11b02b
Remove chat-bubble for response notes.
5ea6e75d0a
Fix bug causing automatic attendance to not be updated when user first signs up then off.
0ac3bda6b7
Move clean logic to clean() instead of save()
9af691f8ca
Add ranks and auto-attendance. Soft-resets migrations.
d5e65c8191
Formatting.
c44aacec5a
More css class colours.
74d3b3d3e9
Update raid response formset with custom template, based on Crispy's default one, for better styling.
80d109efc0
Small update to aria labels.
d8c972ac4b
Improve class-coloured buttons and signup-coloured badges.
c7460432d6
Fix and improve raid editing; add confirmed role counts.
b843b63240
Improve raid comments styling.
b3ba6caa07
Fix not able to create users in admin by moving main-creation logic from manager's _create_user() to User's save().
8da844d2e4
Add further help text.
660c1e75e6
Rename "signup deadline" -> "response deadline."
141f65c04c
Further increase CurseForge AddOn search size from 50 to 500. Turns out CurseForge's search is really bad.
b07a55778f
Refactor CurseForge provider to reuse logic from Web provider.
0bfa0d2326
Add support for GitHub releases.
0e6904da89
Improve maneuver node execution accuracy by basing time-to-burn on the
5fd4bfc3d7
Improve estimated burn duration equation readability.
5f4df3b138
Improve warping code slightly.
c17fab7703
Wait one physics tick between PID adjustments.