Peter Bittner

Results 174 issues of Peter Bittner

The `setup.cfg` file contains configuration data that used to be read by tools like Tox and Sphinx. The respective values now appear in [pyproject.toml](https://github.com/jazzband/django-analytical/blob/main/pyproject.toml#L11-L20) and [tox.ini](https://github.com/jazzband/django-analytical/blob/main/tox.ini#L44-L47), and it looks like...

We have been contacted by junior security researchers who pointed out that [one of our regular expressions](https://github.com/jazzband/django-analytical/blob/f487cb895c1fd6d10c075d8203e2ad22d9f644d0/analytical/templatetags/matomo.py#L20) in the Matomo module makes software using Analytical vulnerable to [Regular expression Denial...

help-wanted
security

We're close to a new release, and it makes sense to discuss a few thing before that happens: - We now have v2.6.0 and the current `master` holds code that...

help-wanted

[Gitter](https://gitter.im/), the free developer chat that integrates with GitHub and GitLab, can be integrated as a "website chat box" for a single room. This is called [Gitter Sidecar](https://sidecar.gitter.im/). It allows...

help-wanted

I found [BirdSeed](https://birdseed.io/), which seems to be a promising one-does-it-all solution for customer engagement and analytics. Their [pricing](https://birdseed.io/pricing/) also is pretty fair, far from abusive. Is anyone interested in having...

help-wanted

Bandit [reports](https://travis-ci.org/jazzband/django-analytical) that we have potential security issues with the use of [mark_safe](https://docs.djangoproject.com/en/stable/ref/utils/#module-django.utils.safestring). Affected locations: - [templatetags.mixpanel](https://github.com/jazzband/django-analytical/blob/master/analytical/templatetags/mixpanel.py#L77) - [templatetags.performable](https://github.com/jazzband/django-analytical/blob/master/analytical/templatetags/performable.py#L76) This should be reviewed and fixed. When this is fixed [allowing...

help-wanted
security

@jezdez I just like to let you know that I requested access for the Codacy app on GitHub on probably the entire jazzband organization. What I intended was just for...

According to Piwik's [Best Practice for Integration Plugins](http://piwik.org/integrate/how-to/) we should be adding integration of Piwik dashboards into Django's admin. NOTE: This is a follow-up enhancement request on issue #35

The documentation mentions a [Django project template](http://django-configurations.readthedocs.io/en/stable/cookbook/#project-templates) for Django 1.8. There don't seem to be project templates for Django versions > 1.8. Can we add those?

IIUC, the current feature set requires you to handle rotating the backups yourself. - Whether you compress, encrypt and store to whatever backend, there will always be something like a...

enhancement