Federico Capoano

Results 270 issues of Federico Capoano

See https://lists.funkfeuer.at/pipermail/interop-dev/2015-May/000407.html > do we maybe want to add the fixed field "hops" to the routes? The > number of intermediate stations might be interesting to judge a route >...

proposal

It was mentioned in several discussions on the mailing list that we need an object to represent neighbour link data. This was also referred to as "link-specific" or "interface-specific". **the...

proposal

Some OpenWRT developers suggested to add a distinction between physical interface names and logical names. This because physical names can be automatically generated and vary a lot from manufacturer to...

enhancement
proposal

- [ ] make clear what an ID is (eg: can it be also a non-address, like a hash?) - [ ] you use the concept of ID also for...

enhancement
accepted

This is a tricky one, we should allow configuring the SMS backend for each organization, ideally we should have a UI generated for this too.

enhancement

The following: https://github.com/openwisp/openwisp-radius/blob/e61d2457a1c043dc56dce82f6de5bc6f9e5b7ced/openwisp_radius/management/commands/base/cleanup_stale_radacct.py#L18-L25 Should become a model method. Then we should edit this so that we filter either: - sessions which have a last update time older than the specified...

enhancement

Same as https://github.com/openwisp/openwisp-monitoring/commit/cf67548393162a00e3773ecca8e99605cba185fd here: https://github.com/openwisp/openwisp-radius/blob/61a01fd03f44f2519e2cbe5a1cc9fff3db00115b/openwisp_radius/admin.py#L532

bug

Some feedback coming from users of OpenWISP RADIUS regarding batch user creation: - add a note field (textarea as we have in other models like Device in OpenWISP Controller) -...

enhancement

The URL generated with `radius:serve_private_file` is not consistent with the rest of the API URLs: ``` ./manage.py show_urls | grep batch | grep api /api/v1/radius/batch/ openwisp_radius.api.views.BatchView radius:batch /api/v1/radius/organization//batch//pdf/ openwisp_radius.api.views.DownloadRadiusBatchPdfView radius:download_rad_batch_pdf...

enhancement

While working on https://github.com/openwisp/openwisp-radius/pull/256 I realized these two views are generating far too many queries, we should optimize these 2 views.

enhancement