Commit Graph

1018 Commits

Author SHA1 Message Date
74e1088784
chore(web): update config 2022-03-17 12:51:00 +08:00
1815f546bd
feat(web): update header title 2022-03-17 12:50:19 +08:00
588bf6e3cc
fix(web/footer): beian 2022-03-17 12:42:58 +08:00
2e7da82db9
feat(web): force login 2022-03-17 12:00:03 +08:00
9a41bf1872
chore(web/footer): update repo url 2022-03-17 11:33:07 +08:00
a52b553e6d
fix(web/blogs): display hidden blogs 2022-03-17 11:30:38 +08:00
a03a5063d7
chore(ci): new test workflow 2022-03-17 11:11:07 +08:00
2193962238
fix(web): style 2022-03-17 11:04:22 +08:00
2f4ed55d9d
feat(*): remove rating 2022-03-17 11:02:44 +08:00
dcea523cfc
chore(judger): drop java support 2022-03-16 21:12:09 +08:00
8ce32618b6
fix(judger): python 2022-03-16 20:43:41 +08:00
7a7d46e057
chore: merge branch 'develop' into master 2022-03-16 20:15:43 +08:00
e92b8a4e36
feat(judger): upgrade to ubuntu:20.04 2022-03-16 20:10:44 +08:00
4b54cf7560
fix(web): data upload 2022-03-16 19:59:14 +08:00
78860a54b3
chore: add docker ignore 2022-03-16 18:12:23 +08:00
84503130db
refactor: docker compose 2022-03-16 09:00:39 +00:00
e46ff8b152
chore: ignore data 2022-03-16 05:36:54 +00:00
9ebd1ad7e3
fix(web): login captcha 2022-03-16 05:36:10 +00:00
c525b570ad
fix(web): [CSP] upgrade-insecure-requests 2022-03-16 05:27:06 +00:00
090747fa4d
chore: replace git repo url 2022-03-14 13:55:09 +00:00
0bf1a2f998
feat: add captcha 2022-03-14 13:49:48 +00:00
billchenchina
0d931e270b
fix(lint): make ci happy 2021-09-10 00:18:21 +08:00
billchenchina
dcd0d0b66e
fix(web): syntax error in /reset-password 2021-09-09 22:07:17 +08:00
billchenchina
e357d1cb91
fix(web): json_encode for REQUEST_URI enter in /reset-password
Ref: https://huntr.dev/bounties/75bd6901-5760-412d-96fc-b664e4644fea/
2021-09-09 21:38:08 +08:00
billchenchina
ebf541ab91
fix(web): json_encode for input enter in /user/msg
This commit fixes #79.
Ref: https://huntr.dev/bounties/a2b63a25-385f-4f4e-b790-d910b90718f7/
2021-09-09 21:25:54 +08:00
billchenchina
9edd28541e
Create SECURITY.md 2021-09-09 18:18:58 +08:00
flukehn
2b3cfc0df4
fix(install): Update Dockerfile for mysql connection issue (#92)
if the pid of mysqld after reboot equal to before it will need to delete the /run/mysqld/mysqld.sock
2021-07-27 17:09:06 +08:00
billchenchina
480202a9b9
Merge pull request #89 from UniversalOJ/fix-88
Fix #88
2021-04-25 22:14:03 +08:00
billchenchina
c929bec01c
Add space between contest name and notification text 2021-04-25 22:03:08 +08:00
billchenchina
78846bc1b8
Fix #88
Thanks to @qz-cqy!
2021-04-25 22:00:22 +08:00
billchenchina
507844cc61
Merge pull request #87 from daklqw/patch-2
Update judge_client
2021-04-16 10:49:51 +08:00
daklqw
8b9bc9211c
Update judge_client
print(sys.stderr) => print(file=sys.stderr)
2021-04-16 10:37:37 +08:00
billchenchina
4075ac38b4
Merge pull request #86 from daklqw/patch-1
run_program_conf.h
2021-04-16 00:56:17 +08:00
daklqw
421a251ee8
run_program_conf.h
163: readable_file_name_set => writable_file_name_set
2021-04-15 20:56:07 +08:00
billchenchina
d830cf16c7
Merge pull request #85 from daklqw/patch-1
typo
2021-04-14 16:58:14 +08:00
daklqw
2521b81626
typo
non-nagative => non-negative
2021-04-14 16:53:41 +08:00
billchenchina
01701e1192
Merge pull request #68 from leoleoasd/develop(ISCAS-2028137)
Added map visualizer and code pasting tools.

Ref: https://github.com/UniversalOJ/UOJ-System/wiki/%E2%80%9C%E5%BC%80%E6%BA%90%E8%BD%AF%E4%BB%B6%E4%BE%9B%E5%BA%94%E9%93%BE%E7%82%B9%E4%BA%AE%E8%AE%A1%E5%88%92%E2%80%94%E2%80%94%E6%9A%91%E6%9C%9F2020%E2%80%9D%E9%A1%B9%E7%9B%AE%E6%8F%90%E6%A1%88#3-%E5%B0%8F%E5%B7%A5%E5%85%B7%E9%9B%86%E7%BC%96%E5%86%99
2021-04-06 08:55:18 +08:00
billchenchina
0cc5f87058
fix(judger): Let judger work on ubuntu 20.04 (#81)
* Fix judger/log/

* fix(judger): Let judger work on ubuntu 20.04

Judger stops working since 9a6f16cf1d, this commit allows judger continue working.

* fix(web): update faq.php
2021-01-26 04:23:21 +08:00
billchenchina
588b3bf01f
fix(bundle): Refactor install scripts (#80)
This commit includes:
* DEBIAN_FRONTEND=noninteractive in Dockerfile
* move apt-get to Dockerfile
2021-01-24 01:41:30 +08:00
billchenchina
87749adb28
Merge pull request #73 from xjrjyy/patch-1
解决火狐浏览器上传数据“请上传zip格式!”问题
2021-01-24 01:39:36 +08:00
Kaifeng Lyu
09894e9913
fix(judger): fix a bug on subtask type (#75)
Currently, if there is only one subtask, the bulitin judger automatically enters the ACM mode.
However, if the subtask has type "min", the judger should not do this. This commit fixes this bug.
2020-09-26 00:07:08 +08:00
Leo Lu
089ccece15 Added paste management 2020-09-23 19:12:05 +08:00
Leo Lu
6db9f15977 Added paste management 2020-09-23 19:11:43 +08:00
xjrjyy
d38b9115c5
解决火狐浏览器上传数据“请上传zip格式!”问题 2020-09-06 17:04:00 +08:00
Kaifeng Lyu
8692ff11a7
fix(web): fix compatibility issues on Safari (#72)
The current MathJax 2.6.0 does not display normally on Safari.
Upgrading MathJax to 2.7.7 fixes this issue.
2020-09-06 16:45:37 +08:00
EarringYYR
69adfdb5dc fix(problem_set):fix incorrect class in bootstrap4
correct the problem in showing the sign when pass the problem
2020-08-29 17:06:29 +08:00
Leo Lu
8cbb222d0b Added created_at field to pastes 2020-08-14 01:31:54 +08:00
Leo Lu
f25be16d1e Added map visualizer 2020-08-07 17:41:53 +08:00
Leo Lu
07f7782ae4 Added pastes 2020-08-06 00:26:45 +08:00
sun123t2
bd76d2c296
Improved .gitignore (#66)
* Added gitignore

* Improved gitignore
2020-08-01 15:27:46 +08:00