.. |
__init__.py
|
|
|
0001_squashed_0084_contest_formats.py
|
|
|
0085_submission_source.py
|
Fix manage.py sqlmigrate issues with squashed migration
|
2023-02-19 20:03:54 +00:00 |
0086_rating_ceiling.py
|
|
|
0087_problem_resource_limits.py
|
|
|
0088_private_contests.py
|
|
|
0089_submission_to_contest.py
|
Add flake8-quotes to the linter
|
2021-09-07 23:25:28 -04:00 |
0090_fix_contest_visibility.py
|
Add flake8-quotes to the linter
|
2021-09-07 23:25:28 -04:00 |
0091_compiler_message_ansi2html.py
|
|
|
0092_contest_clone.py
|
|
|
0093_contest_moss.py
|
|
|
0094_submissiontestcase_unique_together.py
|
|
|
0095_organization_logo_override.py
|
|
|
0096_profile_language_set_default.py
|
|
|
0097_participation_is_disqualified.py
|
|
|
0098_view_contest_scoreboard.py
|
|
|
0099_contest_problem_label.py
|
|
|
0100_contest_visiblity_permission.py
|
|
|
0101_submission_judged_date.py
|
|
|
0102_api_token.py
|
|
|
0103_contest_participation_tiebreak_field.py
|
|
|
0104_contestproblem_maxsubs.py
|
|
|
0105_webauthn.py
|
|
|
0106_user_data_download.py
|
Add option for user to download their data; #40
|
2020-05-19 20:55:01 -04:00 |
0107_submission_lock.py
|
Write migration for submission locking; #595
|
2020-05-21 16:21:23 -04:00 |
0108_bleach_problems.py
|
Add controls for full HTML markup access in problems (#1424)
|
2020-06-04 16:45:28 -04:00 |
0109_scratch_codes.py
|
Add scratch code support for 2FA; fixes #784
|
2020-06-16 13:55:28 -04:00 |
0110_default_output_prefix_override.py
|
Add zero default for contest-output-prefix-length; fixes #1515
|
2020-08-26 01:33:39 -04:00 |
0111_blank_assignees_ticket.py
|
Allow blank assignees when editing ticket
|
2020-09-28 12:18:29 -04:00 |
0112_language_extensions.py
|
Add migration to update Language extensions
|
2020-10-03 14:32:03 -04:00 |
0113_contest_decimal_points.py
|
Decimal precision for user points in contest; fixes #675
|
2020-10-17 14:39:28 -04:00 |
0114_remove_org_registrant.py
|
Remove organization registrant field
|
2021-04-09 23:01:35 -04:00 |
0115_contest_scoreboard_visibility.py
|
Added scoreboard_visibility (#1627)
|
2021-04-14 18:09:19 -04:00 |
0116_contest_curator_and_tester.py
|
Add migration for contest curator and tester
|
2021-05-06 23:38:19 -04:00 |
0117_remove_private_messages.py
|
Remove unused PrivateMessage model
|
2021-05-08 19:30:16 -04:00 |
0118_convert_to_dates.py
|
Add migration to convert to datetimes
|
2021-05-08 19:42:42 -04:00 |
0119_hide_problem_authors.py
|
Add option to hide problem authors while in contest
|
2021-06-06 18:03:55 -04:00 |
0120_totp_no_reuse.py
|
Prevent the reuse of TOTP authentication codes
|
2021-06-16 20:46:01 -04:00 |
0121_per_problem_sub_access_control.py
|
Implement per-problem submission access control
|
2021-06-16 21:37:23 -04:00 |
0122_username_display_override.py
|
Implement user display name override
|
2021-08-09 21:17:05 -04:00 |
0123_contest_rating_elo_mmr.py
|
Migrate rating system from Topcoder to Elo-MMR (#1751)
|
2021-08-16 20:49:56 -04:00 |
0124_contest_show_short_display.py
|
Implement contest settings short display; #695
|
2021-08-19 22:40:17 -04:00 |
0125_organization_classes.py
|
Add database models for classes
|
2022-01-29 22:00:58 -05:00 |
0126_infer_private_bools.py
|
Infer private booleans; fixes #1829
|
2022-02-21 23:00:57 -05:00 |
0127_tester_see_scoreboard.py
|
add toggle for testers to see scoreboard
|
2022-02-26 02:46:42 -05:00 |
0128_limit_join_organizations.py
|
add limit join organizations
|
2022-02-26 03:31:08 -05:00 |
0129_see_scoreboard_subs.py
|
add view_contest_submissions field and tester toggle
|
2022-02-26 03:38:42 -05:00 |
0130_blogpost_change_visibility.py
|
add change visibility blog post perm
|
2022-02-26 03:45:12 -05:00 |
0131_spectate_contests.py
|
Add spectator to contests
|
2022-02-26 03:57:52 -05:00 |
0132_no_self_vote.py
|
Disallow voting on own comments (#1927)
|
2022-05-19 20:24:31 -04:00 |
0133_add_problem_data_hints.py
|
Allow unicode and nobigmath hints to be used with site data (#2055)
|
2022-12-20 15:21:13 -05:00 |
0134_add_voting_functionality.py
|
Add migration for problem point voting
|
2022-12-20 18:42:33 -05:00 |
0135_disable_judge.py
|
Add is_disabled field to Judge
|
2023-01-03 14:22:40 -05:00 |
0136_remove_zombie_editorials.py
|
Delete & prevent zombie editorials
|
2023-01-03 20:45:34 -05:00 |
0137_profile_site_theme.py
|
Add site theme profile option to toggle dark/light themes
|
2023-02-03 21:25:26 -05:00 |
0138_dark_ace_theme.py
|
Use different default ace theme depending on site theme
|
2023-02-07 22:58:43 -05:00 |
0139_user_index_refactor.py
|
Use multi-column index for User model
|
2023-02-11 20:09:48 -05:00 |
0140_submission_index_refactor.py
|
Use multi-column indices for Submission model
|
2023-02-12 01:27:40 +00:00 |
0141_submission_extra_index.py
|
Create more submission indexes for improved performance
|
2023-02-19 20:04:17 +00:00 |
0142_comment_revision_count.py
|
Store revision count on comment model
|
2023-02-20 05:55:04 +00:00 |
0143_contest_problem_rank_index.py
|
Add index for contest problem submission rankings
|
2023-02-20 07:03:11 +00:00 |
0144_submission_index_cleanup.py
|
Drop submission indexes that are prefixes of other indexes
|
2023-02-20 07:21:06 +00:00 |
0145_site_data_batch_prerequisites.py
|
Add batch dependencies to site data interface
|
2024-01-21 07:04:31 +00:00 |
0146_comment_revision_count_v2.py
|
Fix comment revision count
|
2024-05-26 17:48:37 +00:00 |
0147_judge_add_tiers.py
|
Add tier field to judge model
|
2024-08-22 02:52:26 +00:00 |