Christian Felsing
Christian Felsing
airprint-generate.py doesn't generate any files on Ubuntu 14.04
Compiler complains with: ``` nginx_ajp_module/ngx_http_ajp.c:140:29: Fehler: »ngx_http_request_t« {alias »struct ngx_http_request_s«} hat kein Element namens »space_in_uri«; meinten Sie »plus_in_uri«? if (r->quoted_uri || r->space_in_uri || r->internal) { ^~~~~~~~~~~~ plus_in_uri ```
GD blows up images to huge files which ends up in memory allocation problems, if there are pages with many large photos. Imagick seems to better regarding memory management.
Exposition of ports should be controlled by docker-compose.yaml or docker command. This would achieve more control on multihomed hosts. Line `EXPOSE 8080/tcp 8443/tcp` should be removed from Dockerfile.
In case of handling key pairs as files in file manager this can yield into compromising private keys. For example: There are two files named af4b223e91105c3c25b5795a99698d613298317.key and af4b223e91105c3c25b5795a99698d6132983170.pub They are...
**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [x] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md - [x] I...
**Describe the bug** After entering login data for admin123 message "Your Email must be a valid email address." appears, but e-mail address is valid. **To Reproduce** Steps to reproduce the...
**Describe the bug** Ban file _protected/app/configs/banned/email.txt contains many false positives and not existing domains, so this file is unusable for banning domains. For identifying throwaway e-mail addresses it is also...
At https://gitlab.com/ip6li/ph7-social-dating-cms-docker there is a dockerized version of pH7-Social-Dating-CMS-Docker. It includes a small PKI which prevents that nasty 500 errors and "text only" errors reported in some issues here. It...
**Describe the bug** PH7 supports local login only for now. For integration with other services it would be very useful to support external login solutions like OpenID/Connect. **Expected Behavior** There...