Lucas Hardt

Results 59 issues of Lucas Hardt

**Is your feature request related to a problem? Please describe.** Currently only Legacy Push (as Push) token type is documented. **Describe the solution you'd like** Since there is a new...

documentation

This pull requests formats the code with: - black (A PEP 8 compliant code formatter enforcing the black code style) - isort (Import sorting) - flynt (standardize formatted strings) -...

This PR fixes #460 by supporting custom paths set in the config while using the ubuntu apache or nginx package. These changes aren't tested yet.

bug

With v3.0.0 release, we planing to remove several features that aren't relevant today. Addiotnally we adding notes regarding this removal in 2.9.0. ## Tokens to remove - U2F Reason: https://github.com/privacyidea/privacyidea/issues/4107...

This pr removes the lgecay push token type. I beleive it's about time to remove this, since we currently already planing eduPush 2.0. Not sure if we want to wait...

This PR implements the first linting ruleset `UP` (Pyupgrade). Besides using Pyupgrade's rules, manually migration to f-strings was done. > [!IMPORTANT] > Once this PR has been merged, we should...

### Top-level intent Run the test with working code. ### Steps to reproduce 1. Run Python 3.13 tests ### Expected outcome Tests are all successful. ### Actual outcome `test_01_password_tokens` and...

bug

Since `datetime.utcnow()` has been deprecated with Python 3.12, it needs to be replaced with `datetime.now(timezone.utc)`, to make sure it supports upcoming versions. As a side effect, datetimes now become timezone-aware....

**Is your feature request related to a problem? Please describe.** The current implementation of token icons has some downsides: - The QR Code houses the icon URL which causes the...