Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container details #3951

Merged
merged 11 commits into from
May 29, 2024
Merged

Container details #3951

merged 11 commits into from
May 29, 2024

Conversation

jelinaunger
Copy link
Contributor

Extended database model:

  • added last_seen and last_updated to tokencontainer
  • created tokencontainerinfo and tokencontainerstate table and created relationship to tokencontainer

Container Details View:

  • Show states, info, last_seen, last_updated
  • Added option to change state, description and container info
  • Buttons to delete container (with all tokens)
  • Buttons to enable/disable, delete and remove tokens

User details and list:

  • Added translation for page navigation and token active state

Added automatic capitalization for table headers, navigation menu and capitalize class for buttons and table cells

Fix for set and get container owner: use uid instead of login

- added last_seen and last_updated to tokencontainer
- created tokencontainerinfo and tokencontainerstate table and created relationship to tokencontainer

Container Details View:
- Show states, info, last_seen, last_updated
- Added option to change state, description and container info
- Buttons to delete container (with all tokens)
- Buttons to enable/disable, delete and remove tokens

User details and list:
- Added translation for page navigation and token active state

Added automatic capitalization for table headers, navigation menu and capitalize class for buttons and table cells
…no serial list is given.

Fix in get_users in containerclass: use uid instead of the login name
# Conflicts:
#	privacyidea/api/container.py
#	privacyidea/static/components/user/views/user.details.html
privacyidea/lib/containerclass.py Outdated Show resolved Hide resolved
privacyidea/lib/containerclass.py Outdated Show resolved Hide resolved
privacyidea/lib/containerclass.py Outdated Show resolved Hide resolved
privacyidea/api/container.py Outdated Show resolved Hide resolved
privacyidea/api/container.py Show resolved Hide resolved
privacyidea/models.py Outdated Show resolved Hide resolved
@pep8speaks
Copy link

pep8speaks commented May 29, 2024

Hello @jelinaunger! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2024-05-29 08:23:00 UTC

@nilsbehlen nilsbehlen merged commit a2a5931 into token_container May 29, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants