Santtu Pajukanta

Results 91 issues of Santtu Pajukanta

For example, the following use cases would need to limit objects by CBAC: https://github.com/orgs/con2/projects/3/views/1?filterQuery=&pane=issue&itemId=46277628 In order for this to work, we need to define a shared ontology for object based...

access-control

See [blueprint](https://outline.con2.fi/doc/report-a-problem-vtHKQH2teV)

enhancement
good first issue

Thank you for an awesome module. We use it in [edegal](https://github.com/conikuvat/edegal) for uploading photos into a photo gallery. The `setup.py` file for `django-admin-multiupload` states `license="GPL"`, but there is no `LICENSE`...

The Django template loader provides a `reset` method: https://github.com/syrusakbary/pyjade/blob/1494f4e9b4cea477bc6d288fa0f676238c9b07bb/pyjade/ext/django/loader.py#L99-L101 However, the cache is per-process, and in a multi-process environment (such as is usually deployed for WSGI using `uwsgi` or `gunicorn`),...

So today I installed some IKEA Trådfri bulbs and immediately my alerts tell me my house is on fire. Like, 4000 degrees on fire. 🔥🚒 Turns out `device["state"]["temperature"]` can be...

enhancement

Likely related to `admin_group` of EventMeta inlines loading thousands of group names. As a first stab, change this to `raw_id_fields` or `autocomplete_fields` and see if it fixes the issue.

good first issue
performance
taka-admin

Consider, for example, dimension `room` in event `ropecon2024`, that has values like ```json { "slug": "halli-3-perhealue", "title": "Halli 3 Perhealue" }, { "slug": "halli-3-tanssiharjoitussali", "title": "Halli 3 Tanssiharjoitussali" }, {...

guide-v2-embedded