Rafael

Results 13 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 - [x] Improve for app commands and groups => use "extras" parameter to store more details - [ ] Argumente bei App commands - [...

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

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

- [x] "Copy embed" (Context menu) - [x] /embed send - [ ] /embed replace - [ ] /embed generate Idee: Datenstruktur basierend auf JSON Fixes: - [ ] Message...

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
module: WC

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...