streetsign icon indicating copy to clipboard operation
streetsign copied to clipboard

HTML5 based Digital Signage software written in python. (github clone of bitbucket master repo)

Results 9 streetsign issues
Sort by recently updated
recently updated
newest added

Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.6.16 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies
python

Bumps [waitress](https://github.com/Pylons/waitress) from 1.4.3 to 2.1.1. Changelog Sourced from waitress's changelog. 2.1.1 Security Bugfix - Waitress now validates that chunked encoding extensions are valid, and don't contain invalid characters that...

dependencies
python

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies
python

Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies
python

Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.4 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...

dependencies
python

This adds the ability to give posts a title. This seemed like a good addition to make identifying in the admin panel easier. Additionally, a way to migrate existing databases...

Hey Daniel, I saw that this project has a docker image on Docker Hub, but no documentation or Dockerfile exists. To make it possible to update the container to Python...

For some unknown reason, external webpages shown in an iframe are moved up because of the dynamically calculated font size. This seems to only affect iframes and only Webkit based...

Firstly, thanks for this cool repo! It would be great if you could add the option to allow iframe's to be added to posts. The HTML iframe code gets stripped...

enhancement