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

Update social.coffee to generalize the Login to View system #44

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jul 24, 2024

  1. Update social.coffee

    Generalizes the allowedToView function to enable login-to-view with github, twitter, and oauth2.
    Bortseb committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    719f93e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Update social.coffee

    remove code for old bug that's gone now, and enable allowed_usernames to be "*" to allow any user who can authenticate.
    Bortseb committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    6b0b771 View commit details
    Browse the repository at this point in the history
  2. Update social.coffee

    made it so that both argv.allowed_domains and argv.allowed_usernames can exist at the same time, and the system will still work.
    Bortseb committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    a71ad0b View commit details
    Browse the repository at this point in the history
  3. Update social.coffee

    slightly changed console log when there is an error processing the config parameters.
    Bortseb committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    0a087d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Update configuration.md

    Add explanation and link to configuring the login-to-view system.
    Bortseb committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5b01de0 View commit details
    Browse the repository at this point in the history
  2. Create config-login-to-view.md

    I'll keep editing this more soon, just wanted to see how it showed up on GitHub, and if it would be added to my existing PR.
    Bortseb committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9652970 View commit details
    Browse the repository at this point in the history
  3. Update config-login-to-view.md

    adding examples
    Bortseb committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e9ab6be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94f729b View commit details
    Browse the repository at this point in the history
  5. switching to authorizing based on id

    switched to authorizing users to view based on their id rather than username.
    Bortseb committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ec8e765 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Update config-login-to-view.md

    better explain how to configure config properties: allowed_domains and allowed_ids
    Bortseb committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    93a87b1 View commit details
    Browse the repository at this point in the history
  2. Update config-login-to-view.md

    change to more generic example of allowed_domains
    Bortseb committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f10a887 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

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