Paolo Patruno

Results 102 issues of Paolo Patruno

Proibito (403) Verifica CSRF fallita. Richiesta interrotta. Help Reason given for failure: CSRF token missing or incorrect. In general, this can occur when there is a genuine Cross Site Request...

enhancement

for example: ``` http://rmap.cc/graphite/render/?target=report_fixed.digiteco.1104278_4413417.*.254_0_0.103_2000_-_-.B12101&width=588&height=310&_salt=1514996915.997&from=13%3A30_20180101&until=14%3A30_20180101 ``` in DB the missed data is at 14:00 with csv format: ``` report_fixed.digiteco.1104278_4413417.fixed.254_0_0.103_2000_-_-.B12101 | 2018-01-01 13:30:00| 278.38 report_fixed.digiteco.1104278_4413417.fixed.254_0_0.103_2000_-_-.B12101 | 2018-01-01 13:45:00| report_fixed.digiteco.1104278_4413417.fixed.254_0_0.103_2000_-_-.B12101 | 2018-01-01 14:00:00|...

enhancement
check compliance

In documentation we do not permit to send integer values but float and string only in json format. But in MQTT at this moment the standard is integer and the...

bug
check compliance

change the brutal menu for showdata: https://github.com/r-map/rmap/blob/master/python/showdata/views.py#L9 a javascript dynamic menu build on summary should be better

enhancement

Update library to: https://github.com/UIPEthernet/UIPEthernet

enhancement

usefull urls: https://www.reddit.com/r/django/comments/6cp4gw/multiple_projects_shared_auth_single_signon/ https://github.com/oauthlib/oauthlib https://github.com/edx/auth-backends

enhancement
help wanted

https://github.com/kivy/python-for-android/issues/746

enhancement

https://github.com/kivy/python-for-android/pull/1217/commits/a2fb5ecbc09c4847adbcfd03c6b1ca62b3d09b8d https://github.com/kivy/python-for-android/pull/1217/commits/a2fb5ecbc09c4847adbcfd03c6b1ca62b3d09b8d workaround to do not use ssl: ``` diff --git a/python/rmap/rmap_core.py b/python/rmap/rmap_core.py index ec39942b..90ae2f64 100644 --- a/python/rmap/rmap_core.py +++ b/python/rmap/rmap_core.py @@ -30,7 +30,6 @@ from .stations.models import TransportTcpip from django.contrib.auth.models...

enhancement

the update of coordinate is not possible with gps and no messages in logcat

enhancement

the get for the graph in popup is sended twice to the server and is not the preload js plugin to generate the problem.

bug
help wanted