Commit Graph

986 Commits

Author SHA1 Message Date
be6dd872b7 chore: add upgrader for #39. 2023-02-13 07:56:44 +08:00
83da060ec6 refactor: clear limits after clear data 2023-02-13 07:56:26 +08:00
252b2c0cdc fix: 6ff83e810b 2023-02-07 06:56:31 +08:00
15a4b23b80 fix(problem): force encoding extra_config as object 2023-02-07 06:53:53 +08:00
6ff83e810b refactor(problem): store limits into extra_config 2023-02-07 06:51:04 +08:00
15706742c2 chore: add back url on csrf defend page
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-07 06:27:49 +08:00
760f8e7c5e fix(problem/manage/data): problem_conf 2023-02-07 06:27:24 +08:00
1280c528e4 revert: 5d8f194293 2023-02-06 20:03:34 +08:00
806b8e880c feat(remote_judger/luogu): fetch submission from archive
Some checks failed
continuous-integration/drone/push Build was killed
2023-02-06 18:44:08 +08:00
3b109b96b2 fix: cjk chars in filename 2023-02-06 18:29:52 +08:00
4140e2f4f0 Revert "fix(tinyfilemanager): basename not support cjk chars by default"
This reverts commit f6c8600830.
2023-02-06 17:12:19 +08:00
f6c8600830 fix(tinyfilemanager): basename not support cjk chars by default
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-06 17:07:56 +08:00
f948d0f4c3 fix(submission): source code styles
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-06 16:32:43 +08:00
9175084398 fix: e377ad2539 2023-02-06 16:31:06 +08:00
e377ad2539 fix: <remote-source-code> element
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-06 14:52:15 +08:00
4905ecd6f6 refactor(remote_judger): reduce storage size with custom elements
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-06 14:38:07 +08:00
e2fc360279 feat(remote_judger): make details more beautiful 2023-02-06 14:18:53 +08:00
050b4995ee feat(remote_judger/loj): include source code in result when fetching from archive
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-06 11:44:18 +08:00
46592477c5 fix: 7794800603 2023-02-06 11:43:18 +08:00
4c0167ee6e refactor(remote_judger): waitForSubmission 2023-02-06 11:24:45 +08:00
00fea4675f chore(remote_judger/luogu): shorter sleep time 2023-02-06 11:07:55 +08:00
d4bdef8d42 feat(remote_judger/luogu): show remote problem basic info in result 2023-02-06 11:06:40 +08:00
1842b22ae1 feat(remote_judger/loj): show remote problem basic info in result 2023-02-06 10:52:53 +08:00
464e5a965d feat(remote_judger/codeforces): show remote problem basic info in result 2023-02-06 10:41:22 +08:00
a5a2b4547b fix(remote_judger/codeforces): include referer when submitting problem 2023-02-06 10:24:33 +08:00
3d63a011ac fix: 7794800603 2023-02-06 10:15:15 +08:00
7794800603 feat(remote_judger/loj): fetch submission from archive 2023-02-06 09:30:21 +08:00
170120157d chore(problem/remote): not including remote account data when using bot account 2023-02-05 21:57:33 +08:00
692c512adc refactor: goodbye, bootstrap 4
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-05 20:55:14 +08:00
35c77868aa refactor(reset_pw): bootstrap5 2023-02-05 20:36:06 +08:00
c115329147 chore: remove unused assets 2023-02-05 20:21:53 +08:00
682f89f838 chore: bump bootstrap-dialog 2023-02-05 19:58:30 +08:00
5c3c654281 feat: Problem Data Configure Page (#37)
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-05 19:27:02 +08:00
933e55eaf6 fix: 当测试点 / Subtask 分数未完全配置时的最终得分 (#38)
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-05 19:20:14 +08:00
c65f08e2f5 fix(problem/manage/data/configure): default value of subtasks 2023-02-05 19:17:26 +08:00
a70e78d4d5 chore(problem/manage/data/configure): help texts 2023-02-05 18:55:09 +08:00
0316830bd0 fix(problem/manage/data/configure): point_score layout 2023-02-05 18:52:22 +08:00
d99ce3fe8e fix(problem/manage/data/configure): score range 2023-02-05 18:21:23 +08:00
6c24bd9bf6 feat(problem/manage/data): subtasks configure 2023-02-05 18:19:45 +08:00
b3113238a2 feat(problem/manage/data): problem.conf preview 2023-02-05 15:37:08 +08:00
c00dc85e68 feat(problem/manage/data): point_score configure 2023-02-05 14:43:54 +08:00
1fc4b9afd2 fix(judger): wrong final score when subtask scores are not all configured 2023-02-05 10:24:14 +08:00
a4371c2847 fix(judger): wrong final score when test point scores are not all configured 2023-02-05 10:24:03 +08:00
eb39c9ec04 chore(judger): show more details when judger error 2023-02-05 10:23:46 +08:00
e61141f508 fix(judger): default point score
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-04 22:05:36 +08:00
38635106c0 feat(problem/manage/data): new data configure page 2023-02-04 21:52:59 +08:00
5d8f194293 fix: styles
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-04 20:20:36 +08:00
c2791a911e feat: decimal score range (#36)
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-04 18:48:31 +08:00
bce8c8eee4 chore: remove echoSubmissionsListOnlyOne 2023-02-04 18:44:12 +08:00
724d11d8ff fix(problem): decimal historical score display 2023-02-04 18:30:24 +08:00