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 page for uploading json files from tenor to configure persons and orgs #61

Merged
merged 7 commits into from
Nov 2, 2023

Commits on Oct 12, 2023

  1. Add page for uploading json files from tenor to configure persons and…

    … orgs
    
    Now you can open a separate tab on the localtest site and upload tenor
    kildedata to localtest internal storage. If there are relevant tenor files
    in storage, those will replace Ola Nordmann and Sofie Salt as the localtest
    users. You can also select a subset of the files to downoad testData.json
    to be used as app local users.
    
    In addtition to the user management page, I have included the following
    changes.
    
    * Cleanup of login page and use the menu on top instead of links
      scattered all over the login screen
    * Use latest bootstrap (from CDN, per getboostrap.com instructions)
    * Split HomeController into multiple smaller controllers.
    * Move `Reauthenticate` button besides the login button and make it a
      less visible color.
    * Loadbalancer redirects "/" and /Home/* to localtest, so all new
      controllers got a `/Home/[controller]/[action]` prefix
    * use only spaces (not mixed with tabs) in nginx.conf.conf
    ivarne committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5e830ad View commit details
    Browse the repository at this point in the history
  2. Fix wrong JsonPropertyName

    ivarne committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e85d97f View commit details
    Browse the repository at this point in the history
  3. Small UI improvments

    ivarne committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    26eef87 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Fix code review issues

    The main fix is that `GetTenorStorageDirectory` will create the directory
    if it does not exist.
    ivarne committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a5bb228 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    5017c88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33bfdde View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Mark user adminsitration as preview

    fix table layout
    ivarne committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    7f8d372 View commit details
    Browse the repository at this point in the history