Commit Graph

731 Commits

Author SHA1 Message Date
5f15f832af
feat(web/problem/solutions): add quick_add_new_solution_form 2023-01-14 08:44:59 +08:00
71ecc24d19
feat(web/problems): redirect to edit page after create problem
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-13 08:37:20 +08:00
8417f362e8
feat(web/problem/manage/statement): allow select tags to fill
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-12 10:06:12 +08:00
ee0ff210bb
fix(web/problem): answer_form->extra_validator 2023-01-12 08:56:44 +08:00
2dd91d1853
feat: allow admins to edit usertype
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-11 11:17:08 +08:00
8b2de39c5f
feat: add copy button
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-11 10:48:20 +08:00
17fbb2c910
refactor(web/html2markdown): use turndown
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-08 13:57:39 +08:00
781d1183ba
chore(web/contest/problem): hide tags and difficulty in contest
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-27 11:23:44 +08:00
10ccb26815
chore(web/problem/submit): set default size limit to 100KB
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-25 09:35:52 +08:00
35eb4c170c
chore(web): translate more strings 2022-12-23 21:41:46 +08:00
f3cf970aad
fix(db): upgrades table default value 2022-12-23 21:29:05 +08:00
4e149d376f
chore(web): move mathjax3 2022-12-23 21:25:05 +08:00
382fecac89
Revert "chore(web): disable custom test"
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 248a924df7.
2022-12-09 20:27:54 +08:00
a1469a96ed
feat(web/problem): add 2600 to difficulties
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-08 13:04:44 +08:00
664fca166e
fix(web/problem): flex-shrink for info card title
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-07 22:49:21 +08:00
56b2077a5a
feat(web/problems): add link to is_hidden, my tag
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-06 16:39:12 +08:00
58abb51818
feat(web/problem): display is_hidden tag in problem page 2022-12-06 16:38:50 +08:00
3ceb26a0e7
chore(wen/problem/manage): remove click_zan from manage page 2022-12-06 16:35:00 +08:00
21a24e66e7
chore(web/problem): remove info card from statistics and solutions page 2022-12-06 16:34:25 +08:00
16d20b38f4
fix(web): allow <img> width attr
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-06 16:11:25 +08:00
9efa58fc0b
feat(web/problem): submit button outside statement page
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-06 14:51:09 +08:00
a5da5022fe
chore(web/problem): update default problem content
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-06 10:53:04 +08:00
0b238485e4
chore(web/problem): update difficulty colors
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-05 19:00:23 +08:00
c47f943257
fix(web/problem/manage): difficulty config
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-05 17:49:39 +08:00
c0484d55a5
chore(web/problem): show ? when difficulty not set
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-05 17:46:40 +08:00
3f2a6feea2
refactor(web/problem): Codeforces 风格的题目难度评价系统 (#21)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Fengyu Xie <63272948+Ignotus0@users.noreply.github.com>
Co-authored-by: Jiaxi Li <91811830+RevolutionBP@users.noreply.github.com>
Co-authored-by: Wenkuo Yu <82705676+youwike@users.noreply.github.com>
Co-authored-by: Haosen Li <91672298+Johnsonloy@users.noreply.github.com>
Co-authored-by: Baoshuo Ren <47095648+renbaoshuo@users.noreply.github.com>
2022-12-05 17:39:36 +08:00
83ffb72577
chore(web): add upgrader for #21 2022-12-05 17:31:22 +08:00
586df479f6
refactor(web/problem): difficulty 2022-12-05 17:14:43 +08:00
edc98d5c35
fix(web/problem): tag in problem info card
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-05 16:25:14 +08:00
848607a87d
feat(web/list): problem difficulty
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-05 12:05:33 +08:00
dfb47c4b32
feat(web/problems): difficulty filter
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-05 11:54:58 +08:00
248a924df7
chore(web): disable custom test
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-04 21:16:48 +08:00
6d0a665d8e
refactor(web/problem): problem difficulty (#20)
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-04 20:45:58 +08:00
720db7727a
feat(web/problem): problem info card 2022-12-04 20:44:51 +08:00
849baef6d3
feat(web/problems): ac rate tooltip
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-04 19:00:18 +08:00
08bad49b58
fix(web): problem extra_config default value 2022-12-04 18:59:56 +08:00
dbdc49e73a
refactor(web/problem): problem difficulty 2022-12-04 17:27:16 +08:00
678582fc47
chore(web): HTML::url protocol 2022-12-04 16:53:02 +08:00
61a35c457a
fix(web/contest/problem/statistics): simplify problem title
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-04 11:23:03 +08:00
4959e6da45
feat(web): hide realname when not logged in
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-03 15:09:04 +08:00
1c2f06c253
fix(web/super_manage): input-username 2022-12-03 15:00:46 +08:00
2a63f17a14
fix(web): show_mode cookie 2022-12-03 14:58:06 +08:00
nekko
f12b3cf84e
feat(judger): support non-integer time limit (#15)
All checks were successful
continuous-integration/drone/push Build is passing
本 Pull Request 通过将时间限制解析为浮点数的方式,实现了对非整数时间限制的支持。

---

ref: https://github.com/vfleaking/uoj/pull/100
2022-11-30 20:40:56 +08:00
2e53a2733f
fix(judger): 完善浮点数时限功能
ref: 986c7aa4ed

Co-authored-by: Kaifeng Lyu <vfleaking@163.com>
2022-11-28 17:33:11 +08:00
c0512e35d8
feat(web/problem): submissions button
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-23 16:31:37 +08:00
44b0087356
fix(web/list/new): list content
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-22 16:30:09 +08:00
71b68e1bba
fix: init progress
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-22 11:13:54 +08:00
4de873fb2c
fix(web/blog): comment login check
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-21 20:14:47 +08:00
6e9254e008
revert: 387fdf968b
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-19 11:58:04 +08:00
df6024c99f
fix(web): set locale
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-18 13:41:17 +08:00