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

Client search #303

Merged
merged 15 commits into from
Feb 16, 2023
Merged

Client search #303

merged 15 commits into from
Feb 16, 2023

Commits on Dec 29, 2022

  1. User management

    More than one user with Manager or Admin permissions can be created from UI
    armisss4 authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    df10417 View commit details
    Browse the repository at this point in the history
  2. Security fixes

    Patched some security holes with GetUser and UpdateUser, did some minor cleanup
    armisss4 authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    4b5057e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from armisss4/develop

    Merge from development branch
    armisss4 authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    4cc79da View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. User control patch

    Changed available actions done by an admin to itself: admin can no longer remove itself from users list, admin can no longer change its user type to manager.
    armisss4 authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    93731c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from armisss4/User-control-patch

    User control patch
    armisss4 authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    f8a1041 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    b6eb046 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from armisss4/revert-2-User-control-patch

    Revert "User control patch"
    armisss4 authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b06eb96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43148ce View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from armisss4/revert-1-develop

    Revert "Merge from development branch"
    armisss4 authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    fdb36e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Return client search input field

    Returned and edited client search input field.
    armisss4 authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    705e49b View commit details
    Browse the repository at this point in the history
  2. Add search functionality

    Set search bar visible on clients page.
    Search looks in name, email and ip fields for matches, case insensitive.
    armisss4 authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    34415d1 View commit details
    Browse the repository at this point in the history
  3. Client search

    Returned client search field, added functionality for it to work.
    armisss4 authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    aef2697 View commit details
    Browse the repository at this point in the history
  4. Client search

    Returned client search input field, added functionality to it, made it hidden, unless in clients page.
    armisss4 authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    e483e2d View commit details
    Browse the repository at this point in the history
  5. Clients search

    Returned client search input field, added functionality to it, made only visible in clients page.
    armisss4 authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    e67f377 View commit details
    Browse the repository at this point in the history
  6. Client search initial commit

    Returned client search input field, added functionality to it, made it only visible on clients page.
    Search looks in name, email and ip fields for matches, case insensitive.
    armisss4 authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    12df100 View commit details
    Browse the repository at this point in the history