Rafael

Results 10 issues of Rafael

- [ ] /poll create [MultipleAllowed?] - [ ] /poll end - [ ] /poll status Store poll results in database and use buttons instead of reactions. Also use autocomplete!...

- [ ] /reports create [reason] - [ ] /reports view [Member] - [ ] /reports remove - [ ] /reports clear Add context menu icon for reports => UI...

- [x] /net ip - [x] /net dns - [ ] /net ping (see [SO answer](https://stackoverflow.com/a/73315109/11912476)) - [ ] /net whois (via [ipwhois](https://pypi.org/project/ipwhois/) -> [RDAP](https://ipwhois.readthedocs.io/en/latest/RDAP.html#usage-examples)) More: - [ ] clickable...

- [x] Make app command - [ ] Improve for app commands and groups

- [ ] /tmp create [Title] - [ ] /tmp edit [Title] [Public?] - [ ] /tmp invite - [ ] /tmp delete - [ ] /tmp setup Additional Feature:...

- [ ] /rules - [ ] /invite - [ ] /about - [ ] /ping

- [ ] /embed create - [ ] /embed copy - [ ] /embed replace

WooCommerce's new (beta) product editor (see links below) is currently not supported by qTranslate-XT. It would be great if support for (at least) _single language edit mode_ could be added....

enhancement

This PR fixes some typos, formatting issues and small issues. Generally, it makes the README more readable. - It fixes #21. - It fixes the major points of #6, with...

The views `reg_begin` and `reg_complete` both reference `request.user` without having the `@login_required` decorator. Opening these URLs leads to unwanted Internal Server Errors, if the user is not logged in. https://github.com/mkalioby/django-passkeys/blob/310b4f497bb793646eba0c6dc0b00329a98fc240/passkeys/FIDO2.py#L60-L99...