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 authentication #500

Merged
merged 34 commits into from
Mar 8, 2022
Merged

Client authentication #500

merged 34 commits into from
Mar 8, 2022

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    8932d4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    449d35c View commit details
    Browse the repository at this point in the history
  3. Some cleanup

    - Add /user/ request for projects
    - Scaffold for legacy sessions
    MaybeJustJames committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    e42a9ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78361b1 View commit details
    Browse the repository at this point in the history
  5. Testing 1

    MaybeJustJames committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    bf5e6d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07449ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d78ccfb View commit details
    Browse the repository at this point in the history
  8. Lint fixes

    MaybeJustJames committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    648f93e View commit details
    Browse the repository at this point in the history
  9. Formatting

    MaybeJustJames committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    8e34cfa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c91a4d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    51f00ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7dc5cdd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2f22644 View commit details
    Browse the repository at this point in the history
  14. Minor changes to the server

    * Formatting
    * Keycloak icon URL
    MaybeJustJames committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    8dca6ab View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    226a296 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    be92589 View commit details
    Browse the repository at this point in the history
  17. Fix tests

    MaybeJustJames committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    4eab24c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b494df8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9fa5a06 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2a9e5ab View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ba57bc2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    67acfeb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e9102f9 View commit details
    Browse the repository at this point in the history
  24. Get the app compiling

    MaybeJustJames committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    b3d5a6d View commit details
    Browse the repository at this point in the history
  25. Tests and lint pass

    MaybeJustJames committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    8039d18 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c4c6202 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a1519a3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8bfaffc View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Make the HTTP API Url optionally depend on Environment

    Introduce a `SCOPE_SERVER_URL` environment variable which may be used
    at build time to change the default API server URL. If this Env Var is
    not set then default to localhost:8000 in development and
    scope.aertslab.org for production.
    MaybeJustJames committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    612adab View commit details
    Browse the repository at this point in the history
  2. Update npm deps

    MaybeJustJames committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    d29146c View commit details
    Browse the repository at this point in the history
  3. Add forgotten file

    MaybeJustJames committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    5d752ff View commit details
    Browse the repository at this point in the history
  4. Update numpy

    MaybeJustJames committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    f9559c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89f8796 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c380741 View commit details
    Browse the repository at this point in the history