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

Add API endpoint to create new user #590

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    f9441e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb12be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b4d033 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    4e7ec34 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Removed old endpoints

    JVT038 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    70afcdc View commit details
    Browse the repository at this point in the history
  2. Fix tests

    JVT038 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    29ab92c View commit details
    Browse the repository at this point in the history
  3. Fix tests

    JVT038 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    73aa4e0 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    JVT038 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    767bf8c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    2820e35 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into add-user-rating-api-endpoint

    # Conflicts:
    #	docs/openapi.json
    JVT038 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    8f7f1d0 View commit details
    Browse the repository at this point in the history
  3. Fix OpenAPI spec

    JVT038 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    720692c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    b02461d View commit details
    Browse the repository at this point in the history
  2. Fix tests

    JVT038 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    37ee3f9 View commit details
    Browse the repository at this point in the history
  3. Add HTTP tests

    Signed-off-by: JVT038 <47184046+JVT038@users.noreply.github.com>
    JVT038 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0f187d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    58070d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc8843b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into add-create-user-endpoint

    # Conflicts:
    #	settings/routes.php
    JVT038 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cf629d4 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    Signed-off-by: JVT038 <47184046+JVT038@users.noreply.github.com>
    JVT038 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5c0f196 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    Signed-off-by: JVT038 <47184046+JVT038@users.noreply.github.com>
    JVT038 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f589c70 View commit details
    Browse the repository at this point in the history
  6. Add newline to fix test

    Signed-off-by: JVT038 <47184046+JVT038@users.noreply.github.com>
    JVT038 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    46ba46b View commit details
    Browse the repository at this point in the history
  7. Fix phpstan test

    Signed-off-by: JVT038 <47184046+JVT038@users.noreply.github.com>
    JVT038 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9aa2e6b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    42b45d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Added API endpoints to retrieve individual statistics.

    Also added HTTP tests and updated the OpenAPI specs
    
    Signed-off-by: JVT038 <47184046+JVT038@users.noreply.github.com>
    JVT038 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    823e547 View commit details
    Browse the repository at this point in the history
  2. Don't send stats if the row is invisible

    Signed-off-by: JVT038 <47184046+JVT038@users.noreply.github.com>
    JVT038 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    936b795 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Merge pull request #1 from JVT038/add-statistics-endpoint

    Add statistics endpoint
    JVT038 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    63f3fbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from JVT038/add-user-rating-api-endpoint

    Add user rating api endpoint
    JVT038 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    438a6df View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into add-create-user-endpoint

    # Conflicts:
    #	src/HttpController/Web/CreateUserController.php
    #	src/HttpController/Web/Middleware/ServerHasRegistrationEnabled.php
    #	src/HttpController/Web/Middleware/ServerHasUsers.php
    JVT038 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    bc9ac35 View commit details
    Browse the repository at this point in the history