Manuel Gundlach

Results 4 issues of Manuel Gundlach

Introduce analysis mode spoilers (task attachments visible to contestants only in analysis mode). This can be used for providing additional (or all) test data, sample solutions or anything that contestants...

In light of #119, this would change the format of the `cms.conf` and `cms.ranking.conf` configuration files from JSON to TOML. Apart from the obvious, the changes include: * Transforms the...

`cmsDumpExporter` will put everything in a tempdir (i.e. usually `/tmp`) before packing it up in an archive at the desired path: https://github.com/cms-dev/cms/blob/7d962150d9969281148d3eaba1ab35823fdfb1b6/cmscontrib/DumpExporter.py#L189-L190 On some systems, including Arch, `/tmp` is in...

I suggest adding the `samesite` attribute to `save_cookie` in the `SecureCookie` class. It is already included in `SessionMiddleware` and in werkzeug's `dump_cookie`.

enhancement