Menci
|
8cc93d5745
|
Fix statistics bugs
|
6 years ago |
Menci
|
152284721a
|
Fix problem tag updates not saved
|
6 years ago |
Menci
|
ed13aa149d
|
Remove it from cache after change a problem's id
|
6 years ago |
Menci
|
81796626f1
|
Fix typo: statictics -> statistics
|
6 years ago |
Menci
|
bc9d910756
|
Correct table name
|
6 years ago |
Menci
|
9bf6bdb137
|
Optimize problem statistics
|
6 years ago |
Menci
|
e946b931c9
|
Add option for database cache size
|
6 years ago |
Menci
|
d580cf6ec7
|
Fix statistics page prefix sum & suffix sum display bug
|
6 years ago |
Menci
|
b5d9955529
|
Fix problem tagIDs cache
|
6 years ago |
Menci
|
3e5b2aa69d
|
Cache problem tagIDs
|
6 years ago |
Menci
|
56c4c4447b
|
Add cache for queries with ID
|
6 years ago |
Menci
|
d7fcc98bc8
|
Fix problem statistics
|
6 years ago |
Menci
|
56e5cd5315
|
Move to TypeORM
|
6 years ago |
Menci
|
d171207b7d
|
Fix deadlock in JudgeState::updateRelatedInfo()
|
6 years ago |
Menci
|
a3dc32ff6d
|
Fix wrong comparison when querying longest or shortest in statistics
|
6 years ago |
Menci
|
4e100f094c
|
Remove unnecessary license header and 'use strict'
|
6 years ago |
Menci
|
41bd1bdc7a
|
Execute `dos2unix` on testdata after upload to fix CRLF problem
|
6 years ago |
hewenyang
|
16726a08b1
|
Use publicize time instead
|
7 years ago |
hewenyang
|
4d68579806
|
Show latest updates in main page
|
7 years ago |
Menci
|
bd87775f23
|
Use modified unzip to prevent zip symlink attack
|
7 years ago |
hewenyang
|
214cf694cc
|
Import also problem types
|
7 years ago |
t123yh
|
b1aa7beb81
|
Fix loading judgestate.
|
7 years ago |
t123yh
|
85c28d3570
|
Fix a typo.
|
7 years ago |
t123yh
|
f01acc5739
|
Change submission count calculation logic.
|
7 years ago |
t123yh
|
dc323c25ed
|
Add page to reset submission count.
|
7 years ago |
t123yh
|
ff2de2c895
|
Seperate full data zip directory.
|
7 years ago |
Menci
|
0869b31d82
|
Optimize UI
|
7 years ago |
Menci
|
6ef64d1c03
|
Limit testdata files for normal users
|
7 years ago |
Menci
|
10cc70b547
|
Fix download a testdata with no files causes zip the full syzoj dir
|
7 years ago |
Menci
|
bbfcf282ce
|
Add delete problem
|
7 years ago |
Menci
|
467bd6b5f1
|
Add change article problem_id in Problem.changeID()
|
7 years ago |
Menci
|
8f55138dc5
|
Don't make testdata zip if there is a zip
|
7 years ago |
Menci
|
6f09a43063
|
Fix zip blocks the main thread
|
7 years ago |
Menci
|
62e8153faa
|
Submit answer
|
7 years ago |
Menci
|
ce9640231b
|
Let admins upload unlimited size of data
|
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
|
6bb873810e
|
Add non-traditional problem support; add problem additional_file
|
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 |
Menci
|
68438a7d92
|
Fix can't see problem without login
|
8 years ago |
Menci
|
1187b90093
|
Add user privilege manage
|
8 years ago |
Menci
|
5291ccd8ed
|
Fix problem content not updated when change problem id
|
8 years ago |
Menci
|
7d95cc3007
|
Make error message more friendly
|
8 years ago |
Menci
|
80a617e332
|
Remove workaround for foreign keys
|
8 years ago |
Menci
|
0f6324f704
|
Fix workaround foreign key checks
|
8 years ago |
Menci
|
89bac68583
|
Allow admin to change problem id
|
8 years ago |
Menci
|
0496b8038d
|
Fix can't upload testdata
|
8 years ago |
Menci
|
23be54a4bf
|
Sort tags by color
|
8 years ago |
Menci
|
ba80d1201e
|
Add import problem
|
8 years ago |