-
This is a wishlist from previous viur-meeting regarding second factor login:
- Further second factors (#820 targets a selection of several second factors)
- Authy/Google Authenticator (#578 focu…
-
Both scripts should be merged into one, and [`viur-2to3`](https://github.com/viur-framework/viur-cli/blob/main/src/viur_cli/scripts/viur_2to3.py) should become a part of `viur-core`, as it relates clo…
-
Currently, VIUR users have to use a `NumericBone(precision=2)` to handle currency values like a total or a price for an article.
In [Vi3/flare, code was submitted](https://github.com/viur-framework/f…
-
https://github.com/viur-framework/viur-core/blob/dd0431bc14c2a2b897f2f54de092cac45b0d5e71/src/viur/core/render/html/env/viur.py#L462-L478
https://jinja.palletsprojects.com/en/3.1.x/templates/…
-
I found this statement, it does nothing.
https://github.com/viur-framework/viur-cli/blob/25a73b05bc0e769a798422b8d8f907c388747c87/src/viur_cli/conf.py#L171
-
```bash
> eval "$(_VIUR_COMPLETE=bash_source viur)"
bash: Syntaxfehler beim unerwarteten Symbol »(«
> echo "$(_VIUR_COMPLETE=bash_source viur)"
ERROR: The configuration in project.json contains in…
-
Currently you must provide the `defaultValue` in the structure of the internal bone value:
```py
test_boolean_single_lang1 = BooleanBone(
descr="test_boolean_single_lang1",
languages=["de"…
-
This is surely a little stupid and IMHO not necessary anymore.
> But this is stupid, since you can the bone from the skeleton (which is passed).
_Originally posted by @sveneberth in https://gith…
-
This issue is a little bit hard to describe... in some cases, the admin calls a module's add or edit function within a context, which pre-fills some bones e.g. a RelationalBone with `mybone.dest.key=s…
-
The validation allows only bool, if you provide a `callable` (that returns a boolean) a `TypeError` is raised
https://github.com/viur-framework/viur-core/blob/33b85bea33d529a3caef58bb8c6edfc2b8a825…