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

[stable28] feat: Add back searching in disabled user list #45478

Merged
merged 5 commits into from
May 27, 2024

Commits on May 27, 2024

  1. feat: Add back searching in disabled user list

    When disabled users where moved to their own endpoint we overlooked
     search, so adding it back.
    The search is done case-insensitive in uid and display name.
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed May 27, 2024
    Configuration menu
    Copy the full SHA
    896c539 View commit details
    Browse the repository at this point in the history
  2. fix: Also search in email field for disabled users

    To match what is done for Database backend for enabled users
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5fc46cd View commit details
    Browse the repository at this point in the history
  3. fix: Update openapi spec for provisioning_api app

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed May 27, 2024
    Configuration menu
    Copy the full SHA
    16c5b28 View commit details
    Browse the repository at this point in the history
  4. chore: Adapt @since version number in OCP for backport to 28

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed May 27, 2024
    Configuration menu
    Copy the full SHA
    f15f51c View commit details
    Browse the repository at this point in the history
  5. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command committed May 27, 2024
    Configuration menu
    Copy the full SHA
    303ffbf View commit details
    Browse the repository at this point in the history