sio2project / oioioi

GNU General Public License v3.0
160 stars 70 forks source link

Allow for changing the submission size limit #271

Closed A-dead-pixel closed 3 months ago

A-dead-pixel commented 9 months ago

I think that either this code or something that was used for XXVII OI's awesome "Pisarze" ("Writers") task should be upstreamed. There might be more tasks that will need this in the future (I came across one recently) and imho SZKOpuł should support this too, since "Pisarze" are uploaded there.

This implementation allows for the submission size limit to be overriden in a problem package's config. Validation had to be moved from the form fields to the form itself as the limit changes based on the chosen task.