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

Issue 14 user management via api #25

Merged
merged 27 commits into from Feb 19, 2021
Merged

Commits on Feb 3, 2021

  1. Copy the full SHA
    22a54c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Copy the full SHA
    b7dae0a View commit details
    Browse the repository at this point in the history
  2. /users/<id>

    nhoening committed Feb 8, 2021
    Copy the full SHA
    18b7184 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. PATCH /user/<id>

    nhoening committed Feb 9, 2021
    Copy the full SHA
    6f7242c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    52276f1 View commit details
    Browse the repository at this point in the history
  3. use webargs in asset API as well, no use for login_required (routes.p…

    …y already has authtoken_required; rename util function
    nhoening committed Feb 9, 2021
    Copy the full SHA
    845b67d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fcdf1d1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8d68912 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Copy the full SHA
    7ab6cf0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Copy the full SHA
    c6ff058 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f60334d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    470f699 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cd1d9b9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f0acd1f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Textual changes.

    Flix6x committed Feb 15, 2021
    Copy the full SHA
    ffb0dec View commit details
    Browse the repository at this point in the history
  2. Typo.

    Flix6x committed Feb 15, 2021
    Copy the full SHA
    fa2ac96 View commit details
    Browse the repository at this point in the history
  3. Inconsequential typo

    Flix6x committed Feb 15, 2021
    Copy the full SHA
    44a3baf View commit details
    Browse the repository at this point in the history
  4. Typo.

    Flix6x committed Feb 15, 2021
    Copy the full SHA
    af6be4e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Typos.

    Flix6x committed Feb 16, 2021
    Copy the full SHA
    26cb95f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. implement Felix' suggestions

    nhoening committed Feb 17, 2021
    Copy the full SHA
    ab07a43 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. add custom argument parsing in terms of webargs/marshmallow for the d…

    …uration (as an example). Also add error handling for this type of validation error. Add the 422 response to relevant routes.
    nhoening committed Feb 18, 2021
    Copy the full SHA
    054701a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    89b653f View commit details
    Browse the repository at this point in the history
  3. Making POST /asset use the Marshmallow Schema to its full extent & dr…

    …op outdated code; make reset password endpoint simpler & offer as PATCH
    nhoening committed Feb 18, 2021
    Copy the full SHA
    41e02b8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a584fe7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6c63618 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    79162ab View commit details
    Browse the repository at this point in the history
  7. Merge branch 'issue-14-User_management_via_API' of github.com:SeitaBV…

    …/flexmeasures into issue-14-User_management_via_API
    nhoening committed Feb 18, 2021
    Copy the full SHA
    32cbdc6 View commit details
    Browse the repository at this point in the history