Kevin Chung

Results 334 comments of Kevin Chung

Hi sorry for the delay 1. On JSON fields: Different databases store JSON differently. MySQL & Postgres have a dedicated JSON type but MariaDB treats it as a string. During...

Yes you're correct that this isn't currently possible through CSV importing as we don't even take in a cost value. https://github.com/CTFd/CTFd/blob/c1a27176b6c8cf59ea72456c8822ac2f91717f00/CTFd/utils/csv/__init__.py#L310 I'll put some thought into how this can be...

I think this is a better default. With regex you have to specifically opt into the behavior. Whereas this will catch if you make a mistake or the user doesn't...

@kraft87 sorry I missed this pull request! I think formatting this as CSV makes all the strings look kind of disorganized for not a lot of gain. Is CSV an...

I think perhaps we could re-use the preview page from the Page Editor.

This is unfortunately not very easy. You would either need to create some kind of isolated Jinja environment or allow for the hacking in of the theme name via url...

This is now possible thanks to #1817! There is still some trickiness to do but it is now technically feasible.

The Ghost project doesn't do theme previews in-app. They instead link to some kind of static site or example page where it can be viewed. I feel like this is...

@Ret2lib sure! Basically CTFd has pages that show incorrect submissions for the entire CTF. I believe this issue was for admins to be able to mark an incorrect submission as...

This is actually not so easy to do because CTFd relies on the ID to determine who submitted something first. Optimistically we would want to directly convert an incorrect flag...