Menci
|
dff5e8c9b8
|
Fix help text
|
7 years ago |
Menci
|
cd473895f0
|
'程序输出' -> '用户输出'
|
7 years ago |
Menci
|
ee31ec6cc3
|
Optimize Skipped status UI
|
7 years ago |
Menci
|
13fca37642
|
Add Skipped status
|
7 years ago |
Menci
|
c5273789fe
|
Set default statistics type of submit-answer problem to min
|
7 years ago |
Menci
|
407b307336
|
Fix problem page error when datarule is invalid
|
7 years ago |
Menci
|
76deab530f
|
Allow submit answer
|
7 years ago |
Menci
|
64371e62e4
|
Fix problem page error when no testdata
|
7 years ago |
Menci
|
0e75132a30
|
Remove debug code
|
7 years ago |
Menci
|
62e8153faa
|
Submit answer
|
7 years ago |
Menci
|
ce9640231b
|
Let admins upload unlimited size of data
|
7 years ago |
Menci
|
9840c93bb9
|
Disallow normal users setting the problem id
|
7 years ago |
Menci
|
6e6657f3bd
|
Change register mail content
|
7 years ago |
Menci
|
15d6b61b4d
|
Fix invalid type when modify contest
|
7 years ago |
Menci
|
840d371023
|
Merge pull request #6 from syzoj/submit-answer
Submit answer (and very much more)
|
7 years ago |
Menci
|
ded3492755
|
Merge branch 'master' into submit-answer
|
7 years ago |
Pisces000221
|
f835e14b88
|
Specify document language in HTML
|
7 years ago |
Menci
|
4f6b864222
|
Change article comment order to DESC
|
7 years ago |
Menci
|
120d65b3b9
|
Fix change contest type
|
7 years ago |
Menci
|
04357a930a
|
Add notice manage; fix hitokoto
|
7 years ago |
Menci
|
1e17e77ab6
|
Add contest is_public
|
7 years ago |
Menci
|
e372cb7773
|
Remove deprecated command line argument
|
7 years ago |
Menci
|
08238a8a11
|
Disable non-traditional problem type
|
7 years ago |
Menci
|
4828b1cd30
|
Change API testdata to problem id
|
7 years ago |
Menci
|
c9c2d29f7c
|
Don't update zip after each upload of single file; Add delete file in
testdata page
|
7 years ago |
Menci
|
c417e1e660
|
Add testdata view and manage
|
7 years ago |
Menci
|
09f7a2135f
|
Add submit code by file
|
7 years ago |
Menci
|
424c98e02d
|
Add optional email address verification
|
7 years ago |
Menci
|
6bb873810e
|
Add non-traditional problem support; add problem additional_file
|
7 years ago |
Pisces000221
|
181615ecf8
|
Merge branch 'master' of https://github.com/syzoj/syzoj
|
7 years ago |
Pisces000221
|
fa9745b567
|
Prevent duplicate submissions on frontend
|
7 years ago |
Pisces000221
|
1d6911d4eb
|
Add error message for nonexistent user page
|
7 years ago |
Menci
|
b88f3d9d9f
|
Auto hide empty contest infomation
|
7 years ago |
Menci
|
2e510e9bb9
|
Fix markdown rendering return <html> tag
|
7 years ago |
Menci
|
54a3ff560b
|
Fix 'Compiled' after contest
|
7 years ago |
Menci
|
c9cd84c54c
|
Fix can't see submission after contest
|
7 years ago |
Pisces000221
|
3689fcc66e
|
Fix incorrect redirection
|
7 years ago |
Menci
|
a33317f9fc
|
Fix ranklist user infomation too long
|
7 years ago |
Menci
|
b30b469ef0
|
Small fixes
|
7 years ago |
Menci
|
c3f2569a8b
|
Add .editorconfig
|
7 years ago |
Menci
|
185745aa02
|
Set max-height of user information in ranklist to one line
|
7 years ago |
Menci
|
4a7d1ea141
|
Fix lock
|
7 years ago |
Menci
|
f870981d3c
|
Modified something about contest
|
7 years ago |
Menci
|
5ceb14f7f9
|
Add lock on somewhere
|
7 years ago |
Menci
|
b3fb664c1b
|
Add OCaml
|
7 years ago |
Menci
|
4eeb7b2f83
|
Add stderr
|
7 years ago |
Menci
|
83c496e03a
|
New UI for problem's uploader and publicizer
|
7 years ago |
Pisces000221
|
3a1a4c138a
|
Allow problem managers to see uploader's username
|
7 years ago |
Pisces000221
|
9d29998578
|
Add option for uploading anonymously
Migration (SQLite):
`ALTER TABLE problem ADD COLUMN is_anonymous BOOLEAN;`
|
7 years ago |
Pisces000221
|
084a23208a
|
Show problem authors
Migration (SQLite):
`ALTER TABLE problem ADD COLUMN publicizer_id INTEGER REFERENCES user (id);`
|
7 years ago |