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

Commits on May 27, 2024

  1. DB 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
    jelinaunger committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c1eac21 View commit details
    Browse the repository at this point in the history
  2. Added parameter error for enable and disable tokens if no serial and …

    …no serial list is given.
    
    Fix in get_users in containerclass: use uid instead of the login name
    jelinaunger committed May 27, 2024
    Configuration menu
    Copy the full SHA
    56dffc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91181be View commit details
    Browse the repository at this point in the history
  4. Merge branch 'refs/heads/token_container' into container_details

    # Conflicts:
    #	privacyidea/api/container.py
    #	privacyidea/static/components/user/views/user.details.html
    jelinaunger committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5484163 View commit details
    Browse the repository at this point in the history
  5. Fix missing import

    jelinaunger committed May 27, 2024
    Configuration menu
    Copy the full SHA
    aef185b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c44e831 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4221de9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32e3cef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3afbc4e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    a492b56 View commit details
    Browse the repository at this point in the history
  2. pep

    nilsbehlen committed May 29, 2024
    Configuration menu
    Copy the full SHA
    36b85ea View commit details
    Browse the repository at this point in the history